/*
 +-------------------------------------------------------------------------+
 | Copyright (C) 2004-2024 The Cacti Group                                 |
 |                                                                         |
 | This program is free software; you can redistribute it and/or           |
 | modify it under the terms of the GNU General Public License             |
 | as published by the Free Software Foundation; either version 2          |
 | of the License, or (at your option) any later version.                  |
 |                                                                         |
 | This program is distributed in the hope that it will be useful,         |
 | but WITHOUT ANY WARRANTY; without even the implied warranty of          |
 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           |
 | GNU General Public License for more details.                            |
 +-------------------------------------------------------------------------+
 | Cacti: The Complete RRDtool-based Graphing Solution                     |
 +-------------------------------------------------------------------------+
 | This code is designed, written, and maintained by the Cacti Group. See  |
 | about.php and/or the AUTHORS file for specific developer information.   |
 +-------------------------------------------------------------------------+
 | http://www.cacti.net/                                                   |
 +-------------------------------------------------------------------------+
*/

/* main styles */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(22, 22, 6, 0.7);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(49, 68, 43, 0.8);
  -webkit-box-shadow: inset 0 0 4px rgba(49, 68, 43, 0.5);
}

html {
  min-height: 100%;
}

body {
  margin: 0px;
  display: grid;
  align-items: space-between;
  background-color: white;
  background-repeat: repeat-y;
  min-height: 100%;
  overflow: hidden;
  grid-template-rows: auto 1fr auto;
}

/* html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
} */

body,
table,
tr,
td,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  -ms-overflow-style: scrollbar;
  color: #000000;
}

textarea {
  padding: 5px;
  width: 400px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: snow;
  background-repeat: repeat-y;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  text-align: left;
}

td,
th {
  padding: 0px;
  margin: 0px;
}

th {
  white-space: nowrap;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

p {
  padding: 3px 5px;
  margin: 3px;
}

img {
  border: none;
  vertical-align: middle;
}

i.fa,
i.fas,
i.fab,
i.far,
i.fal {
  padding: 0px 3px;
  font-size: 13px;
  vertical-align: middle;
}

.menu_parent i.fa,
.menu_parent i.fas,
.menu_parent i.fab,
.menu_parent i.far,
.menu_parent i.fal {
  color: snow;
}

div {
  display: block;
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

hr.menu {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.reindex_methods span {
  font-size: 9px;
}

.checkbox {
  text-align: center;
}

.checkboxLabel {
  display: none;
  color: #000000;
}

.realms .checkboxLabel {
  display: inline !important;
}

/* links */

a,
a:active,
a:visited {
  color: #006400;
  text-decoration: none;
  font-size: 12px;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

th i.fa {
  margin-top: -5px;
  position: absolute;
  right: 3px;
  top: 50%;
}

#main {
  display: none;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}

input {
  padding: 0.4em;
  font-size: 12px;
  max-width: 400px;
}

select {
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 12px;
}

*:focus {
  outline: none;
}

label {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  white-space: normal !important;
}

.top {
  vertical-align: top;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.flexContainer {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}

.flexChild {
  display: inline-block;
  margin-top: 5px;
  flex-basis: 20%;
  min-width: 200px;
}

.usermenudown {
  background: transparent url("./../../../images/bullet_arrow_down.png")
    no-repeat center right;
}

.usermenuup {
  background: transparent url("./../../../images/bullet_arrow_up.png") no-repeat
    center right;
}

.user {
  padding-right: 16px;
  cursor: pointer;
}

.filter {
  position: relative;
  left: -20px;
  margin-right: -10px;
  font-size: 12px !important;
}

.badpassword_message {
  padding: 2px;
  color: red;
  font-size: 1em !important;
  vertical-align: bottom;
}

.badpassword {
  padding: 4px;
  color: red;
  font-size: 1.5em !important;
  vertical-align: bottom;
}

.goodpassword {
  padding: 4px;
  color: green;
  font-size: 1.5em !important;
  vertical-align: bottom;
}

.associated {
  color: green;
  font-weight: normal;
}

.notAssociated {
  color: red;
  font-weight: normal;
}

.disabled_row span,
.disabled_row td,
.disabled_row a {
  color: grey !important;
}

.disabled {
  color: grey;
  font-weight: normal;
}

.idle {
  color: green;
  font-weight: normal;
}

.running {
  color: orange;
}

.errored {
  color: red;
}

.newObject {
  color: blue;
}

.updateObject {
  color: grey;
}

.unmetDependency {
  color: red;
}

.foundDependency {
  color: navy;
}

.success {
  color: green;
}

.failed {
  color: red;
}

.accessGranted {
  color: green;
}

.accessGrantedItem {
  color: green;
}

.accessRestricted {
  color: red;
}

.accessRestrictedItem {
  color: red;
}

.deleteIcon {
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 2px;
  border: none;
}

.graphDrillDown {
  vertical-align: top;
  align-self: left;
  z-index: 4;
  padding: 3px;
  height: 100%;
  width: 20px;
}

.drillDown {
  cursor: pointer;
}

.monoSpace {
  font-size: 9px;
  font-family: monospace;
}

.utilityPick {
  width: 200px;
}

.itemlist {
  max-height: 200px;
  overflow-y: auto;
}

.realms {
  width: 20%;
  vertical-align: top;
  white-space: nowrap;
}

.spikeKillMenuItem {
  padding-left: 0.5em !important;
  display: block;
}

.deviceUp {
  color: rgba(40, 180, 40, 1) !important;
}

.deviceDown {
  color: #ff0000 !important;
}

.deviceUnknown {
  color: #0000ff !important;
}

.deviceDisabled {
  color: #a1a1a1 !important;
}

.deviceRecovering {
  color: #ff8f1e !important;
}

.deviceError {
  color: #750f7d !important;
}

.deviceDownMuted {
  color: #ffe333 !important;
}

.deviceThreshold {
  color: #ffa833 !important;
}

.deviceUnmonitored {
  color: rgba(250, 253, 158, 0.8) !important;
}

.deviceWarning {
  color: #ea9827 !important;
}

.deviceAlert {
  color: #ea5f27 !important;
}

.deviceUpBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: rgba(148, 179, 107, 0.8);
}

.deviceDownBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: #ff0000;
}

.deviceUnknownBg {
  font-size: 10pt;
  font-weight: bold;
  background-color: #0000ff;
}

.deviceDisabledBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: #a1a1a1;
}

.deviceRecoveringBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: #ff8f1e;
}

.deviceErrorBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: #750f7d;
}

.deviceDownMutedBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: #ffe333;
}

.deviceThresholdBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: #ffa833;
}

.deviceUnmonitoredBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: rgba(250, 253, 158, 0.8);
}

.deviceWarningBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: #aa7807;
}

.deviceAlertBg {
  color: rgba(22, 22, 22, 0.8);
  font-size: 10pt;
  font-weight: bold;
  background-color: #660000;
}

.beingGraphed {
  color: green;
}

.notBeingGraphed {
  color: #484848;
}

.menuoptions {
  background: none repeat scroll 0 0 #eee;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  z-index: 5;
  display: block;
  position: absolute;
  float: right;
  right: 26px;
  top: 22px;
  list-style: none;
  text-align: right;
  margin: 0px;
  padding: 0px;
}

.menuoptions li a {
  font-weight: normal;
  display: block;
  padding: 2px;
  height: 16px;
  z-index: 5;
}

.menuoptions li a:hover {
  background: linear-gradient(
      to bottom,
      rgba(242, 246, 248, 1) 0%,
      rgba(216, 225, 231, 1) 50%,
      rgba(181, 198, 208, 1) 51%,
      rgba(224, 239, 249, 1) 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.authHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  gap: 270px;
  align-items: center;
  padding-left: 115px;
  padding-top: 50px;
}

.loginNavbar {
  display: flex;
  align-items: center;
  width: 100%;
}

.loginNavbar ul {
  padding-inline-start: 0;
}

.navbar-links {
  display: flex;
  gap: 40px;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.navbar-links li {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.navbar-links a {
  text-decoration-line: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.loginBody_homepage .dropdownMenu {
  display: none;
}

.inner-container {
  display: flex;
  width: 100%;
}

.container-info {
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 115px;
  color: #ffffff;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-content {
  /* padding-top: 15vh; */
}

.container-hero .title {
  font-size: 72px;
  line-height: 4.8rem;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 40px;
}

.container-hero .text-1 {
  margin-bottom: 26px;
  font-size: 22px;
}

.container-hero .text-2 {
  font-size: 22px;
}

.link-and-hover {
  font-size: inherit;
  color: #ffffff;
  transition: color 0.3s ease-in-out, text-decoration 0.2s ease-in-out;
}

.link-and-hover:hover {
  color: #72003b;
}

.text-link-and-hover {
  font-size: inherit;
  color: #296acc;
  transition: color 0.3s ease-in-out, text-decoration 0.2s ease-in-out;
}

.text-link-and-hover:hover {
  font-weight: 600;
  color: #296acc;
}

.container-footer {
  margin-bottom: 30px;
  font-size: 14px;
}

.container-footer .branch {
  font-weight: 600;
}

.authNav {
  /* height: 100px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-right: 30%;
}

.passwordGap {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.authBody {
  display: flex;
  width: 100%;
}

.formArea {
  margin-right: 30px;
  padding-top: 30px;
  width: 50%;
}

.formArea.container-login {
  margin-right: 0;
  padding-top: 0;
}

.authMenu {
  /* height: 100px; */
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.authButton.loginPage {
  border-radius: 0;
  width: 100%;
  line-height: 1.13rem;
  padding: 16px 20px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #ffffff;
  color: #72003b;
  font-weight: 600 !important;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.authButton {
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  color: white;
  cursor: pointer;
  max-width: 100%;
  background-color: rgb(0, 101, 179);
}

.authButton.loginPage:hover,
.authButton.loginPage:focus {
  color: white !important;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  outline: none;
}
.container-input.loginPage {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.container-input.loginPage input {
  width: 100%;
}

.container-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 25px;
}

.container-login-options .container-remember-me {
  display: flex;
  gap: 6px;
}

.container-login-options-text {
  font-size: 16px;
}

.container-login-options .forgot-password-button {
  font-style: italic;
  color: #ffffff;
}

.authTexts {
  height: 100%;
  background: white;
  align-content: center;
  width: 70%;
}

.authTexts h1 {
  font-size: 30px;
}

.authTexts p {
  font-size: 18px;
}
.authMenu a {
  font-size: 18px;
}

:root {
  --color-footer: rgb(0, 36, 61);
}

.container {
  /* width: 100%; */
  padding: 0 24px;
  box-sizing: border-box;
}

.footer {
  margin-top: auto;
}

.footer__top {
  width: 100%;
}

.footer__top img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 1;
  /* display: block; */
}

.footer__mid,
.footer__bottom {
  background: var(--color-footer);
  color: white;
}

.footer__mid {
  padding: 40px 0 20px;
}

.footer .list-group {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .list {
  width: 50%;
  margin-bottom: 32px;
}

.footer .list:last-child {
  margin-bottom: 0;
}

.footer .list.list--full {
  width: 100%;
}

.footer .list__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.875rem;
}

.footer .list__title a {
  color: white;
  text-decoration: none;
  font-weight: inherit;
}

.footer .list__item {
  display: flex;
  flex-flow: column nowrap;
}

.footer .list__item a {
  color: var(--color-footer-text);
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}

.footer .list__item a:hover {
  text-shadow: 0 0 1px #fff;
}

.footer .list__item img {
  height: 34px;
  margin: 0 4px;
}

.footer__bottom .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0 28px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  color: var(--color-footer-text-bottom);
  font-size: 0.75rem;
  font-weight: 400;
}

.footer__bottom .inner .list {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.footer__bottom img {
  height: 32px;
  margin-right: 16px;
}

.footer__bottom .inner p,
.footer__bottom .inner a {
  color: inherit;
  margin: 0;
}

.footer__bottom .inner a {
  text-decoration: none;
  margin: 0;
  font-weight: 500;
  margin-bottom: 8px;
}

.footer__bottom .inner a:hover {
  color: rgba(247, 247, 247, 1);
}

.container {
  width: 1140px;
  padding: 0 32px;
  margin: 0 auto;
  box-sizing: border-box;
}

.footer .footer__mid {
  padding: 20px 0;
}

.footer .list {
  width: auto;
  margin-bottom: 0;
}

.footer .list__title {
  font-size: 1rem;
}

.footer .list.list--full {
  width: auto;
}

.footer__bottom .inner .list {
  width: auto;
}

.footer__bottom .inner .list--link {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 24px;
}

.footer__bottom .inner .list--link a {
  margin: 0 20px 0 0;
}

/* CARD */

/* added end */

.import_label {
  opacity: 1;
}

.import_button {
  opacity: 0;
  display: none;
}

.import_text {
  opacity: 1;
  color: #000000;
}

.color-icon {
  background-image: none !important;
}

.emailtest {
  cursor: pointer;
  display: block;
  float: right;
  text-align: right;
  padding: 0px 5px 0px 0px;
}

.reloadquery {
  cursor: pointer;
  padding: 1px;
  vertical-align: middle;
  color: lime;
  font-size: 14px;
  margin-right: 10px;
}

.verbosequery {
  cursor: pointer;
  padding: 1px;
  vertical-align: middle;
  color: rgba(255, 204, 0, 0.8);
  font-size: 14px;
  margin-right: 10px;
}

.deletequery {
  color: red !important;
  cursor: pointer;
  padding: 1px;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 10px;
}

.deletequery:hover {
  text-decoration: none;
  padding: 1px;
  vertical-align: middle;
}

.odd {
  background: none repeat scroll 0 0 #f5f5f5;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  height: 20px;
}

.odd td,
.even td,
.even-alternate td,
.selectable td {
  padding-left: 3px;
}

.even {
  background: none repeat scroll 0 0 #e5e5e5;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  height: 20px;
}

.even-alternate {
  background: none repeat scroll 0 0 #e7e9f2;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  height: 20px;
}

.saveRow {
  background-color: #eaeaea;
  text-align: right;
  padding: 4px;
}

.treeArea,
.treeItemsArea {
  width: 25%;
  border: 1px solid #006400;
  vertical-align: top;
}

.linkMarker {
  color: #c16921;
}

.filteredValue {
  background-color: #f8d93d;
}

.graphItemGr1Alt1 {
  background-color: #eeeeee;
}

.graphItemGr1Alt2 {
  background-color: #eeeeee;
}

.graphItemGr1Cust {
  background-color: #d5d5d5;
}

.graphItemGr2Alt1 {
  background-color: #e7e9f2;
}

.graphItemGr2Alt2 {
  background-color: #e7e9f2;
}

.graphItemGr1Cust {
  background-color: #d2d6e7;
}

.graphItemAdd {
  background-color: #00438c;
}

.graphItemDel {
  background-color: #c63636;
}

.graphItemHR {
  color: #ff0000;
}

.hostUp {
  color: #000000;
  font-size: 10px;
  font-family: monospace;
}

.hostDown {
  color: #ff0000;
  font-size: 10px;
  font-family: monospace;
}

.cactiPageHead {
  background-color: #a9a9a9;
  height: 30px;
  position: fixed;
  display: table-row;
  width: 100%;
  padding-top: 5px;
  top: 0px;
  left: 0px;
  z-index: 4;
}

.cactiPageHead #tabs {
  overflow-x: auto;
  overflow-y: hidden;
}

.cactiPageHead div:first-child {
  top: 0;
  left: 0;
  display: table-cell;
}

.cactiGraphPageHeadBackdrop {
  background: transparent url("./images/logo-BGP.png") no-repeat scroll left 40% /
    380px auto;
  padding-bottom: 0px;
  float: right;
  width: 400px;
  height: 35px;
  top: 0px;
  position: fixed;
  right: 0px;
  z-index: -1;
}

.test {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.authField {
  border-radius: 8px;
  padding: 8px 8px 8px 24px;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgb(216, 232, 243);
}

.authField.loginPage {
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0;
  max-width: none;
  width: auto;
  padding: 16px 20px;
}

.authField.loginPage::placeholder {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.05rem;
}

.authButton {
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  color: white;
  cursor: pointer;
  max-width: 100%;
  background-color: rgb(0, 101, 179);
  background: rgb(0, 101, 179);
}

/* .cactiConsolePageHeadBackdrop {
	background: transparent url("./images/logo-BGP.png") no-repeat scroll left 40% / 380px auto;
	padding-bottom: 0px;
	float: right;
	width: 400px;
	height: 35px;
	top: 0px;
	position: fixed;
	right: 0px;
	z-index: -1;
} */

.navigation {
}

.debug td {
  padding: 3px;
  margin: 0px;
}

.breadCrumbBar {
  height: 18px;
  width: 100%;
  position: fixed;
  padding: 4px;
  top: 30px;
  left: 0px;
  z-index: 5;
  background: rgba(167, 217, 134, 1);
  background: -moz-linear-gradient(
    top,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(167, 217, 134, 1)),
    color-stop(100%, rgba(148, 179, 107, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
}

ul#breadcrumbs {
  font-size: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infoBar {
  background: #eee;
  border-width: 1px;
  border-style: solid;
  padding: 0.5px 8px 0.5px 5px;
  white-space: nowrap;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  min-width: 15%;
  max-width: 40%;
  margin-right: 10px;
  float: right;
  text-align: right;
}

#breadcrumbs {
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  white-space: nowrap;
  max-width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-width: 60%;
  min-width: 30%;
  float: left;
}

#breadcrumbs li {
  float: left;
}

#breadcrumbs a {
  padding: 0.2em 1em 0.2em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);
}

#breadcrumbs li:first-child a {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs a:hover {
  background: #fff;
}

#breadcrumbs a::after,
#breadcrumbs a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.1em solid;
  right: -1em;
}

#breadcrumbs a::after {
  z-index: 4;
  border-left-color: #ddd;
}

#breadcrumbs a::before {
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 3;
}

#breadcrumbs a:hover::after {
  border-left-color: #fff;
}

#breadcrumbs .current,
#breadcrumbs .current:hover {
  background: none;
}

#breadcrumbs .current::after,
#breadcrumbs .current::before {
  content: normal;
}

.cactiContent {
  clear: both;
  width: 100%;
  vertical-align: top;
  padding-top: 62px;
}

.cactiTreeNavigationArea {
  border-right: #aaaaaa 1px solid;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: none;
  vertical-align: top;
  position: fixed;
  left: 0px;
  top: 56px;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
}

.cactiTreeNavigationArea a {
  padding-right: 18px !important;
}

.jstree {
  position: relative;
  display: block;
}

.cactiConsoleNavigationArea {
  border-right: #aaaaaa 1px solid;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  vertical-align: top;
  left: 0px;
  top: 56px;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 170px;
  float: left;
  background-color: #efefef;
}

.cactiConsoleNavigationArea table {
  width: 165px;
}

.cactiLogo {
  background: #efefef url("./images/logo-BGP.png") no-repeat;
  background-size: 150px;
  display: block;
  cursor: pointer;
  padding-bottom: 160px;
  margin-bottom: 60px;
  width: 156px;
  margin-top: 10px;
  margin-left: 2px;
  margin-right: 2px;
}

.loginLeft,
.logoutLeft {
  width: 33%;
  float: left;
}

.loginCenter {
  display: flex;
  width: 100%;
}

.authTexts {
  padding-left: 115px;
  padding-bottom: 20px;
  color: #000;
  height: 100vh;
  width: 70%;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.formArea {
  color: #000;
  height: 100vh;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.formArea.container-login {
  color: #ffffff;
  background-color: rgba(114, 0, 59, 0.8);
  padding: 0 50px;
  height: 101vh;
}

.inner-container-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.formArea.container-login .inner-container-login .title-login {
  font-size: 32px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 16px;
  margin-left: 35px;
}

.logoutCenter {
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 20px 30px 50px 30px;
  /* background-color: snow; */
  /* top: 30%; */
  max-width: 1000px;
  height: 300px;
  margin: auto;
  background: #ffffff;
}

/* .cactiLoginLogo, .cactiLogoutLogo {
	position: relative;
	float: right;
	background: transparent url('./images/logo-BGP.png') no-repeat center;
	background-size: 240px;
	width: 240px;
	height: 148px;
	z-index: 2;
	margin-top: -95px;
	margin-left: 240px;
	margin-bottom: -20px;
} */

.loginArea,
.logoutArea {
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  min-height: 200px;
}

.cactiLoginTable td {
  padding-bottom: 6px;
  padding-right: 6px;
}

.loginErrors,
.logoutErrors {
  color: red;
  min-height: 15px;
}

legend {
  font-size: 22px;
}

.loginRight,
.logoutRight {
  width: 33%;
  float: right;
}

.loginBody.loginBody_homepage {
  position: relative;
  background-image: url("./images/main-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
}

.loginBody,
.logoutBody {
  background: #f0ffff;
}

.versionInfo {
  padding-top: 5px;
  float: right;
  margin-top: 10px;
  color: snow;
}

.actionsDropdown {
  vertical-align: middle;
  padding: 3px;
  width: 99.5%;
  text-align: right;
  display: table;
}

.actionsDropdown div {
  display: table-row;
  margin-top: auto;
  margin-bottom: auto;
}

.actionsDropdownButton {
  vertical-align: top;
  float: right;
  margin-left: 3px;
  display: table-cell;
}

.actionsDropdownArrow {
  margin-top: auto;
  margin-bottom: auto;
  float: left !important;
  padding: 3px;
}

.cactiTooltipHint {
  cursor: pointer;
  color: #627d4d;
}

.spikekillData,
.spikekillData td {
  border: 1px solid #999;
}

.spikekillNote {
  padding: 1px;
}

.spikekillMenu {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
  margin: 0;
  padding: 2px;
  line-height: 1.5em;
}

.spikekillMenu li {
  vertical-align: middle;
}

.spikekillMenu i {
  text-align: center;
  width: 2em;
  display: inline-block;
}

.spikekillMenu i:empty {
  width: 2em;
  display: inline-block;
}

.loginPanel {
  padding: 4px 0px;
}

.treeTable {
  width: 100%;
}

.treeArea {
  vertical-align: top;
}

.cactiShadow {
  width: 100%;
  background: #ececec url("./../../../images/shadow_gray.gif") repeat-x center
    top;
  height: 8px;
  display: table;
  position: fixed;
  top: 55px;
  left: 0px;
  z-index: 4;
}

.cactiGraphContentArea {
  height: 100vh;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  display: none;
  vertical-align: top;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.cactiGraphContentAreaPreview {
  height: 100vh;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  display: none;
  vertical-align: top;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.cactiConsoleContentArea {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
  overflow-y: auto !important;
  overflow-x: hidden;
  height: 100vh;
}

.hyperLink,
.hyperLink:hover,
.hyperLink:visited {
  color: #006400 !important;
  cursor: pointer;
  text-decoration: none;
}

.iconLink {
  width: 20px;
  line-height: 20px;
  display: inline-block;
}

.noLinkEditMain {
  color: rgba(44, 130, 29, 1);
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  padding: 3px;
  white-space: nowrap;
}

.piinstall,
.pienable,
.pidisable,
.piuninstall,
.pierror {
  padding: 0px 3px !important;
}

.linkEditMain,
.linkEditMain:visited,
.linkEditMain:active {
  color: rgba(44, 130, 29, 1);
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
}

.linkEditMain:hover {
  color: rgba(31, 59, 8, 1);
  white-space: nowrap;
  text-decoration: none;
}

.linkOverDark,
.linkOverDark:visited,
.linkOverDark:active {
  color: white;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}

.linkOverDark:hover {
  color: white;
  text-decoration: none;
}

.linkCopyDark,
.linkCopyDark:visited,
.linkCopyDark:active {
  color: white;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-top: -3px;
}

.linkCopyDark:hover {
  color: white;
  text-decoration: none;
}

.linkOverLight {
  color: #161616;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}

.linkOverLight:hover {
  color: #464646;
  text-decoration: none;
  font-weight: normal;
}

/* text styles */

.textError {
  font-size: 12px;
  font-weight: normal;
  color: red !important;
}

.textWarning {
  font-size: 12px;
  font-weight: normal;
  color: #ff4500 !important;
}

.textInfo {
  font-size: 12px;
  font-weight: normal;
  color: black;
}

.textHeader {
  font-size: 12px;
  font-weight: bold;
}

.textOverflow {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.bold {
  font-weight: bold;
}

.remover {
  cursor: pointer;
}

.messageContainer {
  text-align: center;
  position: absolute;
  display: none;
  left: 30%;
  right: 30%;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
}

.messageBox {
  padding: 1px;
  margin-top: 2px;
  border-radius: 3px;
  background-color: snow;
  border: 1px solid #bbbbbb;
  position: relative;
  z-index: 4;
}

.textHeaderDark {
  font-size: 12px;
  font-weight: normal;
  color: snow;
  background-color: transparent;
}

.templateHeader {
  background: rgba(76, 76, 76, 1);
  background: -moz-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(89, 89, 89, 1) 12%,
    rgba(102, 102, 102, 1) 25%,
    rgba(71, 71, 71, 1) 39%,
    rgba(44, 44, 44, 1) 50%,
    rgba(0, 0, 0, 1) 51%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(76, 76, 76, 1)),
    color-stop(12%, rgba(89, 89, 89, 1)),
    color-stop(25%, rgba(102, 102, 102, 1)),
    color-stop(39%, rgba(71, 71, 71, 1)),
    color-stop(50%, rgba(44, 44, 44, 1)),
    color-stop(51%, rgba(0, 0, 0, 1)),
    color-stop(60%, rgba(17, 17, 17, 1)),
    color-stop(76%, rgba(43, 43, 43, 1)),
    color-stop(91%, rgba(28, 28, 28, 1)),
    color-stop(100%, rgba(19, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(89, 89, 89, 1) 12%,
    rgba(102, 102, 102, 1) 25%,
    rgba(71, 71, 71, 1) 39%,
    rgba(44, 44, 44, 1) 50%,
    rgba(0, 0, 0, 1) 51%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(89, 89, 89, 1) 12%,
    rgba(102, 102, 102, 1) 25%,
    rgba(71, 71, 71, 1) 39%,
    rgba(44, 44, 44, 1) 50%,
    rgba(0, 0, 0, 1) 51%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(89, 89, 89, 1) 12%,
    rgba(102, 102, 102, 1) 25%,
    rgba(71, 71, 71, 1) 39%,
    rgba(44, 44, 44, 1) 50%,
    rgba(0, 0, 0, 1) 51%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(76, 76, 76, 1) 0%,
    rgba(89, 89, 89, 1) 12%,
    rgba(102, 102, 102, 1) 25%,
    rgba(71, 71, 71, 1) 39%,
    rgba(44, 44, 44, 1) 50%,
    rgba(0, 0, 0, 1) 51%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
}

.templateHeader td {
  padding: 3px;
}

.textSubHeaderDark,
.textSubHeaderDark:visited {
  font-size: 11px;
  color: snow;
  font-weight: normal;
  padding: 0px;
  white-space: nowrap;
}

.cactiBorderWall {
  border-width: 1px;
  border-color: rgba(98, 125, 77, 1);
  border-style: solid;
}

.cactiTable {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  line-height: 16px;
  color: rgb(68, 68, 68);
}

.cactiInstallLoaderSpinnerTheme {
  border-top-color: rgba(98, 125, 77, 1) !important;
}

.cactiTableTitleRow {
  float: left;
  text-align: left;
  padding-left: 5px;
  height: 25px;
  line-height: 25px;
  display: block;
  width: 100%;
  background: rgba(98, 125, 77, 1);
  background: -moz-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(98, 125, 77, 1)),
    color-stop(100%, rgba(31, 59, 8, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  color: snow;
}

.cactiTableTitle {
  float: left;
  text-align: left;
  padding-left: 5px;
  height: 25px;
  line-height: 25px;
  display: block;
  width: 70%;
  background: rgba(98, 125, 77, 1);
  background: -moz-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(98, 125, 77, 1)),
    color-stop(100%, rgba(31, 59, 8, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  color: snow;
}

.cactiTableButton {
  float: right;
  padding: 0px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: right;
  width: calc(30% - 5px);
  background: rgba(98, 125, 77, 1);
  background: -moz-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(98, 125, 77, 1)),
    color-stop(100%, rgba(31, 59, 8, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  color: snow;
  white-space: nowrap;
}

.cactiTableButton.debug {
  background: transparent;
  float: right;
  height: 13px;
  line-height: 10px;
}

.cactiTableButton span,
.cactiTableTitle span {
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
}

.cactiTableButton i {
  padding: 0px 8px;
}

.cactiTableButton span:last-child i,
.cactiTableTitle span:last-child i {
  padding: 0px 8px !important;
}

.cactiTableButton span a,
.cactiTableTitle span a {
  color: snow;
}

.cactiDebugTable {
  width: 100%;
}

.filterTable {
  white-space: nowrap;
}

.filterTable td:first-child {
  width: 55px;
  min-width: 55px;
}

.filterTable td {
  padding: 2px;
  white-space: nowrap;
}

.filterTable label {
  vertical-align: 10%;
}

.formRow {
  display: table;
  width: 100%;
  line-height: 30px;
}

.formColumn {
  float: left;
  display: table-column;
  text-align: left;
}

.formColumnLeft {
  float: left;
  display: table-column;
  width: 44%;
  text-align: left;
  padding-left: 3px;
}

.formColumnRight {
  float: left;
  display: table-column;
  width: 45%;
  text-align: left;
}

.formColumnRight em {
  color: #000000;
}

.formData {
  display: inline-block;
  float: left;
  text-align: left;
}

.formData em {
  color: #555555;
}

.formRadio {
  line-height: 22px;
}

.formSubCheckbox {
  line-height: 20px;
  float: left;
}

.formSubCheckbox input {
  margin: 0px;
  vertical-align: -10%;
}

.formSubCheckbox label {
}

.formCheckboxLabel {
  color: #444;
  vertical-align: 5%;
}

.formCheckbox {
  vertical-align: -15%;
}

.formFieldName {
  display: inline-block;
  color: #444;
  float: left;
  text-align: left;
  vertical-align: top;
  padding-left: 0px;
}

.formFieldDescription {
  float: left;
  text-align: left;
  font-weight: normal;
  line-height: 14px;
}

.formTooltip {
  display: inline-block;
  padding-left: 4px;
}

.formHeader {
  float: left;
  width: 100%;
  text-align: left;
  line-height: 20px;
  background: rgba(138, 179, 105, 1);
  background: -moz-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
}

.formHeaderText {
  padding-left: 3px;
  color: snow;
}

.formHeaderAnchor {
  float: right;
  padding-right: 8px;
}

.hostInfoHeader {
  width: 100%;
}

.queryAdd,
.templateAdd {
  padding: 3px;
}

@media screen and (max-width: 640px) {
  .formRow {
    display: table;
    width: 100%;
    line-height: 35px;
  }

  .formColumn {
    float: left;
    display: table-row;
  }

  .formColumnLeft {
    float: left;
    display: table-row;
    width: 90%;
    text-align: left;
  }

  .formColumnRight {
    float: left;
    display: table-row;
    width: 100%;
    text-align: left;
  }

  .formFieldName {
    color: #444;
    float: left;
    text-align: left;
    white-space: nowrap;
    padding-left: 3px;
  }

  .formData {
    float: left;
  }

  .hostInfoHeader {
    overflow: hidden;
  }

  .queryAdd,
  .templateAdd,
  .navBar,
  #ping_results {
    display: none;
  }

  .ui-button-text-only .ui-button-text {
    padding: 0.4em;
  }

  /* dropdown menus */
  .menuoptions,
  .submenuoptions {
    width: 100%;
    left: 0 !important;
    border-left: none !important;
    border-right: none !important;
  }

  .menuoptions li a,
  .submenuoptions li a {
    padding-right: 25px;
  }
}

.graphItem {
  background-color: #d5d5d5;
}

.graphItemAlternate {
  background-color: #d2d6e7;
}

.break {
  height: 4px;
}

.next {
  padding-right: 6px;
  padding-left: 6px;
}

.previous {
  padding-right: 6px;
  padding-left: 6px;
}

.cactiNavBarTop {
  background: rgba(98, 125, 77, 1);
  background: -moz-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(98, 125, 77, 1)),
    color-stop(100%, rgba(31, 59, 8, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
}

.cactiNavBarBottom {
  background-color: #00438c;
}

.tableHeader {
  display: table-row;
  background: rgba(138, 179, 105, 1);
  background: -moz-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  height: 24px;
}

.tableHeader th.sortable {
  cursor: pointer !important;
}

.tableHeader th.primarySort,
th.tablesorter-headerDesc,
th.tablesorter-headerAsc {
  background: rgba(138, 155, 107, 1);
  background: linear-gradient(
    to bottom,
    rgba(138, 155, 107, 1) 0%,
    rgba(51, 79, 28, 1) 100%
  );
}

.tableHeader th.secondarySort {
  background: rgba(158, 175, 127, 1);
  background: linear-gradient(
    to bottom,
    rgba(158, 175, 127, 1) 0%,
    rgba(71, 99, 48, 1) 100%
  );
}

.tableHeader th,
.tableHeader td {
  color: snow;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  padding: 2px;
}

.tableHeader th div {
  display: block;
  padding-right: 8px;
  font-size: 12px;
}

.tableSubHeaderColumn,
.tableSubHeaderColumnCenter,
.tableSubHeaderColumnRight {
  color: snow;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  padding: 3px;
}

.tableSubHeaderColumnCenter {
  text-align: center;
}

.tableSubHeaderColumnRight {
  text-align: right;
}

.graphSubHeaderColumn {
  color: snow;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  padding: 3px;
}

.tableSubHeaderCheckbox {
  max-width: 20px;
  width: 20px;
  background: -moz-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(138, 179, 105, 1)),
    color-stop(100%, rgba(63, 117, 15, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
}

.tableRow {
  border: 2px solid rgba(0, 0, 0, 0);
  min-height: 25px;
}

.image_table {
  width: 100%;
}

.tableConfirmation {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #aaaaaa;
}

.navBar {
  min-width: 30%;
  white-space: nowrap;
}

.navBarNavigation {
  color: white;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table;
  line-height: 18px;
  height: 18px;
  background: rgba(98, 125, 77, 1);
  background: -moz-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(98, 125, 77, 1)),
    color-stop(100%, rgba(31, 59, 8, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
}

.navBarNavigation a,
navBarNavigation a:hover,
navBarNavigation a:visited {
  color: white;
  font-weight: normal !important;
}

.navBarNavigationPrevious {
  text-align: left;
  white-space: nowrap;
  display: block;
  width: 10%;
  vertical-align: middle;
}

.navBarNavigationCenter {
  text-align: center;
  display: table-cell;
  white-space: nowrap;
  width: 80%;
  margin-top: auto;
}

.navBarNavigationCenter span {
  vertical-align: middle;
  display: table-cell;
}

.navBarNavigationNext {
  text-align: right;
  white-space: nowrap;
  display: table-cell;
  width: 10%;
  vertical-align: middle;
}

.navBarNavigationNone {
  text-align: center;
  display: table-cell;
  white-space: nowrap;
  width: 100%;
  height: 20px;
  margin-top: auto;
  padding-top: 4px;
}

.navBarNavigationNext i.ui-icon {
  margin-top: -16px;
  margin-right: -16px;
  top: 50%;
}

.navBarNavigationPrevious i.ui-icon {
  margin-bottom: -16px;
  margin-left: -16px;
  top: 50%;
}

.textArea {
  font-size: 11px;
  background-color: #f5f5f5;
  color: #000000;
}

.textArea a {
  font-size: 1.1em;
}

.popupBox {
  z-index: 2;
  position: absolute;
  padding: 0px;
  display: none;
  overflow: auto;
  color: snow;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.installArea {
  background-color: snow;
  padding: 5px 10px 5px 10px;
}

.textAreaNotes {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textEditTitle {
  font-weight: normal;
}

.textMenuHeader {
  color: snow;
  background-color: #9c9c9c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.textMenuItem {
  background-color: #efefef;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.textMenuSubItem {
  background-color: snow;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.textMenuItemSelected {
  background-color: #e1e1e1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.txtErrorTextBox {
  border: 2px solid #ff0000 !important;
}

.txtErrorText {
  color: #ff0000;
  font-size: 12px;
  font-weight: normal;
}

/* tabs */
.tabSpacer {
  width: 0px;
  padding-right: 2px;
  padding-left: 0px;
}

.tabsMarginLeft {
  padding-left: 2px;
}

.tabSelected {
  background-color: silver;
  white-space: nowrap;
  width: 1%;
}

.tabNotSelected {
  background-color: #dfdfdf;
  white-space: nowrap;
  width: 1%;
}

.deleteMarker {
  color: red !important;
  height: 14px !important;
  vertical-align: middle;
  text-decoration: none !important;
  padding-right: 7px !important;
}

.deleteMarker:hover {
  text-decoration: none !important;
}

.deleteMarkerDisabled {
  color: grey !important;
  height: 14px !important;
  vertical-align: middle;
  text-decoration: none !important;
  padding-right: 7px !important;
}

.deleteMarkerDisabled:hover {
  text-decoration: none !important;
}

.moveArrow {
  color: #00438c !important;
  height: 14px !important;
  display: inline-block;
  width: 11.75px;
  font-size: 14px !important;
  vertical-align: middle;
  text-decoration: none !important;
}

.moveArrow:hover {
  text-decoration: none !important;
}

.moveArrowNone {
  display: inline-block;
  width: 14.75px;
}

.action,
.shiftArrow,
.calendar {
  cursor: pointer;
  padding: 2px;
}

td.tab {
  border-top: 1px solid #999;
  border-right: 1px solid #666;
  border-left: 1px solid #999;
  padding-left: 3px;
  padding-right: 3px;
  min-width: 0%;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

td#tabs {
  padding: 0px !important;
}

.cactiGraphHeaderBackground {
  /* background: transparent url("./images/logo-BGP.png") no-repeat scroll left 10% / 380px auto; */
  height: 35px;
  width: 400px;
  float: right;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: -1;
}

div#gtabs {
  padding-bottom: 0px;
  vertical-align: bottom;
  position: fixed;
  right: 5px;
  top: 5px;
  height: 30px;
}

.ellipsis {
  width: 25px !important;
  float: left;
  display: none;
}

.maintabs {
  float: left;
  overflow: hidden;
  height: 25px;
}

.maintabs-submenu {
  display: none;
}

.maintabs-submenu-ellipsis a {
  display: block;
}

.maintabs-submenu a {
  padding: 5px 8px 5px 0px;
}

.maintabs-submenu i {
  font-size: 18px;
}

div.submenu {
  display: none;
  position: absolute;
  border: 2px solid #2d4ca8;
  top: 0;
  left: 0;
  z-index: 200;
}

div.submenu span {
  display: block;
}

.submenuoptions {
  border-width: 0px 1px 1px 1px;
  border-color: #eee #ccc #ccc #eee;
  color: #333;
  border-style: solid;
  position: absolute;
  top: 30px;
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  background: snow;
  z-index: 200;
}

.submenuoptions li a {
  display: block;
  padding: 4px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.submenuoptions li a:hover {
  display: block;
  color: #333;
  background: rgba(242, 246, 248, 1);
  background: -moz-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(242, 246, 248, 1)),
    color-stop(50%, rgba(216, 225, 231, 1)),
    color-stop(51%, rgba(181, 198, 208, 1)),
    color-stop(100%, rgba(224, 239, 249, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}

.tabs {
  border: 0px;
  margin: 0px;
}

.tabs a,
.maintabs a {
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #ddd;
  background-image: -moz-linear-gradient(#f0f0f0, #ddd);
  background-image: -ms-linear-gradient(#f0f0f0, #ddd);
  background-image: -webkit-linear-gradient(#f0f0f0, #ddd);
  background-image: linear-gradient(#f0f0f0, #ddd);
  background-repeat: repeat-x;
  border: 1px solid #555;
  border-color: #eee #ccc #ccc #eee;
  color: #333;
  float: left !important;
  padding: 5px;
  text-decoration: none;
  font-size: 11px;
  vertical-align: bottom;
}

.tabs a:hover,
.maintabs a:hover {
  background-color: #ddd;
  background-image: -moz-linear-gradient(#e0e0e0, #ccc);
  background-image: -ms-linear-gradient(#e0e0e0, #ccc);
  background-image: -webkit-linear-gradient(#e0e0e0, #ccc);
  background-image: linear-gradient(#e0e0e0, #ccc);
  background-repeat: repeat-x;
}

.tabs a.selected,
.maintabs a.selected {
  background: rgba(242, 246, 248, 1);
  background: -moz-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(242, 246, 248, 1)),
    color-stop(50%, rgba(216, 225, 231, 1)),
    color-stop(51%, rgba(181, 198, 208, 1)),
    color-stop(100%, rgba(224, 239, 249, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}

.tabs li,
.maintabs li {
  float: left;
  margin: 0 3px 0 0;
  position: relative;
}

.tabs li.current a,
.maintabs li.current a {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.tabs li.current a:hover,
.maintabs li.current a:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.tabs nav,
.maintabs nav {
  border-bottom: 1px solid #ccc;
  padding: 0 0 0 4px;
  height: 25px;
}

.tabs nav:after,
.maintabs nav:after {
  clear: both;
  content: ".";
  visibility: hidden;
}

.tabs ul,
.maintabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

tr td:last-child .checkbox {
  margin-right: 10px !important;
}

tr th:last-child .checkbox {
  margin-right: 10px !important;
}

.fa-angle-double-up,
.fa-angle-double-down {
  margin-right: 10px;
}

.fa-plus,
.fa-question-circle {
  margin-right: 10px;
}

.fa-compress,
.fa-expand {
  margin-right: 10px;
}

/* Navigation Area */
#nav {
  float: left;
  width: 150px;
  border-top: 0px solid #999;
  border-right: 0px solid #999;
  border-left: 0px solid #999;
  font-size: 12px;
  margin: 0px 0;
}

#nav li a {
  display: block;
  padding: 2px 4px;
  background: #ccc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #999;
  text-decoration: none;
  color: #000;
}

#nav li a.active {
  color: snow;
  background: -moz-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(138, 179, 105, 1)),
    color-stop(100%, rgba(63, 117, 15, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(138, 179, 105, 1) 0%,
    rgba(63, 117, 15, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab369', endColorstr='#3f750f', GradientType=0 );
}

th {
  border-right: 1px groove snow;
}

th:last-child {
  border-right: none !important;
}

tr.selected {
  background: rgba(167, 217, 134, 1);
  background: -moz-linear-gradient(
    top,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(167, 217, 134, 1)),
    color-stop(100%, rgba(148, 179, 107, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(167, 217, 134, 1) 0%,
    rgba(148, 179, 107, 1) 100%
  );
}

tr.selectable:hover:not(.selected) {
  background: rgba(167, 217, 134, 0.4);
  background: -moz-linear-gradient(
    top,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(167, 217, 134, 0.4)),
    color-stop(100%, rgba(148, 179, 107, 0.2))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d986', endColorstr='#94b36b', GradientType=0 );
}

tr.selectable:hover:not(.selected) a {
  color: black;
}

tr.selected a {
  color: black;
}

#nav li a.pic:hover,
#nav li ul li a.selected {
  background: -moz-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(242, 246, 248, 1)),
    color-stop(50%, rgba(216, 225, 231, 1)),
    color-stop(51%, rgba(181, 198, 208, 1)),
    color-stop(100%, rgba(224, 239, 249, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(242, 246, 248, 1) 0%,
    rgba(216, 225, 231, 1) 50%,
    rgba(181, 198, 208, 1) 51%,
    rgba(224, 239, 249, 1) 100%
  );
}

#nav li ul {
  display: none;
  padding: 0;
}

#nav a {
  font-size: 12px;
}

#nav li ul li a {
  padding: 2px 4px;
  background: #ececec;
  border-bottom: 1px dotted #ccc;
}

#nav li ul li {
  list-style: none;
  padding: 0;
}

ul#nav {
  list-style: none;
  padding: 0px;
  padding-top: 0px;
  width: 100%;
}

.clogError {
  background-color: #ff3932;
}

.clogWarning {
  background-color: #eacc00;
}

.clogSQL {
  background-color: #6dc8fe;
}

.clogDebug {
  background-color: #c4fd3d;
}

.clogStats {
  background-color: #96e78a;
}

.clogLimit {
  background-color: #eacc00;
}

.clogStats td,
.clogDebug td,
.clogSQL td,
.clogWarning td,
.clogError td,
.clogLimit td {
  padding: 2px;
  height: 20px;
}

@media print {
  .noprint {
    display: none;
  }
}

.ui-multiselect,
.ui-multiselect-button,
.ui-selectmenu-button {
  padding: 0.3em 0.5em !important;
  text-align: left;
  line-height: initial;
}

.ui-multiselect-filter,
.ui-widget-header {
  font-weight: normal !important;
}

.ui-multiselect-header ul {
  height: 15px;
  float: left;
}

.ui-multiselect-filter {
  margin-bottom: 4px;
}

.ui-multiselect-filter-label > input {
  padding: 2px;
  margin-left: 4px;
}

.ui-tooltip {
  max-width: 500px;
  word-break: break-word;
}

.ui-tooltip-content div.header {
  color: #006400;
}

.ui-tooltip-content div.content {
  font-size: 10px;
  color: #333333;
}

.ui-tooltip-content {
  overflow: auto !important;
  opacity: 0.95;
  border-radius: 5px !important;
  border: transparent;
}

div.preformatted {
  font-family: monospace;
  white-space: pre;
}

ul.pagination {
  display: inline-block;
  padding: 1px;
  margin: 2px;
  vertical-align: middle;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: snow;
  float: left;
  padding: 0px 2px 2px 2px;
  text-decoration: none;
  margin: 0px 1px;
  vertical-align: -40%;
}

ul.pagination li span {
  color: show;
  float: left;
  padding: 0px 0px;
  text-decoration: none;
  margin: 0px 1px;
}

ul.pagination li a.active {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(167, 217, 134, 1) 0%,
      rgba(148, 179, 107, 1) 100%
    )
    repeat scroll 0 0;
  color: black;
}

ul.pagination li a:hover:not(.active) {
  background: rgba(167, 217, 134, 0.4);
  background: -moz-linear-gradient(
    top,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(167, 217, 134, 0.4)),
    color-stop(100%, rgba(148, 179, 107, 0.2))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(167, 217, 134, 0.4) 0%,
    rgba(148, 179, 107, 0.4) 100%
  );
}

tr#realtime td:first-child {
  height: 68px;
}

.logEmergency {
  background-color: rgba(255, 6, 6, 0.8);
  text-align: center;
  width: 12.5%;
  padding: 3px;
  color: #0a0a0a;
}

.logCritical {
  background-color: rgba(242, 23, 33, 0.8);
  text-align: center;
  width: 12.5%;
  padding: 3px;
  color: #0a0a0a;
}

.logAlert {
  background-color: rgba(242, 25, 36, 0.8);
  text-align: center;
  width: 12.5%;
  padding: 3px;
  color: #0a0a0a;
}

.logWarning {
  background-color: rgba(255, 122, 48, 0.8);
  text-align: center;
  width: 12.5%;
  padding: 3px;
  color: #0a0a0a;
}

.logError {
  background-color: rgba(251, 74, 20, 0.8);
  text-align: center;
  width: 12.5%;
  padding: 3px;
  color: #0a0a0a;
}

.logNotice {
  background-color: rgba(250, 253, 158, 0.8);
  text-align: center;
  width: 12.5%;
  padding: 3px;
  color: #0a0a0a;
}

.logInfo {
  background-color: rgba(204, 255, 204, 0.8);
  text-align: center;
  width: 12.5%;
  padding: 3px;
  color: #0a0a0a;
}

.logDebug {
  background-color: rgba(205, 207, 196, 0.8);
  text-align: center;
  width: 12.5%;
  padding: 3px;
  color: #0a0a0a;
}

.menuitem {
  white-space: nowrap;
}

.menu_glyph {
  font-size: 18px;
  vertical-align: middle;
  text-align: left;
  width: 20px;
}

.menuitem span {
  vertical-align: middle;
  line-height: 20px;
}

.ui-autocomplete {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.graphWrapper {
  position: relative;
}

.graphWrapperOuter[data-disabled="true"] {
  background-color: rgba(255, 241, 118, 0.3);
}

.code {
  font-family: Consolas, Courier New;
  font-size: 0.8em;
  padding: 5px 15px 5px 15px;
  background: #dfdfdf;
}

.note {
  font-size: 0.7em;
}

.note a:link,
.note a:active,
.note a:visited {
  font-size: 1em;
  text-decoration: none;
  color: blue;
}

.note a:hover {
  text-decoration: underline;
}

.ui-select-text input {
  width: 180px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.ui-multiselect {
  padding: 0.4em 1em;
  text-align: left;
  line-height: initial;
}

.ui-multiselect .ui-icon {
  margin-top: 0px;
}

.ui-widget {
  font-size: unset;
}

.ui-checkboxradio-icon {
  display: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: rgba(98, 125, 77, 1);
  background: -moz-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(98, 125, 77, 1)),
    color-stop(100%, rgba(31, 59, 8, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(98, 125, 77, 1) 0%,
    rgba(31, 59, 8, 1) 100%
  );
  color: snow;
}

/* New Checkbox Stuff */
.checkboxSwitch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.checkboxSwitch input {
  display: none;
}

.checkboxSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.checkboxSlider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  background-image: url("./images/logo-BGP.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .checkboxSlider {
  background-color: rgba(167, 217, 134, 1);
}

input:disabled + .checkboxSlider {
  cursor: not-allowed;
}

input:focus + .checkboxSlider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .checkboxSlider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded.checkboxSliders */
.checkboxSlider.checkboxRound {
  border-radius: 24px;
}

.checkboxSlider.checkboxRound:before {
  border-radius: 50%;
}

.checkboxLabelWanted {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
}

.right {
  text-align: right;
}

.radioSwitch {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.radioSwitch input {
  display: none;
}

.radioSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  width: 24px;
  background-color: rgba(200, 200, 200, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.radioSlider:before {
  display: none;
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  background-image: url("./images/logo-BGP.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .radioSlider {
  background-color: rgba(167, 217, 134, 1);
}

input:checked + .radioSlider:before {
  display: inline-block;
}

input:disabled + .radioSlider {
  cursor: not-allowed;
}

input:focus + .radioSlider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .radioSlider:before {
  display: block;
}

/* Rounded.radioSliders */
.radioSlider.radioRound {
  border-radius: 24px;
}

.radioSlider.radioRound:before {
  border-radius: 50%;
}

.radioLabelWanted {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: middle;
}

td.center > table {
  margin: 0 auto;
}

.ui-menu-item-wrapper {
  white-space: nowrap;
}

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -moz-box-shadow: 5px 5px 4px -4px #666666;
  -webkit-box-shadow: 2px 2px 2px #999999;
  box-shadow: 2px 2px 2px #999999;
  z-index: 99;
}

[id*="_edit"] .tableRowGraph:hover {
  background-color: rgba(0, 200, 0, 0.1) !important;
  border-left: 2px solid yellow !important;
  border-right: 2px solid yellow !important;
}

.tableRowGraph {
  border: 2px solid rgba(0, 0, 0, 0);
  min-height: 20px;
}

.tableRowGraph td {
  padding-left: 3px;
}

@media only screen and (max-width: 1700px) {
  .container-info .container-hero {
    width: 85%;
  }
  .container-info .container-footer {
    width: 85%;
  }
  .container-info {
    padding-left: 4%;
  }
  .container-hero .title {
    font-size: 62px;
    line-height: 4rem;
  }
  .authButton.loginPage {
    padding: 10px 20px;
  }

  .authField.loginPage {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 1536px) {
  .container-info {
    padding-left: 4%;
  }

  .navbar-links {
    gap: 20px;
  }

  .container-hero .title {
    font-size: 48px;
    line-height: 3rem;
  }

  .formArea.container-login .inner-container-login .title-login {
    font-size: 28px;
  }

  .container-hero .text-1 {
    font-size: 16px;
  }

  .container-hero .text-2 {
    font-size: 16px;
  }

  .container-footer {
    font-size: 14px;
  }

  .authButton.loginPage {
    padding: 10px 20px;
    font-size: 16px;
  }

  .authField.loginPage {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 1366px) {
  .container-hero .title {
    font-size: 32px;
    line-height: 2.5rem;
  }

  .formArea.container-login .inner-container-login .title-login {
    font-size: 28px;
  }

  .container-hero .text-1 {
    font-size: 16px;
  }

  .container-hero .text-2 {
    font-size: 16px;
  }

  .container-footer {
    font-size: 14px;
  }

  .authField.loginPage {
    padding: 10px 20px;
  }

  .authButton.loginPage {
    padding: 10px 20px;
    font-size: 16px;
  }

  .authField.loginPage {
    padding: 10px 20px;
  }

  .navbar-links {
    gap: 20px;
    font-size: 16px;
  }

  .navbar-links a {
    font-size: 16px;
  }

  .navbar-logo img {
    width: 80%;
  }
}

@media only screen and (max-width: 1280px) {
  .container-info {
    padding-left: 4%;
  }

  .container-hero .title {
    font-size: 32px;
    line-height: 2.5rem;
  }

  .formArea.container-login .inner-container-login .title-login {
    font-size: 28px;
  }

  .formArea.container-login {
    padding: 0 32px;
  }

  .container-hero .text-1 {
    font-size: 14px;
  }

  .container-hero .text-2 {
    font-size: 14px;
  }

  .container-footer {
    font-size: 12px;
  }

  .navbar-links {
    gap: 20px;
    font-size: 16px;
  }

  .authButton.loginPage {
    padding: 10px 16px;
    font-size: 14px;
  }

  .authField.loginPage {
    padding: 10px 20px;
  }

  .navbar-links a {
    font-size: 18px;
  }

  .authField.loginPage {
    padding: 10px 20px;
  }

  .navbar-logo img {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-links a {
    font-size: 16px;
  }

  .container-hero .text-1 {
    font-size: 14px;
  }

  .container-hero .text-2 {
    font-size: 14px;
  }

  .container-footer {
    font-size: 12px;
  }

  .formArea.container-login .inner-container-login .title-login {
    font-size: 26px;
  }

  .navbar-logo img {
    width: 80%;
  }

  .container-hero .title {
    font-size: 32px;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 960px) {
  .navbar-links a {
    font-size: 14px;
  }

  .container-login-options {
    gap: 10px;
  }

  .navbar-logo {
    width: 100px;
  }

  .navbar-logo img {
    width: 100%;
  }

  .container-hero .title {
    font-size: 32px;
    line-height: 2.5rem;
  }

  .formArea.container-login .inner-container-login .title-login {
    font-size: 24px;
  }

  .container-hero .text-1 {
    font-size: 14px;
  }

  .container-hero .text-2 {
    font-size: 14px;
  }

  .container-footer {
    font-size: 12px;
  }
}
