@charset "UTF-8";
/*$Id$*/
/*$Id$*/
/*Mixins*/
/*$Id$*/
/*$Id$*/
/*$Id$*/
html, body {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", Arial, Verdana, Lucida Sans Unicode, Lucida Grande, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

a {
  color: #069;
}

.fs13 {
  font-size: 13px;
}

/*$Id$*/
.text-center {
  text-align: center;
}

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

.underline {
  text-decoration: underline;
}

.full {
  width: 100%;
}

.content-padded {
  padding: 10px;
}
.content-padded.no-bottom {
  padding-bottom: 0;
}
.content-padded.no-top {
  padding-top: 0;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.no-border {
  border: none !important;
}

.caps {
  text-transform: uppercase;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*$Id$*/
/*global styles starts*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* input,
* textarea {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#dateTimesSch-container-picker {
  z-index: 100000;
}

#dateTimesSch-container-picker-timeinput-minute-listbox,
#dateTimesSch-container-picker-timeinput-hour-listbox {
  z-index: 100001;
}

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  height: 100%;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

b,
strong {
  font-weight: bold;
}

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

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:active,
a:hover {
  outline: 0;
}

/*global styles ends*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.dnone {
  display: none;
}

.dblock {
  display: block;
}

.dblockImp {
  display: block !important;
}

.dnoneImp {
  display: none !important;
}

.dispIB {
  display: inline-block;
}

.pRel {
  position: relative;
}

.txtCapt {
  text-transform: capitalize;
}

.txtUpper {
  text-transform: uppercase;
}

.visVImp {
  visibility: visible !important;
}

.vAlignT {
  vertical-align: top;
}

.txtAC {
  text-align: center;
}

.wrdbreak {
  word-break: break-all;
}

.cusP {
  cursor: pointer;
}

.cBImp {
  color: #000 !important;
}

.cGray {
  color: #999;
}

.p0Imp {
  padding: 0px !important;
}

.poslft0Imp {
  left: -25px !important;
}

.pL0Imp {
  padding-left: 0px !important;
}

.dispF {
  display: flex;
  align-items: center;
}

.w180 {
  width: 180px;
}

.top0Imp {
  top: 0px !important;
}

.w110 {
  width: 110px;
}

.w108 {
  width: 108px;
}

.mT20 {
  margin-top: 20px;
}

.m0Imp {
  margin: 0px !important;
}

.mT5Imp {
  margin-top: 5px !important;
}

.mR50 {
  margin-right: 50px;
}

.mL50 {
  margin-left: 50px;
}

.mL30 {
  margin-left: 30px;
}

.mB10 {
  margin-bottom: 10px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

::-webkit-scrollbar {
  width: 3px !important;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #e8e4e4;
}

::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
}

/* For Firefox */
* {
  scrollbar-width: thin;
  /* auto | thin | none */
  scrollbar-color: #dcdcdc #e8e4e4;
  /* thumb color | track color */
}

.animateFast {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*tooltip starts*/
.ctooltip {
  position: relative;
}
.ctooltip:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(ctooltip);
  padding: 2px 7px 3px;
  position: absolute;
  z-index: 98;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  left: -100%;
  right: -100%;
  text-align: center;
  font-style: normal;
  opacity: 1;
}
.ctooltip:hover:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  position: absolute;
  z-index: 99;
  left: 5px;
  opacity: 1;
}
.ctooltip:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.ctooltip:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  content: "";
  position: absolute;
  z-index: 99;
  left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.ctooltip.ctipm:hover:after {
  right: inherit;
}

/*tooltip ends*/
.alert_div {
  padding: 12px 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert_div.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert_div.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.show {
  display: block;
}
.modal.fade {
  transition: opacity 0.15s linear;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
  padding-top: 0;
}
.modal .modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  border: 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-header {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  background-color: #FFF;
}
.modal .modal-dialog .modal-header .close {
  margin-top: -2px;
}
.modal .modal-dialog .modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.modal .modal-dialog .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.modal .modal-dialog button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  opacity: 1;
  font-weight: 100;
  color: #555;
}
.modal .modal-dialog .modal-sm .modal-body {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.modal .modal-dialog .modal-body {
  position: relative;
  padding: 20px;
}
.modal .modal-dialog .modal-footer {
  padding: 20px 30px 20px 30px;
  background-color: #fff;
  text-align: right;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s all ease;
}
.modal .modal-dialog.modal-confirm .btn-primary {
  background-color: #f04747;
  border-color: #dc3d3d;
}
.modal .modal-dialog.modal-confirm p + p {
  margin-top: 5px;
}
.modal .modal-dialog.modal-confirm .modal-confirmTxt {
  min-height: 40px;
}
.modal .modal-dialog.modal-confirm .alert-actions {
  text-align: right;
  border-top: 1px solid #DDD;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px;
  padding-bottom: 0px;
}
.modal .modal-xs {
  width: 350px;
}
.modal .modal-sm {
  width: 500px;
}
.modal .modal-md {
  width: 700px;
}
.modal .modal-lg {
  width: 840px;
}
.modal .modal-xlg {
  width: 1030px;
}

.notifyDiv {
  position: absolute;
  top: 50px;
  right: 0px;
  min-width: 230px;
  max-width: 800px;
  background-color: #10bc83;
  color: #FFF;
  padding: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 100002;
}
.notifyDiv.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.notifyDiv .notifyCls {
  position: absolute;
  right: 5px;
  top: 7px;
  z-index: 1;
  padding: 0px 5px;
  cursor: pointer;
}
.notifyDiv .nMsgTxt {
  text-transform: capitalize;
}
.notifyDiv .nMsgTitle {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 450;
}
.notifyDiv.nsuccessDiv {
  background-color: #10bc83;
}
.notifyDiv.nerrorDiv {
  background-color: #f04747;
}
.notifyDiv.ninfoDiv {
  background-color: #47aff0;
}

/*loading*/
.SC_ldr.lodingPos0 {
  top: 0px;
  left: 0px;
  right: 0px;
}

.SC_ldr {
  position: absolute;
  left: 220px;
  right: 0px;
  top: 147px;
}
.SC_ldr .SC_ldsld,
.SC_ldr .SC_llne {
  position: absolute;
  width: 100%;
  height: 2px;
}
.SC_ldr .SC_llne {
  background: #10bc83;
}
.SC_ldr .SC_lbrk {
  position: absolute;
  background: #fff;
  width: 10px;
  height: 2px;
}
.SC_ldr .SC_ldt1 {
  -webkit-animation: loading 2s infinite;
  -moz-animation: loading 3s infinite;
  -ms-animation: loading 2s infinite;
  -o-animation: loading 2s infinite;
  animation: loading 3s infinite;
}
.SC_ldr .SC_ldt2 {
  -webkit-animation: loading 2s 0.5s infinite;
  -moz-animation: loading 3s 0.5s infinite;
  -ms-animation: loading 2s 0.5s infinite;
  -o-animation: loading 2s 0.5s infinite;
  animation: loading 3s 0.5s infinite;
}
.SC_ldr .SC_ldt3 {
  -webkit-animation: loading 2s 1s infinite;
  -moz-animation: loading 3s 1s infinite;
  -ms-animation: loading 2s 1s infinite;
  -o-animation: loading 2s 1s infinite;
  animation: loading 3s 1s infinite;
}

.lod-circle1,
.lod-circle2,
.lod-circle3,
.lod-circle4,
.lod-circle5,
.lod-circle6,
.lod-circle7,
.lod-circle8,
.lod-circle9,
.lod-circle10,
.lod-circle11,
.lod-circle12,
.lod-circle13,
.lod-circle14,
.lod-circle15,
.lod-circle16,
.lod-circle17,
.lod-circle18,
.lod-circle19,
.lod-circle20,
.lod-circle21,
.lod-circle22,
.lod-circle23,
.lod-circle24,
.lod-circle25,
.lod-circle26,
.lod-circle27,
.lod-circle28,
.lod-circle29,
.lod-circle30,
.lod-circle31,
.lod-circle32,
.lod-circle33,
.lod-circle34,
.lod-circle35,
.lod-circle36,
.lod-circle37,
.lod-circle38,
.lod-circle39,
.lod-circle40 {
  width: 8px;
  height: 8px;
  background: #000000;
  display: inline-block;
  border-radius: 20px;
  -webkit-animation: loader 11s infinite;
  -moz-animation: loader 11s infinite;
  -o-animation: loader 11s infinite;
  animation: loader 11s infinite;
}

.lod-circle2 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.lod-circle3 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.lod-circle4 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.lod-circle5 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.lod-circle6 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.lod-circle7 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.lod-circle8 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.lod-circle9 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.lod-circle10 {
  -webkit-animation-delay: 2.25s;
  -moz-animation-delay: 2.25s;
  -o-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.lod-circle11 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.lod-circle12 {
  -webkit-animation-delay: 2.75s;
  -moz-animation-delay: 2.75s;
  -o-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

.lod-circle13 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.lod-circle14 {
  -webkit-animation-delay: 3.25s;
  -moz-animation-delay: 3.25s;
  -o-animation-delay: 3.25s;
  animation-delay: 3.25s;
}

.lod-circle15 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.lod-circle16 {
  -webkit-animation-delay: 3.75s;
  -moz-animation-delay: 3.75s;
  -o-animation-delay: 3.75s;
  animation-delay: 3.75s;
}

.lod-circle17 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.lod-circle18 {
  -webkit-animation-delay: 4.25s;
  -moz-animation-delay: 4.25s;
  -o-animation-delay: 4.25s;
  animation-delay: 4.25s;
}

.lod-circle19 {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.lod-circle20 {
  -webkit-animation-delay: 4.75s;
  -moz-animation-delay: 4.75s;
  -o-animation-delay: 4.75s;
  animation-delay: 4.75s;
}

.lod-circle21 {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.lod-circle22 {
  -webkit-animation-delay: 5.25s;
  -moz-animation-delay: 5.25s;
  -o-animation-delay: 5.25s;
  animation-delay: 5.25s;
}

.lod-circle23 {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  -o-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.lod-circle24 {
  -webkit-animation-delay: 5.75s;
  -moz-animation-delay: 5.75s;
  -o-animation-delay: 5.75s;
  animation-delay: 5.75s;
}

.lod-circle25 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}

.lod-circle26 {
  -webkit-animation-delay: 6.25s;
  -moz-animation-delay: 6.25s;
  -o-animation-delay: 6.25s;
  animation-delay: 6.25s;
}

.lod-circle27 {
  -webkit-animation-delay: 6.5s;
  -moz-animation-delay: 6.5s;
  -o-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.lod-circle28 {
  -webkit-animation-delay: 6.75s;
  -moz-animation-delay: 6.75s;
  -o-animation-delay: 6.75s;
  animation-delay: 6.75s;
}

.lod-circle29 {
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -o-animation-delay: 7s;
  animation-delay: 7s;
}

.lod-circle30 {
  -webkit-animation-delay: 7.25s;
  -moz-animation-delay: 7.25s;
  -o-animation-delay: 7.25s;
  animation-delay: 7.25s;
}

.lod-circle31 {
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  -o-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.lod-circle32 {
  -webkit-animation-delay: 7.75s;
  -moz-animation-delay: 7.75s;
  -o-animation-delay: 7.75s;
  animation-delay: 7.75s;
}

.lod-circle33 {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;
}

.lod-circle34 {
  -webkit-animation-delay: 8.25s;
  -moz-animation-delay: 8.25s;
  -o-animation-delay: 8.25s;
  animation-delay: 8.25s;
}

.lod-circle35 {
  -webkit-animation-delay: 8.5s;
  -moz-animation-delay: 8.5s;
  -o-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.lod-circle36 {
  -webkit-animation-delay: 8.75s;
  -moz-animation-delay: 8.75s;
  -o-animation-delay: 8.75s;
  animation-delay: 8.75s;
}

.lod-circle37 {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
  animation-delay: 9s;
}

.lod-circle38 {
  -webkit-animation-delay: 9.25s;
  -moz-animation-delay: 9.25s;
  -o-animation-delay: 9.25s;
  animation-delay: 9.25s;
}

.lod-circle39 {
  -webkit-animation-delay: 9.5s;
  -moz-animation-delay: 9.5s;
  -o-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

.lod-circle40 {
  -webkit-animation-delay: 9.75s;
  -moz-animation-delay: 9.75s;
  -o-animation-delay: 9.75s;
  animation-delay: 9.75s;
}

.load-circle1,
.load-circle2,
.load-circle3,
.load-circle4,
.load-circle5 {
  width: 8px;
  height: 8px;
  background: grey;
  display: inline-block;
  border-radius: 20px;
  -webkit-animation: loader 1.5s infinite;
  -moz-animation: loader 1.5s infinite;
  -o-animation: loader 1.5s infinite;
  animation: loader 1.5s infinite;
}

.load-circle2 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.load-circle3 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-circle4 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.load-circle5 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animation-scale {
  -webkit-animation-name: scale-12;
  -o-animation-name: scale-12;
  -moz-animation-name: scale-12;
  animation-name: scale-12;
}

.animation-scale-up {
  -webkit-animation-name: fade-scale-02;
  -o-animation-name: fade-scale-02;
  -moz-animation-name: fade-scale-02;
  animation-name: fade-scale-02;
}

.animation-scale-down {
  -webkit-animation-name: fade-scale-18;
  -o-animation-name: fade-scale-18;
  -moz-animation-name: fade-scale-18;
  animation-name: fade-scale-18;
}

.animation-slide-top {
  -webkit-animation-name: slide-top;
  -o-animation-name: slide-top;
  -moz-animation-name: slide-top;
  animation-name: slide-top;
}

.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
  -o-animation-name: slide-bottom;
  -moz-animation-name: slide-bottom;
  animation-name: slide-bottom;
}

.animation-slide-left {
  -webkit-animation-name: slide-left;
  -o-animation-name: slide-left;
  -moz-animation-name: slide-left;
  animation-name: slide-left;
}

.animation-slide-right {
  -webkit-animation-name: slide-right;
  -o-animation-name: slide-right;
  -moz-animation-name: slide-right;
  animation-name: slide-right;
}

.animation-scale {
  -webkit-animation-name: scale-12;
  -o-animation-name: scale-12;
  -moz-animation-name: scale-12;
  animation-name: scale-12;
}

.animation-scale-up {
  -webkit-animation-name: fade-scale-02;
  -o-animation-name: fade-scale-02;
  -moz-animation-name: fade-scale-02;
  animation-name: fade-scale-02;
}

.animation-scale-down {
  -webkit-animation-name: fade-scale-18;
  -o-animation-name: fade-scale-18;
  -moz-animation-name: fade-scale-18;
  animation-name: fade-scale-18;
}

.animation-slide-top {
  -webkit-animation-name: slide-top;
  -o-animation-name: slide-top;
  -moz-animation-name: slide-top;
  animation-name: slide-top;
}

.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
  -o-animation-name: slide-bottom;
  -moz-animation-name: slide-bottom;
  animation-name: slide-bottom;
}

.animation-slide-left {
  -webkit-animation-name: slide-left;
  -o-animation-name: slide-left;
  -moz-animation-name: slide-left;
  animation-name: slide-left;
}

.animation-slide-right {
  -webkit-animation-name: slide-right;
  -o-animation-name: slide-right;
  -moz-animation-name: slide-right;
  animation-name: slide-right;
}

.animation-scale {
  -webkit-animation-name: scale-12;
  -o-animation-name: scale-12;
  -moz-animation-name: scale-12;
  animation-name: scale-12;
}

.animation-scale-up {
  -webkit-animation-name: fade-scale-02;
  -o-animation-name: fade-scale-02;
  -moz-animation-name: fade-scale-02;
  animation-name: fade-scale-02;
}

.animation-scale-down {
  -webkit-animation-name: fade-scale-18;
  -o-animation-name: fade-scale-18;
  -moz-animation-name: fade-scale-18;
  animation-name: fade-scale-18;
}

.animation-slide-top {
  -webkit-animation-name: slide-top;
  -o-animation-name: slide-top;
  -moz-animation-name: slide-top;
  animation-name: slide-top;
}

.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
  -o-animation-name: slide-bottom;
  -moz-animation-name: slide-bottom;
  animation-name: slide-bottom;
}

.animation-slide-left {
  -webkit-animation-name: slide-left;
  -o-animation-name: slide-left;
  -moz-animation-name: slide-left;
  animation-name: slide-left;
}

.animation-slide-right {
  -webkit-animation-name: slide-right;
  -o-animation-name: slide-right;
  -moz-animation-name: slide-right;
  animation-name: slide-right;
}

.bellactive {
  background-position: -112px 4px !important;
}

.notifBadge {
  position: absolute;
  top: 9px;
  right: 8px;
  background-color: #f05050;
  color: #FFF;
  display: inline-block;
  font-size: 9.5px;
  line-height: initial;
  padding: 2px 4px;
  text-align: center;
  box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.notification-panel {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  position: absolute;
  max-width: 400px;
  right: 0px;
  min-width: 310px;
  -webkit-box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
  box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
  border-radius: 3px;
  font-size: 13px;
  margin: 0;
  z-index: 700;
  top: 42px;
  right: 40px;
  display: none;
}
.notification-panel.active {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-animation-name: fade-scale-02;
  -o-animation-name: fade-scale-02;
  animation-name: fade-scale-02;
  display: block;
}
.notification-panel .notificaiton-body {
  height: auto;
  max-height: 350px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.notification-panel .notification-item {
  position: relative;
  background-color: #fff;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 15px;
  cursor: default;
}
.notification-panel .notification-item:hover {
  background-color: #f5f5f5;
}
.notification-panel .notification-item.error .notification-title {
  color: #f55753;
}
.notification-panel .notification-item.warning .notification-title {
  color: #c9a843;
}
.notification-panel .notification-item.info .notification-title {
  color: #48b0f7;
}
.notification-panel .notification-lft {
  font-size: 14px;
  opacity: 0.8;
  display: table-cell;
  width: 80%;
  padding: 8px 10px;
  padding-bottom: 14px;
}
.notification-panel .notification-rft {
  display: table-cell;
  width: 20%;
  text-align: center;
}
.notification-panel .notification-title {
  display: block;
  line-height: 30px;
  font-size: 15px;
}
.notification-panel .notification-desc {
  font-size: 13px;
  color: #666;
}
.notification-panel .notification-rtime {
  font-size: 12px;
  color: #626262;
  margin-right: 5px;
}
.notification-panel .notification-footer {
  text-align: center;
  padding: 8px 3px;
  color: #777;
  line-height: 30px;
}
.notification-panel .notificationClearAll {
  cursor: pointer;
}

.color-enable {
  color: #58B075 !important;
}

.color-disable {
  color: #EE4E52 !important;
}

/*custom alert starts*/
.cusCnfrmOverlay,
.cusSchOverlay {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100005;
}
.cusCnfrmOverlay .cusCnfrmDiv,
.cusSchOverlay .cusCnfrmDiv {
  position: relative;
  width: 90%;
  max-width: 450px;
  margin: 20% auto;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: slide-top;
  animation-name: slide-top;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.cusCnfrmOverlay .cusCnfrmDiv .splitter,
.cusSchOverlay .cusCnfrmDiv .splitter {
  width: 90%;
  position: relative;
  left: 5%;
  margin: 0 0 1.2em;
}
.cusCnfrmOverlay .cusCnfrmMsg,
.cusSchOverlay .cusCnfrmMsg {
  padding: 3em 1em;
}
.cusCnfrmOverlay .cusCnfrmIcon,
.cusSchOverlay .cusCnfrmIcon {
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cusCnfrmOverlay .cusCnfrmIcon .fa-exclamation-triangle,
.cusSchOverlay .cusCnfrmIcon .fa-exclamation-triangle {
  color: #FFA500;
  font-size: 40px;
}
.cusCnfrmOverlay .cusCnfrmTxt,
.cusSchOverlay .cusCnfrmTxt {
  line-height: 18px;
}
.cusCnfrmOverlay .cusCnfrmAct,
.cusSchOverlay .cusCnfrmAct {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 0 15px;
}
.cusCnfrmOverlay .cusCnfrmBtn,
.cusSchOverlay .cusCnfrmBtn {
  float: left;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
}
.cusCnfrmOverlay .cusCnfrmBtn.cusCnfrmBtn_yes,
.cusSchOverlay .cusCnfrmBtn.cusCnfrmBtn_yes {
  color: #fff;
  background-color: #199edb;
  border-radius: 0.25em;
}
.cusCnfrmOverlay .cusCnfrmBtn.cusCnfrmBtn_yes:hover,
.cusSchOverlay .cusCnfrmBtn.cusCnfrmBtn_yes:hover {
  background: #4190f2;
  color: #fff;
}
.cusCnfrmOverlay .cusCnfrmBtn.cusCnfrmBtn_no,
.cusSchOverlay .cusCnfrmBtn.cusCnfrmBtn_no {
  background: #fff;
  border: 1px solid #df1010;
  border-radius: 0.25em;
  color: #df1010;
}
.cusCnfrmOverlay .cusCnfrmBtn.cusCnfrmBtn_no:hover,
.cusSchOverlay .cusCnfrmBtn.cusCnfrmBtn_no:hover {
  background: #df1010;
  color: #fff;
}
.cusCnfrmOverlay .cusCnfrmBtn.cusCnfrmBtn_sch,
.cusSchOverlay .cusCnfrmBtn.cusCnfrmBtn_sch {
  border: 1px solid #199edb;
  background: #fff;
  color: #199edb;
  border-radius: 0.25em;
}
.cusCnfrmOverlay .cusCnfrmBtn.cusCnfrmBtn_sch:hover,
.cusSchOverlay .cusCnfrmBtn.cusCnfrmBtn_sch:hover {
  background: #4190f2;
  color: #fff;
}

.cusSchOverlay .cusCnfrmDiv {
  max-width: 550px;
  width: 100%;
}
.cusSchOverlay .cusCnfrmDiv .cusCnfrmClose {
  position: absolute;
  right: -7px;
  top: -10px;
  color: #555;
  font-size: 19px;
  cursor: pointer;
}
.cusSchOverlay .cusCnfrmDiv .cusCnfrmClose:hover {
  color: #df1010;
}
.cusSchOverlay .cusCnfrmDiv #otp {
  text-align: center;
  width: 75%;
  position: relative;
  left: 12.5%;
  right: 12.5%;
}
.cusSchOverlay .cusCnfrmDiv .cusCnfrmTxt {
  line-height: 18px;
  padding: 0 0 20px;
}
.cusSchOverlay .cusCnfrmTitle {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding: 15px 20px 10px;
  position: relative;
  background-color: #f7f7f7;
}
.cusSchOverlay .cusCnfrmTitle h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: start;
}
.cusSchOverlay .dateTimesSch {
  padding: 10px 0px;
}

.cusSchOverlay {
  z-index: 1000;
}

.info_no_overlay {
  position: fixed;
  top: 50px;
  z-index: 100000;
  right: 0px;
  left: 0px;
}
.info_no_overlay .cusAlertMsg {
  margin: 2% auto !important;
  background-color: #fff;
  border: 0.5px solid #039be5;
  display: flex;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
  border-radius: 10px;
  text-align: center;
  max-width: fit-content;
}
.info_no_overlay .cusAlertMsg div {
  padding: 10px;
}
.info_no_overlay .cusAlertMsg .cusAlertIcon span {
  color: #039be5;
  font-size: 20px;
  line-height: 10px;
}
.info_no_overlay .cusAlertMsg .cusAlertAct {
  display: flex;
  cursor: pointer;
}
.info_no_overlay .cusAlertMsg .cusAlertAct .cusAlertBtn_yes {
  color: #039be5;
}
.info_no_overlay .cusAlertMsg .cusAlertAct .cusAlertBtn_yes:hover {
  color: #0482c2;
}
.info_no_overlay .cusAlertMsg .cusAlertAct .cusAlertBtn_no {
  margin-left: 8px;
  color: #a9a8a8;
}
.info_no_overlay .cusAlertMsg .cusAlertAct .cusAlertBtn_no:hover {
  color: #555;
}

.cusAlertOverlay {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100000;
}
.cusAlertOverlay .cusAlertDiv {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 20% auto;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.cusAlertOverlay .cusAlert_reqDiv {
  position: relative;
  width: 50%;
  margin: 17% auto;
  height: 36%;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer {
  position: absolute;
  overflow: auto;
  bottom: 70px;
  left: 98px;
  top: 42px;
  right: 30px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer .title {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 0;
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer .subtitle {
  font-size: 13px !important;
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer .subtext {
  font-size: 14px !important;
  text-transform: none;
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer .instructions_1 {
  position: relative;
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer .instructions_1 .bullet {
  margin-bottom: -30px;
  margin-left: 10px;
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer .instructions_1 .bullet::before {
  content: "• ";
  font-size: 1.5em;
  margin-right: 5px;
}
.cusAlertOverlay .cusAlert_reqDiv .requirementContainer .install_snip {
  width: 80%;
}
.cusAlertOverlay .cusAlert_reqDiv .cusAlertAct {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.cusAlertOverlay .cusAlertMsg {
  display: flex;
  padding: 2rem;
  align-items: self-start;
  column-gap: 20px;
}
.cusAlertOverlay .cusAlertMsg h3 {
  margin-bottom: 3px;
  text-transform: capitalize;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
}
.cusAlertOverlay .cusAlertAct {
  display: flex;
  background-color: #f8fafc;
  padding: 16px 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: flex-end;
}
.cusAlertOverlay .cusAlertIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cusAlertOverlay .cusAlertIcon span {
  color: #039be5;
  font-size: 50px;
  line-height: 10px;
}
.cusAlertOverlay .cusAlertTxt {
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  white-space: pre-line;
}
.cusAlertOverlay .cusAlertBtn {
  min-width: 80px;
  border-radius: 30px;
  padding: 5px;
  background-color: #f44336;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.cusAlertOverlay .cusAlertBtn.center {
  width: fit-content;
  border-radius: 5px;
  padding: 8px;
  background-color: #039be5;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.cusAlertOverlay .cusAlertIcon .fa {
  font-size: 40px;
}
.cusAlertOverlay .cus_AMsgDiv_error .fa {
  color: #ff5722;
}
.cusAlertOverlay .cus_AMsgDiv_warning .fa {
  color: #FFA500;
}
.cusAlertOverlay .cus_AMsgDiv_info .fa {
  color: #039be5;
}
.cusAlertOverlay .cus_AMsgDiv_info .cusAlertBtn {
  background-color: #039be5;
}
.cusAlertOverlay .cus_AMsgDiv_info .cusAlertBtn:hover {
  background-color: #0285c4;
}

/*custom alert ends*/
/*custom prompt starts*/
.cusPromptOverlay {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
}
.cusPromptOverlay .cusCnfrmDiv {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  margin: auto;
}
.cusPromptOverlay .cusCnfrmMsg {
  padding: 20px;
}
.cusPromptOverlay .cusCnfrmMsg .cusPromptError {
  display: none;
  padding: 10px;
  font-size: 14px;
  color: #d7534b;
  text-align: center;
}
.cusPromptOverlay .cusCnfrmMsg .cusCnfrmIcon {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 5px;
}
.cusPromptOverlay .cusCnfrmMsg .cusCnfrmIcon .zvc-alert-circle {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.cusPromptOverlay .cusCnfrmMsg .cusCnfrmIcon .cusCnfrmTxt {
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  float: left;
  width: calc(100% - 40px);
}
.cusPromptOverlay .cusCnfrmMsg .cusCnfrmTxtBox .ztextbox {
  width: 100%;
  height: 40px;
}
.cusPromptOverlay .cusCnfrmAct {
  display: table;
  width: 100%;
}
.cusPromptOverlay .cusCnfrmAct .cusCnfrmBtn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
}
.cusPromptOverlay .cusCnfrmAct .cusCnfrmBtn.cusCnfrmBtn_yes {
  background: #007afd;
}
.cusPromptOverlay .cusCnfrmAct .cusCnfrmBtn.cusCnfrmBtn_no {
  background: #EEE;
  color: #333;
}

/*custom prompt ends*/
/*custom model starts*/
.custom-overlay-model {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100000;
  display: flex;
  align-items: center;
}
.custom-overlay-model .custom-model-inner {
  position: relative;
  width: 75%;
  height: 95%;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  margin: auto;
}
.custom-overlay-model .custom-model-inner .popDHdr {
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 10px;
  color: black;
}
.custom-overlay-model .custom-model-inner .popDcont {
  min-height: 50%;
  max-height: 50%;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner .popDcont2 {
  max-height: 40%;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner .popDcont3 {
  min-height: 15%;
  max-height: 15%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner .custom-model-hdr h2 {
  font-size: 22px;
  border-bottom: 1px solid #EEE;
  font-weight: 300;
  text-align: left;
  padding: 12px;
  background-color: #EEE;
}
.custom-overlay-model .custom-model-inner .custom-model-hdr .zvc-x {
  color: red;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 3px 6px;
  cursor: pointer;
  font-size: 23px;
}
.custom-overlay-model .custom-model-inner .custom-model-content {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-overlay-model .custom-model-inner .custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-overlay-model .custom-model-inner .custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-overlay-model .custom-model-inner .bulk-custom-model-content {
  max-height: 775px;
  min-height: 775px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-overlay-model .custom-model-inner .bulk-custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-overlay-model .custom-model-inner .bulk-custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-overlay-model .custom-model-inner .custom-model-btm {
  display: table;
  width: 100%;
  padding: 0px 20px 20px;
}
.custom-overlay-model .custom-model-inner .custom-model-btm.align-left {
  text-align: left;
}
.custom-overlay-model .custom-model-inner .custom-model-btm.align-center {
  text-align: center;
}
.custom-overlay-model .custom-model-inner .custom-model-btm.align-right {
  text-align: right;
}
.custom-overlay-model .custom-model-inner .custom-model-btm .btn {
  min-width: 80px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
}
.custom-overlay-model .custom-model-inner .custom-model-btm .btn.btn-save {
  background: #007afd;
}
.custom-overlay-model .custom-model-inner .custom-model-btm .btn.btn-save:hover {
  background: #1363b8;
}
.custom-overlay-model .custom-model-inner .custom-model-btm .btn.btn-cancel {
  background: #EEE;
  color: #333;
}
.custom-overlay-model .custom-model-inner .custom-model-btm .btn.btn-cancel:hover {
  background: #777;
  color: #FFF;
}
.custom-overlay-model .locProfilePopup {
  position: relative;
  width: 90%;
  height: 95%;
  overflow: hidden;
  background: #FFF;
  text-align: center;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-animation: slide-top 0.6s;
  -webkit-animation: slide-top 0.6s;
  animation: slide-top 0.6s;
  margin: auto;
}
.custom-overlay-model .locProfilePopup .popDHdr {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding: 15px 20px 10px;
  position: relative;
  background-color: #f7f7f7;
}
.custom-overlay-model .locProfilePopup .popDHdr h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: start;
}
.custom-overlay-model .locProfilePopup .popDHdr font {
  color: #df1010;
  font-size: 21px !important;
}
.custom-overlay-model .locProfilePopup .popDHdr font:hover {
  color: #df1010 !important;
}
.custom-overlay-model .locProfilePopup .formActbtm {
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  left: 0;
  padding: 15px 0px;
  width: 100%;
}
.custom-overlay-model .record-custom {
  width: 60% !important;
  height: 50% !important;
}
.custom-overlay-model .custom-model-inner-graph-center {
  position: relative;
  width: 70%;
  height: 80%;
  overflow: hidden;
  background: #FFF;
  text-align: center;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-animation: slide-top 0.6s;
  -webkit-animation: slide-top 0.6s;
  animation: slide-top 0.6s;
  margin: auto;
  overflow-y: auto;
}
.custom-overlay-model .custom-model-inner-graph-center .searchBox-conInput {
  background: white;
  border: 1px solid #d6dadc;
  border-radius: 4px;
  display: table;
  top: 10px;
  margin-bottom: 15px;
}
.custom-overlay-model .custom-model-inner-graph-center .searchBox-conInput .form-control {
  padding: 0.375rem 2rem 0.375rem 0.75rem !important;
}
.custom-overlay-model .custom-model-inner-graph-center .searchBox-conInput:hover {
  box-shadow: none;
  color: #495057;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.custom-overlay-model .custom-model-inner-graph-center .searchBox-inputWrapper,
.custom-overlay-model .custom-model-inner-graph-center .searchBox-clearWrapper {
  width: 97%;
  display: table-cell;
  vertical-align: middle;
}
.custom-overlay-model .custom-model-inner-graph-center .searchBox-input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0.5rem;
  font-size: inherit;
}
.custom-overlay-model .custom-model-inner-graph-center .searchBox-input:focus {
  outline: none;
  background: #FFF;
}
.custom-overlay-model .custom-model-inner-graph-center .searchBox-clearWrapper {
  padding-right: 0.5rem;
}
.custom-overlay-model .custom-model-inner-graph-center .searchBox-clear {
  color: #CCC;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-overlay-model .custom-model-inner-graph-center .hostassign_toogle .change_assignMode {
  position: relative;
  bottom: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.custom-overlay-model .custom-model-inner-graph-center .hostassign_toogle .change_assignMode .toggler {
  font-size: 12px;
  padding: 5px;
  color: #555;
  text-transform: uppercase;
  cursor: pointer;
}
.custom-overlay-model .custom-model-inner-graph-center .hostassign_toogle .change_assignMode .toggler:hover {
  color: #49bd80;
}
.custom-overlay-model .custom-model-inner-graph-center .hostassign_toogle .change_assignMode .active {
  border-bottom: 3px solid #49bd80;
}
.custom-overlay-model .custom-model-inner-graph-center .alert {
  position: absolute;
  top: 62px;
  left: 23%;
  width: 50%;
}
.custom-overlay-model .custom-model-inner-graph-center .popDHdr {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding: 15px 20px 10px;
  position: relative;
  background-color: #f7f7f7;
  text-transform: capitalize;
  position: sticky;
  top: 0;
  z-index: 2;
}
.custom-overlay-model .custom-model-inner-graph-center .popDHdr h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: start;
}
.custom-overlay-model .custom-model-inner-graph-center .popDHdr font {
  float: right;
  cursor: pointer;
  font-size: 21px;
  color: #df1010;
  position: absolute;
  cursor: pointer;
  font-size: 19px;
  right: 20px;
  top: 14px;
}
.custom-overlay-model .custom-model-inner-graph-center .popDHdr font:hover {
  color: #df1010 !important;
}
.custom-overlay-model .custom-model-inner-graph-center .popDHdr1 {
  min-height: 2%;
  max-height: 2%;
  border-bottom: 0.5px solid black;
  position: relative;
  padding: 2px;
  color: black;
  font-size: 10px;
}
.custom-overlay-model .custom-model-inner-graph-center .popDHdr10 {
  min-height: 5%;
  max-height: 5%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 10px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .popDcont {
  min-height: 50%;
  max-height: 50%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .popDcont4 {
  min-height: 50%;
  max-height: 50%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .popDcont400 {
  min-height: 31%;
  max-height: 31%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .popDcont4 {
  min-height: 31%;
  max-height: 31%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .popDcont2 {
  min-height: 42%;
  max-height: 42%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .popDcont100 {
  min-height: 50%;
  max-height: 50%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 40px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .popDcont3 {
  min-height: 22%;
  max-height: 22%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 30px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .popDcont9 {
  min-height: 5%;
  max-height: 5%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-hdr h2 {
  font-size: 22px;
  border-bottom: 1px solid #EEE;
  font-weight: 300;
  text-align: left;
  padding: 12px;
  background-color: #EEE;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-hdr .zvc-x {
  color: red;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 3px 6px;
  cursor: pointer;
  font-size: 23px;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-content {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-overlay-model .custom-model-inner-graph-center .bulk-custom-model-content {
  max-height: 775px;
  min-height: 775px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-overlay-model .custom-model-inner-graph-center .bulk-custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-overlay-model .custom-model-inner-graph-center .bulk-custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm {
  display: table;
  width: 100%;
  padding: 0px 20px 20px;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm.align-left {
  text-align: left;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm.align-center {
  text-align: center;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm.align-right {
  text-align: right;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm .btn {
  min-width: 80px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm .btn.btn-save {
  background: #007afd;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm .btn.btn-save:hover {
  background: #1363b8;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm .btn.btn-cancel {
  background: #EEE;
  color: #333;
}
.custom-overlay-model .custom-model-inner-graph-center .custom-model-btm .btn.btn-cancel:hover {
  background: #777;
  color: #FFF;
}
.custom-overlay-model .keyBindgraph {
  width: 50%;
  height: 30%;
}
.custom-overlay-model .keyBindgraph .keyBind {
  position: relative;
  top: 20px;
  padding: 10px;
  font-size: 14px;
  color: #555;
  width: 90%;
  height: 50%;
}
.custom-overlay-model .inner-inner-graph {
  height: 50%;
  width: 60%;
}
.custom-overlay-model .inner-inner-graph .inner-inner-form {
  top: 100px;
  left: 70px;
}
.custom-overlay-model .custom-model-inner-graph-left {
  position: relative;
  width: 47%;
  height: 75%;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  margin: auto;
}
.custom-overlay-model .custom-model-inner-graph-left .popDHdr {
  min-height: 8%;
  max-height: 8%;
  border-bottom: 1px solid #577557;
  position: relative;
  padding: 20px;
  color: black;
  text-transform: uppercase;
}
.custom-overlay-model .custom-model-inner-graph-left .popDHdr1 {
  min-height: 2%;
  max-height: 2%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 2px;
  color: #a7a7a7;
  font-size: 10px;
}
.custom-overlay-model .custom-model-inner-graph-left .popDHdr10 {
  min-height: 5%;
  max-height: 5%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 10px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .popDcont {
  min-height: 50%;
  max-height: 50%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .popDcont4 {
  min-height: 50%;
  max-height: 50%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .popDcont400 {
  min-height: 31%;
  max-height: 31%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .popDcont4 {
  min-height: 31%;
  max-height: 31%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .popDcont2 {
  min-height: 42%;
  max-height: 42%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .popDcont100 {
  min-height: 50%;
  max-height: 50%;
  position: relative;
  padding: 40px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .popDcont3 {
  min-height: 22%;
  max-height: 22%;
  position: relative;
  padding: 30px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .popDcont9 {
  min-height: 5%;
  max-height: 5%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-hdr h2 {
  font-size: 22px;
  border-bottom: 1px solid #EEE;
  font-weight: 300;
  text-align: left;
  padding: 12px;
  background-color: #EEE;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-hdr .zvc-x {
  color: red;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 3px 6px;
  cursor: pointer;
  font-size: 23px;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-content {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-overlay-model .custom-model-inner-graph-left .bulk-custom-model-content {
  max-height: 775px;
  min-height: 775px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-overlay-model .custom-model-inner-graph-left .bulk-custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-overlay-model .custom-model-inner-graph-left .bulk-custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm {
  display: table;
  width: 100%;
  padding: 0px 20px 20px;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm.align-left {
  text-align: left;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm.align-center {
  text-align: center;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm.align-right {
  text-align: right;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm .btn {
  min-width: 80px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm .btn.btn-save {
  background: #007afd;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm .btn.btn-save:hover {
  background: #1363b8;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm .btn.btn-cancel {
  background: #EEE;
  color: #333;
}
.custom-overlay-model .custom-model-inner-graph-left .custom-model-btm .btn.btn-cancel:hover {
  background: #777;
  color: #FFF;
}
.custom-overlay-model .custom-model-inner-graph {
  position: relative;
  width: 50%;
  height: 90%;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  margin: auto;
}
.custom-overlay-model .custom-model-inner-graph .popDHdr {
  min-height: 7%;
  max-height: 7%;
  border-bottom: 0.5px solid #242222;
  position: relative;
  padding: 20px;
  color: black;
}
.custom-overlay-model .custom-model-inner-graph .popDHdr1 {
  min-height: 2%;
  max-height: 2%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 2px;
  color: #a7a7a7;
  font-size: 10px;
}
.custom-overlay-model .custom-model-inner-graph .popDHdr10 {
  min-height: 5%;
  max-height: 5%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 10px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont {
  min-height: 50%;
  max-height: 50%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont4 {
  min-height: 50%;
  max-height: 50%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont400 {
  min-height: 31%;
  max-height: 31%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont4 {
  min-height: 31%;
  max-height: 31%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont2 {
  min-height: 40%;
  max-height: 40%;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont200 {
  min-height: 40%;
  max-height: 40%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont100 {
  min-height: 40%;
  max-height: 40%;
  position: relative;
  padding: 50px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont3 {
  min-height: 15%;
  max-height: 15%;
  position: relative;
  padding: 30px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .popDcont9 {
  min-height: 5%;
  max-height: 5%;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 20px;
  color: #a7a7a7;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-hdr h2 {
  font-size: 22px;
  border-bottom: 1px solid #EEE;
  font-weight: 300;
  text-align: left;
  padding: 12px;
  background-color: #EEE;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-hdr .zvc-x {
  color: red;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 3px 6px;
  cursor: pointer;
  font-size: 23px;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-content {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-overlay-model .custom-model-inner-graph .bulk-custom-model-content {
  max-height: 775px;
  min-height: 775px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-overlay-model .custom-model-inner-graph .bulk-custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-overlay-model .custom-model-inner-graph .bulk-custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm {
  display: table;
  width: 100%;
  padding: 0px 20px 20px;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm.align-left {
  text-align: left;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm.align-center {
  text-align: center;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm.align-right {
  text-align: right;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm .btn {
  min-width: 80px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm .btn.btn-save {
  background: #007afd;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm .btn.btn-save:hover {
  background: #1363b8;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm .btn.btn-cancel {
  background: #EEE;
  color: #333;
}
.custom-overlay-model .custom-model-inner-graph .custom-model-btm .btn.btn-cancel:hover {
  background: #777;
  color: #FFF;
}

/*custom model ends*/
/*custom prompt ends*/
.custom-downlay-model {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
}
.custom-downlay-model .custom-model-inner {
  position: relative;
  width: 18%;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  margin: auto;
}
.custom-downlay-model .custom-model-inner .custom-model-hdr h2 {
  font-size: 22px;
  border-bottom: 1px solid #EEE;
  font-weight: 300;
  text-align: left;
  padding: 12px;
  background-color: #EEE;
}
.custom-downlay-model .custom-model-inner .custom-model-hdr .zvc-x {
  color: red;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 3px 6px;
  cursor: pointer;
  font-size: 23px;
}
.custom-downlay-model .custom-model-inner .custom-model-content {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
.custom-downlay-model .custom-model-inner .custom-model-content .form-row label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.custom-downlay-model .custom-model-inner .custom-model-content .form-row .ztextbox {
  width: 100%;
}
.custom-downlay-model .custom-model-inner .custom-model-btm {
  display: table;
  width: 100%;
  padding: 0px 20px 20px;
}
.custom-downlay-model .custom-model-inner .custom-model-btm.align-left {
  text-align: left;
}
.custom-downlay-model .custom-model-inner .custom-model-btm.align-center {
  text-align: center;
}
.custom-downlay-model .custom-model-inner .custom-model-btm.align-right {
  text-align: right;
}
.custom-downlay-model .custom-model-inner .custom-model-btm .btn {
  min-width: 80px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
}
.custom-downlay-model .custom-model-inner .custom-model-btm .btn.btn-save {
  background: #007afd;
}
.custom-downlay-model .custom-model-inner .custom-model-btm .btn.btn-save:hover {
  background: #1363b8;
}
.custom-downlay-model .custom-model-inner .custom-model-btm .btn.btn-cancel {
  background: #EEE;
  color: #333;
}
.custom-downlay-model .custom-model-inner .custom-model-btm .btn.btn-cancel:hover {
  background: #777;
  color: #FFF;
}

/*tooltip starts*/
.ctooltip {
  position: relative;
}
.ctooltip:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(ctooltip);
  padding: 2px 7px 3px;
  position: absolute;
  z-index: 98;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  left: -100%;
  right: -100%;
  text-align: center;
  font-style: normal;
  opacity: 1;
}
.ctooltip:hover:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  position: absolute;
  z-index: 99;
  left: 5px;
  opacity: 1;
}
.ctooltip:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.ctooltip:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  content: "";
  position: absolute;
  z-index: 99;
  left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.ctooltip.ctipm:hover:after {
  right: inherit;
}

/*tooltip ends*/
.sortr #menu {
  position: fixed;
  height: 30px;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 5px solid #a1cb2f;
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 999999;
  line-height: 60px;
}
.sortr .w {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.sortr div,
.sortr section {
  display: block;
}
.sortr h1,
.sortr h2 {
  text-align: center;
  font-weight: normal;
}
.sortr #features {
  margin: auto;
  width: 460px;
  font-size: 0.9em;
}
.sortr .connected,
.sortr .sortable,
.sortr .exclude,
.sortr .handles {
  margin: auto;
  padding: 0;
  width: 310px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sortr .sortable.grid {
  overflow: hidden;
}
.sortr .connected li,
.sortr .sortable li,
.sortr .exclude li,
.sortr .handles li {
  list-style: none;
  border: 4px solid #26ad1d;
  background: #26ad1d0a;
  color: #000000;
  margin: 5px;
  padding: 5px;
  height: 36px;
}
.sortr .handles span {
  cursor: move;
}
.sortr li.disabled {
  opacity: 0.5;
}
.sortr .sortable.grid li {
  line-height: 80px;
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
}
.sortr li.highlight {
  border: 4px solid #1dada0;
  background: #F6F6F6;
}
.sortr #connected {
  width: 440px;
  overflow: hidden;
  margin: auto;
}
.sortr .connected {
  float: left;
  width: 200px;
}
.sortr .connected.no2 {
  float: right;
}
.sortr li.sortable-placeholder {
  border: 1px dashed #CCC;
  background: none;
}

.custom-overlay-model .custom-model-inner-graph-center .popDHdr .growBtn1 {
  float: right;
  cursor: pointer;
  font-size: 21px;
  color: #df1010;
  position: absolute;
  cursor: pointer;
  font-size: 19px;
  right: 13px;
  top: 7px;
}
.custom-overlay-model .custom-model-inner-graph-center .popDHdr .growBtn1:hover {
  color: #df1010 !important;
}

/*$Id$*/
table {
  border-spacing: 0;
}

.tbhidetext {
  /* Default */
}

.wrdBreak {
  word-break: break-all;
}

.wInheritImp {
  width: inherit !important;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  line-height: 20px;
}

.tableAct {
  visibility: hidden;
}

.table td:first-child,
.tablesub td:first-child {
  padding-left: 15px;
}
.table.lp0 td:first-child,
.tablesub.lp0 td:first-child {
  padding-left: 0px;
}
.table tbody tr,
.tablesub tbody tr {
  border-bottom: 1px solid #f1f1f1;
  color: #000;
}
.table tbody tr td,
.tablesub tbody tr td {
  padding: 0.7rem 25px 0.7rem 10px;
  font-size: 1rem;
  empty-cells: show;
  line-height: 1.5em;
}
.table tbody tr:hover,
.tablesub tbody tr:hover {
  background-color: #f9f9f9;
}
.table tbody tr:hover .tableAct,
.tablesub tbody tr:hover .tableAct {
  visibility: visible;
}
.table thead tr:first-child td,
.tablesub thead tr:first-child td {
  border-top: 1px solid #EEE;
  border-bottom: 3px double #e5e5e5;
  text-transform: uppercase;
}
.table thead tr td,
.tablesub thead tr td {
  line-height: 35px;
  height: 35px;
  padding-left: 10px;
  text-align: left;
  color: #555;
  font-weight: 600;
  cursor: default;
}

.tablesub thead tr {
  background-color: #f5f5f5;
}
.tablesub thead tr td {
  padding: 0px;
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.trNoData {
  color: #888;
  text-align: center;
  padding: 20px !important;
}

.app_master_ico {
  cursor: pointer;
  position: relative;
  top: 5px;
  left: 2px;
  min-width: 18px;
  max-height: 18px;
  content: url("images/app_master_filled.png");
}

.pdc_ico {
  cursor: pointer;
  position: relative;
  top: 5px;
  left: 2px;
  min-width: 18px;
  max-height: 18px;
  content: url("images/pdc.png");
}

/* $Id$ */
/* @group Base */
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: local("Roboto-Regular"), url("webfonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: local("Roboto-Light"), url("webfonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: local("Roboto-Bold"), url("webfonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Puvi_bold";
  src: url("webfonts/zoho_puvi_bold.ttf");
}
@font-face {
  font-family: "Puvi_regular";
  src: url("webfonts/zoho_puvi_regular.ttf");
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.chosen-container1 .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 25%;
  border: 1px solid #dfdfdf;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 123, 255, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single {
  outline: none;
}
.chosen-container-single .chosen-drop {
  box-shadow: 0 4px 5px rgba(0, 123, 255, 0.5) !important;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 31px;
  background: none;
  background-color: #fff;
  background-clip: padding-box;
  color: #495057;
  text-decoration: none;
  white-space: nowrap;
  line-height: 31px;
  border: 1px solid #ced4da !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div b {
  background: url(chosen-sprite.png) no-repeat 0 4px !important;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-disabled .chosen-single {
  cursor: not-allowed;
  background-color: #f4f4f4;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #DDD;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-search input[type=text]:focus {
  box-shadow: none;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 3px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  padding: 3px;
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: #039be5;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-single.chosen-container-active a {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  background-color: #FFF;
  border-color: #DDD;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  max-height: 150px;
  background: none !important;
  cursor: text;
  border-radius: 0.25rem !important;
  border: 1px solid #ced4da !important;
  box-shadow: none;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multipless .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 50px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 4px 20px 4px 8px;
  max-width: 100%;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  color: #333;
  line-height: 13px;
  cursor: default;
  background: none !important;
  background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 3.3px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #f04747;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  margin-top: 2px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  content: "" !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "";
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi.chosen-container-active ul {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/**date picker starts**/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.collapse {
  display: none;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.bootstrap-datetimepicker-widget .btn {
  width: initial;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

/**date picker ends**/
div.tree-multiselect {
  border: none !important;
  width: 100% !important;
}
div.tree-multiselect .auxiliary input.search {
  height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: none !important;
  border: 1px solid #d6d6d6 !important;
  width: 500px !important;
  margin-bottom: 10px;
}
div.tree-multiselect .auxiliary input.search:hover, div.tree-multiselect .auxiliary input.search:active, div.tree-multiselect .auxiliary input.search:focus {
  border: 1px solid #a8dfff !important;
  outline: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}
div.tree-multiselect div.title,
div.tree-multiselect label {
  font-size: 16px;
  font-weight: 400;
}
div.tree-multiselect div.title span.collapse-section,
div.tree-multiselect label span.collapse-section {
  margin: 0 10px 0 3px !important;
}
div.tree-multiselect input[type=checkbox] {
  display: inline-block !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  position: relative;
  top: 11px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 10px;
}
div.tree-multiselect input[type=checkbox]:checked {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
div.tree-multiselect input[type=checkbox]:checked::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  top: 2px;
  color: #7d7d7d;
}
div.tree-multiselect .selections {
  width: 100% !important;
}
div.tree-multiselect .selected {
  width: 0 !important;
}
div.tree-multiselect div.section.collapsed > div.title span.collapse-section:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #555;
}
div.tree-multiselect div.title > span.collapse-section:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #555;
}
div.tree-multiselect div.selections {
  border: none;
  padding: 10px;
}
div.tree-multiselect div.selections div.item {
  margin: 7px 25px 5px 23px !important;
}
div.tree-multiselect div.selected {
  display: inline-block;
  box-sizing: border-box;
  overflow: auto;
  vertical-align: top;
  width: 50%;
  background: white;
  border: none;
}
div.tree-multiselect div.selected span.remove-selected {
  background-color: #990000;
  background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);
  border-radius: 5px;
  color: white;
  margin-right: 5px;
  padding: 0 3px;
}
div.tree-multiselect div.selected div.item {
  background-color: #b7d8ec;
  border-radius: 2px;
  padding: 2px 5px;
  overflow: auto;
}

/*$Id$*/
@-webkit-keyframes loading-breathe {
  from {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes loading-breathe {
  from {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes loading-breathe {
  from {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes loading-breathe {
  from {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes loader {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-moz-keyframes loader {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-o-keyframes loader {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes loader {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-webkit-keyframes scale-12 {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scale-12 {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scale-12 {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-12 {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-scale-02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-scale-02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-scale-02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-scale-18 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fade-scale-18 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes fade-scale-18 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-scale-18 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slide-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slide-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-bottom {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes slide-bottom {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes slide-bottom {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide-bottom {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slide-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.transitionTop {
  animation: slide-top 0.7s;
  -webkit-animation: slide-top 0.7s;
  -moz-animation: slide-top 0.7s;
}

.transitionBottom {
  animation: slide-bottom ease 0.7s;
  -webkit-animation: slide-bottom 0.7s;
  -moz-animation: slide-bottom 0.7s;
}

span.router {
  font-size: 18px;
}

.rmap .name {
  font-size: 20px;
  padding: 10px;
}

.rmap .name span.fa.fa-minus-square-o {
  cursor: pointer;
}

span.seq-no {
  color: #0b6fad;
  cursor: pointer;
}

.seq-no:hover {
  color: #0b6fad;
  cursor: pointer;
  border-bottom: 1px solid #0b6fad;
}

.tablesub thead tr {
  background-color: #d9ecf3;
}

span.comp:before {
  border: 1px solid black;
  content: "-";
  padding: 0px 2px 0px;
  cursor: pointer;
  margin-left: 2px;
  font-size: 14px;
  border-radius: 3px;
}

span.exp:before {
  border: 1px solid black;
  content: "+";
  padding: 0px 2px 0px;
  cursor: pointer;
  margin-left: 2px;
  font-size: 14px;
  border-radius: 3px;
}

li.po-title {
  background-color: #d8e8f7;
  font-size: initial;
}

ul.po-statement {
  display: block;
  right: -19px;
  position: relative;
  padding: 4px;
}

span.ps-name {
  /* padding: 20px; */
  right: 0px;
  position: relative;
}

li.lptitle {
  border-bottom: 1px solid #e6e2e2;
  padding-bottom: 1px;
  font-size: 15px;
}

li.termitem {
  padding-top: 10px;
}

.dropdownPanel {
  position: absolute;
  min-width: 120px;
  background-color: #ED5565;
  padding: 5px;
  left: 0;
  top: 0;
  margin-top: 35px;
  display: none;
  z-index: 2;
  border: 1px solid #C0392B;
}

.psinfo {
  position: relative;
  /* top: 123px; */
  left: 661px;
  display: block;
  width: 557px;
  height: 600px;
  background: white;
}
.psinfo .value {
  position: relative;
  /* top: 123px; */
  display: block;
  width: 553px;
  height: 500px;
  background: white;
  overflow-y: auto;
}
.psinfo .value .info {
  position: relative;
  display: inherit;
  font-size: medium;
  padding: 10px;
}

.close {
  position: relative;
  /* right: 494px; */
  top: 2px;
  left: 541px;
  color: red;
  border: 1px solid;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}

span.ps-name-val {
  color: #21a5e5;
  cursor: pointer;
}

.psinfo .info {
  /* display: none; */
}

pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
  background-color: whitesmoke;
}

span.ps-lp div {
  /* position: absolute; */
  position: relative;
  right: -344px;
  top: -20px;
}

.lptitle span.ps-lp {
  /* position: absolute; */
  position: relative;
  right: -310px;
}

.conf_dc {
  position: fixed;
  left: 10%;
  display: block;
}

span.conf_dc_name {
  display: inline;
  padding-right: 10px;
}

span.conf_dc_option {
  display: inline-block;
}

span.conf_dc_option span {
  font-size: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 80%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .close {
  left: 99%;
  top: -15px;
  padding-left: 2px;
  padding-right: 2px;
}

.info-content {
  background-color: #fefefe;
  margin: 7% auto;
  padding: 6px;
  width: 70%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  animation-duration: 0.8s;
  border-radius: 5px;
}

.info-content .title {
  /* position: unset; */
  height: 40px;
  display: block;
  background-color: #d9ecf3;
}

.info-content .close {
  left: 98%;
  top: 4px;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}

.title .val {
  position: relative;
  left: 41%;
  top: 10%;
  font-size: 19px;
}

.cmmt_s {
  position: absolute;
  right: 22px;
  top: 6px;
  z-index: 1;
  width: 291px;
  background-color: #f2f2f2;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
}
.cmmt_s input {
  border: 0px;
  background-color: transparent;
  width: 100%;
  padding: 3px 30px 3px 33px;
  font-size: 14px;
  height: 37px;
}
.cmmt_s .fa-close {
  position: absolute;
  right: 7px;
  top: 7px;
  color: red;
  font-size: 16px;
  padding: 3px;
  cursor: pointer;
}
.cmmt_s .fa-search {
  position: absolute;
  top: 11px;
  left: 9px;
  font-size: 15px;
  color: #888;
}
.cmmt_s:hover {
  background-color: #FFF;
  border: 1px solid #EEE;
}

.arista .prefixlist {
  width: 50%;
  position: absolute;
  left: 0%;
}
.arista .prefixlist .name {
  background-color: #d9edf7;
  height: 25px;
}
.arista .prefixlist .name span {
  position: relative;
  font-size: 15px;
  left: 50%;
  top: 12.5%;
}
.arista .prefixlist .name i.fa.fa-plus {
  position: sticky;
  left: 23%;
  cursor: pointer;
}
.arista .prefixlist .name span.ShowValue {
  left: 1%;
  cursor: pointer;
}
.arista .prefixlist .title {
  background-color: aliceblue;
  font-size: 15px;
}
.arista .prefixlist .title span.seq-no {
  color: black;
  left: 3%;
  position: relative;
  border: none;
}
.arista .prefixlist .title span.action {
  position: relative;
  left: 31%;
}
.arista .prefixlist .title span.prefix {
  position: relative;
  left: 70%;
}
.arista .prefixlist .value span.seq-no {
  position: absolute;
  left: 3%;
  color: black;
  cursor: default;
  border-bottom: none;
}
.arista .prefixlist .value span.action {
  position: absolute;
  left: 37%;
}
.arista .prefixlist .value span.prefix {
  position: relative;
  left: 81%;
}
.arista .prefixlist .value i.fa.fa-minus {
  position: absolute;
  left: 98%;
  visibility: hidden;
  color: red;
  cursor: pointer;
}
.arista .prefixlist .value div {
  padding: 1%;
}
.arista .prefixlist .value div:hover {
  background-color: aliceblue;
}
.arista .prefixlist .value:hover i.fa.fa-minus {
  visibility: visible;
}

.info-content.arista {
  width: 23%;
}
.info-content.arista .title {
  background-color: #11bb84;
}
.info-content.arista .close {
  left: 93%;
}
.info-content.arista .prefixDelFormRow.formRow select {
  width: 100%;
  height: 30%;
}

.spine img {
  height: 60px;
  width: 60px;
}

.leaf img {
  height: 60px;
  width: 60px;
}

svg.spineContainer {
  position: absolute;
  left: 20%;
  top: 11%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

svg.leafContainer {
  position: absolute;
  left: 20%;
  top: 40%;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

svg.linebody {
  position: absolute;
  top: 0px;
  left: 0px;
}

.dcInfoBox {
  display: none;
  width: 15%;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: aliceblue;
  border: 3px solid white;
  border-radius: 5px;
}

.aristaVlan {
  padding: 2%;
  box-sizing: border-box;
  border: 2px solid #92c5d3;
  border-radius: 5px;
}
.aristaVlan span.status.val {
  left: 80%;
  position: absolute;
}
.aristaVlan span.name.val {
  left: 42%;
  position: absolute;
}
.aristaVlan span.vlanid.val {
  left: 10%;
}
.aristaVlan span.vlanid {
  position: relative;
  left: 2%;
}
.aristaVlan span.name {
  position: relative;
  left: 25%;
}
.aristaVlan span.status {
  position: relative;
  left: 48%;
}
.aristaVlan .interfaceTit {
  width: 100%;
  text-align: center;
  border-top: 1px solid #c2e3df;
  border-bottom: 1px solid #c2e3df;
  padding: 0px;
}

div.tooltip {
  position: absolute;
  text-align: center;
  width: 70px;
  height: 40px;
  padding: 3px;
  font: 12px sans-serif;
  color: #f4f4f4;
  background: rgba(51, 51, 51, 0.72);
  border: 2px solid #f4f4f4;
  border-color: black;
  border-radius: 8px;
  pointer-events: none;
}

.ace-crimson-editor .ace_print-margin {
  width: 0px !important;
  background: #e8e8e8;
}

.ace-tm .ace_print-margin {
  width: 0px !important;
  background: #e8e8e8;
}

.block, .pill, .delete, .submit, .default {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%20id%3D%22g%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22rgb%28255%2C255%2C255%29%22%20stop-opacity%3D%220.1%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22rgb%280%2C0%2C0%29%22%20stop-opacity%3D%220.1%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23g%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22/%3E%3C/svg%3E");
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.1) inset;
  border-radius: 0.25em;
  cursor: pointer;
  display: inline-block;
  font-size: 87.5%;
  line-height: 1.5;
  margin: -0.5em 0.5em 0 0;
  padding: 0.25em 1em;
  text-align: center;
  white-space: nowrap;
}
.block:hover, .pill:hover, .delete:hover, .submit:hover, .default:hover, .block:focus, .pill:focus, .delete:focus, .submit:focus, .default:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%20id%3D%22g%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22rgb%28128%2C128%2C128%29%22%20stop-opacity%3D%220.1%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22rgb%280%2C0%2C0%29%22%20stop-opacity%3D%220.1%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23g%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22/%3E%3C/svg%3E");
  background-image: -webkit-linear-gradient(rgba(128, 128, 128, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(128, 128, 128, 0.1), rgba(0, 0, 0, 0.1));
}
.block:active, .pill:active, .delete:active, .submit:active, .default:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.default {
  text-shadow: 0 1px white;
  background-color: white;
  color: black;
}

.submit {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  background-color: #00c000;
  color: white;
}

.delete {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  background-color: #c00000;
  color: white;
}

.pill {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  background-color: #0080ff;
  border-radius: 99em;
  color: white;
}

.large {
  font-size: 125%;
}

.small {
  font-size: 75%;
}

.block {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selected {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 -1px rgba(255, 255, 255, 0.1) inset;
  font-weight: bold;
}
.selected, .selected:hover, .selected:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%20id%3D%22g%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22rgb%280%2C0%2C0%29%22%20stop-opacity%3D%220.25%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22rgb%280%2C0%2C0%29%22%20stop-opacity%3D%220.1%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23g%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22/%3E%3C/svg%3E");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1));
}

[disabled],
.disabled {
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: gray;
  cursor: default;
}
[disabled], [disabled]:hover, [disabled]:focus,
.disabled,
.disabled:hover,
.disabled:focus {
  background-image: none;
}
[disabled], [disabled]:active,
.disabled,
.disabled:active {
  box-shadow: none;
}

.group {
  display: table;
  margin-top: 0.5em;
  white-space: nowrap;
}
.group button {
  display: table-cell;
  margin: 0;
}
.group button:not(:first-child) {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.75em;
}
.group button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 0.75em;
}

.refresh {
  background-image: url("../images/icons.svg");
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
  cursor: pointer;
  display: inline-block;
  font-size: 87.5%;
  line-height: 9.5;
  margin: 0.5em -21.5em -6px 8px;
  padding: 0.25em 1em;
  text-align: center;
  white-space: nowrap;
  width: 28px;
  height: 30px;
  background-position-y: -61px;
  background-position-x: 160px;
}

.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #26ad17;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: attr(data-off);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-handle:after {
  content: attr(data-on);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
        ========================== */
.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

/* Grow */
.growBtn {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
}

.growBtn:hover,
.growBtn:focus,
.growBtn:active {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/* Grow Shadow */
.growBtn-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  -moz-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.growBtn-shadow:hover,
.growBtn-shadow:focus,
.growBtn-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.icon-rolling-effect {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.icon-rolling-effect:focus, .icon-rolling-effect:active, .icon-rolling-effect:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.savebutton {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
}

.savebutton__text {
  color: #ffffff;
  transition: all 0.2s;
}

.savebutton--loading .savebutton__text {
  visibility: hidden;
  opacity: 0;
}

.savebutton--loading::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
button:focus,
button:active {
  outline: none !important;
}

#delBt:disabled,
.delBt:disabled {
  background-color: white !important;
  color: #919191 !important;
  border: 1px solid #d8d7d7 !important;
  transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
}
#delBt:disabled:hover,
.delBt:disabled:hover {
  background-color: white !important;
  cursor: not-allowed;
}

input[type=checkbox] {
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #a7a5a5;
  border-radius: 0.25em;
  position: relative;
  top: 10px;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background-color: white;
  border-color: #b8b8b8;
}
input[type=checkbox]:checked:hover {
  box-shadow: 0 0 0 3px #e3e3e3;
  border-color: #e8e8e8;
}
input[type=checkbox]:checked::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  top: 1px;
  color: #7d7d7d;
}
input[type=checkbox]:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
input[type=checkbox]:hover {
  box-shadow: 0 0 0 3px #e3e3e3;
  border-color: #e8e8e8;
}

.successBtn {
  background: #03a9f4;
  background: -moz-linear-gradient(left, #03a9f4 0%, #0398f4 100%);
  background: -webkit-linear-gradient(left, #03a9f4 0%, #0398f4 100%);
  background: linear-gradient(to right, #03a9f4 0%, #0398f4 100%);
  border: 1px solid #03a9f4;
  color: #FFF;
  font-size: 16px;
  min-width: 130px;
  border-radius: 60px;
  margin-right: 18px;
  cursor: pointer;
  outline: none;
  height: 45px;
  line-height: 40px;
  padding: 0px 20px;
}

.split-save-btn {
  position: absolute;
  background: #e23f83;
  background: -moz-linear-gradient(left, #e23f83 0%, #ea5844 100%);
  background: -webkit-linear-gradient(left, #e23f83 0%, #ea5844 100%);
  background: linear-gradient(to right, #e23f83 0%, #ea5844 100%);
  border: 1px solid #c30c93;
  border-radius: 60px;
  padding: 1px 20px;
  font-size: 16px;
  min-width: 130px;
  line-height: 40px;
  height: 45px;
  text-align: center;
  cursor: pointer;
}
.split-save-btn .dropdown_save,
.split-save-btn .dropdown_save_click {
  outline: none;
  border: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: none;
  color: #FFF;
  font-size: 17px;
}
.split-save-btn .dropdown_save_click {
  padding-right: 5px;
}
.split-save-btn .dropdown_save {
  float: right;
  padding-left: 15px;
  border-left: 1px solid #e23f83;
  font-size: 20px;
}
.split-save-btn .save_opts {
  position: absolute;
  left: calc(100% - 2px);
  bottom: 0px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1200;
  display: none;
}
.split-save-btn .save_opts li {
  padding: 12px 16px;
  white-space: nowrap;
}
.split-save-btn .save_opts li:hover {
  background-color: #e23f83;
  color: #fff;
}

#users {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.buttons {
  width: 10%;
}

.addIcon {
  display: flex;
  justify-content: flex-end;
  margin: 20px;
}

#not_verified {
  background-color: #ffe5e8;
}

.delBtn {
  color: brown;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.passReset {
  color: green;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.delBtn:hover,
.delBtn:focus,
.delBtn:active {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

.resendBtn {
  color: #546E7A;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.resendBtn:hover,
.resendBtn:focus,
.resendBtn:active {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

.editBtn {
  border: none;
  background: none;
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #199edb;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.editBtn:hover,
.editBtn:focus,
.editBtn:active {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

#addusermodal {
  display: none;
}
#addusermodal .user_perm_container {
  height: 240px;
}
#addusermodal .iti {
  width: 40%;
}
#addusermodal .custom-model-inner-graph-center {
  width: 70% !important;
  height: 80% !important;
}
#addusermodal .selectZones {
  display: none;
}
#addusermodal .selectZones .allZones {
  position: relative;
  top: 13px;
  margin-left: -77px;
  left: 85px;
}
#addusermodal .selectZones #cblabel {
  color: #555;
  font-size: 10px;
  position: relative;
  top: 6px;
  left: 90px;
  text-transform: uppercase;
  white-space: nowrap;
}
#addusermodal .userdet .select2-container {
  width: 80% !important;
}

#addusermodal .user_perm_container,
#editusermodal .user_perm_container,
#addcgroupmodal .user_perm_container {
  position: absolute;
  border: 1px solid #d5d5d5;
  right: 50px;
  left: 80px;
  border-radius: 5px;
  margin-top: -10px;
}
#addusermodal .user_perm_container h4,
#editusermodal .user_perm_container h4,
#addcgroupmodal .user_perm_container h4 {
  position: absolute;
  top: -13px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555;
}
#addusermodal .user_perm_container #add,
#editusermodal .user_perm_container #add,
#addcgroupmodal .user_perm_container #add {
  position: absolute;
  bottom: -19px;
  z-index: 10;
}
#addusermodal .select2-selection__rendered,
#editusermodal .select2-selection__rendered,
#addcgroupmodal .select2-selection__rendered {
  max-height: 60px !important;
}
#addusermodal #add,
#editusermodal #add,
#addcgroupmodal #add {
  position: absolute;
  right: 40%;
  bottom: -20px;
}

.clust_dets .clust_container {
  max-height: 150px;
  width: 50%;
  text-align: start;
  overflow: auto;
  margin-left: 40px;
}
.clust_dets .clust_container .inter_clust {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.clust_dets .clust_container .inter_clust .clus_rem {
  position: absolute;
  top: -2px;
  right: 0px;
  font-size: 14px;
  cursor: pointer;
  color: #555;
  z-index: 10;
}
.clust_dets .clust_container .inter_clust .clust_ele {
  cursor: pointer;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  text-align: start;
  overflow: auto;
  border: 1px solid #c0c0c041;
  border-radius: 10px;
}
.clust_dets .clust_container .inter_clust .clust_ele:hover {
  background-color: #c0c0c041;
}
.clust_dets .clust_container .inter_clust .clust_ele .dets {
  display: block;
}

#editusermodal .iti {
  width: 40%;
}
#editusermodal .user_perm_container {
  height: 240px;
}
#editusermodal .selectZones {
  display: none;
}
#editusermodal .selectZones .allZones {
  position: relative;
  top: 13px;
  margin-left: -77px;
  left: 85px;
}
#editusermodal .selectZones #cblabel {
  color: #555;
  font-size: 10px;
  position: relative;
  top: 6px;
  left: 90px;
  text-transform: uppercase;
  white-space: nowrap;
}
#editusermodal .userdet .select2-container {
  width: 80% !important;
}

.edit-user {
  position: relative;
  width: 70%;
  height: 63%;
  overflow: hidden;
  overflow-y: auto;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  margin: auto;
}
.edit-user .saveBtn {
  position: relative;
  top: 19px;
  left: 45%;
}
.edit-user .header {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding: 15px 30px 10px;
  position: relative;
  background-color: #f7f7f7;
  width: 100%;
}
.edit-user .header h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: start;
}
.edit-user .header #x {
  float: right;
  cursor: pointer;
  font-size: 21px;
  color: #555;
}
.edit-user .header #x:hover {
  color: #df1010;
}

.editContainerbox {
  width: 100%;
  height: 100%;
  margin: 15px 30px 50px;
  float: left;
}
.editContainerbox .usrDetails {
  margin-left: 40px;
  color: #007bff;
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 30px;
}
.editContainerbox .usrDetails .name {
  text-transform: capitalize;
}
.editContainerbox .usrDetails span {
  color: #555;
  opacity: 0.7;
  font-size: 20px;
  margin: 0 5px 0;
  line-height: 22px;
}
.editContainerbox .admin-buttons {
  margin: 20px 0 20px 50px;
}
.editContainerbox .admin-buttons input[type=radio] {
  margin-top: 3px !important;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.editContainerbox .admin-buttons label {
  padding: 0 30px 10px 20px;
  font-weight: bold;
}

.selectZoneContainer {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  width: 90%;
  height: 300px;
  margin-left: 35px;
}
.selectZoneContainer label {
  padding: 10px;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.selectZoneContainer #zoneList {
  width: 60% !important;
  margin: 50px 0 0 20%;
  cursor: pointer;
}
.selectZoneContainer h1 {
  margin: 100px 30px;
  color: #555;
}

.navigation {
  position: fixed;
  width: 66px;
  margin-top: 30px;
  top: 17px;
  bottom: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #4A516B;
  z-index: 500;
  left: 40px;
  overflow-y: auto;
}
.navigation .toggle_tree {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
}
.navigation .toggle_tree:hover {
  height: fit-content !important;
}
.navigation li a span .icon-image {
  content: url("images/dnsicon.png");
  position: relative;
  min-width: 30px;
  max-height: 30px;
}

.toggle_side {
  width: 0 !important;
  display: none;
}

.change_DHCPtype {
  position: absolute;
  top: 52px;
  right: 10px;
  z-index: 400;
}

.main_navigation {
  top: 0px;
  bottom: 0;
  width: 40px;
  background: hsla(227, 27%, calc(24% + calc(0 * 1%)), calc(1 + 0));
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 100000;
  cursor: pointer;
}
.main_navigation .toggle_ico {
  padding: 12px 0;
  height: 70px;
}
.main_navigation .toggle_ico .app_logo {
  content: url("images/me-mini-logo.png");
  position: relative;
  top: 5px;
  left: 4px;
  min-width: 30px;
  max-height: 30px;
}
.main_navigation .hide_sidebar {
  position: absolute;
  bottom: 20px;
}
.main_navigation .hide_sidebar .title {
  padding-left: 10px;
}
.main_navigation .align_issues a {
  padding: 11px 0 12px;
}
.main_navigation .align_issues a .title {
  top: 0;
}
.main_navigation .align_issues a.active {
  padding: 11px 0 12px;
}
.main_navigation .align_issues a.active .title {
  top: 3px;
}
.main_navigation .fa_icon_li a {
  padding: 12px 0 !important;
}
.main_navigation .fa_icon_li a .title {
  top: 1px;
}
.main_navigation .fa_icon_li a.active .title {
  top: 3px !important;
}
.main_navigation li {
  list-style: none;
  width: 500px;
  padding: 7px 0;
  color: hsla(226, 22%, calc(28% + calc(0 * 1%)), calc(1 + 0));
}
.main_navigation li a {
  text-decoration: none;
  color: #ffff;
  margin-left: 5px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  width: 152px;
  overflow: hidden;
  overflow: hidden;
}
.main_navigation li a .icon {
  text-align: center;
  min-width: 30px;
  font-size: 16px;
}
.main_navigation li a .icon .domain-image {
  content: url("images/dns2.png");
  position: relative;
  top: 2px;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a .icon .dnsviews-image {
  content: url("images/views.png");
  position: relative;
  top: 2px;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a .icon .scavenge-image {
  content: url("images/scavenging.png");
  position: relative;
  top: 2px;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a .icon .ip-image {
  content: url("images/ipam2.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  top: 2px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a .icon .dhcp-image {
  content: url("images/dhcp2.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  top: 2px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a .icon .home-image {
  content: url("images/home1.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  top: 2px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a .icon .set-image {
  content: url("images/set2.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  top: 2px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a .title {
  padding-left: 20px;
  position: relative;
  top: 5px;
}
.main_navigation li a:hover {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 5px;
  background-color: #4A516B;
}
.main_navigation li a:hover.active {
  color: #fff;
  background-color: #4A516B;
  border-radius: 5px;
  text-decoration: none;
}
.main_navigation li a.active {
  border-radius: 5px;
  padding: 5px 0;
}
.main_navigation li a.active .title {
  position: relative;
  top: 7px;
}
.main_navigation li a.active .icon {
  padding: 3px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #4A516B;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.main_navigation li a.active .ip-image {
  position: relative;
  content: url("images/ipam2.png");
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 2px;
}
.main_navigation li a.active .domain-image {
  content: url("images/dns2.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 2px;
}
.main_navigation li a.active .dnsviews-image {
  content: url("images/views.png");
  position: relative;
  top: 2px;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a.active .scavenge-image {
  content: url("images/scavenging.png");
  position: relative;
  top: 2px;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation li a.active .dhcp-image {
  content: url("images/dhcp2.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 2px;
}
.main_navigation li a.active .home-image {
  content: url("images/home1.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 2px;
}
.main_navigation li a.active .set-image {
  content: url("images/set2.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  top: 2px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.main_navigation:hover {
  width: 160px;
  border-radius: 5px;
}
.main_navigation:hover a.active {
  color: #fff;
  text-decoration: none;
  background-color: #4A516B;
  border-radius: 5px;
}
.main_navigation:hover .app_logo {
  content: url("images/manageengine-logo.png");
  position: relative;
  left: 10px;
  min-width: 65px;
  max-height: 40px;
}

.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
}
.navigation ul li.active {
  background-color: #181825;
  color: #51ce79;
  text-decoration: none;
}
.navigation ul li .custip {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 29px;
  margin: 14px 0 0 55px;
}

.navigation ul li:hover {
  height: 100%;
  background-color: #2E3343;
  color: #fff;
  text-decoration: none;
}
.navigation ul li:hover .custip {
  opacity: 1;
  color: #fff;
  position: absolute;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.navigation ul li:hover .domain-image {
  content: url("images/domain1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li:hover .dnsviews-image {
  content: url("images/views.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li:hover .scavenge-image {
  content: url("images/scavenging.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li:hover .host-image {
  content: url("images/host1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li:hover .home-image {
  content: url("images/home1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li:hover .lease-image {
  content: url("images/ddilease1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li:hover .vlan-image {
  content: url("images/vlan_left.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li:hover .audit-image {
  content: url("images/audit1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}

.navigation ul li a {
  position: relative;
  display: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  min-height: 60px;
  border-left: 1px solid transparent;
}
.navigation ul li a.active {
  height: 100%;
  background-color: #2E3343;
  color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.navigation ul li a.active .domain-image {
  content: url("images/domain1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a.active .dnsviews-image {
  content: url("images/views.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a.active .scavenge-image {
  content: url("images/scavenging.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a.active .host-image {
  content: url("images/host1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 25px;
}
.navigation ul li a.active .home-image {
  content: url("images/home1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a.active .lease-image {
  content: url("images/ddilease1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a.active .vlan-image {
  content: url("images/vlan_left.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a.active .audit-image {
  content: url("images/audit1.png") !important;
  position: relative;
  min-width: 23px;
  max-height: 23px;
}

.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  margin-top: 11px;
  text-align: center;
}
.navigation ul li a .icon .domain-image {
  content: url("images/domain1.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.navigation ul li a .icon .dnsviews-image {
  content: url("images/views.png");
  position: relative;
  top: 2px;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.navigation ul li a .icon .scavenge-image {
  content: url("images/scavenging.png");
  position: relative;
  top: -2px;
  min-width: 28px;
  max-height: 28px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.navigation ul li a .icon .host-image {
  content: url("images/host1.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.navigation ul li a .icon .lease-image {
  content: url("images/ddilease1.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.navigation ul li a .icon .vlan-image {
  content: url("images/vlan_left.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.navigation ul li a .icon .home-image {
  content: url("images/home1.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.navigation ul li a .icon .aws_ec2 {
  content: url("images/aws/aws_ec2.png");
  position: relative;
  min-width: 30px;
  max-height: 30px;
}
.navigation ul li a .icon .aws_vpc {
  content: url("images/aws/aws_vpc.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a .icon .aws_rds {
  content: url("images/aws/aws_rds.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a .icon .endpoint_ico {
  content: url("images/cloud_providers/endpoint_central.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a .icon .aws_ecs {
  content: url("images/aws/aws_ecs.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
}
.navigation ul li a .icon .stat-image {
  content: url("images/stat.png");
  position: relative;
  min-width: 24px;
  max-height: 24px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.navigation ul li a .icon .audit-image {
  content: url("images/audit1.png");
  position: relative;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}

.navigation ul li a .icon .fas,
.navigation ul li a .icon .far {
  font-size: 17px;
}

.navigation ul li a .title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 11px;
  top: -6px;
}

.export {
  padding: 11px 10px;
  margin-left: 20px;
  font-size: 15px;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: white;
  border: none;
  background: #31af36;
  border-radius: 5px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition-property: transform;
}

.analytics {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #fff;
  background: #f2aa1e;
  border-radius: 5px;
  margin-left: 20px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.analytics i {
  font-size: 22px;
  bottom: -2px;
  position: relative;
}
.analytics a {
  color: white;
}

.export:hover,
.export:focus,
.export:active,
.analytics:hover,
.analytics:focus,
.analytics:active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  text-decoration: none;
}
.export:hover a:hover,
.export:focus a:hover,
.export:active a:hover,
.analytics:hover a:hover,
.analytics:focus a:hover,
.analytics:active a:hover {
  color: white;
  text-decoration: none;
}

.exportNimport {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  margin: 0 30px 10px 0;
  justify-content: flex-end;
}
.exportNimport a {
  text-decoration: none;
}
.exportNimport .dnssec {
  cursor: pointer;
  padding: 10px;
  margin-left: 20px;
  font-size: 15px;
  color: #31af36;
  background: #fff;
  border: 1px solid #31af36;
  border-radius: 5px;
}
.exportNimport .dnssec span,
.exportNimport .dnssec i {
  color: #31af36;
}
.exportNimport .dnssec a {
  text-decoration: none;
}
.exportNimport .dropdown_actions {
  position: relative;
  top: calc(99% - 45px);
  white-space: nowrap;
}
.exportNimport .dropdown_actions .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.exportNimport .dropdown_actions:hover .dropdown-content {
  display: block;
}
.exportNimport .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  right: -5px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.exportNimport .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.exportNimport .dropdown_actions .dropdown-content #active:hover {
  background-color: #04b596;
  color: #fff;
}
.exportNimport .dropdown_actions .dropdown-content #sus:hover {
  background-color: #ff8d00;
  color: #fff;
}

.import {
  padding: 10px;
  margin-left: 20px;
  font-size: 15px;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #31af36;
  background: #fff;
  border: 1px solid #31af36;
  border-radius: 5px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
}

.import:hover,
.import:focus,
.import:active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.live_head {
  position: relative;
}
.live_head .live_dets {
  position: absolute;
  left: 10px;
  top: 15px;
  display: inline-flex;
}
.live_head .live_dets .line_no {
  margin-right: 10px;
}
.live_head .live_act {
  position: absolute;
  right: 10px;
  top: 4px;
  display: flex;
}
.live_head .live_act .live_search {
  position: relative;
  right: 15px;
}
.live_head .live_act .live_search .search_log {
  height: 30px;
}
.live_head .live_act .live_search .search_log_clear {
  position: absolute;
  right: 5px;
  color: #cec8c8;
  cursor: pointer;
  top: 5px;
}
.live_head .live_act .live_search .search_log_clear:hover {
  color: #555;
}
.live_head .live_act .live_btn {
  margin-right: 5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 15px;
  color: #31af36;
  background: #fff;
  border: 1px solid #31af36;
  border-radius: 5px;
}

.json_input_conatiner {
  position: absolute;
  right: 10px;
  bottom: 90px;
  left: 10px;
}
.json_input_conatiner .json_input {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  font-family: monospace !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

#json_input {
  top: 62px;
}

#bind_input {
  top: 100px;
}

#jsonBtn {
  border: 1px solid #269bff;
  color: #269bff;
  padding: 2px 5px 1px;
  border-radius: 5px;
  background: none;
  position: absolute;
  top: 6px;
  right: 10px;
}
#jsonBtn .bi-braces {
  margin-top: -3px !important;
}

#jsonBtn:hover {
  background: #269bff;
  color: #f1f1f1;
  text-decoration: none;
}

.importbox {
  width: 90% !important;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  padding-top: 0;
}

#importModal,
#importBIND,
#import3rdparty,
#viewRecords,
#viewTSIGZones,
#viewPlan,
#viewUsers,
#viewZones {
  display: none;
}
#importModal tbody td,
#importBIND tbody td,
#import3rdparty tbody td,
#viewRecords tbody td,
#viewTSIGZones tbody td,
#viewPlan tbody td,
#viewUsers tbody td,
#viewZones tbody td {
  text-transform: none !important;
}
#importModal thead tr td,
#importBIND thead tr td,
#import3rdparty thead tr td,
#viewRecords thead tr td,
#viewTSIGZones thead tr td,
#viewPlan thead tr td,
#viewUsers thead tr td,
#viewZones thead tr td {
  text-transform: uppercase !important;
}

.modal-content #closeBtn {
  border: none;
  background-color: white;
  color: #df1010;
  font-size: 20px !important;
}
.modal-content #closeBtn:hover {
  color: #df1010;
}

.main-hdr {
  position: relative;
}
.main-hdr .recCtBadge {
  border: 2px solid #abaaaa;
  border-radius: 7px;
  text-align: center;
  color: #909090;
  padding-left: 5px;
  padding-right: 5px;
  word-spacing: 1px;
  box-shadow: 3px 2px #abaaaa;
  font-size: 15px;
}
.main-hdr .recCtBadge:hover {
  text-decoration: none !important;
}
.main-hdr .toggle {
  line-height: 39px;
  font-size: 22px;
  padding: 0 10px 0 0;
}

.table_card {
  position: relative;
}
.table_card .dynamic_static_cont {
  position: absolute;
  top: 1px;
  right: 260px;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
}
.table_card .dynamic_static_cont .dyn_ct, .table_card .dynamic_static_cont .stat_ct {
  margin-right: 10px;
  border-radius: 5px;
  padding: 2px 5px;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
}
.table_card .dynamic_static_cont .dyn_ct:hover, .table_card .dynamic_static_cont .stat_ct:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.table_card .dynamic_static_cont .dyn_ct.active, .table_card .dynamic_static_cont .stat_ct.active {
  color: #31af36;
  border: 1px solid #31af36;
}

.main-hdr:hover .toggle {
  color: #31af36;
}

.dnssec_details {
  margin: 80px 50px 50px 80px;
}
.dnssec_details h1 {
  margin-bottom: 40px;
}
.dnssec_details h3 {
  margin-bottom: 40px;
  width: 70%;
}
.dnssec_details p {
  font-size: 17px;
}
.dnssec_details .Zsign {
  position: relative;
  right: 20px;
  top: 20px;
  width: 75px;
}
.dnssec_details .Zsign span {
  white-space: nowrap;
}
.dnssec_details .Zsign1 {
  position: relative;
  right: 20px;
  top: 20px;
  width: 170px;
}
.dnssec_details .Zsign1 span {
  white-space: nowrap;
}
.dnssec_details .img {
  height: 310px;
  width: 304px;
  position: relative;
  left: calc(55% - 100px);
  bottom: 12px;
  background-image: url("images/Dnssec.png");
  background-size: cover;
}
.dnssec_details #axfr {
  background-image: url("images/Zone-Transfer.png") !important;
  position: relative;
  bottom: 12px;
  background-size: cover;
  left: 0px;
  width: 560px;
  height: 300px;
}

.commitBtns {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  bottom: 1px;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #EEE;
}
.commitBtns .btn {
  margin-left: 25px;
  color: white;
  padding: 0 20px;
  height: 45px;
  font-size: 16px;
  min-width: 130px;
  border-radius: 60px;
}

.commit-list {
  position: absolute;
  bottom: 75px;
  top: 90px;
  right: -210px;
  left: 20px;
  overflow: scroll;
  background-color: #f7f7f7 !important;
}
.commit-list table {
  width: 97%;
  margin: 10px 0 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.commit-list table th {
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #f4f4f6;
  margin-bottom: 20px;
}
.commit-list table tbody td:nth-child(1) {
  line-break: anywhere;
}
.commit-list .rectablecontainer {
  margin-bottom: 30px;
}
.commit-list .rectablecontainer .viewbtn {
  float: right;
  margin: 1px 30px 10px 0;
}
.commit-list .view_more {
  display: none;
  width: 80%;
  margin: 30px 0 30px 80px;
}

.recordHeader {
  background-color: rgba(255, 255, 255, 0.87);
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 86%;
  border: 1px solid rgba(202, 202, 202, 0.8);
}
.recordHeader:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.recordHeader h3 {
  font-size: 25px;
  font-weight: 500;
  color: #555;
  margin-bottom: 0.1em !important;
}
.recordHeader h3 i {
  position: relative;
  bottom: 2px;
  padding-right: 10px;
}
.recordHeader h4 {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  margin: 10px 0 10px;
}

.toggle {
  cursor: pointer;
  font-size: 18px;
  float: left;
  line-height: 30px;
  padding-left: 10px;
}

.old-rec td {
  text-decoration: line-through;
}

.ver_container {
  position: absolute;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  width: 99%;
  margin-top: 40px;
  top: 60px;
  bottom: 10px;
}
.ver_container .version_details {
  display: flex;
  justify-content: end;
}
.ver_container .version_details .version_time {
  margin-right: 10px;
  margin-top: 5px;
}
.ver_container .ver_textAreas {
  position: absolute;
  top: 30px;
  bottom: 70px;
  right: 20px;
  left: 20px;
}
.ver_container .ver_textAreas #applyJSON {
  margin-top: 10px;
  float: right;
}
.ver_container .ver_textAreas .ver_json {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.textAreas .rec_label {
  font-weight: bolder;
  text-transform: uppercase;
}
.textAreas .highlighted {
  background-color: orange;
}
.textAreas .bind_file {
  position: relative;
  left: calc(25% - 100px);
}
.textAreas .bind_file #bindrec {
  width: 800px;
  height: 600px;
  overflow: scroll;
  background-color: #f7f7f7;
}
.textAreas #new_rec,
.textAreas #old_rec {
  height: 578px;
  overflow: scroll;
  background-color: #f7f7f7;
}
.textAreas #new_rec .diff,
.textAreas #new_rec .nodiff,
.textAreas #old_rec .diff,
.textAreas #old_rec .nodiff {
  white-space: pre;
  line-height: 7px;
  padding: 10px 10px 10px;
}
.textAreas .old_rec,
.textAreas .new_rec {
  width: 49%;
}

.icon-effect-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.icon-effect-spin .icon-effect {
  margin-left: 3px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.icon-effect-spin:hover .icon-effect,
.icon-effect-spin:focus .icon-effect,
.icon-effect-spin:active .icon-effect {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.icon-effect-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.icon-effect-bounce .icon-effect {
  margin-left: 3px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.icon-effect-bounce:hover .icon-effect,
.icon-effect-bounce:focus .icon-effect,
.icon-effect-bounce:active .icon-effect {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.select2-dropdown {
  border: 1px solid #dfdfdf !important;
  box-shadow: 0 4px 5px rgba(0, 123, 255, 0.5) !important;
}

.ytc_sub_hdr {
  display: flex;
  flex-direction: row;
  float: left;
  background-color: #FFF;
  border-radius: 8px;
  padding: 5px 0px;
  margin-right: 20px;
  border: 1px solid #EEE;
  line-height: 10px;
  margin: 35px 18px 20px;
}
.ytc_sub_hdr li {
  display: flex;
  flex-direction: row;
  border-right: 1px solid #DDD;
  padding: 0 10px 0 10px;
  width: 500px;
}
.ytc_sub_hdr li select,
.ytc_sub_hdr li input,
.ytc_sub_hdr li .select2-container--default .select2-selection--single {
  width: 100%;
  border: 0 !important;
  height: calc(1.5em + .75rem + 2px);
}
.ytc_sub_hdr li select span,
.ytc_sub_hdr li input span,
.ytc_sub_hdr li .select2-container--default .select2-selection--single span {
  color: #777777 !important;
  font-size: 13px;
}
.ytc_sub_hdr li select:hover, .ytc_sub_hdr li select:focus, .ytc_sub_hdr li select:active,
.ytc_sub_hdr li input:hover,
.ytc_sub_hdr li input:focus,
.ytc_sub_hdr li input:active,
.ytc_sub_hdr li .select2-container--default .select2-selection--single:hover,
.ytc_sub_hdr li .select2-container--default .select2-selection--single:focus,
.ytc_sub_hdr li .select2-container--default .select2-selection--single:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.ytc_sub_hdr li select:disabled,
.ytc_sub_hdr li input:disabled,
.ytc_sub_hdr li .select2-container--default .select2-selection--single:disabled {
  cursor: not-allowed;
}
.ytc_sub_hdr li select .select2-selection__rendered,
.ytc_sub_hdr li input .select2-selection__rendered,
.ytc_sub_hdr li .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.ytc_sub_hdr li label {
  position: relative;
  top: 7px;
  white-space: nowrap;
  float: left;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #32393c;
}

.contact-icon {
  left: calc(35% - 90px) !important;
}

.emptyContainer {
  display: inline-block;
  align-content: center;
  position: relative;
  top: 20%;
  left: calc(40% - 90px);
}
.emptyContainer #emptyClogo {
  width: 300px;
  height: 254px;
  background-image: url("images/cg.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.emptyContainer #emptySmtplogo {
  width: 330px;
  height: 300px;
  background-image: url("images/smtp.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.emptyContainer #emptySamllogo {
  width: 330px;
  height: 300px;
  background-image: url("images/saml.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.emptyContainer #emptySamllogo {
  width: 330px;
  height: 309px;
  background-image: url("images/saml.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.emptyContainer .addGroup {
  margin: 1rem;
}
.emptyContainer .addGroup h2 {
  color: #555;
  font-size: 30px;
  text-transform: uppercase;
}
.emptyContainer .addGroup sup {
  font-size: 13px;
}
.emptyContainer .addGroup button {
  background-color: #02c574 !important;
  font-size: 15px;
  position: relative;
  top: 10px;
  left: calc(57% - 100px);
}

.requirementContainer {
  position: relative;
  top: 15%;
  left: calc(14% - 90px);
}
.requirementContainer .title {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.requirementContainer .instructions h4 {
  line-height: 1.3 !important;
  font-size: 18px;
}
.requirementContainer .instructions .depend {
  font-size: 16px;
  list-style-type: circle;
  position: relative;
  left: 5%;
  font-weight: 600;
  color: #555;
}
.requirementContainer .instructions h5 {
  margin: 20px 0 10px;
}
.requirementContainer .instructions .install_snip {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.requirementContainer .instructions .install_snip .copy {
  cursor: pointer;
  color: #ced4da;
}
.requirementContainer .instructions .install_snip .copy:hover {
  color: #555;
}
.requirementContainer #reqSamllogo {
  width: 320px;
  height: 300px;
  background-image: url("images/saml.png");
  background-size: cover;
  position: relative;
  margin: 80px auto 0;
  left: 10%;
}

@media (min-width: 576px) {
  #modal-dialog {
    max-width: 75% !important;
  }
}
#addcgroupmodal,
#editcgroupmodal,
#op_def {
  display: none;
}
#addcgroupmodal .allZones,
#editcgroupmodal .allZones,
#op_def .allZones {
  position: relative;
  top: 13px;
  margin-left: 10px;
}
#addcgroupmodal #cblabel,
#editcgroupmodal #cblabel,
#op_def #cblabel {
  color: #555;
  font-size: 10px;
  position: relative;
  top: 6px;
  left: 3px;
  text-transform: uppercase;
}

#emailid::-webkit-calendar-picker-indicator,
#emailidedit::-webkit-calendar-picker-indicator {
  display: none !important;
}

#add {
  font-size: 20px;
  padding: 0 15px;
  border-radius: 0.25em;
  border: none;
  color: #31af36 !important;
  background: white !important;
  border: 1px solid #31af36 !important;
  border-radius: 5px !important;
  transition: all 0.5s;
  height: 32px;
  margin-left: -62px;
  right: -70px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

#addGrpBtn {
  margin: 10px;
  margin-left: 45%;
  font-size: 20px;
}

#add span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#add span:after {
  content: "+";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#add:hover span {
  padding-right: 25px;
}

#add:hover span:after {
  opacity: 1;
  right: 0;
}

.editModal {
  width: 100%;
  display: none;
  /* Hidden by default */
  position: relative;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
}

#emailid::-webkit-calendar-picker-indicator,
#emailidedit::-webkit-calendar-picker-indicator {
  display: none;
}

#contact-groups th {
  font-size: 20px;
}
#contact-groups tbody tr td {
  padding: 15px !important;
  font-size: 16px;
}

#cgroup #name,
#cgroup #act {
  width: 10%;
}
#cgroup #mailDisplay {
  width: 40%;
  position: relative;
  top: 2px;
}
#cgroup #mailDisplay #mails {
  display: inline-flex;
  background-color: #cce7f057;
  padding: 4px 6px 4px;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
}
#cgroup #mailDisplay .showall {
  color: #f2aa1e;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  bottom: 4px;
}
#cgroup #mailDisplay #zones {
  display: inline-flex;
  background-color: #c6fdae57;
  padding: 4px 6px 4px;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
}

/*$Id$*/
/*$Id$*/
/*$Id$*/
/*$Id$*/
html, body {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", Arial, Verdana, Lucida Sans Unicode, Lucida Grande, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

a {
  color: #069;
}

.fs13 {
  font-size: 13px;
}

.multi-select-2 .select2-selection__choice__remove {
  float: right;
  margin-left: 4px;
}
.multi-select-2 .select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  cursor: text;
  line-height: 12px !important;
}
.multi-select-2 .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  color: #444 !important;
  font-size: 13px !important;
}
.multi-select-2 .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
}
.multi-select-2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.multi-select-2 .select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: auto;
  max-height: 170px;
  height: auto !important;
}
.multi-select-2 .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  max-height: 172px;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.info-card {
  position: relative;
  bottom: 1px;
  font-size: 13px;
  cursor: pointer;
  color: #555;
}

.required-symbol::after {
  content: "*";
  color: red;
  font-size: inherit;
  vertical-align: baseline;
  position: relative;
  left: 2px;
}

.error-input {
  border: 1px solid #dc3545;
}
.error-input:focus {
  border: 1px solid #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.error-input + .chosen-container-active a {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.error-input + .chosen-container-active ul {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.error-input + .chosen-container-active {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

select {
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

label {
  font-weight: 300;
  margin-bottom: 1rem;
  display: inline-block;
}

.checkall,
.checkbox {
  margin: 0 !important;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  margin: 0px 0 0;
  margin-top: 0px;
  line-height: normal;
}

.fValidationMsg {
  position: absolute;
  z-index: 2;
  font-size: 12px;
  clear: both;
  color: #d00;
  display: block;
  text-align: right;
  top: 100%;
  right: 2px;
  width: 100%;
  margin-top: 3px;
}

.bttn {
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  outline: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  border-radius: 3px;
  transition: all 400ms;
  padding: 6px 20px;
  height: 34px;
}
.bttn + .bttn {
  margin-left: 5px;
  margin-bottom: 0px;
}
.bttn:focus, .bttn:active {
  outline: none;
}
.bttn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.bttn.btn-primary {
  color: #fff;
  background: linear-gradient(to right, #3fe2a9 0, #99ea44 100%);
  border: 1px solid #28c30c;
}
.bttn.btn-primary:hover, .bttn.btn-primary:focus, .bttn.btn-primary.focus, .bttn.btn-primary:active, .bttn.btn-primary.active {
  color: #fff;
  background: linear-gradient(to right, #3fe2a9 0, #99ea44 100%);
  border: 1.5px solid #00a005;
}
.bttn.btn-primary.disabled, .bttn.btn-primary[disabled], .bttn.btn-primary.disabled:hover, .bttn.btn-primary[disabled]:hover, .bttn.btn-primary.disabled:focus, .bttn.btn-primary[disabled]:focus, .bttn.btn-primary.disabled.focus, .bttn.btn-primary[disabled].focus, .bttn.btn-primary.disabled:active, .bttn.btn-primary[disabled]:active, .bttn.btn-primary.disabled.active, .bttn.btn-primary[disabled].active {
  background-color: #11bb84;
  border-color: #11bb84;
  cursor: not-allowed;
}

.btn1 {
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  outline: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  border-radius: 10px;
  transition: all 400ms;
  padding: 6px 30px;
  height: 45px;
}
.btn1 + .btn1 {
  margin-left: 5px;
  margin-bottom: 0px;
}
.btn1.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn1.btn-primary {
  color: #fff;
  background: linear-gradient(to right, #3fe2a9 0, #99ea44 100%);
  border: 1px solid #28c30c;
}
.btn1.btn-primary:hover, .btn1.btn-primary:focus, .btn1.btn-primary.focus, .btn1.btn-primary:active, .btn1.btn-primary.active {
  color: #fff;
  background: linear-gradient(to right, #3fe2a9 0, #99ea44 100%);
  border: 1.5px solid #00a005;
}
.btn1.btn-primary.disabled, .btn1.btn-primary[disabled], .btn1.btn-primary.disabled:hover, .btn1.btn-primary[disabled]:hover, .btn1.btn-primary.disabled:focus, .btn1.btn-primary[disabled]:focus, .btn1.btn-primary.disabled.focus, .btn1.btn-primary[disabled].focus, .btn1.btn-primary.disabled:active, .btn1.btn-primary[disabled]:active, .btn1.btn-primary.disabled.active, .btn1.btn-primary[disabled].active {
  background-color: #11bb84;
  border-color: #11bb84;
  cursor: not-allowed;
}

.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-defaultR {
  background-color: #f04747;
  color: #FFF;
  border: 0;
  border-radius: 2px;
  padding: 6px 25px;
  outline: none;
}

.btn-defaultR:hover,
.btn-defaultR:focus {
  background-color: #f77975;
  color: #FFF;
  outline: none;
}

.btn-defaultR:active {
  background-color: #c64643;
  color: #FFF;
  outline: none;
  box-shadow: none;
}

input.btn-reset {
  color: #333;
  background-color: #EEE;
  text-decoration: none;
  border-radius: 2px;
  padding: 7px 20px;
  line-height: 18px;
  margin-left: 10px;
}

input.btn-reset:focus,
input[type=reset].btn-reset:active {
  outline: none;
  box-shadow: none;
}

input.btn-reset:hover {
  background-color: #e6e6e6;
}

.btn-blue {
  background-color: #48b0f7;
  color: #FFF !important;
  border: 0;
  border-radius: 2px;
  padding: 6px 25px;
  outline: none;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #6dc0f9;
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.btn-blue:active {
  background-color: #3a8fc8;
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.btn-green {
  background-color: #10cfbd;
  color: #FFF !important;
  border: 0;
  border-radius: 2px;
  padding: 6px 25px;
  outline: none;
}

.btn-green:hover,
.btn-blue:green {
  background-color: #40d9ca;
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.btn-green:active {
  background-color: #0da899;
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.btn-agreen {
  background-color: #1EB8D2;
  color: #FFF !important;
  border: 0;
  border-radius: 2px;
  padding: 6px 20px;
  outline: none;
  text-decoration: none !important;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.btn-agreen:hover {
  background-color: #18aac2;
  color: #FFF;
  outline: none;
  box-shadow: none;
  text-decoration: none !important;
}
.btn-agreen:active {
  background-color: #1296ac;
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-cancel {
  border: 1px solid #c0c0c0;
  font-size: 16px;
  color: #858585;
  display: inline-block;
  margin-right: 20px;
  padding: 11px;
  background-color: #FFF;
  width: 110px;
  height: 45px;
  border-radius: 60px;
  cursor: pointer;
}

.btn-filter {
  background-color: #00bcd4;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border: 0;
  text-decoration: none;
}
.btn-filter:hover {
  background-color: #129797;
}

.btn-action {
  padding: 11px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 0;
  text-decoration: none;
  background-color: #31af36;
}

.btn-Addd {
  padding: 0.1rem 0.75rem 0.4rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-color: #4190f2;
  color: #fff;
  border: 0;
  text-decoration: none;
  margin-right: 20px;
}
.btn-Addd .dnsviews-image {
  content: url("images/views.png");
  position: relative;
  top: 5px;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.btn-Addd .scavenge-image {
  content: url("images/scavenging.png");
  position: relative;
  top: 5px;
  min-width: 23px;
  max-height: 23px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.btn-Addd .vlan-image {
  content: url("images/vlan_left.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd .domain-image {
  content: url("images/domain1.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd .acl-image {
  content: url("images/acl.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd .cliencl-image {
  content: url("images/client-cl.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd .host-image {
  content: url("images/host1.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
  right: 2px;
}
.btn-Addd .hostgp-image {
  content: url("images/hostgrp.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd .fail-image {
  content: url("images/fail.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd .sharenet-image {
  content: url("images/sharenet.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd .tsig-img {
  content: url("images/tsig.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd .pool-img {
  content: url("images/pool.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.btn-Addd:hover {
  text-decoration: none;
  color: #fff;
}
.btn-Addd:hover .vlan-image,
.btn-Addd:hover .domain-image,
.btn-Addd:hover .acl-image,
.btn-Addd:hover .cliencl-image,
.btn-Addd:hover .host-image,
.btn-Addd:hover .fail-image,
.btn-Addd:hover .sharenet-image {
  min-width: 20px;
  max-height: 20px;
}
.btn-Addd:hover .hostgp-image {
  min-width: 20px;
  max-height: 20px;
}

.ad-image {
  content: url("images/ADZone.png");
  position: relative;
  min-width: 13px;
  max-height: 13px;
  top: 3px;
}

.btn-Domain {
  color: #31af36;
  background: #dff7f670;
  border: 1px solid #31af36;
  text-decoration: none;
  margin-right: 20px;
}

.btn-deletee {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  color: #af3131 !important;
  background: #fff !important;
  border: 1px solid #af3131 !important;
  text-decoration: none;
  margin-right: 20px;
}

.btn-upload {
  color: #fff;
  background-color: #FFF;
  border-color: #aaa;
  color: #333;
  text-decoration: none;
  margin-right: 20px;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel.focus,
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-cancel {
  background-color: #fff;
  box-shadow: none;
}
.btn-cancel:hover[type=reset],
.btn-cancel:focus[type=reset],
.btn-cancel.focus[type=reset],
.btn-cancel:active[type=reset],
.btn-cancel.active[type=reset],
.open > .dropdown-toggle.btn-cancel[type=reset] {
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #11bb84;
  border-color: #11bb84;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #13946a;
  border-color: #13946a;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.addbtn {
  background-color: #10bc83;
  color: #FFF;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 2px;
}

.cusChkBx {
  display: inline-block;
  padding: 4px;
  width: 20px;
  height: 12px;
  position: relative;
}

.cusChkBx .cusChkBxInner {
  border: 1px solid #585e5e;
  background-color: #FFF;
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: default;
  position: absolute;
  top: 0px;
}

.cusChkBx.readonly .cusChkBxInner {
  background-color: #EEE;
  border-color: #DDD;
  width: 13px;
  height: 13px;
  cursor: not-allowed;
}

.cusCBChecked .cusChkBxInner:before {
  content: "";
  font-family: FontAwesome;
  font-size: 9px;
  position: relative;
  top: -3px;
  left: 1px;
}

.inptChkBx {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #585e5e;
  margin-right: 3px;
  position: relative;
  top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.inptChkBx span {
  visibility: hidden;
  content: "";
  font-family: FontAwesome;
  font-size: 9px;
  position: relative;
  top: -7px;
  left: 1px;
}

.inptChkBx.inptChkBxChked span {
  visibility: visible;
}

.customChkBox {
  position: relative;
  margin-right: 5px;
}
.customChkBox .cusChkBox {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/lo_icons.svg") no-repeat;
  background-position: -511px -5px;
  vertical-align: bottom;
  margin-right: 2px;
  cursor: pointer;
}
.customChkBox .cusChkBox.active {
  background-position: -533px -5px;
}
.customChkBox input[type=checkbox] {
  position: absolute;
  left: 2px;
  top: -2px;
  opacity: 0;
  cursor: pointer;
}

.customRBnt {
  position: relative;
  margin-right: 5px;
}
.customRBnt .cusradioBtn {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #CCC;
  border-radius: 100%;
  background-color: #FFF;
  vertical-align: bottom;
  margin-right: 2px;
  cursor: pointer;
  padding: 3px;
  line-height: 8px;
}
.customRBnt .cusradioBtn .cusRBInner {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  display: inline-block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.customRBnt .cusradioBtn.active .cusRBInner {
  background-color: #11bb84;
}
.customRBnt input[type=radio] {
  position: absolute;
  left: 2px;
  top: -2px;
  opacity: 0;
  cursor: pointer;
}

.formDiv {
  width: 520px;
}

.formAct1 {
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  left: 0;
  padding: 15px 0px;
  width: 100%;
}
.formAct1 button img {
  vertical-align: sub;
}

.popDftr {
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  left: 0;
  padding: 15px 0px;
  width: 100%;
}
.popDftr button img {
  vertical-align: sub;
}

.formAct2 {
  margin-bottom: 5px;
  text-align: center;
  margin-left: 60%;
  margin-top: 5px;
}
.formAct2 button img {
  vertical-align: sub;
}

.formAct {
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: fixed;
  display: flex;
  flex-direction: row;
  margin: 0px;
  bottom: 12px;
  right: 14px;
  left: 125px;
  padding: 15px 0;
  background-color: #FFF;
  border-top: 1px solid #EEE;
}
.formAct button img {
  vertical-align: sub;
}

.cls-provider .provider_actions {
  margin-left: 10px;
  position: relative;
  top: 2px;
  color: #817d7d;
  cursor: pointer;
}
.cls-provider .provider_actions i {
  margin-left: 5px;
}
.cls-provider .provider_actions i:hover {
  color: #555;
}

.formRow {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  position: relative;
  right: 10px;
  /* Style the datalist options when selected */
}
.formRow .service_status_cont .service_status {
  font-size: 11px;
  padding: 4px;
}
.formRow .zslider {
  width: 70% !important;
}
.formRow .scroll_cond {
  position: absolute;
  right: 3px;
  left: 0;
  overflow: auto;
  bottom: 10px;
  top: 0;
  max-height: 350px;
  height: fit-content;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.formRow .calSub {
  position: relative;
  top: 3px;
  left: 6px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
}
.formRow tbody tr td .option_edit_input {
  border: 0.5px solid #b3b3b3;
  border-radius: 5px;
  padding: 5px 10px;
  width: 300px;
  float: left;
}
.formRow .inp_suffix {
  position: relative;
  display: inline-block;
}
.formRow .inp_suffix::after {
  content: attr(data-suffix);
  position: absolute;
  right: 35px;
  top: 1.7vh;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}
.formRow .inp_suffix_1 {
  position: relative;
  display: inline-block;
}
.formRow .inp_suffix_1::after {
  content: attr(data-suffix);
  /* Replace 'suffix' with your desired suffix */
  position: absolute;
  right: 35px;
  /* Adjust this value based on the desired position */
  top: 24%;
  transform: translateY(-50%);
  color: #aaa;
  /* Adjust the color as needed */
  pointer-events: none;
  /* Ensures the suffix doesn't interfere with input interactions */
}
.formRow #zones {
  display: inline-flex;
  background-color: #c6fdae57;
  padding: 8px 8px 1px 10px;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
  margin-right: 8px;
}
.formRow .radio {
  position: relative;
  top: 6px;
  cursor: pointer;
}
.formRow .radio span {
  position: relative;
  bottom: 1px;
}
.formRow .zone_ns_container {
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  width: 70%;
}
.formRow .zone_ns_container h4 {
  position: absolute;
  top: -13px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555;
}
.formRow .zone_ns_container .info_banner {
  box-shadow: #facfcf 0px 0px 0.25em;
  display: flex;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  font-size: 10px;
  padding: 5px 8px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  top: 10px;
  width: fit-content;
  left: 15%;
}
.formRow .zone_ns_container .ns_list {
  padding: 10px;
}
.formRow .zone_ns_container .ns_list .ns_ele {
  display: flex;
  flex-direction: row;
}
.formRow .zone_ns_container .ns_list .ns_ele input {
  margin: 10px;
  width: 50%;
}
.formRow .zdatetimefield {
  height: calc(1.5em + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.formRow .range_list {
  max-height: 150px;
  text-align: start;
  overflow: auto;
}
.formRow .range_list .range_ele {
  display: inline-block;
  width: fit-content;
  background-color: #cce7f057;
  margin: 0 5px 5px 0;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 6px;
  border-color: #c0c0c041;
  overflow-wrap: break-word;
}
.formRow .range_list .rem_range {
  font-size: 12px;
  position: relative;
  padding-left: 7px;
  cursor: pointer;
  color: #555;
}
.formRow #addLoc {
  color: #199edb;
  bottom: 1px;
  margin-left: 7px;
  position: relative;
  bottom: 2.5px;
  cursor: pointer;
}
.formRow .named-dable {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.formRow .named-dable .table-input {
  border: none;
}
.formRow .named-dable .t_disabled {
  pointer-events: none;
}
.formRow .named-dable .named_actions i {
  visibility: hidden;
}
.formRow .named-dable .sub_edit_input {
  border: 1px solid #efecec;
  border-radius: 3px;
  padding: 8px;
  float: left !important;
  height: 40px;
}
.formRow .named-dable .sub_edit_ta {
  height: 40px;
}
.formRow .named-dable .range_ele {
  display: inline-block;
  width: fit-content;
  background-color: #cce7f057;
  margin: 0 5px 5px 0;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 6px;
  border-color: #c0c0c041;
}
.formRow .named-dable .edit_ico {
  color: #199edb;
}
.formRow .named-dable .remove_ico {
  color: #df1010;
}
.formRow .named-dable td,
.formRow .named-dable th {
  padding: 9px;
}
.formRow .named-dable i {
  cursor: pointer;
  margin-left: 8px;
}
.formRow .named-dable thead th {
  text-align: center;
  color: #21BB85;
  text-transform: uppercase;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 50;
}
.formRow .named-dable thead td {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: #f4f4f6;
  height: 30px;
  margin-bottom: 20px;
}
.formRow .named-dable .btn_show {
  visibility: hidden;
}
.formRow .named-dable tbody tr:hover {
  background-color: #f6f7f8;
}
.formRow .named-dable tbody tr:hover .named_actions i {
  visibility: visible;
}
.formRow .named-dable tbody td {
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  padding: 10px;
}
.formRow .named-dable tbody td font a {
  color: #000 !important;
  text-decoration: none !important;
}
.formRow .named-dable .bgp_established {
  color: #20BC84;
}
.formRow .named-dable .bgp_active {
  color: #FD9935;
}
.formRow .named-dable .bgp_idle {
  color: #EE4C4E;
}
.formRow .named-dable .bgpadv {
  color: #069;
  cursor: pointer;
}
.formRow .named-dable .bgpadv:hover {
  text-decoration: underline;
}
.formRow .named-dable .acltext {
  width: 120px;
}
.formRow .named-dable .aclno {
  width: 50px;
}
@media (min-width: 600px) and (max-width: 1400px) {
  .formRow .named-dable td {
    padding: 6px;
  }
  .formRow .named-dable thead td {
    font-size: 10px;
    font-weight: 550;
    height: 20px;
    margin-bottom: 10px;
  }
  .formRow .named-dable thead tr {
    height: 20px;
  }
  .formRow .named-dable tbody td {
    font-size: 11px;
    padding: 4px;
  }
  .formRow .named-dable .dnssec_ico,
.formRow .named-dable .vanity_ico {
    font-size: 9px;
  }
  .formRow .named-dable .recCtBadge {
    border: 1.5px solid #abaaaa;
    border-radius: 5.5px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
  }
}
.formRow #is_primary,
.formRow #status {
  width: 70%;
}
.formRow datalist option {
  background-color: #f2f2f2;
  padding: 5px;
  cursor: pointer;
}
.formRow datalist option:hover {
  background-color: #ddd;
}
.formRow datalist option:checked {
  background-color: #007bff;
  color: #fff;
}
.formRow .recDis {
  width: 40px !important;
  height: 24px !important;
}
.formRow label {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 2%;
  font-size: 14px;
  width: 200px;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
}
.formRow label.required:after {
  color: #f55753;
  content: "*";
  font-size: 14px;
  position: relative;
  top: 2px;
  right: -2px;
  font-size: inherit;
  vertical-align: baseline;
}
.formRow .sliderBtn {
  position: relative;
}
.formRow input[type=text],
.formRow input[type=email],
.formRow input[type=number],
.formRow input[type=password],
.formRow input[type=search] {
  height: 30px;
  width: 70%;
  float: right;
}
.formRow input[type=text]:read-only,
.formRow input[type=email]:read-only,
.formRow input[type=number]:read-only,
.formRow input[type=password]:read-only,
.formRow input[type=search]:read-only {
  cursor: not-allowed;
}
.formRow textarea {
  width: 100%;
  height: 60px;
}
.formRow .tagsinput span.tag {
  border-color: #CCC;
  background-color: #DDD;
  color: #333;
}
.formRow .tagsinput span.tag a {
  color: #888;
}
.formRow .vanity-name {
  width: 60% !important;
}
.formRow .asn-type,
.formRow .ip-data {
  width: 68% !important;
}

.cond_St {
  right: 6%;
}
.cond_St label {
  text-transform: lowercase;
  margin-right: 10px;
  position: relative;
  right: 10px;
}
.cond_St .del_cond {
  margin: 0 auto;
  width: 100px;
  position: relative;
  color: #df1010;
  top: 7px;
  left: 18px;
}
.cond_St .dropdown_actions {
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
  left: 12px;
}
.cond_St .dropdown_actions .btn-action {
  padding: 4px 6px;
}
.cond_St .dropdown_actions:hover .dropdown-content {
  display: block;
}
.cond_St .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #ffffff;
  margin: 0 auto;
  width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.cond_St .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.cond_St .dropdown_actions .dropdown-content .checks a:hover {
  background-color: #04b596;
  color: #fff;
}

.pool-range {
  margin-bottom: 0px !important;
}

.add_info_cont {
  position: absolute;
  top: 10vh;
  right: 50px;
  left: 50px;
}
.add_info_cont .info_accord {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}
.add_info_cont .info_accord hr {
  position: relative;
  left: 25px;
  width: 98%;
}
.add_info_cont .main-hdr {
  text-align: start;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #7d7979 !important;
  cursor: pointer;
}
.add_info_cont .main-hdr .toggle {
  font-size: 14px !important;
}
.add_info_cont .main-hdr .sec_title {
  position: relative;
  top: 8px;
}
.add_info_cont .info_table {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.add_info_cont .info_table .usage_bar {
  width: 100%;
}
.add_info_cont .info_table .usage_bar .usage_outer {
  background-color: #e4e2e5;
  width: 80%;
  height: 17px;
  border-radius: 2px;
  position: relative;
}
.add_info_cont .info_table .usage_bar .usage_outer .usage_inner {
  width: 0;
  height: 100%;
  border-radius: 1px;
  background-color: #46bb7d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.add_info_cont .info_table .usage_bar .usage_outer .usage_text {
  font-size: 10px;
  color: #555;
  position: absolute;
  top: 8.5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.add_info_cont .info_table .usage_bar .usage_outer .red {
  background-color: #d43028;
}
.add_info_cont .info_table .usage_bar .usage_outer .orange {
  background-color: #fe7b00;
}
.add_info_cont .info_table .usage_bar .red {
  background-color: #ffcccc;
}
.add_info_cont .info_table .usage_bar .orange {
  background-color: #ffe5cc;
}
.add_info_cont .info_table td,
.add_info_cont .info_table th {
  padding: 9px;
}
.add_info_cont .info_table i {
  cursor: pointer;
  margin-left: 8px;
}
.add_info_cont .info_table thead th {
  text-align: center;
  color: #21BB85;
  text-transform: uppercase;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 50;
}
.add_info_cont .info_table thead td {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: #f4f4f6;
  height: 30px;
  margin-bottom: 20px;
}
.add_info_cont .info_table .btn_show {
  visibility: hidden;
}
.add_info_cont .info_table tbody tr:hover {
  background-color: #f6f7f8;
}
.add_info_cont .info_table tbody tr:hover .btn_show {
  visibility: visible;
}
.add_info_cont .info_table .no-caps {
  line-break: anywhere;
}
.add_info_cont .info_table tbody td {
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  font-size: 14px;
  color: #000;
  line-break: anywhere;
}
.add_info_cont .info_table tbody td font a {
  color: #000 !important;
  text-decoration: none !important;
}
@media (min-width: 600px) and (max-width: 1400px) {
  .add_info_cont .info_table td {
    padding: 6px;
  }
  .add_info_cont .info_table thead td {
    font-size: 12px;
    font-weight: 550;
    height: 20px;
    margin-bottom: 10px;
  }
  .add_info_cont .info_table thead tr {
    height: 20px;
  }
  .add_info_cont .info_table tbody td {
    font-size: 11px;
  }
}
.add_info_cont .full_table,
.add_info_cont .split_table {
  position: relative;
  left: 30px;
  width: 98%;
}
.add_info_cont .sub_toggle_cont {
  margin: 20px;
}
.add_info_cont .sub_toggle_cont .split_table {
  display: inline-flex;
  align-items: flex-start;
}
.add_info_cont .sub_toggle_cont .split_table .half_table {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  max-height: 300px;
  overflow: auto;
  margin: 0 10px;
  width: 47.5%;
}
.add_info_cont .sub_toggle_cont .split_table .half_table .info_table thead tr {
  position: sticky;
  top: 0;
  white-space: nowrap;
}
.add_info_cont .sub_toggle_cont .split_table .half_table .info_table tbody tr {
  white-space: nowrap;
}

.formRowbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 25px;
  position: relative;
  padding: 2px;
  right: 20px;
}
.formRowbox .service_choices {
  white-space: nowrap;
}
.formRowbox .service_choices input[type=checkbox] {
  position: relative;
  top: 11px;
  margin: 0px 5px 0px;
}
.formRowbox .aws_services {
  position: relative;
  top: 5px;
  display: inline-flex;
  background-color: #c6fdae57;
  padding: 4px 6px 4px;
  width: fit-content;
  border-radius: 3px;
  height: fit-content;
  margin-right: 10px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
}
.formRowbox .zinputfield {
  height: 30px !important;
}
.formRowbox .row_header_table {
  margin: 20px 0 0 0;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.formRowbox .row_header_table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.formRowbox .multi-check input {
  top: 16px;
}
.formRowbox .multi-check .check_label {
  margin: 0 10px 0 3px;
  position: relative;
  top: 5px;
}
.formRowbox #addLoc {
  color: #199edb;
  bottom: 1px;
  margin-right: -31px;
  position: relative;
  bottom: 2.5px;
  cursor: pointer;
}
.formRowbox .time-span {
  margin: 6px 6px 0 0;
  color: #838586;
}
.formRowbox .clust_container {
  max-height: 150px;
  width: 50%;
  text-align: start;
  overflow: auto;
  margin-left: 0px;
}
.formRowbox .clust_container .inter_clust {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.formRowbox .clust_container .inter_clust .clus_rem {
  position: absolute;
  top: -2px;
  right: 0px;
  font-size: 14px;
  cursor: pointer;
  color: #555;
  z-index: 10;
}
.formRowbox .clust_container .inter_clust .clust_ele {
  cursor: pointer;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  text-align: start;
  overflow: auto;
  border: 1px solid #c0c0c041;
  border-radius: 10px;
}
.formRowbox .clust_container .inter_clust .clust_ele:hover {
  background-color: #c0c0c041;
}
.formRowbox .clust_container .inter_clust .clust_ele .dets {
  display: block;
}
.formRowbox .bcheck span {
  color: #555555;
  bottom: 1px;
  left: 22px;
  white-space: nowrap;
  top: 0px;
  position: absolute;
}
.formRowbox .chosen-container-single .chosen-search input[type=text] {
  width: 100%;
}
.formRowbox .block_btn {
  right: 80px !important;
  position: relative;
  top: 5px;
}
.formRowbox .custom-file-upload {
  white-space: nowrap;
  width: calc(100% - 120px);
  margin-right: 0 !important;
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.formRowbox .custom-file-upload i {
  margin-right: 10px;
}
.formRowbox .custom-file-upload span {
  margin-right: 265px;
}
.formRowbox .custom-file-upload:hover {
  background-color: #ced4da;
}
.formRowbox .custom-file-upload input[type=file] {
  display: none;
}
.formRowbox .pool_range {
  margin-right: 8px;
}
.formRowbox .user_range {
  margin-right: 8px;
  width: calc(50% - 80px) !important;
}
.formRowbox .range_list {
  max-height: 150px;
  text-align: start;
  overflow: auto;
}
.formRowbox .range_list .range_ele {
  display: inline-block;
  width: fit-content;
  background-color: #cce7f057;
  margin: 0 5px 5px 0;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 6px;
  border-color: #c0c0c041;
  overflow-wrap: break-word;
}
.formRowbox .range_list .rem_range {
  font-size: 12px;
  position: relative;
  padding-left: 7px;
  cursor: pointer;
  color: #555;
}
.formRowbox #monitor_id {
  width: 40% !important;
}
.formRowbox .recDis {
  width: 40px !important;
  height: 24px !important;
  left: 10px;
}
.formRowbox .genKey {
  white-space: nowrap;
  cursor: pointer;
  color: #31af36;
  background: #fff;
  border: 1px solid #31af36;
  border-radius: 5px;
  padding: 3px 5px;
  margin-right: -26px;
  margin-left: 7px;
}
.formRowbox .tsig_temp {
  position: relative;
  top: 5px;
}
.formRowbox .tsig_temp i {
  cursor: pointer;
  margin-left: 5px;
}
.formRowbox .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}
.formRowbox label {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 5%;
  font-size: 14px;
  width: 150px;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
}
.formRowbox label.required:after {
  color: #f55753;
  content: "*";
  font-size: 14px;
  position: relative;
  top: 2px;
  right: -2px;
}
.formRowbox input[type=text],
.formRowbox input[type=email],
.formRowbox input[type=number],
.formRowbox input[type=password],
.formRowbox input[type=search] {
  height: 30px;
  width: calc(100% - 120px);
  float: "middle";
}
.formRowbox select {
  width: 40%;
  float: right;
}
.formRowbox textarea {
  width: 100%;
  height: 60px;
}
.formRowbox .tagsinput span.tag {
  border-color: #CCC;
  background-color: #DDD;
  color: #333;
}
.formRowbox .tagsinput span.tag a {
  color: #888;
}
.formRowbox #add:active,
.formRowbox #add:focus {
  outline: none;
}

.formRow1 {
  margin-bottom: 15px;
  position: relative;
  padding: 2px;
}
.formRow1 label {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  margin-top: 5px;
  font-size: 16px;
  width: 200px;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
}
.formRow1 label.required:after {
  color: #f55753;
  content: "*";
  font-size: 14px;
  position: relative;
  top: 2px;
  right: -2px;
}
.formRow1 input[type=text],
.formRow1 input[type=email],
.formRow1 input[type=number],
.formRow1 input[type=password],
.formRow1 input[type=search] {
  height: 30px;
  width: 70%;
  float: right;
}
.formRow1 textarea {
  width: 100%;
  height: 60px;
}
.formRow1 .tagsinput span.tag {
  border-color: #CCC;
  background-color: #DDD;
  color: #333;
}
.formRow1 .tagsinput span.tag a {
  color: #888;
}

.select2-container--open {
  z-index: 100000;
}

.mig_form.formAct {
  width: auto;
  position: absolute;
  display: flex;
  flex-direction: row;
  margin: 0px;
  bottom: 12px;
  left: 10px;
  right: 15px;
  padding: 15px 0;
  background-color: #FFF;
  border-top: 1px solid #EEE;
}

.formContainer {
  width: 100%;
  margin: auto;
  padding-bottom: 30px;
}
.formContainer form {
  width: 90%;
  margin: auto;
}
.formContainer .sub_li_dets {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.formContainer .cluster_perm {
  border: 0.3px solid #555;
  border-radius: 10px;
  width: 70%;
  position: relative;
  padding-bottom: 10px;
}
.formContainer .cluster_perm .allZones {
  margin-left: 10px;
}
.formContainer .cluster_perm #cblabel {
  margin-left: 3px;
  text-transform: capitalize;
  color: #555;
}
.formContainer .cluster_perm .clust_h {
  position: absolute;
  top: -13px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555;
}
.formContainer .cluster_perm #add {
  position: absolute;
  bottom: -19px;
  right: 43%;
  z-index: 10;
}
.formContainer .cluster_perm .formRowbox, .formContainer .cluster_perm .formRow {
  position: relative;
  top: 20px;
  width: 100%;
}
.formContainer .cluster_perm .formRowbox label {
  margin-right: 6.5%;
}
.formContainer .cluster_perm .formRow label {
  margin-right: 2.5%;
}
.formContainer .cc_sub_class {
  border: 1px solid #e4e2e5;
  border-radius: 6px;
  position: relative;
  padding: 20px 0px 20px;
  margin-bottom: 40px;
}
.formContainer .cc_sub_class h3 {
  position: absolute;
  top: -7px;
  left: 14px;
  text-transform: uppercase;
  font-size: 15px;
  color: #555;
  background-color: #fff;
}
.formContainer .cc_sub_class .cc_sub_class_btn {
  position: absolute;
  bottom: -16px;
  font-size: 20px;
  padding: 0 15px;
  border-radius: 0.25em;
  border: none;
  color: #31af36 !important;
  background: white !important;
  border: 1px solid #31af36 !important;
  border-radius: 5px !important;
  transition: all 0.5s;
  height: 32px;
  right: 50%;
}
.formContainer .formRowbox input[type=text],
.formContainer .formRowbox input[type=email],
.formContainer .formRowbox input[type=number],
.formContainer .formRowbox input[type=password],
.formContainer .formRowbox input[type=search] {
  height: 30px;
  width: 40%;
  float: "middle";
}
.formContainer .formRowbox .radio {
  position: relative;
  top: 6px;
  cursor: pointer;
}
.formContainer .formRowbox .radio span {
  position: relative;
  bottom: 1px;
}
.formContainer .formSection {
  padding: 0 15px 10px;
}
.formContainer .formSection hr {
  margin: 2px 0 20px !important;
}
.formContainer .formSection span {
  text-transform: uppercase;
  font-size: 13px;
  color: #555;
  position: relative;
  left: 5px;
}
.formContainer .genKey {
  white-space: nowrap;
  cursor: pointer;
  color: #31af36;
  background: #fff;
  border: 1px solid #31af36;
  border-radius: 5px;
  padding: 2px;
  line-height: 25px;
  position: relative;
  left: 10px;
  height: 30px;
}
.formContainer .genKey i {
  margin-left: 5px;
}
.formContainer .options_box .options {
  display: inline-block;
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 4px 8px 4px;
  max-width: 100%;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  color: #333;
  line-height: 14px;
  cursor: default;
  background: none !important;
  background-image: none !important;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.formContainer .options_box .op_actions {
  display: inline-block;
  cursor: pointer;
  color: #1e831e !important;
}
.formContainer .op_edit {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 10px;
  top: 15px;
  cursor: pointer;
}
.formContainer .op_edit #check {
  color: #1e831e !important;
}
.formContainer .op_edit #no {
  color: rgba(212, 16, 16, 0.87) !important;
  position: relative;
  left: 10px;
}
.formContainer .showall {
  color: #f2aa1e;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  top: 3px;
  right: calc(20% - 65px);
}
.formContainer #locationSelect .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}
.formContainer #locationSelect .select2-container {
  height: 30px !important;
}
.formContainer .locActions span {
  margin-left: 7px;
  position: relative;
  bottom: 2.5px;
  cursor: pointer;
}
.formContainer .locActions span i {
  font-size: 18px;
}
.formContainer .locActions #edit {
  color: #04b596;
  bottom: 1.5px;
}
.formContainer .locActions #addLoc {
  color: #199edb;
  bottom: 1px;
}
.formContainer .locActions #delete {
  color: #df1010;
  bottom: 1.5px;
}
.formContainer .locations {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 230px;
  font-size: 15px;
  margin-bottom: 10px;
}
.formContainer .locations p {
  color: #555;
}
.formContainer .locations p span {
  background-color: #cce7f057;
  margin: 0 4px 8px 0;
  padding: 4px 6px 4px;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
}
.formContainer .aslist {
  margin: 50px 150px 20px;
  width: 70%;
  padding: 10px 5px 10px 5px;
  border: 0.4px solid #dddddf;
}
.formContainer .aslist h4 {
  font-size: 25px;
  font-weight: 550;
  border-bottom: 1px solid #d3d3d8;
  padding-bottom: 5px;
  text-align: center;
  color: #555;
}
.formContainer .aslist .listscroll {
  max-height: 430px;
  position: relative;
  overflow: auto;
  word-wrap: break-word;
}
.formContainer .aslist .asn_li_ele {
  margin: 5px;
  border-radius: 10px;
}
.formContainer .aslist .asn_li_ele i {
  float: right;
  color: #555;
  line-height: 20px;
  font-size: 17px;
}
.formContainer .aslist .asn_li_ele i:hover {
  color: rgba(212, 16, 16, 0.87);
}
.formContainer .aslist .asn_li_ele .list-group-item-info {
  color: #555;
  background-color: #f7f7f7 !important;
  overflow: auto;
}
.formContainer .aslist .asn_li_ele .list-group-item-info:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.formContaineraa {
  width: 100%;
  margin: auto;
  height: 90%;
}

.locformContainerbox {
  margin: 40px 20px;
}
.locformContainerbox .locationList {
  display: flex;
  flex-direction: row;
  overflow: auto;
  position: absolute;
  top: 140px;
  bottom: 85px;
  overflow-y: auto;
}
.locformContainerbox .locationList .continents {
  display: flex;
  flex-direction: column;
  padding: 10px 40px;
  min-width: 250px;
}
.locformContainerbox .locationList .continents h3 {
  color: #555;
  align-self: flex-start;
}
.locformContainerbox .locationList .continents label {
  display: flex;
  margin: 0 0 3px 0;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}
.locformContainerbox .locationList .continents label input {
  margin-right: 5px;
}

.info-cls .formRowbox label {
  width: 150px;
}

.dnsrec-cls .formRowbox label {
  width: 270px;
}
.dnsrec-cls .formRowbox .cust_btn {
  padding: 0 4px !important;
  height: 30px !important;
}

.formContainerbox {
  position: absolute;
  width: 100%;
  top: 150px;
  bottom: 80px;
  overflow: auto;
}
.formContainerbox form {
  width: 70%;
  margin: auto;
}
.formContainerbox .formSection {
  padding: 0 15px 10px;
}
.formContainerbox .formSection span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* margin-bottom: 25px; */
  position: relative;
  padding: 2px;
  right: 20px;
  top: 12px;
  color: #555;
}
.formContainerbox .formSection hr {
  width: 120%;
  margin-left: -67px;
}
.formContainerbox .userdet .select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  cursor: text;
  line-height: 12px !important;
}
.formContainerbox .userdet .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  color: #444 !important;
  font-size: 13px !important;
}
.formContainerbox .userdet .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
}
.formContainerbox .userdet .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.formContainerbox .userdet .select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: auto;
  max-height: 170px;
  height: auto !important;
}
.formContainerbox .userdet .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  max-height: 172px;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.formContainer1 {
  margin: auto;
  height: 50%;
  padding: 2px 30px 40px 0px;
}
.formContainer1 .geo {
  position: relative;
  display: flex;
  flex-direction: row;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}
.formContainer1 .geo label {
  font-weight: 400;
}
.formContainer1 .geo .geotreeselect {
  width: 55%;
  position: relative;
  max-height: 630px;
  min-height: 630px;
  overflow: auto;
  overflow-y: scroll;
  padding-bottom: 10px;
}
.formContainer1 .geo .geolist {
  border-left: 1px solid #d3d3d8;
  border-radius: 0 !important;
  position: relative;
  max-height: 630px;
  min-height: 630px;
  overflow: auto;
  overflow-y: scroll;
  text-transform: capitalize;
  width: 45%;
  padding: 10px;
}
.formContainer1 .geo .geolist h4 {
  font-size: 17px;
  color: #555;
}
.formContainer1 .aslist {
  margin: 20px 150px 20px;
  width: 70%;
  padding: 10px 5px 10px 5px;
  border: 0.4px solid #dddddf;
}
.formContainer1 .aslist h4 {
  font-size: 25px;
  font-weight: 550;
  border-bottom: 1px solid #d3d3d8;
  padding-bottom: 5px;
  text-align: center;
  color: #555;
  text-shadow: 6px 6px 5px rgba(85, 85, 85, 0.14);
}
.formContainer1 .aslist .listscroll {
  max-height: 430px;
  position: relative;
  overflow: auto;
}
.formContainer1 .aslist .asn_li_ele {
  margin: 5px;
  border-radius: 10px;
}
.formContainer1 .aslist .asn_li_ele i {
  float: right;
  color: #555;
  line-height: 20px;
  font-size: 17px;
}
.formContainer1 .aslist .asn_li_ele i:hover {
  color: rgba(212, 16, 16, 0.87);
}
.formContainer1 .aslist .asn_li_ele .list-group-item-info {
  color: #555;
  overflow: auto;
  background-color: #f7f7f7 !important;
}
.formContainer1 .aslist .asn_li_ele .list-group-item-info:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.formContainer1 .formAct {
  z-index: 10;
  position: fixed;
  display: flex;
  flex-direction: row;
  margin: 0px;
  bottom: 12px;
  width: calc(100% - 100px);
  left: 85px;
  padding: 15px 0;
  background-color: #FFF;
  border-top: 1px solid #EEE;
}

::placeholder {
  color: #a7a5a5;
  opacity: 1;
  font-size: 12px;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

.switchBtn {
  display: inline-block;
  width: 85px;
  height: 25px;
  border-radius: 90px;
  overflow: hidden;
  padding: 2px;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  line-height: initial;
}
.switchBtn .switchBtnInner {
  display: inline-block;
  width: 15px;
  border-radius: 100%;
  height: 15px;
  position: absolute;
  background-color: #aaa;
  left: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.switchBtn .switchBtnInfo {
  font-size: 11px;
  vertical-align: super;
  margin-left: 5px;
  color: #888;
  position: relative;
  top: 3px;
  left: 16px;
  text-transform: uppercase;
}
.switchBtn.active {
  background-color: #1acf86;
  border-color: #1acf86;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}
.switchBtn.active .switchBtnInfo {
  color: #FFF;
  left: 0px;
}
.switchBtn.active .switchBtnInner {
  left: calc(100% - 18px);
  background-color: #FFF;
}

.file {
  position: relative;
  background: linear-gradient(to right, lightblue 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease;
}

.file.done {
  background: lightgreen;
}

.file a {
  display: block;
  position: relative;
  padding: 5px;
  color: black;
}

/* Hide the input */
#chck {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.sliderAdmin {
  margin: 0 0 0 12%;
  position: relative;
  bottom: 4px;
}

.check-trail {
  display: flex;
  align-items: center;
  width: 60px;
  height: 30px;
  background: #e93838;
  border-radius: 2.5em;
  transition: all 0.5s ease;
  cursor: pointer;
}

.check-handler {
  display: flex;
  margin-left: 0.5em;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.5s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin-left: 0;
}
.check-handler:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: white;
  font-size: 15px;
}

#chck:checked + .check-trail {
  background: #16a085;
}
#chck:checked + .check-trail .check-handler {
  margin-left: 50%;
  background: #1abc9c;
}
#chck:checked + .check-trail .check-handler::before {
  content: "";
  font-size: 15px;
}

.dateTime {
  position: absolute;
  right: 80px;
  top: 8px;
  float: right;
  display: flex;
}
.dateTime .csv_dropdown {
  position: relative;
}
.dateTime .csv_dropdown .dropdown-content {
  cursor: pointer;
  display: none;
  right: 15px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.dateTime .csv_dropdown .dropdown-content .drop_content {
  color: #555;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dateTime .csv_dropdown .dropdown-content .drop_content:hover {
  background-color: #04b596;
  color: #fff;
}
.dateTime .select2 {
  position: relative !important;
  top: 2px !important;
  right: 20px !important;
}
.dateTime label {
  padding: 4px;
  font-weight: bold;
}
.dateTime .pdf_export {
  cursor: pointer;
  position: relative;
  right: 35px;
  top: 4px;
  color: #a0a0a0;
  font-size: 17px;
}
.dateTime .pdf_export:hover {
  color: #555;
}

.dateTime {
  right: 80px;
}

.dateTime,
.Ipam {
  right: 90px;
}

.dateTime.Ipam {
  right: 10px;
  top: 10px;
}

.analytics_multi_search_cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 10px;
}
.analytics_multi_search_cont .search_type {
  width: 15%;
  position: relative;
}
.analytics_multi_search_cont .select2-container {
  margin-right: 30px;
  border-radius: 0.25rem;
}
.analytics_multi_search_cont .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  height: calc(1.5em + .75rem + 2px);
}
.analytics_multi_search_cont .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
}
.analytics_multi_search_cont .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7a7d80;
  padding: 0.175rem 0.75rem;
}
.analytics_multi_search_cont .searchBox {
  width: 15%;
}
.analytics_multi_search_cont .searchBox #searchBar {
  width: 100% !important;
}

.chart {
  margin: 40px 30px 0 0px;
}
.chart .chart-container {
  border-radius: 0.25em;
  background-color: white;
  margin: 10px 0 10px 25px;
  width: 100%;
  height: 390px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.chart .toggleChart {
  position: absolute;
  top: 15px;
  right: 20px;
}
.chart .toggleChart button {
  border: 1px solid #269bff;
  color: #269bff;
  padding: 2px 5px 1px;
  border-radius: 5px;
  background: none;
}
.chart .toggleChart button i {
  font-size: 18px;
}
.chart .toggleChart button:hover {
  background-color: #269bff;
  color: #f4f4f6;
}

.left-details {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0.25rem;
  padding: 20px;
  margin-top: 10px;
  width: 95%;
  height: 390px;
  background-color: white;
  position: relative;
}
.left-details .totalCount {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  top: 20px;
}
.left-details .totalCount label {
  font-size: 26px;
  font-weight: 350;
  text-align: center;
}
.left-details .totalCount #tc {
  font-size: 70px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}
.left-details .totalCount #qps {
  font-size: 70px;
  text-align: center;
  position: relative;
  cursor: pointer;
  line-height: 50px;
  margin-bottom: 20px;
}

.ana_index {
  position: relative;
  height: 400px;
}
.ana_index .searchBox-conInput {
  position: relative;
}
.ana_index .searchBox-conInput .searchBox-clearWrapper .searchBox-clear {
  color: #CCC;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 7px;
  right: 25px;
}

.map-table .searchBox-conInput {
  width: 40%;
  position: absolute;
  top: 10px;
}
.map-table .searchBox-conInput .searchBox-clearWrapper .searchBox-clear {
  color: #CCC;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 8px;
  right: 7px;
}

.ip_scroll {
  position: absolute;
  bottom: 50px;
  top: 50px;
  left: 5px;
  right: 5px;
  overflow: auto;
  width: 99%;
  padding: 4px 2px 2px;
}
.ip_scroll table {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.ip_scroll thead th {
  position: sticky;
  z-index: 10;
  top: -5px;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #f4f4f6;
}
.ip_scroll .ip_act {
  position: relative;
}
.ip_scroll .ip_act .ip_tool {
  cursor: pointer;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices {
  display: none;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool {
  max-width: 250px;
  display: block;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
  right: calc(100% - 30px);
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool {
  padding: 10px 15px;
  white-space: nowrap;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp {
  display: flex;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp input {
  width: 70px;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp i {
  font-size: 12px;
  position: relative;
  top: 6px;
  left: 4px;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port {
  width: 100%;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port .port_ico {
  position: relative;
  bottom: 2px;
  font-size: 12px;
  display: inline;
  width: fit-content;
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 2px 4px;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port .port_ico i {
  font-size: 11px;
  color: #555;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool input {
  height: 25px;
  width: 80%;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool input::-webkit-inner-spin-button, .ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ip_scroll .ip_act .ip_tool .ip_tool_choices.show_tool .tool:hover {
  background-color: #ededed;
  color: #555;
}
.ip_scroll .ip_act .host_details {
  position: absolute;
  top: 10px;
  right: 40%;
  cursor: pointer;
}
.ip_scroll .ip_act .host_details i {
  color: #23a96e;
}
.ip_scroll .ip_act .host_details .host_cont {
  display: none;
}
.ip_scroll .ip_act .host_details .host_cont.show_info {
  width: 280px;
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-2%, -50%);
  white-space: nowrap;
  z-index: 10;
  margin: 0 auto;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
}
.ip_scroll .ip_act .host_details .host_cont.show_info .details_row {
  display: flex;
  flex-direction: row;
  padding: 10px;
}
.ip_scroll .ip_act .host_details .host_cont.show_info .details_row .dlabel {
  width: 110px;
  font-weight: 600;
  text-transform: uppercase;
}
.ip_scroll .ip_act .host_details .host_cont.show_info .details_row .dvalue {
  text-align: left;
}
.ip_scroll .ip_act .host_details .host_cont.show_info .details_row::after {
  content: "";
  position: absolute;
  display: block;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid #fff;
}

.ip_scroll.v6 {
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
}

.ip_scroll_v6 {
  height: 278px;
  width: 90%;
  position: relative;
  margin: 10px 10px 20px;
  left: 40px;
}
.ip_scroll_v6 .searchbar_1 {
  width: 90% !important;
}

.config_scroll {
  overflow: auto;
  padding: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  max-height: 350px;
}
.config_scroll .scrollable {
  margin-bottom: 0 !important;
}
.config_scroll .scrollable thead tr {
  position: sticky;
  top: 0;
  z-index: 10;
}
.config_scroll .scrollable thead tr td {
  white-space: nowrap;
}
.config_scroll .scrollable tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.queries-table-conatiner {
  margin-top: 30px;
}
.queries-table-conatiner #searchBar,
.queries-table-conatiner #searchBar1 {
  width: 15%;
  float: right;
  margin-bottom: 10px;
  position: relative;
  right: 15px;
}
.queries-table-conatiner .queries-table {
  background-color: white;
}
.queries-table-conatiner .queries-table .theader {
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #f4f4f6;
}
.queries-table-conatiner .queries-table .theader td {
  border: 0 !important;
}
.queries-table-conatiner .queries-table td {
  font-size: 15px;
  cursor: pointer;
}
.queries-table-conatiner .queries-table td a {
  text-decoration: none;
}
.queries-table-conatiner .queries-table .sortable .table_sort,
.queries-table-conatiner .queries-table .sortable .table_sort_asc,
.queries-table-conatiner .queries-table .sortable .table_sort_dsc {
  cursor: pointer;
  white-space: nowrap;
}
.queries-table-conatiner .queries-table .sortable .table_sort .table_img,
.queries-table-conatiner .queries-table .sortable .table_sort_asc .table_img,
.queries-table-conatiner .queries-table .sortable .table_sort_dsc .table_img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px;
}
.queries-table-conatiner .queries-table .sortable .table_sort .table_img {
  background: url("images/sort_arrows/sort_both.png") no-repeat center right;
}
.queries-table-conatiner .queries-table .sortable .table_sort_asc {
  color: #269bff;
}
.queries-table-conatiner .queries-table .sortable .table_sort_asc .table_img {
  background: url("images/sort_arrows/sort_asc.png") no-repeat center right;
}
.queries-table-conatiner .queries-table .sortable .table_sort_dsc {
  color: #269bff;
}
.queries-table-conatiner .queries-table .sortable .table_sort_dsc .table_img {
  background: url("images/sort_arrows/sort_desc.png") no-repeat center right;
}

.daterangepicker select,
.ltr select,
.show-calendar select,
.opensright select {
  height: none;
}

.table-disclaimer {
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 11px;
  color: #555;
  opacity: 0.7;
}

.table-checkbox {
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 11px;
  color: #555;
  opacity: 0.7;
}
.table-checkbox input[type=checkbox] {
  height: 12px;
  width: 12px;
  margin: 0px 4px 1px 0px;
}
.table-checkbox input[type=checkbox]:checked::after {
  font-size: 9px;
  top: 0;
}

.records-table,
.error-table,
.map-table {
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  width: 98% !important;
  margin: 0px 5px 50px;
}
.records-table .ip_act,
.error-table .ip_act,
.map-table .ip_act {
  position: relative;
}
.records-table .ip_act .ip_tool,
.error-table .ip_act .ip_tool,
.map-table .ip_act .ip_tool {
  cursor: pointer;
}
.records-table .ip_act .ip_tool .ip_tool_choices,
.error-table .ip_act .ip_tool .ip_tool_choices,
.map-table .ip_act .ip_tool .ip_tool_choices {
  display: none;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool {
  max-width: 150px;
  display: block;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
  right: calc(100% - 30px);
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool {
  padding: 10px 15px;
  white-space: nowrap;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp {
  display: flex;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp i,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp i,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port_no_inp i {
  font-size: 12px;
  position: relative;
  top: 6px;
  left: 4px;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port {
  width: 100%;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port .port_ico,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port .port_ico,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port .port_ico {
  position: relative;
  bottom: 2px;
  font-size: 12px;
  display: inline;
  width: fit-content;
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 2px 4px;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port .port_ico i,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port .port_ico i,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool .port .port_ico i {
  font-size: 11px;
  color: #555;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input {
  height: 25px;
  width: 80%;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input::-webkit-inner-spin-button, .records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input::-webkit-outer-spin-button,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input::-webkit-inner-spin-button,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input::-webkit-outer-spin-button,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input::-webkit-inner-spin-button,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.records-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool:hover,
.error-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool:hover,
.map-table .ip_act .ip_tool .ip_tool_choices.show_tool .tool:hover {
  background-color: #ededed;
  color: #555;
}
.records-table .ip_act .host_details,
.error-table .ip_act .host_details,
.map-table .ip_act .host_details {
  position: absolute;
  top: 10px;
  right: 40%;
  cursor: pointer;
}
.records-table .ip_act .host_details i,
.error-table .ip_act .host_details i,
.map-table .ip_act .host_details i {
  color: #23a96e;
}
.records-table .ip_act .host_details .host_cont,
.error-table .ip_act .host_details .host_cont,
.map-table .ip_act .host_details .host_cont {
  display: none;
}
.records-table .ip_act .host_details .host_cont.show_info,
.error-table .ip_act .host_details .host_cont.show_info,
.map-table .ip_act .host_details .host_cont.show_info {
  width: 280px;
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-2%, -50%);
  white-space: nowrap;
  z-index: 10;
  margin: 0 auto;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
}
.records-table .ip_act .host_details .host_cont.show_info .details_row,
.error-table .ip_act .host_details .host_cont.show_info .details_row,
.map-table .ip_act .host_details .host_cont.show_info .details_row {
  display: flex;
  flex-direction: row;
  padding: 10px;
}
.records-table .ip_act .host_details .host_cont.show_info .details_row .dlabel,
.error-table .ip_act .host_details .host_cont.show_info .details_row .dlabel,
.map-table .ip_act .host_details .host_cont.show_info .details_row .dlabel {
  width: 140px;
  font-weight: 600;
  text-transform: uppercase;
}
.records-table .ip_act .host_details .host_cont.show_info .details_row .dvalue,
.error-table .ip_act .host_details .host_cont.show_info .details_row .dvalue,
.map-table .ip_act .host_details .host_cont.show_info .details_row .dvalue {
  text-align: left;
}
.records-table .ip_act .host_details .host_cont.show_info .details_row::after,
.error-table .ip_act .host_details .host_cont.show_info .details_row::after,
.map-table .ip_act .host_details .host_cont.show_info .details_row::after {
  content: "";
  position: absolute;
  display: block;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid #fff;
}
.records-table .active_lease,
.error-table .active_lease,
.map-table .active_lease {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  bottom: 3px;
  border-radius: 100%;
  border: 1px solid transparent;
  background-color: #00B612;
  filter: blur(0.3px);
  cursor: pointer;
}
.records-table tr td,
.error-table tr td,
.map-table tr td {
  font-size: 15px !important;
  cursor: pointer;
}
.records-table th,
.error-table th,
.map-table th {
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #f4f4f6;
}
.records-table .sortable .table_sort,
.records-table .sortable .table_sort_asc,
.records-table .sortable .table_sort_dsc,
.error-table .sortable .table_sort,
.error-table .sortable .table_sort_asc,
.error-table .sortable .table_sort_dsc,
.map-table .sortable .table_sort,
.map-table .sortable .table_sort_asc,
.map-table .sortable .table_sort_dsc {
  cursor: pointer;
  white-space: nowrap;
}
.records-table .sortable .table_sort .table_img,
.records-table .sortable .table_sort_asc .table_img,
.records-table .sortable .table_sort_dsc .table_img,
.error-table .sortable .table_sort .table_img,
.error-table .sortable .table_sort_asc .table_img,
.error-table .sortable .table_sort_dsc .table_img,
.map-table .sortable .table_sort .table_img,
.map-table .sortable .table_sort_asc .table_img,
.map-table .sortable .table_sort_dsc .table_img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px;
}
.records-table .sortable .table_sort .table_img,
.error-table .sortable .table_sort .table_img,
.map-table .sortable .table_sort .table_img {
  background: url("images/sort_arrows/sort_both.png") no-repeat center right;
}
.records-table .sortable .table_sort_asc,
.error-table .sortable .table_sort_asc,
.map-table .sortable .table_sort_asc {
  color: #269bff;
}
.records-table .sortable .table_sort_asc .table_img,
.error-table .sortable .table_sort_asc .table_img,
.map-table .sortable .table_sort_asc .table_img {
  background: url("images/sort_arrows/sort_asc.png") no-repeat center right;
}
.records-table .sortable .table_sort_dsc,
.error-table .sortable .table_sort_dsc,
.map-table .sortable .table_sort_dsc {
  color: #269bff;
}
.records-table .sortable .table_sort_dsc .table_img,
.error-table .sortable .table_sort_dsc .table_img,
.map-table .sortable .table_sort_dsc .table_img {
  background: url("images/sort_arrows/sort_desc.png") no-repeat center right;
}
.records-table .img_load,
.error-table .img_load,
.map-table .img_load {
  display: flex;
  justify-content: center;
  position: relative;
  top: 190px;
}

.map-table {
  margin: 50px 0;
}

.map {
  margin-top: 10px;
  border-radius: 0.25em;
}
.map .img_load {
  display: flex;
  justify-content: center;
  position: relative;
  top: 300px;
}

.map-table-container,
.rec-table-container {
  margin: 30px 0 80px 0;
  background: none;
}
.map-table-container #searchBar,
.map-table-container #searchBar1,
.rec-table-container #searchBar,
.rec-table-container #searchBar1 {
  float: right;
  width: 30%;
}
.map-table-container #searchBar1,
.rec-table-container #searchBar1 {
  margin: 8px 30px;
}
.map-table-container #searchBar,
.rec-table-container #searchBar {
  margin: 8px 15px;
}

#pie_details {
  top: 180px !important;
  left: calc(60% - 107px) !important;
  font-size: 40px !important;
}

.piechartq-container,
.zone-container {
  margin: 50px 5px 50px;
  width: 99%;
  height: 575px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.piechartip-container,
.dial-container {
  margin: 50px 5px 10px;
  width: 99%;
  height: 355px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dial-container {
  margin: 0px 5px 50px;
}

.zone-container {
  height: 375px;
}

.piechartr-container {
  margin: 0px 5px 50px;
  width: 96%;
  height: 477px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.piechartc-container {
  margin: 80px 5px 50px;
  width: 96%;
  height: 430px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img_load_pie {
  display: flex;
  justify-content: center;
  position: relative;
  top: 190px;
}

.landing {
  background: #000;
  width: 100%;
  height: 100%;
}

#landing-header {
  z-index: 1;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  top: 20px;
  right: 30px;
}
#landing-header .actionbtns {
  margin-top: 15px;
}
#landing-header #login:before {
  margin-left: 22px;
  cursor: pointer;
}
#landing-header #login {
  cursor: pointer;
  background-color: #3bb78f;
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  border-color: #4cae4c;
  color: white;
  font-weight: 600;
}
#landing-header #signup:before,
#landing-header #signup {
  margin-left: 15px;
  background: none;
  cursor: pointer;
  font-weight: 600;
  color: #00a005;
}
#landing-header #signup {
  border: 1px solid #4cae4c;
}

.landing h1 {
  font-size: 50px;
  z-index: 1;
  position: absolute;
  padding-top: 7vh;
  left: calc(35% - 100px);
  text-shadow: -3px 2px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(249deg, #CDD6E8 -0.46%, #FCE8E2 100%);
  z-index: 100001;
}
.bg .demo_nav {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px 0px;
  position: relative;
  top: 10px;
}
.bg .demo_nav li {
  padding: 0 10px;
}
.bg .demo_nav li a {
  font-size: 15px;
  color: #555;
  text-decoration: none;
}
.bg .demo_nav li a:hover {
  color: #000;
  text-decoration: none;
}
.bg .bg_image {
  content: url("images/ddi_login.svg");
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg .logo {
  content: url("images/manageengine-logoblack.png");
  position: absolute;
  left: 15px;
  top: 10px;
  min-width: 70px;
  max-height: 40px;
}
.bg .otp_container {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
}
.bg .otp_container .demo_login_container {
  display: flex;
  justify-content: center;
}
.bg .otp_container .demo_login_container .demo_login_card {
  background-color: #ffffff;
  width: 270px;
  margin-right: 30px;
  border: 1px solid #7d7d7d;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.bg .otp_container .demo_login_container .demo_login_card .user_ico {
  font-size: 90px;
  text-align: center;
  padding: 40px 60px;
  color: #555;
}
.bg .otp_container .demo_login_container .demo_login_card .login_text {
  background-color: #7d7d7d;
  color: #fff;
  padding: 20px 15px;
  font-size: 40px;
  text-align: center;
}
.bg .otp_container .demo_login_container .demo_login_card .login_text .subtxt {
  font-size: 15px;
}
.bg .otp_container .demo_login_container .demo_login_card:hover {
  border-color: #27a965;
  color: #27a965;
}
.bg .otp_container .demo_login_container .demo_login_card:hover .user_ico {
  color: #27a965;
}
.bg .otp_container .demo_login_container .demo_login_card:hover .login_text {
  background-color: #27a965;
}
.bg .otp_container .demo_link_container {
  display: flex;
  justify-content: center;
  position: relative;
  top: 40px;
}
.bg .otp_container .demo_link_container .demo_links_card {
  background-color: #ffffff;
  border: 2px solid #506a85;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  padding: 0;
  cursor: pointer;
  line-height: 0.8em;
  width: 250px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: background-color, color, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, color, -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, background-color, color, transform;
  transition-property: box-shadow, background-color, color, transform, -webkit-box-shadow, -webkit-transform;
  position: relative;
  text-decoration: none;
}
.bg .otp_container .demo_link_container .demo_links_card .link_ico {
  font-size: 20px;
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  background-color: #506a85;
}
.bg .otp_container .demo_link_container .demo_links_card .link_txt {
  padding: 10px 50px 10px 20px;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.bg .otp_container .demo_link_container .demo_links_card .link_txt .subtxt {
  font-weight: 300;
  margin-bottom: 4px;
  font-size: 13px;
}
.bg .circle_container {
  position: relative;
  border: 1px solid transparent;
  background-color: #fff;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg .circle_container .otp_box {
  color: #000 !important;
  width: 100%;
  position: relative;
  top: -1vw;
  object-fit: contain;
}
.bg .circle_container .otp_box .appName {
  z-index: 1;
  text-align: center;
  color: #000;
}
.bg .circle_container .otp_box .appName h1 {
  font-size: 2.5vw;
  font-family: "Puvi_bold";
}
.bg .circle_container .otp_box .login_fields {
  width: 19vw;
  margin: 0 auto;
}
.bg .circle_container .otp_box .login_fields input {
  margin-bottom: 1vw;
}
.bg .circle_container .otp_box .login_fields .forgot {
  cursor: pointer;
  display: flex;
  color: #e55e52;
  justify-content: end;
  font-size: 0.9vw;
  margin: 0.3vw 0;
}
.bg .circle_container .otp_box .login_fields .forgot:hover {
  color: #f34637;
}
.bg .circle_container .otp_box .login_fields .back {
  cursor: pointer;
  color: #e55e52;
  position: relative;
  bottom: 0.5vw;
  font-size: 0.8vw;
}
.bg .circle_container .otp_box .login_fields .back:hover {
  color: #f34637;
}
.bg .circle_container .otp_box .login_fields .form-control {
  width: 100%;
  height: 2.3vw;
  padding: 0.375vw 0.75vw;
  font-size: 1vw;
  border-radius: 0.3vw;
}
.bg .circle_container .otp_box .login_fields .form-control::placeholder {
  font-size: 0.8vw;
}
.bg .circle_container .otp_box .login_fields .chosen-container-single.chosen-container-active a {
  box-shadow: none !important;
}
.bg .circle_container .otp_box .login_fields .chosen-container-single .chosen-search {
  display: none;
}
.bg .circle_container .otp_box .login_fields .chosen-container {
  font-size: 1vw;
}
.bg .circle_container .otp_box .login_fields .chosen-container .chosen-single {
  height: 2.3vw;
  padding: 0.375vw 0.75vw;
  border-radius: 0.3vw;
  line-height: 1.3vw;
}
.bg .circle_container .otp_box .login_fields .chosen-container .chosen-single b {
  display: none;
}
.bg .circle_container .otp_box .action_btn_row {
  text-align: center;
}
.bg .circle_container .otp_box .action_btn_row .btn-login {
  font-family: "Puvi_regular";
  padding: 0.7vw;
  font-size: 1vw;
  border-radius: 0.25vw;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 0;
  text-decoration: none;
  background-color: #f34637;
  text-transform: uppercase;
  width: 19vw;
}
.bg .circle_container .otp_box .action_btn_row .btn-login:hover {
  background-color: #ca1111;
}
.bg .totp {
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 5px !important;
}
.bg .totp .appName {
  z-index: 1;
  text-align: center;
  padding: 0 20px 10px 20px;
  color: #000;
}
.bg .totp .appName h1 {
  font-size: 35px;
  font-family: "Puvi_bold";
}
.bg .totp .otp_row {
  margin-bottom: 30px;
}
.bg .otp_content {
  position: absolute;
  top: 40vh;
  left: 20px;
}
.bg .otp_content h1 {
  font-size: 48px;
  font-family: "Puvi_bold";
}
.bg .otp_content p {
  font-size: 17px;
  font-family: "Puvi_regular";
}
.bg .qr_row {
  background-color: rgba(255, 255, 255, 0.9);
  width: 200px;
  height: 200px;
  position: relative;
  margin-top: 40px;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 80px !important;
}
.bg .qr_row h4 {
  color: #000;
}
.bg .otp_row {
  text-align: center;
  margin-bottom: 6px;
}
.bg .otp_row p {
  font-family: "Puvi_regular";
  font-size: 16px;
  color: #11368b;
}
.bg .disclaimer {
  color: #555;
  text-align: left;
  font-size: 11px;
  margin-bottom: 0;
}
.bg .digit-group {
  /* Firefox */
}
.bg .digit-group input {
  font-family: "Puvi_regular";
  width: 30px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  color: #000;
  margin: 0 2px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.bg .digit-group input::-webkit-outer-spin-button,
.bg .digit-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bg .digit-group input[type=number] {
  -moz-appearance: textfield;
}
.bg .digit-group .splitter {
  padding: 0 5px;
  color: #000;
  font-size: 24px;
}
.bg .btn-verify {
  font-family: "Puvi_regular";
  padding: 11px 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 0;
  text-decoration: none;
  background-color: #f34637;
  text-transform: uppercase;
  width: 70%;
}
.bg .btn-verify:hover {
  background-color: #ca1111;
}
.bg .saml_login {
  background: #fff !important;
  color: #f34637 !important;
  border: 1px solid #f34637 !important;
}
.bg .saml_login:hover {
  border: 1px solid #e41e0d !important;
  color: #e41e0d !important;
}
.bg .saml-sign {
  font-weight: 600;
  color: #8d8484;
  display: inline-block;
}
.bg .line {
  width: 5vw;
  height: 0;
  border: 1px solid #C4C4C4;
  margin: 3px;
  display: inline-block;
}
.bg .footer {
  font-family: "Puvi_regular";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #555;
}
.bg .footer .divisionHead {
  font-size: 15.2px;
}
.bg .footer .zLogo {
  height: auto;
  width: 81px;
  text-indent: -9999em;
  content: url("images/zoho.png");
  background-size: 95%;
  left: 1px;
  position: relative;
  top: 5px;
}
.bg .footer .foot-social {
  position: relative;
  top: 10px;
  text-align: center;
}
.bg .footer .foot-social a {
  width: 30px;
  height: 30px;
  padding: 10px;
  margin: 0 6px;
  border-radius: 100%;
  filter: invert(1);
}
.bg .footer .foot-social a:hover {
  color: #000;
}
.bg .footer .foot-social .in {
  background: url("images/footer-icon-in.svg") no-repeat 0 0;
  background-size: 65%;
  background-position: 50% 46%;
}
.bg .footer .foot-social .tw {
  background: url("images/footer-icon-tw.svg") no-repeat 0 3px;
  background-size: 65%;
  background-position: 50% 52%;
}
.bg .footer .foot-social .fb {
  background: url("images/footer-sprite.svg") no-repeat 0 0;
  background-size: 35% !important;
  background-position: center;
}
.bg .footer .foot-social .insta {
  background: url("images/ft-insta.png") no-repeat 0 0;
  background-size: 65%;
  background-position: 50% 46%;
}
.bg .footer .foot-social .yt {
  background: url("images/footer-icon-yt.svg") no-repeat 0 4px;
  background-size: 75%;
  background-position: center;
}

@media (min-width: 1520px) and (max-width: 1600px) {
  .bg {
    width: 100%;
    height: 100%;
  }
  .bg .bg_image {
    content: url("images/ddi_login.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.h-button {
  background: white;
  padding: 7px 10px 7px 8px;
  width: 150px;
  text-align: center;
  border-radius: 5px;
}

.h-button span {
  display: inline-block;
  min-width: 1px;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}

.h-button:before {
  content: attr(data-text);
  position: absolute;
  min-width: 0.3em;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  text-transform: uppercase;
  letter-spacing: 3.5px;
  opacity: 1;
  transform: translate(0, 0px);
}

.h-button:hover:before,
.h-button:focus:before {
  opacity: 0;
  transform: translate(0, 20px);
}

.h-button:hover span,
.h-button:focus span {
  opacity: 1;
  transform: translate(0, 0);
}

.h-button:hover span:nth-child(1),
.h-button:focus span:nth-child(1) {
  transition-delay: 0.025s;
}

.h-button:hover span:nth-child(2),
.h-button:focus span:nth-child(2) {
  transition-delay: 0.05s;
}

.h-button:hover span:nth-child(3),
.h-button:focus span:nth-child(3) {
  transition-delay: 0.075s;
}

.h-button:hover span:nth-child(4),
.h-button:focus span:nth-child(4) {
  transition-delay: 0.1s;
}

.h-button:hover span:nth-child(5),
.h-button:focus span:nth-child(5) {
  transition-delay: 0.125s;
}

.h-button:hover span:nth-child(6),
.h-button:focus span:nth-child(6) {
  transition-delay: 0.15s;
}

.h-button:hover span:nth-child(7),
.h-button:focus span:nth-child(7) {
  transition-delay: 0.25s;
}

.h-button:hover span:nth-child(8),
.h-button:focus span:nth-child(8) {
  transition-delay: 0.05s;
}

.h-button:hover span:nth-child(9),
.h-button:focus span:nth-child(9) {
  transition-delay: 0.25s;
}

.loading span {
  display: block;
  width: 500px;
  left: -50px;
  position: absolute;
  bottom: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(90deg);
  }
  10% {
    opacity: 0;
  }
  35% {
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: rotate(-90deg);
  }
}
#dnsloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#dnsloading .logo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 230px;
  height: 250px;
  content: url("images/manageengine-logo1.svg");
  opacity: 0;
  -webkit-animation: fade-scale-02 1s ease-in;
  animation: fade-scale-02 1s ease-in;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}
#dnsloading .sublogo {
  position: absolute;
  margin: auto;
  right: 11px;
  top: 72px;
  bottom: 0;
  width: 214px;
  height: 200px;
  text-align: center;
  content: url("images/ddi.svg");
  opacity: 0;
  -webkit-animation: fade-scale-02 1s ease-in, flash 3s infinite;
  animation: fade-scale-02 1s ease-in, flash 3s infinite;
  animation-delay: 6s, 8s;
  animation-fill-mode: forwards;
}
#dnsloading #dnsspinner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  box-shadow: 8px 1px 0px -4px #ffce26;
  -webkit-animation: spinn_yellow 3s linear, movelogo 1.5s ease-out, hidelogo 1s ease-out;
  animation: spinn_yellow 3s linear, movelogo 1.5s ease-out, hidelogo 0.5s ease-out;
  animation-delay: 0s, 4s, 5s;
  animation-fill-mode: forwards;
}
#dnsloading .innerspinner {
  -webkit-animation: spinn_red 3.2s linear;
  animation: spinn_red 3.2s linear;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  box-shadow: -10px -1px 0px -5px #cb2034;
  animation-fill-mode: forwards;
}
#dnsloading #dnsspinner:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  box-shadow: 0px -9px 0px -4px #0879b8;
  -webkit-animation: spinn_blue 3s linear;
  animation: spinn_blue 3s linear;
  animation-fill-mode: forwards;
}
#dnsloading #dnsspinner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  box-shadow: -1px 6px 0px -2px #069b4f;
  -webkit-animation: spinn_green 3s linear;
  animation: spinn_green 3s linear;
  animation-fill-mode: forwards;
}
@-webkit-keyframes spinn_yellow {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 17px 0px 0px -5px #ffce26;
  }
}
@keyframes spinn_yellow {
  0% {
    -webkit-transform: transform(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 17px 0px 0px -5px #ffce26;
  }
}
@keyframes spinn_red {
  0% {
    -webkit-transform: transform(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 45px;
    left: 39px;
    right: 34px;
    bottom: 30px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -4px -6px 0px 0px #cb2034;
  }
}
@-webkit-keyframes spinn_red {
  0% {
    -webkit-transform: transform(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 45px;
    left: 39px;
    right: 34px;
    bottom: 30px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -4px -6px 0px 0px #cb2034;
  }
}
@-webkit-keyframes spinn_blue {
  0% {
    -webkit-transform: transform(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 15px;
    left: 15px;
    right: 17px;
    bottom: 15px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 7px -9px 0px 0px #0879b8;
  }
}
@keyframes spinn_blue {
  0% {
    -webkit-transform: transform(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 15px;
    left: 15px;
    right: 17px;
    bottom: 15px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 7px -9px 0px 0px #0879b8;
  }
}
@keyframes spinn_green {
  0% {
    -webkit-transform: transform(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 31px;
    left: 29px;
    right: 28px;
    bottom: 30px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 1px -10px 0px 0px #069b4f;
  }
}
@-webkit-keyframes spinn_green {
  0% {
    -webkit-transform: transform(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 31px;
    left: 29px;
    right: 28px;
    bottom: 30px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 1px -10px 0px 0px #069b4f;
  }
}
@-webkit-keyframes movelogo {
  to {
    top: 50%;
    transform: scale(0.3) translateX(305px);
    -webkit-transform: scale(0.3) translateX(305px);
    -ms-transform: scale(0.3) translateX(305px);
  }
}
@keyframes movelogo {
  to {
    top: 50%;
    transform: scale(0.3) translateX(315px);
    -webkit-transform: scale(0.3) translateX(315px);
    -ms-transform: scale(0.3) translateX(315px);
  }
}
@-webkit-keyframes hidelogo {
  to {
    opacity: 0;
  }
}
@keyframes hidelogo {
  to {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes exitpage {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}

.dash-table-container {
  box-shadow: 0 2px 6px rgba(211, 215, 221, 0.2);
  border-radius: 0.25rem;
  margin: 5% 0% 0;
  position: relative;
  background-color: white;
  min-height: 350px;
  max-height: 350px;
}
.dash-table-container:hover {
  box-shadow: 0 5px 30px rgba(211, 215, 221, 0.4);
}
.dash-table-container h2 {
  font-size: 16px;
  font-weight: 100;
  border-bottom: 1px dashed #DDD;
  padding: 15px 10px 10px;
}
.dash-table-container .dash_table_cont {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  position: absolute;
  left: 10px;
  right: 10px;
  max-height: 290px;
  overflow: auto;
}
.dash-table-container .dash_table_cont #dashzone {
  width: 100%;
  margin-bottom: 0 !important;
}
.dash-table-container .dash_table_cont #dashzone thead th {
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  background: #f4f4f6;
  white-space: nowrap;
  position: sticky;
  top: 0;
}
.dash-table-container .dash_table_cont #dashzone #userList tr td {
  font-size: 1rem;
  white-space: nowrap;
}
.dash-table-container .minute-container,
.dash-table-container .ipam-vendor-container,
.dash-table-container .indv-cpu-usage-container,
.dash-table-container .indv-memory-usage-container,
.dash-table-container .indv-cpu-graph-container,
.dash-table-container .subnet-container {
  margin: 0px 2px 0px 0px;
  border: none;
  width: 100%;
  height: 300px;
}
.dash-table-container .pagination {
  margin: 5px 10% !important;
}
.dash-table-container .img_load {
  display: flex;
  justify-content: center;
  position: relative;
  top: 90px;
}

.dash-info {
  margin: 8% 0% 0;
  border: 1px solid rgba(242, 242, 242, 0.58);
  box-shadow: 0 0.75rem 1.5rem rgba(236, 242, 247, 0.56);
  position: relative;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 15px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.dash-info .stats_cont {
  font-size: 28px;
  width: calc(100% - 50px);
  display: inline-flex;
  margin: 10px 0;
  font-family: sans-serif;
  white-space: nowrap;
  scrollbar-width: none;
}
.dash-info .stats_cont ::-webkit-scrollbar {
  display: none;
}
.dash-info .stats_cont .stats {
  width: 100%;
  margin-right: 15px;
}
.dash-info .stats_cont .stats .stats_inner {
  width: fit-content;
  padding: 0px 5px;
}
.dash-info .stats_cont .stats .stats_inner .stat_type {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 8px;
}
.dash-info .stats_cont .stats .down_ct {
  color: #f3736e;
}
.dash-info .stats_cont .stats .live_ct {
  color: #3ed099;
}
.dash-info .stats_cont .stats .unk_ct {
  color: #838282;
}
.dash-info .stats_cont .stats .stats_count {
  display: inline-flex;
  text-align: center;
  perspective: 1000px;
  /* Second icon (number) */
  /* Keyframes for the first icon (rotating out) */
  /* Keyframes for the second icon (rotating in) */
}
.dash-info .stats_cont .stats .stats_count .stat_status_cont {
  position: relative;
  margin-left: 8px;
}
.dash-info .stats_cont .stats .stats_count .stat_status_cont i {
  font-size: 1em !important;
}
.dash-info .stats_cont .stats .stats_count .stat_status_cont .serv_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s;
  transform: rotateY(0deg);
  backface-visibility: hidden;
}
.dash-info .stats_cont .stats .stats_count .stat_status_cont .state_ct {
  position: absolute;
  bottom: 0;
  font-size: 0.5em;
  font-weight: 600;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  padding: 1em;
  background-color: #3ed099;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.dash-info .stats_cont .stats .stats_count .fa-arrow-alt-circle-up {
  color: #3ed099;
}
.dash-info .stats_cont .stats .stats_count .fa-arrow-alt-circle-down {
  color: #f3736e;
}
.dash-info .stats_cont .stats .stats_count .serv_icon:first-child {
  opacity: 1;
  /* Visible initially */
  animation: rotate-icon 1s linear 1 forwards;
  animation-delay: 5s;
}
.dash-info .stats_cont .stats .stats_count .serv_icon:last-child {
  opacity: 0;
  /* Hidden initially */
  animation: appear-icon 1s linear 1 forwards;
  animation-delay: 5s;
}
@keyframes rotate-icon {
  0% {
    transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(180deg);
    opacity: 0;
  }
}
@keyframes appear-icon {
  0% {
    transform: rotateY(-180deg);
    opacity: 0;
  }
  50% {
    transform: rotateY(-90deg);
    opacity: 1;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.dash-info .stats_cont .stats .stats_details {
  font-size: 12px;
  display: flex;
  text-transform: uppercase;
}
.dash-info .stats_ico {
  background-color: #f4f4f6;
  color: #FFF;
  font-size: 24px;
  float: right;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.dash-info .stats_ico .dns {
  content: url("images/dns1.png");
  position: relative;
  top: 6px;
  right: 2px;
  min-width: 35px;
  max-height: 35px;
}
.dash-info .stats_ico .dhcp {
  content: url("images/dhcp1.png");
  position: relative;
  top: 6px;
  right: 2px;
  min-width: 35px;
  max-height: 35px;
}
.dash-info .stats_ico .aws_dash_ico {
  position: relative;
  top: 6px;
  right: 2px;
  min-width: 35px;
  max-height: 35px;
  filter: invert(1);
}
.dash-info .stats_ico .linux_ico {
  position: relative;
  top: 6px;
  right: 2px;
  min-width: 32px;
  max-height: 32px;
  content: url("images/linux.png");
}
.dash-info .stats_ico .aws_ec2 {
  content: url("images/aws/aws_ec2.png");
}
.dash-info .stats_ico .aws_vpc {
  content: url("images/aws/aws_vpc.png");
}
.dash-info .stats_ico .aws_rds {
  content: url("images/aws/aws_rds.png");
}
.dash-info .stats_ico .aws_ecs {
  content: url("images/aws/aws_ecs.png");
}

.min-graph {
  box-shadow: 0 2px 6px rgba(211, 215, 221, 0.2);
  border-radius: 0.25rem;
  background-color: white;
  position: relative;
  left: 0px;
  right: 30px;
  top: 30px;
  bottom: 0px;
  height: 780px;
  margin-bottom: 50px;
}
.min-graph:hover {
  box-shadow: 0 5px 30px rgba(211, 215, 221, 0.4);
}
.min-graph h2 {
  font-size: 16px;
  font-weight: 100;
  border-bottom: 1px dashed #DDD;
  padding: 15px 10px 10px;
}
.min-graph .map-container1 {
  width: 100%;
  height: 95%;
  border: none;
}
.min-graph .img_load {
  display: flex;
  justify-content: center;
  position: relative;
  top: 300px;
}

.right-details {
  box-shadow: 0 2px 6px rgba(211, 215, 221, 0.2);
  border-radius: 0.25rem;
  margin: 5% 0% 0 0%;
  background-color: white;
  min-height: 350px;
  max-height: 350px;
  position: relative;
}
.right-details:hover {
  box-shadow: 0 5px 30px rgba(211, 215, 221, 0.4);
}
.right-details h2 {
  font-size: 16px;
  font-weight: 100;
  border-bottom: 1px dashed #DDD;
  padding: 15px 10px 10px;
  position: relative;
}
.right-details h2 .toggle_graph {
  display: inline;
  position: absolute;
  right: 13px;
  cursor: pointer;
  font-size: 19px;
}
.right-details h2 .toggle_graph .fa-caret-left,
.right-details h2 .toggle_graph .fa-caret-right {
  color: #ced4da;
}
.right-details h2 .toggle_graph .fa-caret-left:hover,
.right-details h2 .toggle_graph .fa-caret-right:hover {
  color: #555;
}
.right-details h2 .toggle_graph .fa-caret-left {
  position: relative;
  right: 10px;
}
.right-details .toggleServer {
  position: absolute;
  top: 60px;
  right: 30px;
  left: 100px;
  z-index: 10;
}
.right-details .toggleServer h4 {
  color: #555;
  position: absolute;
  right: 10px;
  top: 40px;
  font-size: 13px;
}
.right-details .totalQueryCount {
  text-align: center;
  font-size: 100px;
  font-weight: 500;
  margin-top: 6%;
}
.right-details .img_load {
  display: flex;
  justify-content: center;
  position: relative;
  top: 90px;
}
.right-details .hour-container,
.right-details .top_sub-container,
.right-details .cpu-usage-container,
.right-details .indv-cpu-usage-container,
.right-details .memory-usage-container,
.right-details .indv-memory-usage-container,
.right-details .indv-disk-usage-container,
.right-details .indv-mem-graph-container,
.right-details .ip-state-container {
  width: 100%;
  height: 299px;
  border: none;
}
.right-details .totalCountAdmin {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  top: 0px;
}
.right-details .totalCountAdmin label {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}
.right-details .totalCountAdmin #tc {
  font-size: 70px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}
.right-details .totalCountAdmin #qps {
  font-size: 70px;
  text-align: center;
  position: relative;
  cursor: pointer;
  line-height: 50px;
  margin-bottom: 20px;
}

.spinner {
  --size: 50px;
  --clr-bg: #272324;
  --clr1: #1d3f72;
  --clr2: #1d3f72;
  --clr3: #555;
  --clr4: #579bd5;
  --clr5: #579bd5;
  --animation-duration: 1000ms;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.spinner .spinner-item {
  width: calc(var(--size) / 12);
  height: 80%;
  background: var(--clr-spinner);
  animation: spinner1 var(--animation-duration) ease-in-out infinite;
}
@keyframes spinner1 {
  50% {
    transform: scaleY(0.25);
  }
}
.spinner .spinner-item:nth-child(1) {
  --clr-spinner: var(--clr1);
  animation-delay: calc(var(--animation-duration) / 10 * -3);
}
.spinner .spinner-item:nth-child(2) {
  --clr-spinner: var(--clr5);
  animation-delay: calc(var(--animation-duration) / 10 * -1);
}
.spinner .spinner-item:nth-child(3) {
  --clr-spinner: var(--clr3);
  animation-delay: calc(var(--animation-duration) / 10 * -2);
}
.spinner .spinner-item:nth-child(4) {
  --clr-spinner: var(--clr4);
  animation-delay: calc(var(--animation-duration) / 10 * -1);
}
.spinner .spinner-item:nth-child(5) {
  --clr-spinner: var(--clr2);
  animation-delay: calc(var(--animation-duration) / 10 * -3);
}

.org_bg {
  --card-width: 290px;
  --card-height: 470px;
  --card-transition-duration: 800ms;
  --card-transition-easing: ease;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffe9eb;
  background: -moz-linear-gradient(top, #ffe9eb 0%, #fff1e4 44%, #fef5e6 54%, #fff5e9 54%, #fff6e7 56%, #fff5eb 57%, #fff9ed 60%, #ffffff 82%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffe9eb 0%, #fff1e4 44%, #fef5e6 54%, #fff5e9 54%, #fff6e7 56%, #fff5eb 57%, #fff9ed 60%, #ffffff 82%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffe9eb 0%, #fff1e4 44%, #fef5e6 54%, #fff5e9 54%, #fff6e7 56%, #fff5eb 57%, #fff9ed 60%, #ffffff 82%, #ffffff 100%);
  z-index: 300;
}
.org_bg .orgsignout {
  cursor: pointer;
  float: right;
  position: relative;
  right: 50px;
  top: 12px;
  font-size: 18px;
  color: #555;
}
.org_bg .orgsignout:hover {
  color: #f34637;
}
.org_bg .logo {
  content: url("images/manageengine-logo.svg");
  position: absolute;
  left: 15px;
  top: 10px;
  min-width: 70px;
  max-height: 40px;
}
.org_bg .appName {
  z-index: 1;
  text-align: center;
  padding: 0 20px 20px 20px;
  color: #000;
}
.org_bg .appName h1 {
  font-size: 35px;
  font-family: "Puvi_bold";
}
.org_bg .otp_container {
  position: absolute;
  right: 150px;
  width: 500px;
  top: 35%;
}
.org_bg .otp_box {
  color: #000 !important;
  border-radius: 5px !important;
  margin-bottom: 15px;
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
  padding: 30px;
}
.org_bg .otp_content {
  position: absolute;
  top: 29vh;
  left: 120px;
}
.org_bg .otp_content h1 {
  font-size: 48px;
  font-family: "Puvi_bold";
}
.org_bg .otp_content p {
  font-size: 17px;
  font-family: "Puvi_regular";
}
.org_bg .qr_row {
  background-color: rgba(255, 255, 255, 0.9);
  width: 200px;
  height: 200px;
  position: relative;
  left: 115px;
  margin-bottom: 90px !important;
}
.org_bg .qr_row h4 {
  color: #000;
}
.org_bg .otp_row {
  text-align: center;
}
.org_bg .otp_row p {
  text-align: left;
  font-family: "Puvi_regular";
  font-size: 16px;
  color: #11368b;
}
.org_bg .price_li {
  display: flex;
  justify-content: center;
}
.org_bg .price_li li {
  margin: 1%;
}
.org_bg .price_li li .flipper {
  transition: all 0.6s;
  animation: zoomInLeft 5s infinite;
  transform-style: preserve-3d;
}
.org_bg .price_li li .show_card {
  display: block;
}
.org_bg .btn-verify {
  font-family: "Puvi_regular";
  padding: 11px 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 0;
  text-decoration: none;
  background-color: #f34637;
  text-transform: uppercase;
}
.org_bg .btn-verify:hover {
  background-color: #e41e0d;
}
.org_bg .footer {
  font-family: "Puvi_regular";
  position: relative;
  top: 10px;
  left: 70px;
}
.org_bg .footer .divisionHead {
  font-size: 15.2px;
}
.org_bg .footer .zLogo {
  height: auto;
  width: 81px;
  text-indent: -9999em;
  content: url("images/zoho.png");
  background-size: 95%;
  left: 1px;
  position: relative;
  top: 5px;
}
.org_bg .footer .foot-social {
  position: relative;
  top: 10px;
  left: 75px;
}
.org_bg .footer .foot-social a {
  width: 30px;
  height: 30px;
  padding: 10px;
  margin: 0 6px;
  border-radius: 100%;
  filter: invert(1);
}
.org_bg .footer .foot-social a:hover {
  color: #000;
}
.org_bg .footer .foot-social .in {
  background: url("images/footer-icon-in.svg") no-repeat 0 0;
  background-size: 65%;
  background-position: 50% 46%;
}
.org_bg .footer .foot-social .tw {
  background: url("images/footer-icon-tw.svg") no-repeat 0 3px;
  background-size: 65%;
  background-position: 50% 52%;
}
.org_bg .footer .foot-social .fb {
  background: url("images/footer-sprite.svg") no-repeat 0 0;
  background-size: 35% !important;
  background-position: center;
}
.org_bg .footer .foot-social .insta {
  background: url("images/ft-insta.png") no-repeat 0 0;
  background-size: 65%;
  background-position: 50% 46%;
}
.org_bg .footer .foot-social .yt {
  background: url("images/footer-icon-yt.svg") no-repeat 0 4px;
  background-size: 75%;
  background-position: center;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale(0.1) translate3d(-500px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  35% {
    opacity: 0.5;
    transform: scale(0.7) translate3d(-400px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  40% {
    opacity: 1;
    transform: scale(0.8) translate3d(-300px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(1.1) translate3d(10px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(700px, 0, 0);
  }
}
.org_bg .zoomInLeft {
  animation-name: zoomInLeft;
}

.add_cluster_popup .custom-model-inner-graph-center {
  height: 50%;
  width: 50%;
}

.cluster_popup {
  display: none;
}
.cluster_popup .close_cluster {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.5;
  color: #555;
}
.cluster_popup .close_cluster i {
  cursor: pointer;
  font-size: 25px;
}
.cluster_popup .close_cluster:hover {
  opacity: 1;
  color: #e41e0d;
}
.cluster_popup .cluster_header {
  position: relative;
  top: 50px;
  text-transform: uppercase;
  font-family: "Puvi_bold";
  color: #555;
}
.cluster_popup .cluster_select {
  --card-width: 230px;
  --card-height: 390px;
  --card-transition-duration: 800ms;
  --card-transition-easing: ease;
  position: absolute;
  top: 45%;
  left: 45%;
}
.cluster_popup .cluster_select .cards__wrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.cluster_popup .cluster_select .cardList__btn {
  top: 44%;
  z-index: 500;
}
.cluster_popup .cluster_select .cardList__btn i {
  color: #555;
  font-size: 40px;
}
.cluster_popup .cluster_select .btn--left {
  position: relative;
  right: 64.6%;
}
.cluster_popup .cluster_select .btn--right {
  position: relative;
  left: 65.6%;
}
.cluster_popup .cluster_select .card {
  display: inline-block;
  --card-translateY-offset: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) translateY(var(--card-translateY-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
  width: var(--card-width);
  height: var(--card-height);
  transition: transform 800ms ease;
  user-select: none;
}
.cluster_popup .cluster_select .hide_card {
  display: none;
}
.cluster_popup .cluster_select .card::before {
  content: "";
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 800ms ease;
  opacity: calc(1 - var(--opacity));
}
.cluster_popup .cluster_select .card.current--card {
  --card-translateY-offset: 0%;
  z-index: 60;
  --current-card-rotation-offset: 0;
  --card-translateX-offset: 0;
  --card-rotation-offset: var(--current-card-rotation-offset);
  --card-scale-offset: 1.2;
  --opacity: 1;
}
.cluster_popup .cluster_select .card.previous--card {
  --card-translateX-offset: calc(-1 * var(--card-width) * 0.6);
  --card-rotation-offset: -5deg;
  --card-translateY-offset: 0%;
  z-index: 20;
  --current-card-rotation-offset: 0;
}
.cluster_popup .cluster_select .card.addcard {
  border: 1.5px dashed #555;
  opacity: 0.8;
  cursor: pointer;
}
.cluster_popup .cluster_select .card.addcard .add_cluster {
  border: 1.5px dashed #555;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: inline-block;
  align-content: center;
  position: relative;
  top: 40%;
}
.cluster_popup .cluster_select .card.addcard .add_cluster i {
  position: relative;
  top: 8px;
  font-size: 58px;
  opacity: 0.6;
}
.cluster_popup .cluster_select .card.next--card {
  --card-translateX-offset: calc(var(--card-width) * 0.6);
  --card-rotation-offset: 5deg;
  --card-translateY-offset: 0%;
  z-index: 40;
  --current-card-rotation-offset: 0;
}
.cluster_popup .cluster_select .card.previous--card,
.cluster_popup .cluster_select .card.next--card {
  --card-scale-offset: 0.9;
  --opacity: 0.6;
  filter: blur(0.2px);
  -webkit-filter: blur(0.2px);
}
.cluster_popup .cluster_select .price_container {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 30px 10px;
}
.cluster_popup .cluster_select .price_container .price_header {
  text-align: center;
}
.cluster_popup .cluster_select .price_container .price_header .pack_name {
  margin: 0 30px;
  font-size: 17px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #f34637;
}
.cluster_popup .cluster_select .price_container .price_header .price_yr {
  font-size: 30px;
}
.cluster_popup .cluster_select .price_container .price_header .price_yr span {
  font-size: 15px;
  color: #555;
}
.cluster_popup .cluster_select .price_container .price_header .price_mnth {
  font-size: 15px;
}
.cluster_popup .cluster_select .price_container .price_header .price_mnth span {
  font-size: 12px;
  color: #555;
}
.cluster_popup .cluster_select .price_container .included {
  padding: 15px;
  margin-top: 30px;
  display: inline-block;
  align-content: center;
  text-align: left;
}
.cluster_popup .cluster_select .price_container .included li {
  white-space: nowrap;
  padding: 3px;
}
.cluster_popup .cluster_select .price_container .included li i {
  color: #f34637;
  font-size: 12px;
}
.cluster_popup .cluster_select .price_container .included li .dhcp-ser {
  content: url("images/dhcpser.png") !important;
  position: relative;
  min-width: 22px;
  max-height: 23px;
  top: 6px;
  right: 2px;
}
.cluster_popup .cluster_select .price_container .included li .dns-ser {
  content: url("images/dnsicon.png") !important;
  position: relative;
  min-width: 22px;
  max-height: 23px;
  top: 6px;
  right: 4px;
}
.cluster_popup .cluster_select .selected_index {
  box-shadow: rgba(40, 255, 0, 0.45) 0px 6px 12px -2px, rgba(62, 232, 52, 0.38) 0px 3px 7px -3px;
}
.cluster_popup .popDftr .cluster_popup_options.delete_cluster {
  color: #f34637;
}
.cluster_popup .popDftr .cluster_popup_options.edit_cluster {
  color: #1d90f4;
}
.cluster_popup .popDftr .cluster_popup_options.select_cluster {
  color: #02c574;
}
.cluster_popup .popDftr .cluster_popup_options {
  cursor: pointer;
}
.cluster_popup .popDftr .cluster_popup_options i {
  font-size: 25px;
  padding: 0px 10px;
}

@media (min-width: 600px) and (max-width: 1400px) {
  .org_bg {
    --card-width: 200px;
    --card-height: 370px;
  }
  .org_bg .orgsignout {
    font-size: 13px;
  }
  .org_bg .logo {
    content: url("images/manageengine-logo.svg");
    position: absolute;
    left: 15px;
    top: 10px;
    min-width: 70px;
    max-height: 40px;
  }
  .org_bg .appName {
    z-index: 1;
    text-align: center;
    padding: 0 20px 20px 20px;
    color: #000;
  }
  .org_bg .appName h1 {
    font-size: 25px;
    font-family: "Puvi_bold";
  }
  .org_bg .otp_container {
    position: absolute;
    right: 50px;
    width: 400px;
    top: 35%;
  }
  .org_bg .otp_box {
    color: #000 !important;
    border-radius: 5px !important;
    margin-bottom: 15px;
    background: #fbfbfb;
    border: 1px solid #d5d5d5;
    padding: 30px;
  }
  .org_bg .otp_content {
    position: absolute;
    top: 29vh;
    left: 120px;
  }
  .org_bg .otp_content h1 {
    font-size: 28px;
    font-family: "Puvi_bold";
  }
  .org_bg .otp_content p {
    font-size: 14px;
    font-family: "Puvi_regular";
  }
  .org_bg .qr_row {
    background-color: rgba(255, 255, 255, 0.9);
    width: 200px;
    height: 200px;
    position: relative;
    left: 115px;
    margin-bottom: 90px !important;
  }
  .org_bg .qr_row h4 {
    color: #000;
  }
  .org_bg .otp_row {
    text-align: center;
  }
  .org_bg .otp_row p {
    text-align: left;
    font-family: "Puvi_regular";
    font-size: 13px;
    color: #11368b;
  }
  .org_bg .price_li {
    display: flex;
    justify-content: center;
  }
  .org_bg .price_li li {
    margin: 1%;
  }
  .org_bg .price_li li .flipper {
    transition: all 0.6s;
    animation: zoomInLeft 5s infinite;
    transform-style: preserve-3d;
  }
  .org_bg .price_li li .show_card {
    display: block;
  }
  .org_bg .btn-verify {
    font-family: "Puvi_regular";
    padding: 8px 12px;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0;
    text-decoration: none;
    background-color: #f34637;
    text-transform: uppercase;
  }
  .org_bg .btn-verify:hover {
    background-color: #e41e0d;
  }
  .org_bg .footer {
    font-family: "Puvi_regular";
    position: relative;
    top: 10px;
    left: 70px;
  }
  .org_bg .footer .divisionHead {
    font-size: 12.2px;
  }
  .org_bg .footer .zLogo {
    height: auto;
    width: 61px;
    text-indent: -9999em;
    content: url("images/zoho.png");
    background-size: 95%;
    left: 1px;
    position: relative;
    top: 5px;
  }
  .org_bg .footer .foot-social {
    position: relative;
    top: 10px;
    left: 35px;
  }
  .org_bg .footer .foot-social a {
    width: 10px;
    height: 10px;
    padding: 10px;
    margin: 0 6px;
    border-radius: 100%;
    filter: invert(1);
  }
  .org_bg .footer .foot-social a:hover {
    color: #000;
  }
  .org_bg .footer .foot-social .in {
    background: url("images/footer-icon-in.svg") no-repeat 0 0;
    background-size: 65%;
    background-position: 50% 46%;
  }
  .org_bg .footer .foot-social .tw {
    background: url("images/footer-icon-tw.svg") no-repeat 0 3px;
    background-size: 65%;
    background-position: 50% 52%;
  }
  .org_bg .footer .foot-social .fb {
    background: url("images/footer-sprite.svg") no-repeat 0 0;
    background-size: 35% !important;
    background-position: center;
  }
  .org_bg .footer .foot-social .insta {
    background: url("images/ft-insta.png") no-repeat 0 0;
    background-size: 65%;
    background-position: 50% 46%;
  }
  .org_bg .footer .foot-social .yt {
    background: url("images/footer-icon-yt.svg") no-repeat 0 4px;
    background-size: 75%;
    background-position: center;
  }
  @keyframes zoomInLeft {
    from {
      opacity: 0;
      transform: scale(0.1) translate3d(-500px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    35% {
      opacity: 0.5;
      transform: scale(0.7) translate3d(-400px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    40% {
      opacity: 1;
      transform: scale(0.8) translate3d(-300px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
    60% {
      opacity: 1;
      transform: scale(1.1);
    }
    80% {
      opacity: 1;
      transform: scale(1.1) translate3d(10px, 0, 0);
    }
    to {
      opacity: 0;
      transform: scale(0.1) translate3d(700px, 0, 0);
    }
  }
  .org_bg .zoomInLeft {
    animation-name: zoomInLeft;
  }
  .org_bg .card {
    display: inline-block;
    --card-translateY-offset: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) translateY(var(--card-translateY-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
    width: var(--card-width);
    height: var(--card-height);
    transition: transform 800ms ease;
    user-select: none;
  }
  .org_bg .hide_card {
    display: none;
  }
  .org_bg .card::before {
    content: "";
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 800ms ease;
    opacity: calc(1 - var(--opacity));
  }
  .org_bg .card.current--card {
    --card-translateY-offset: 0%;
    z-index: 60;
    --current-card-rotation-offset: 0;
    --card-translateX-offset: 0;
    --card-rotation-offset: var(--current-card-rotation-offset);
    --card-scale-offset: 1.2;
    --opacity: 1;
  }
  .org_bg .card.previous--card {
    --card-translateX-offset: calc(-1 * var(--card-width) * 1.1);
    --card-rotation-offset: -15deg;
    --card-translateY-offset: 0%;
    z-index: 30;
    --current-card-rotation-offset: 0;
  }
  .org_bg .card.next--card {
    --card-translateX-offset: calc(var(--card-width) * 1.1);
    --card-rotation-offset: 15deg;
    --card-translateY-offset: 0%;
    z-index: 20;
    --current-card-rotation-offset: 0;
  }
  .org_bg .card.previous--card,
.org_bg .card.next--card {
    --card-scale-offset: 0.9;
    --opacity: 0.6;
    filter: blur(0.2px);
    -webkit-filter: blur(0.2px);
  }
  .org_bg .cards__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
  }
  .org_bg .price_container {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 30px;
  }
  .org_bg .price_container .price_header {
    text-align: left;
  }
  .org_bg .price_container .price_header .pack_name {
    font-size: 15px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #f34637;
    width: fit-content;
  }
  .org_bg .price_container .price_header .price_yr {
    font-size: 20px;
  }
  .org_bg .price_container .price_header .price_yr span {
    font-size: 12px;
    color: #555;
  }
  .org_bg .price_container .price_header .price_mnth {
    font-size: 12px;
  }
  .org_bg .price_container .price_header .price_mnth span {
    font-size: 10px;
    color: #555;
  }
  .org_bg .price_container .included {
    padding: 0px;
    font-size: 9px;
  }
  .org_bg .price_container .included li {
    white-space: nowrap;
    padding: 0px;
  }
  .org_bg .price_container .included li i {
    color: #f34637;
  }
}
.wrapper {
  width: 100%;
  height: 100%;
}

.err_banner {
  background-color: #f34637;
}

.info_banner {
  background-color: #03a9f4;
}

.announce {
  position: absolute;
  top: 5px;
  max-width: 37%;
  max-height: 80px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  overflow: auto;
  z-index: 550;
  padding: 5px 10px;
  border-radius: 7px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.announce .announce_msg {
  font-size: 16px;
  color: #fff;
  text-align: left;
  width: 98%;
}
.announce .announce_msg a {
  color: #fff;
}
.announce .announce_msg .close_announce {
  margin-left: 10px;
  font-size: 14px;
  position: absolute;
  top: 7px;
  right: 8px;
  cursor: pointer;
}

.navbar {
  background: hsla(227, 27%, calc(24% + calc(0 * 1%)), calc(1 + 0));
  width: 100%;
  height: 48px;
  padding: 0 25px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.navbar .navbar_left {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 40px;
}
.navbar .navbar_left .app_logo {
  visibility: hidden;
  content: url("images/me-mini-logo.png");
  position: absolute;
  left: 10px;
  top: 8px;
  padding: 2px;
  min-width: 35px;
  max-height: 35px;
  cursor: pointer;
}
.navbar .navbar_left .app_logo:hover {
  border-radius: 5px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.navbar .navbar_right {
  display: flex;
  margin-right: 10px;
  position: absolute;
  top: 12px;
  right: 5px;
}
.navbar .navbar_right #licToUpload {
  position: absolute;
  left: -9999px;
  display: none;
}
.navbar .navbar_right #usermail {
  position: relative;
  bottom: 2px;
  right: 100px;
  color: #fff;
  cursor: pointer;
}
.navbar .navbar_right #usermail .fa-angle-down {
  visibility: hidden;
}
.navbar .navbar_right #usermail:hover .fa-angle-down {
  visibility: visible;
}
.navbar .navbar_right #usermail .dropdown_actions {
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
  top: 2px;
  right: 15px;
}
.navbar .navbar_right #usermail .dropdown_actions .selected_cluster {
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  display: inline-flex;
}
.navbar .navbar_right #usermail .dropdown_actions .selected_cluster .sel_cul_name {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.navbar .navbar_right #usermail .dropdown_actions .selected_cluster .sel_cul_ico {
  transition: 1s ease-out;
}
.navbar .navbar_right #usermail .dropdown_actions .selected_cluster .clust_ico {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.navbar .navbar_right #usermail .dropdown_actions .selected_cluster .windows {
  background-image: url("images/windows.png");
}
.navbar .navbar_right #usermail .dropdown_actions .selected_cluster .linux {
  background-image: url("images/linux.png");
}
.navbar .navbar_right #usermail .dropdown_actions .selected_cluster .cloud_clust {
  background-image: url("images/cloud_cluster.png");
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  max-height: 300px;
  width: 200px;
  max-width: 200px;
  overflow: auto;
  top: 30px;
  left: -80px;
  background-color: #ffffff;
  right: 0px;
  margin: 0 auto;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  z-index: 10000;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content ::-webkit-scrollbar {
  height: 0px !important;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content ::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .active_clust {
  background-color: #d9e6f1;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele {
  color: black;
  text-decoration: none;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele .checks {
  padding: 12px 16px;
  position: relative;
  display: inline-flex;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele .checks .clust_name {
  max-width: 100px;
  overflow: hidden;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele .checks .badge {
  text-align: start;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele .checks .badge .type_badge {
  display: inline;
  font-size: 7px;
  color: #ced4da;
  border: 1px solid #ced4da;
  padding: 2px;
  width: fit-content;
  border-radius: 5px;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele .clust_actions {
  padding: 14px 16px;
  position: absolute;
  right: 0;
  font-size: 11px;
  float: right;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele .clust_actions .fa-edit {
  color: #f5ce21;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele .clust_actions .fa-times-circle {
  color: #df1010;
}
.navbar .navbar_right #usermail .dropdown_actions .dropdown-content .clust_ele .clust_actions i {
  margin-right: 2px;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked {
  display: block;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .sel_cul_ico {
  transition: 1s ease-out;
  display: none !important;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .clust_ele {
  display: flex;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .clust_ele .clust_ico {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .clust_ele .windows {
  background-image: url("images/windows.png");
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .clust_ele .linux {
  background-image: url("images/linux.png");
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .clust_ele .cloud_clust {
  background-image: url("images/cloud_cluster.png");
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .clust_ele:hover {
  background-color: #ededed;
  color: #555;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .clust_ele:hover .type_badge {
  color: #555;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .checks {
  display: inline;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .checks .badge {
  display: block;
}
.navbar .navbar_right #usermail .dropdown_actions .clicked .clust_actions {
  display: inline;
}
.navbar .navbar_right .cluster_add {
  margin-right: 5px;
  position: relative;
  bottom: 3px;
  right: 90px;
  cursor: pointer;
  padding: 8px 10px;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 19px;
  background-color: #0b73eb;
}
.navbar .navbar_right .cluster_add .plus_ico {
  content: url("images/plus-ico.png");
  width: 12px;
  height: 12px;
}
.navbar .navbar_right .cluster_add:hover {
  background-color: #0052b7;
}
.navbar .navbar_right .trial_noti {
  position: relative;
  bottom: 3px;
  right: 130px;
  height: fit-content;
  text-align: center;
  border: 1px solid white;
  background-color: #0b73eb;
  border-radius: 10px;
  padding: 2px 10px;
}
.navbar .navbar_right .trial_noti .name {
  color: #fff;
  font-size: 15px;
}
.navbar .navbar_right .trial_noti .links {
  color: #555;
}
.navbar .navbar_right .trial_noti .links a {
  color: #555;
  text-decoration: none !important;
}
.navbar .navbar_right .notif_ico {
  font-size: 16px;
  position: relative;
  right: 30px;
  top: -2px;
  cursor: pointer;
  color: #555;
}
.navbar .navbar_right .notif_ico .bell_no_noti {
  filter: invert(100%);
}
.navbar .navbar_right .notif_ico:hover {
  color: #1e831e !important;
}
@keyframes ring {
  10% {
    transform: rotate(15deg);
  }
  18% {
    transform: rotate(-30deg);
  }
  30% {
    transform: rotate(30deg);
  }
  40% {
    transform: rotate(0);
  }
}
@keyframes clap {
  10% {
    transform: translateX(15%);
  }
  18% {
    transform: translateX(-20%);
  }
  25% {
    transform: translateX(20%);
  }
  35% {
    transform: translateX(-20%);
  }
  43% {
    transform: translateX(0);
  }
}
@keyframes rip {
  0% {
    opacity: 1;
    transform: scale(0, 0);
  }
  10% {
    opacity: 1;
    transform: scale(0, 0);
  }
  50% {
    opacity: 0;
    transform: scale(4, 4);
  }
  100% {
    opacity: 0;
    transform: scale(4, 4);
  }
}
.navbar .navbar_right .notif_ico svg {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  overflow: visible;
}
.navbar .navbar_right .notif_ico svg .bell g {
  animation: ring 3s ease-in-out 1s;
  transform-origin: center top;
}
.navbar .navbar_right .notif_ico svg .bell path {
  fill: #fff;
  transform-origin: center top;
}
.navbar .navbar_right .notif_ico svg .bell path.clapper {
  animation: clap 3s ease-in-out 1s;
}
.navbar .navbar_right .notif_ico svg .bell circle {
  fill: #208ef5;
  stroke-width: 0.5px;
  stroke: #eeefff;
  display: block;
}
.navbar .navbar_right .notif_ico svg .bell circle:not(.badge) {
  opacity: 0;
  fill: none;
  stroke-width: 1px;
  stroke: #20a3f5;
  transform-origin: 68.75% 18.75%;
  animation: rip 3s 1s;
}
.navbar .navbar_right .notif_ico .nct {
  position: relative;
  bottom: 12px;
  right: 12px;
  padding: 1em 1.5em;
  font-size: 10px;
  border-radius: 100%;
  background-color: #269bff;
  color: #fff;
}
.navbar .navbar_right .noti_container {
  display: none;
  position: absolute;
  top: 30px;
  right: 45px;
  background-color: #fff;
  width: 700px;
  z-index: 500;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0.3em;
  transition: all 0.5s ease-in-out;
}
.navbar .navbar_right .noti_container h4 {
  color: #555;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding: 15px 26px 11px;
  background-color: #f7f7f7;
  margin-bottom: 0;
}
.navbar .navbar_right .noti_container h4 .noti_act {
  float: right;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  color: #555;
}
.navbar .navbar_right .noti_container h4 .noti_act .mark_read {
  margin-right: 10px;
}
.navbar .navbar_right .noti_container h4 .noti_act .clear_noti {
  position: relative;
  margin-left: 10px;
  top: 0.3px;
}
.navbar .navbar_right .noti_container h4 .nct {
  position: relative;
  bottom: 2px;
  left: 5px;
  padding: 0.4em 0.5em;
  min-width: 10px;
  min-height: 10px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #269bff;
  color: #fff;
}
.navbar .navbar_right .noti_container .noti_contents {
  max-height: 300px;
  overflow-y: auto;
}
.navbar .navbar_right .noti_container .noti_contents .msg_header {
  width: 33.3%;
  text-align: center;
}
.navbar .navbar_right .noti_container .noti_contents .msg_val {
  width: 100%;
  font-size: 16px;
  padding: 10px 31px 9px;
  position: relative;
  font-weight: 400;
  color: #555;
  display: flex;
}
.navbar .navbar_right .noti_container .noti_contents .msg_val:hover {
  cursor: pointer;
  color: #269bff;
  background-color: #f7f7f7;
}
.navbar .navbar_right .noti_container .noti_contents .msg_val .msg_indi {
  width: 2%;
  position: relative;
  top: 2px;
  right: 18px;
  height: 5px;
  padding: 4px 8px;
  font-size: 8px;
}
.navbar .navbar_right .noti_container .noti_contents .msg_val .msg_txt {
  width: 83%;
}
.navbar .navbar_right .noti_container .noti_contents .msg_val .msg_time {
  width: 15%;
}
.navbar .navbar_right .noti_container .noti_contents .error {
  display: none;
  text-align: center;
  font-size: 16px;
  padding: 15px 106px 10px;
  position: relative;
  font-weight: 400;
  color: #555;
  float: left;
}
.navbar .navbar_right .noti_container .noti_contents li span {
  font-size: 16px;
  padding: 10px 56.8px 10px;
  position: relative;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  color: #555;
  float: left;
  text-decoration: none;
  max-height: 300px;
  list-style: none;
  cursor: pointer;
}
.navbar .navbar_right .noti_container .noti_contents li span:hover {
  color: #269bff;
  background-color: #f7f7f7;
}
.navbar .navbar_right .noti_container .noti_contents .all_val {
  color: #269bff;
  border-bottom: 2px solid #269bff;
}
.navbar .navbar_right .atag {
  color: #7f8db0 !important;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.navbar .navbar_right span {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.navbar .navbar_right a:hover {
  color: #1e831e !important;
  cursor: pointer;
}

.navbar .navbar_right img {
  width: 35px;
}

.navbar .navbar_right .icon_wrap {
  cursor: pointer;
  font-size: 28px;
  color: #fff;
}

.navbar .navbar_right .notifications {
  margin-right: 25px;
}

.navbar .navbar_right .notifications .icon_wrap {
  font-size: 28px;
}

.navbar .navbar_right .profile {
  position: relative;
  bottom: 3px;
}

.navbar .profile_dd {
  position: fixed;
  top: 48px;
  right: 0;
  bottom: 0;
  right: -450px;
  width: 450px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #fff;
  color: #555;
  border: 1px solid #c7d8e2;
  width: 450px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 3px;
  z-index: 4;
}
.navbar .profile_dd span,
.navbar .profile_dd a {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.navbar .profile_dd .top {
  display: flex;
  background: #f6f8fb;
  position: relative;
}
.navbar .profile_dd .top #details-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 11px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 74px;
  margin: 30px 18px 7px;
  background: #1e831e !important;
}
.navbar .profile_dd .top .top_right {
  padding: 30px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.navbar .profile_dd .top .top_right #details-uname {
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 17px;
}
.navbar .profile_dd .top .top_right #details-email {
  font-size: 15px;
}
.navbar .profile_dd .top .top_right #details-uname,
.navbar .profile_dd .top .top_right #details-email {
  padding-bottom: 5px;
}
.navbar .profile_dd .top .top_right #details-plan {
  background-color: #f2aa1e;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 4px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}
.navbar .profile_dd .top .top_right #details-admin,
.navbar .profile_dd .top .top_right #details-mobile,
.navbar .profile_dd .top .top_right #details-addmobile {
  font-size: 12px;
  padding-bottom: 5px;
}
.navbar .profile_dd .top .top_right #details-admin .far,
.navbar .profile_dd .top .top_right #details-mobile .far,
.navbar .profile_dd .top .top_right #details-addmobile .far {
  padding-left: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #3291df;
}
.navbar .profile_dd .top .top_right #details-addmobile {
  cursor: pointer;
}
.navbar .profile_dd .top .top_right #details-addmobile:hover {
  color: #1e831e;
}
.navbar .profile_dd .top .top_right #details-entermobile {
  width: 185px;
  align-self: center;
  margin-right: 22%;
  display: none;
}
.navbar .profile_dd .top .top_right #details-entermobile .fas {
  padding-left: 10px;
  line-height: 30px;
  cursor: pointer;
}
.navbar .profile_dd .top .top_right #details-entermobile #check {
  color: #1e831e !important;
}
.navbar .profile_dd .top .top_right #details-entermobile #no {
  color: rgba(212, 16, 16, 0.87) !important;
}
.navbar .profile_dd .top .acct_actions {
  display: inherit;
}
.navbar .profile_dd .top .acct_actions a {
  font-size: 13px;
}
.navbar .profile_dd .top .acct_actions .space {
  padding: 0 4px 0 4px;
  color: #7f8db0;
}
.navbar .profile_dd .middle .clientC_Container h6 {
  color: #555;
  border-bottom: 1px solid #DDD;
  border-bottom-style: dashed;
  padding: 20px 0 10px 10px;
  margin-top: 20px;
}
.navbar .profile_dd .middle .clientC_Container #need_help {
  position: absolute;
  left: 20px;
}
.navbar .profile_dd .middle .clientC_Container #need_help span {
  position: relative;
  top: 10px;
  margin-right: 10px;
  cursor: pointer;
  padding: 10px;
}
.navbar .profile_dd .middle .clientC_Container #need_help span:hover {
  background-color: #f6f8fb;
  border-radius: 5px;
}
.navbar .profile_dd .middle .clientC_Container #need_help span a {
  color: #555;
  text-decoration: none;
}
.navbar .profile_dd .middle .clientC_Container #need_help span a:hover {
  text-decoration: none;
  color: #555 !important;
}
.navbar .profile_dd .middle .clientC_Container #need_help .row2 {
  position: relative;
  top: 30px;
}
.navbar .profile_dd .middle .clientC_Container #need_help .far,
.navbar .profile_dd .middle .clientC_Container #need_help .fas {
  margin-left: 5px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
.navbar .profile_dd .middle .clientC_Container #details-clientc {
  position: relative;
  font-size: 15px;
  bottom: 3px;
  top: 10px;
  left: 20px;
}
.navbar .profile_dd .middle .clientC_Container #details-clientc .custom-lic-upload {
  cursor: pointer;
  padding: 8px;
}
.navbar .profile_dd .middle .clientC_Container #details-clientc .custom-lic-upload:hover {
  background-color: #f6f8fb;
  border-radius: 5px;
}
.navbar .profile_dd .middle .clientC_Container #details-clientc span {
  margin-right: 10px;
  cursor: pointer;
  padding: 10px;
}
.navbar .profile_dd .middle .clientC_Container #details-clientc span:hover {
  background-color: #f6f8fb;
  border-radius: 5px;
}
.navbar .profile_dd .middle .clientC_Container #details-clientc .far,
.navbar .profile_dd .middle .clientC_Container #details-clientc .fas {
  margin-left: 5px;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.navbar .active .profile_dd {
  right: 0;
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.125), -10px -10px 35px rgba(0, 0, 0, 0.125);
}

.navbar .navbar_right .profile .icon_wrap {
  display: flex;
  align-items: center;
}

.navbar .navbar_right .profile .name {
  display: inline-block;
  margin: 0 10px;
}

.navbar .navbar_right .icon_wrap:hover,
.navbar .navbar_right .profile.active .icon_wrap,
.navbar .navbar_right .notifications.active .icon_wrap {
  color: #fff;
}

.navbar .profile_dd .atag {
  display: block;
  font-size: 14px;
  position: relative;
}
.navbar .profile_dd .atag .picon {
  display: inline-block;
  width: 30px;
}

.navbar .profile_dd a:hover {
  color: #1e831e;
  text-decoration: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar .profile_dd ul li.profile_li .atag:hover {
  background: transparent;
  cursor: default;
  color: #7f8db0;
}

.navbar .profile_dd ul li .btn {
  height: 32px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  background: #1e831e;
  width: 125px;
  margin: 5px auto 15px;
}

.navbar .profile_dd ul li .btn:hover {
  background: #1e831e;
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.popup .shadow {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.popup .inner_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.clientCred {
  margin: 15% 30% 30% 30%;
  background-color: white;
  width: 50%;
  border-radius: 5px;
  padding: 20px 10px 20px 120px;
  overflow: hidden;
  overflow-x: scroll;
}
.clientCred .copyTxt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: -14px;
  left: 79%;
  content: "";
  font-size: 20px;
  color: #007bff;
  cursor: pointer;
  text-align: center;
}
.clientCred label {
  font-size: 15px;
  font-weight: bolder;
}
.clientCred .closeCC {
  text-align: center;
  position: relative;
  float: right;
  font-size: 22px;
  color: #adb5bd;
  cursor: pointer;
  line-height: 17px;
  left: 3px;
  top: -15px;
}
.clientCred .closeCC:hover {
  color: rgba(212, 16, 16, 0.87);
}
.clientCred .clientId,
.clientCred .clientSecret {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.clientCred .clientId .id,
.clientCred .clientSecret .id {
  padding: 10px;
  width: 80%;
  overflow: hidden;
  overflow-x: scroll;
}
.clientCred .clientId .secret,
.clientCred .clientSecret .secret {
  padding: 10px;
  width: 80%;
  overflow: hidden;
  overflow-x: scroll;
}

.switch_DHCP {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch_DHCP:hover {
  width: 160px;
}
.switch_DHCP:hover .slide_text_DHCP {
  position: relative;
  top: 7px;
  padding: 13px;
  color: #fff;
  opacity: 1;
}
.switch_DHCP:hover input:checked + .slider_DHCP:before {
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}

/* Hide default HTML checkbox */
.switch_DHCP input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider_DHCP */
.slider_DHCP {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aab3c2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider_DHCP .slide_text_DHCP {
  opacity: 0;
}

.switch_DHCP_cloud {
  position: relative;
  display: inline-block;
  width: fit-content;
  height: fit-content;
}
.switch_DHCP_cloud .slider_DHCP_cloud {
  position: relative;
  cursor: pointer;
  top: 7px;
  padding: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}
.switch_DHCP_cloud .slider_DHCP_cloud .slide_text_DHCP {
  position: relative;
  margin: 0 2px;
  text-align: center;
  width: fit-content;
  padding: 7px;
  background-color: #1d90f4;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}
.switch_DHCP_cloud .slider_DHCP_cloud .slide_text_DHCP .fab {
  position: relative;
  padding: 2px;
  margin: 0 2px;
  top: 1px;
}

.slider_DHCP:before {
  z-index: 10;
  position: absolute;
  content: "DHCPv4";
  text-align: center;
  width: 80px;
  height: 26px;
  padding: 3px;
  left: 5px;
  bottom: 4px;
  background-color: #1d90f4;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider_DHCP.v6::before {
  content: "DHCPv6" !important;
}

input:checked + .slider_DHCP {
  background-color: #aab3c2;
}

input:focus + .slider_DHCP {
  box-shadow: 0 0 1px #aab3c2;
}

/* Rounded slider */
.slider_DHCP.round {
  border-radius: 34px;
}

.slider_DHCP.round:before {
  border-radius: 30px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.latest_report_container {
  margin: 30px 20px 0;
  background-color: #fff;
  max-width: 97%;
  padding: 20px 10px;
  box-shadow: 0 2px 6px rgba(211, 215, 221, 0.2);
}
.latest_report_container .history-scroll {
  margin: 0px 5px;
  max-height: 430px;
  overflow: auto;
}
.latest_report_container .history-scroll table thead th {
  position: sticky;
  z-index: 10;
  top: -2px;
}
.latest_report_container .records-table {
  margin: 0px 5px;
}
.latest_report_container .records-table td {
  text-align: left;
}
.latest_report_container .records-table .fa-exclamation-triangle {
  color: #ffa500;
}
.latest_report_container h2 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #DDD;
  text-align: left;
}
.latest_report_container:hover {
  box-shadow: 0 5px 30px rgba(211, 215, 221, 0.4);
}

.location_stats_container,
.location_stats_container2 {
  margin: 30px 0 20px 20px !important;
  background-color: #fff;
  max-width: 47%;
  height: 493px;
  overflow: auto;
  padding: 20px 15px;
  box-shadow: 0 2px 6px rgba(211, 215, 221, 0.2);
}
.location_stats_container .map-table,
.location_stats_container2 .map-table {
  margin: 0;
}
.location_stats_container .map-table td,
.location_stats_container2 .map-table td {
  text-align: left;
}
.location_stats_container h2,
.location_stats_container2 h2 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DDD;
  text-align: left;
}
.location_stats_container:hover,
.location_stats_container2:hover {
  box-shadow: 0 5px 30px rgba(211, 215, 221, 0.4);
}

.location_stats_container2 {
  max-width: 48%;
}

.latest_report_graph,
.avg_report_graph {
  margin: 30px 0px 10px 5px;
  padding: 20px 0px 30px 0px;
  max-width: 48%;
  background-color: #fff;
  height: 493px;
  box-shadow: 0 2px 6px rgba(211, 215, 221, 0.2);
}
.latest_report_graph h2,
.avg_report_graph h2 {
  margin-left: 23px;
  margin-right: 23px;
  font-size: 18px;
  font-weight: 300;
  color: #555;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DDD;
  text-align: left;
}
.latest_report_graph #chart-container,
.avg_report_graph #chart-container {
  height: 420px;
  width: 99.8%;
  margin: 0;
  padding: 0;
}
.latest_report_graph:hover,
.avg_report_graph:hover {
  box-shadow: 0 5px 30px rgba(211, 215, 221, 0.4);
}

.avg_report_graph {
  max-width: 48.5%;
  position: relative;
  right: 0;
  margin: 31px 0 20px 20px !important;
}
.avg_report_graph #chart-container {
  width: 100%;
}

.toggle_report_graph {
  margin: 0 2px 20px 5px;
  width: 99%;
  box-shadow: 0 2px 6px rgba(211, 215, 221, 0.2);
}
.toggle_report_graph h2 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin: 30px;
  border-bottom: 1px dashed #DDD;
  text-align: left;
}
.toggle_report_graph .qselecter {
  display: flex;
  position: absolute;
  right: 30px;
  top: 15px;
}
.toggle_report_graph .overview2 {
  margin-left: 1px;
}
.toggle_report_graph:hover {
  box-shadow: 0 5px 30px rgba(211, 215, 221, 0.4);
}

.spinner_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100001;
  background-color: rgba(255, 255, 255, 0.8);
}
.spinner_container .loader {
  position: absolute;
  top: calc(40% - 32px);
  left: calc(50% - 32px);
  width: 164px;
  height: 164px;
  border-radius: 50%;
  perspective: 800px;
  z-index: 2000;
}
.spinner_container .loader .img_load {
  background-image: url("images/loading.svg");
  background-size: cover;
  width: 120px;
  height: 120px;
  position: relative;
  left: 12px;
  top: 30px;
}
.spinner_container h2 {
  color: #555;
  font-size: 13px;
  z-index: 2;
  position: absolute;
  bottom: -42px;
  animation: text 4s ease infinite;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  left: 39px;
}

.analytics_spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4000;
  background-color: rgba(255, 255, 255, 0.8);
}
.analytics_spinner .loader_container {
  position: absolute;
  top: calc(40% - 32px);
  left: calc(50% - 32px);
}
.analytics_spinner .loader_container .loader {
  width: 125px;
  height: 150px;
}
.analytics_spinner .loader_container .loader__bar {
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 40%;
  background: #f2aa1e;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.analytics_spinner .loader_container .loader_xaxis {
  width: 5px;
  height: 80px;
  background: #f2aa1e;
  position: absolute;
  border-radius: 5px;
  margin-right: 4px;
  top: 80px;
  right: 129px;
}
.analytics_spinner .loader_container .loader_yaxis {
  width: 117px;
  height: 5px;
  background: #f2aa1e;
  position: absolute;
  border-radius: 5px;
  bottom: -10px;
  left: -13px;
}
.analytics_spinner .loader_container h2 {
  color: #555;
  font-size: 13px;
  z-index: 2;
  position: relative;
  left: -16px;
  top: 40px;
  animation: text 4s ease infinite;
  text-align: center;
  white-space: nowrap;
}
.analytics_spinner .loader_container .loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 1s infinite;
  animation: barUp1 1s infinite;
}
.analytics_spinner .loader_container .loader__bar:nth-child(2) {
  left: 18px;
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 2s infinite;
  animation: barUp2 2s infinite;
}
.analytics_spinner .loader_container .loader__bar:nth-child(3) {
  left: 35px;
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 1s infinite;
  animation: barUp3 1s infinite;
}
.analytics_spinner .loader_container .loader__bar:nth-child(4) {
  left: 55px;
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 2s infinite;
  animation: barUp4 2s infinite;
}
.analytics_spinner .loader_container .loader__bar:nth-child(5) {
  left: 74px;
  transform: scale(1, 1);
  -webkit-animation: barUp5 1s infinite;
  animation: barUp5 s infinite;
}
@-webkit-keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 0.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 0.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.3);
  }
  40% {
    transform: scale(1, 0.5);
  }
  50% {
    transform: scale(1, 0.7);
  }
  100% {
    transform: scale(1, 0.3);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* Saving spinner */
.spinner-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100002;
  background-color: rgba(175, 174, 174, 0.5);
}
.spinner-box .pulse-container {
  position: absolute;
  top: calc(55% - 32px);
  left: calc(50% - 32px);
  display: flex;
}
.spinner-box .pulse-bubble {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #555;
}
.spinner-box .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.spinner-box .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.spinner-box .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}
.spinner-box .pulse-bubble-4 {
  animation: pulse 0.4s ease 0.6s infinite alternate;
}
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}

.app_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app_loader .logo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 250px;
  height: 250px;
  content: url("images/manageengine-logo1.svg");
}
.app_loader .sublogo {
  position: absolute;
  margin: auto;
  margin: auto;
  right: 31px;
  top: 72px;
  bottom: 0;
  width: 214px;
  height: 200px;
  text-align: center;
  content: url("images/ddi.svg");
  opacity: 0;
  -webkit-animation: fade-scale-02 1s ease-in, flash 4s infinite;
  animation: fade-scale-02 1s ease-in, flash 4s infinite;
  animation-delay: 0s, 2s;
  animation-fill-mode: forwards;
}

@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
.sublogo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: calc(50% - 104px);
  text-align: center;
  width: 250px;
  height: 250px;
  content: url("images/ddi.svg");
  opacity: 0;
  -webkit-animation: fade-scale-02 1s ease-in, flash 4s infinite;
  animation: fade-scale-02 1s ease-in, flash 4s infinite;
  animation-delay: 0s, 2s;
  animation-fill-mode: forwards;
}

.pageTipsContainer {
  background-color: white;
  padding: 10px;
  z-index: 1000;
  position: absolute;
  top: 47px;
  right: -400px;
  width: 400px;
  height: 100%;
  overflow: hidden;
  box-shadow: -3px 0 4px 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.pageTipsContainer .tip_header {
  padding: 10px 5px;
  display: flex;
  border-bottom: 1px solid #d7d7d7;
}
.pageTipsContainer .tip_header .fa-info-circle {
  color: #FFD15C;
  font-size: 30px;
  cursor: pointer;
}
.pageTipsContainer .tip_header .closeTip {
  cursor: pointer;
  font-size: 21px;
  position: absolute;
  right: 8px;
  color: #555;
}
.pageTipsContainer .tip_header .closeTip:hover {
  color: #df1010;
}
.pageTipsContainer .tip_header h2 {
  padding-left: 10px;
  font-weight: 500;
  color: #555;
}
.pageTipsContainer .tip_body {
  position: absolute;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 120px;
}
.pageTipsContainer .tip_body .guide_link {
  cursor: pointer;
}
.pageTipsContainer li {
  padding: 15px 10px;
  border-radius: 5px;
  background-color: #fff;
  border-bottom: 1px solid #ecf0f3;
}
.pageTipsContainer li h4 {
  font-weight: 500;
  color: #246298;
  font-size: 15px;
}
.pageTipsContainer li p {
  margin-top: 7px;
  color: #313638;
}
.pageTipsContainer li .inside_bullet {
  padding-left: 15px;
}
.pageTipsContainer li .inside_bullet::before {
  content: "•";
  padding-right: 5px;
  color: black;
  font-size: 16px;
}
.pageTipsContainer li .bullet::before {
  content: "•";
  padding-right: 5px;
  color: black;
  font-size: 16px;
}
.pageTipsContainer li:hover {
  background-color: #e4f1f5;
  border-radius: 1px;
  border-color: #c0dcef;
}

.intro_container {
  background-color: #f7f7f7;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900;
}
.intro_container .signout {
  cursor: pointer;
  float: right;
  position: relative;
  right: 100px;
  top: 12px;
  font-size: 18px;
}
.intro_container .signout:hover {
  color: #5fb157;
}
.intro_container .intro_box {
  min-width: 1200px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  right: calc(20% - 50px);
  width: 60%;
  height: 100%;
}
.intro_container .intro_box h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 30px;
}
.intro_container .intro_box .intro_box_contents {
  overflow: auto;
  max-height: 100%;
  padding-bottom: 70px;
}
.intro_container .intro_box .intro_box_contents .even {
  background-color: #f1f8ff !important;
}
.intro_container .intro_box .intro_box_contents .even .li_no {
  background-color: #39f !important;
}
.intro_container .intro_box .intro_box_contents .even .intro_btn {
  border-color: #39f !important;
  color: #39f !important;
}
.intro_container .intro_box .intro_box_contents .even .intro_btn:hover {
  background-color: #39f !important;
  color: #fff !important;
}
.intro_container .intro_box .intro_box_contents .even .intro_btn_trial {
  margin-left: 20px;
  border-color: #ff9800 !important;
  color: #ff9800 !important;
}
.intro_container .intro_box .intro_box_contents .even .intro_btn_trial:hover {
  background-color: #ff9800 !important;
  color: #fff !important;
}
.intro_container .intro_box .intro_box_contents .lft_contents {
  position: relative;
  padding: 40px 40px 40px 110px;
}
.intro_container .intro_box .intro_box_contents .lft_contents .dropdown_actions {
  white-space: nowrap;
  width: 100px;
  margin-top: 30px;
}
.intro_container .intro_box .intro_box_contents .lft_contents .dropdown_actions .dropdown {
  background-color: #fff !important;
  border-color: #5fb157 !important;
  color: #5fb157 !important;
}
.intro_container .intro_box .intro_box_contents .lft_contents .dropdown_actions .dropdown:hover {
  background-color: #5fb157 !important;
  color: #fff !important;
}
.intro_container .intro_box .intro_box_contents .lft_contents .dropdown_actions .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.intro_container .intro_box .intro_box_contents .lft_contents .dropdown_actions:hover .dropdown-content {
  display: block;
}
.intro_container .intro_box .intro_box_contents .lft_contents .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.intro_container .intro_box .intro_box_contents .lft_contents .dropdown_actions .dropdown-content a {
  color: black;
  padding: 7px 12px;
  text-decoration: none;
  display: block;
}
.intro_container .intro_box .intro_box_contents .lft_contents .dropdown_actions .dropdown-content a:hover {
  background-color: #5fb157;
  color: #fff;
}
.intro_container .intro_box .intro_box_contents .lft_contents .li_no {
  position: absolute;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  border-radius: 100%;
  line-height: 45px;
  left: 40px;
  background-color: #5fb157;
}
.intro_container .intro_box .intro_box_contents .lft_contents h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}
.intro_container .intro_box .intro_box_contents .lft_contents p {
  font-size: 14px;
  line-height: 20px;
}
.intro_container .intro_box .intro_box_contents .lft_contents .intro_btn,
.intro_container .intro_box .intro_box_contents .lft_contents .intro_btn_trial {
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 4px 6px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  margin-top: 30px;
  background-color: #fff;
  border-color: #5fb157;
  color: #5fb157;
}
.intro_container .intro_box .intro_box_contents .lft_contents .intro_btn i,
.intro_container .intro_box .intro_box_contents .lft_contents .intro_btn_trial i {
  position: relative;
  left: 10px;
}
.intro_container .intro_box .intro_box_contents .lft_contents .intro_btn:hover,
.intro_container .intro_box .intro_box_contents .lft_contents .intro_btn_trial:hover {
  background-color: #5fb157;
  color: #fff;
}
.intro_container .intro_box .intro_box_contents .rgt_contents {
  justify-content: center;
}
.intro_container .intro_box .intro_box_contents .rgt_contents .intro_img {
  height: 150px;
  width: 150px;
  position: relative;
  left: calc(40% - 100px);
  top: 45px;
}
.intro_container .intro_box .intro_box_contents .rgt_contents #plan {
  background-image: url("images/subs_ico/plan.png");
  background-size: cover;
}
.intro_container .intro_box .intro_box_contents .rgt_contents #dns {
  background-image: url("images/dns.png");
  background-size: cover;
}
.intro_container .intro_box .intro_box_contents .rgt_contents #moni {
  background-image: url("images/moni.png");
  background-size: cover;
}
.intro_container .intro_box .intro_box_contents .rgt_contents #fil {
  background-image: url("images/fil.png");
  background-size: cover;
}
.intro_container .intro_box .intro_box_contents .rgt_contents #cg {
  background-image: url("images/cg.png");
  background-size: cover;
}
.intro_container .intro_box .intro_box_contents .rgt_contents #migration {
  background-image: url("images/migration.png");
  background-size: cover;
}

.TrialInfo {
  display: inline-block;
  align-content: center;
  position: relative;
  top: 7%;
}
.TrialInfo .img {
  width: 280px;
  height: 243px;
  background-image: url("images/subscription.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.TrialInfo .msg {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #555;
  text-align: center;
}

div .expriy {
  margin-top: 10px;
}

.sub-innercontain {
  left: 0px !important;
}
.sub-innercontain .sub_container {
  position: relative;
  top: 3%;
  bottom: 2%;
  width: 98%;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 20px 30px;
  margin: 0 auto;
  align-items: center;
  height: 95%;
}
.sub-innercontain .sub_container .dropdown_actions {
  position: relative;
  top: calc(99% - 45px);
  left: 10%;
  margin-right: 10px;
  white-space: nowrap;
}
.sub-innercontain .sub_container .dropdown_actions:hover .dropdown-content {
  display: block;
}
.sub-innercontain .sub_container .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  max-height: 200px;
  top: 0px;
  left: 15px;
  overflow-y: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.sub-innercontain .sub_container .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.sub-innercontain .sub_container .dropdown_actions .dropdown-content .checks a:hover {
  background-color: #04b596;
  color: #fff;
}
.sub-innercontain .sub_container .sub_header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}
.sub-innercontain .sub_container .sub_header .sub_logo {
  width: 110px;
  height: 95px;
  background-image: url("images/subscription.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_header .sub_info {
  position: relative;
  left: 20px;
  top: 25px;
}
.sub-innercontain .sub_container .sub_header .sub_info .pname_container {
  text-align: left;
}
.sub-innercontain .sub_container .sub_header .sub_info .pname_container .planname {
  display: inline-block;
  background-color: #f2aa1e;
  color: #FFF;
  padding: 4px 10px;
  border-radius: 4px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 15px;
  white-space: nowrap;
}
.sub-innercontain .sub_container .sub_header .sub_info .pname_container .plan_freq {
  display: inline-block;
  position: relative;
  bottom: 12px;
  font-size: 9px;
  font-weight: 600;
  right: 10px;
  color: #fff;
  padding: 4px;
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #4190f2;
  width: fit-content;
}
.sub-innercontain .sub_container .sub_header .sub_info .due {
  color: #555;
  font-size: 13px;
}
.sub-innercontain .sub_container .sub_header .sub_info .due #date {
  color: #fe7b00;
  font-weight: 600;
}
.sub-innercontain .sub_container .sub_li {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.sub-innercontain .sub_container .sub_li .base_li,
.sub-innercontain .sub_container .sub_li .addon_li {
  width: 90%;
  padding: 20px;
  position: relative;
}
.sub-innercontain .sub_container .sub_li .base_li .buybtn,
.sub-innercontain .sub_container .sub_li .addon_li .buybtn {
  position: relative;
  bottom: 10px;
  float: right;
}
.sub-innercontain .sub_container .sub_li .base_li .buybtn:hover,
.sub-innercontain .sub_container .sub_li .addon_li .buybtn:hover {
  box-shadow: none;
  border: none;
  background: none;
}
.sub-innercontain .sub_container .sub_li .base_li li,
.sub-innercontain .sub_container .sub_li .addon_li li {
  padding: 5px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.sub-innercontain .sub_container .sub_li .base_li li:hover,
.sub-innercontain .sub_container .sub_li .addon_li li:hover {
  box-shadow: 0 0 6px 9px rgba(95, 180, 249, 0.07);
  border-color: #b9e0ff;
  background-color: rgba(95, 180, 249, 0.07);
  border-radius: 8px;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico {
  font-size: 35px;
  width: 10%;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico .sub_dnsservers_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico .sub_dnsservers_ico {
  width: 60px;
  height: 60px;
  background-image: url("images/server-sub.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico .sub_zones_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico .sub_zones_ico {
  width: 60px;
  height: 60px;
  background-image: url("images/domain-sub.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico .sub_dhcpservers_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico .sub_dhcpservers_ico {
  width: 60px;
  height: 60px;
  background-image: url("images/dhcp-sub.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico .sub_subnets_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico .sub_subnets_ico {
  width: 60px;
  height: 60px;
  background-image: url("images/subnet-sub.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico .sub_users_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico .sub_users_ico {
  width: 60px;
  height: 60px;
  background-image: url("images/user-sub.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico .sub_monitor_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico .sub_monitor_ico {
  width: 50px;
  height: 50px;
  background-image: url("images/subs_ico/monitor.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico .sub_feature_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico .sub_feature_ico {
  width: 50px;
  height: 50px;
  background-image: url("images/subs_ico/feature.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .base_li li .sub_ico .sub_query_ico,
.sub-innercontain .sub_container .sub_li .addon_li li .sub_ico .sub_query_ico {
  width: 50px;
  height: 50px;
  background-image: url("images/subs_ico/query.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer {
  width: 90%;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .cycle,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .cycle {
  display: flex;
  color: #368b6f;
  font-size: 15px;
  position: relative;
  float: right;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .cycle_org,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .cycle_org {
  display: inline;
  color: #368b6f;
  font-size: 15px;
  position: relative;
  float: right;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .addon_indicator,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .addon_indicator {
  display: inline-flex;
  background-color: #368b6f;
  color: #FFF;
  padding: 7px 3px;
  border-radius: 4px;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
  text-transform: uppercase;
  font-size: 10px;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .features,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .features {
  display: inline-flex;
  background-color: #263238;
  color: #FFF;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 4px 8px 0;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
  text-transform: capitalize;
  position: relative;
  top: 4px;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .usage_bar,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .usage_bar {
  width: 100%;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .usage_bar .usage_outer,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .usage_bar .usage_outer {
  background-color: #CCE0FF;
  width: 80%;
  height: 8px;
  border-radius: 10px;
  margin-top: 5px;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .usage_bar .usage_outer .usage_inner,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .usage_bar .usage_outer .usage_inner {
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #0064FE;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .usage_bar .usage_outer .red,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .usage_bar .usage_outer .red {
  background-color: #d43028;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .usage_bar .usage_outer .orange,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .usage_bar .usage_outer .orange {
  background-color: #fe7b00;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .usage_bar .red,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .usage_bar .red {
  background-color: #ffcccc;
}
.sub-innercontain .sub_container .sub_li .base_li li .usagecontainer .usage_bar .orange,
.sub-innercontain .sub_container .sub_li .addon_li li .usagecontainer .usage_bar .orange {
  background-color: #ffe5cc;
}
.sub-innercontain .sub_container .sub_li .addon_li {
  border-left: 1px solid #CCE0FF;
}
.sub-innercontain .sub_container .sub_li .addon_li .emptyaddon_container {
  align-content: center;
}
.sub-innercontain .sub_container .sub_li .addon_li .emptyaddon_container .emptyaddon_ico {
  width: 300px;
  height: 300px;
  background-image: url("images/subs_ico/puzzle.png");
  background-size: cover;
}
.sub-innercontain .sub_container .sub_li .addon_li .emptyaddon_container .emptyaddon_txt {
  padding: 10px;
  color: #555;
  text-transform: uppercase;
  text-align: center;
}
.sub-innercontain .sub_container .sub_li .addon_li .emptyaddon_container .emptybuybtn {
  text-align: center;
}

.sub_container_admin {
  top: 0;
  border: none;
  height: 100%;
  overflow: auto;
}

.tree_navigation {
  width: 225px;
  position: fixed;
  top: 47px;
  bottom: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 500;
  left: 40px;
  background: #ffff;
}
.tree_navigation .spinner-box .pulse-bubble {
  width: 18px;
  height: 18px;
}
.tree_navigation .title {
  text-align: left;
  padding: 10px;
  font-size: 18px;
  color: #f9f9fb;
  background: #4A516B;
}
.tree_navigation .title .toggle_tree {
  cursor: pointer;
  float: right;
}
.tree_navigation .tree_view_container {
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  background-color: #ffff;
  overflow: auto;
}
.tree_navigation .tree_view_container .jstree-themeicon-custom {
  background-size: contain !important;
}
.tree_navigation .tree_view_container .jstree-open > .jstree-ocl {
  content: url("images/tree_view/open.png");
  background-size: contain !important;
}
.tree_navigation .tree_view_container .jstree-closed > .jstree-ocl {
  content: url("images/tree_view/closed.png");
  background-size: contain !important;
}
.tree_navigation .tree_view_container ul {
  position: relative;
}
.tree_navigation .tree_view_container ul li {
  padding: 3px 0;
}
.tree_navigation .tree_view_container ul .jstree-children::before {
  width: 1px;
  content: "";
  border-left: 1px solid rgba(230, 230, 230, 0.825);
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 12px;
  z-index: 1;
}

ul.vakata-context.jstree-contextmenu.jstree-default-contextmenu {
  border-radius: 4px;
  padding: 5px 0;
  z-index: 500;
  background: #fff;
  border: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
ul.vakata-context.jstree-contextmenu.jstree-default-contextmenu a {
  color: #555;
}
ul.vakata-context.jstree-contextmenu.jstree-default-contextmenu a .vakata-contextmenu-sep {
  display: none;
}

.hide_guest_btn .btn-Addd, .hide_guest_btn .import_zone, .hide_guest_btn .btn-cancel, .hide_guest_btn .savebutton, .hide_guest_btn .block_btn, .hide_guest_btn .fa-trash-alt, .hide_guest_btn .import, .hide_guest_btn .genKey, .hide_guest_btn .fa-broom, .hide_guest_btn .clone-btn, .hide_guest_btn .cc_sub_class_btn, .hide_guest_btn .assign_host, .hide_guest_btn .import_lease_btn, .hide_guest_btn .fa-plus-circle, .hide_guest_btn #delD {
  visibility: hidden;
  pointer-events: none;
  cursor: not-allowed;
}
.hide_guest_btn .btn-Addd:hover, .hide_guest_btn .import_zone:hover, .hide_guest_btn .btn-cancel:hover, .hide_guest_btn .savebutton:hover, .hide_guest_btn .block_btn:hover, .hide_guest_btn .fa-trash-alt:hover, .hide_guest_btn .import:hover, .hide_guest_btn .genKey:hover, .hide_guest_btn .fa-broom:hover, .hide_guest_btn .clone-btn:hover, .hide_guest_btn .cc_sub_class_btn:hover, .hide_guest_btn .assign_host:hover, .hide_guest_btn .import_lease_btn:hover, .hide_guest_btn .fa-plus-circle:hover, .hide_guest_btn #delD:hover {
  cursor: default;
}
.hide_guest_btn .dropdown_actions {
  visibility: hidden;
}
.hide_guest_btn .dropdown_actions:hover {
  cursor: default;
}

/*loading starts*/
.iti__flag {
  background-image: url("images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("images/flags@2x.png");
  }
}
::-webkit-scrollbar {
  width: 5px;
  /* make scrollbar transparent */
}

:focus,
:active {
  outline: none !important;
}

.showChat .zsiq_floatmain {
  display: none !important;
}

.aws_region_select {
  position: absolute;
  right: 150px;
  top: 55px;
  z-index: 100;
}

.page-header {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
  position: relative;
  top: 45px;
  left: 50px;
}
.page-header .right_content {
  position: absolute;
  top: 12px;
  right: 70px;
}
.page-header .right_content .label {
  position: relative;
  top: 3px;
  color: #555;
}
.page-header .right_content .switch {
  height: 24px;
  width: 41px;
}
.page-header .remove_line a::after {
  width: 0 !important;
}
.page-header .fil_tag {
  display: inline-block;
  position: relative;
  width: auto;
  background-color: #6ab070;
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;
  border-left: 1px solid #6ab070;
  margin-left: 19px;
  position: relative;
  color: white;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  padding: 3px 10px;
}
.page-header .fil_tag .rem_tag {
  position: relative;
  left: 3px;
}
.page-header .fil_tag::before {
  content: "";
  position: absolute;
  display: block;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 6px solid #6ab070;
}
.page-header .right-header .other_prov_cont {
  position: absolute;
  top: 6px;
  right: 5%;
  border: 1px solid #1d90f4;
  border-radius: 10px;
  padding: 0px 5px 2px;
}
.page-header .right-header .other_prov_cont .prov_name {
  position: relative;
  top: -3px;
  margin: 0 !important;
  color: #1d90f4;
}
.page-header .right-header .other_prov_cont .other_prov_ico {
  position: relative;
  top: 5px;
  left: 2px;
  min-width: 25px;
  max-height: 25px;
}
.page-header .right-header .other_prov_cont .aws_icon {
  content: url("images/cloud_providers/aws.png");
}
.page-header .right-header .other_prov_cont .googlecloud_icon {
  content: url("images/cloud_providers/google_cloud.png");
}
.page-header .right-header .other_prov_cont .azure_icon {
  content: url("images/cloud_providers/azure.png");
}
.page-header .right-header .other_prov_cont .cloudflare_icon {
  content: url("images/cloud_providers/cloudflare.png");
}
.page-header h2 {
  font-size: 18px;
  line-height: 45px;
  margin-left: 10px;
  padding-left: 12px;
  white-space: nowrap;
}
.page-header h2 .page-title,
.page-header h2 .page-title-fil,
.page-header h2 .page-title-index {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: relative;
  padding: 0 5px 0 10px;
  font-size: 15.6px;
  text-transform: capitalize;
}
.page-header h2 .page-title a,
.page-header h2 .page-title-fil a,
.page-header h2 .page-title-index a {
  color: black !important;
}
.page-header h2 .page-title a:hover, .page-header h2 .page-title a:active, .page-header h2 .page-title a:focus,
.page-header h2 .page-title-fil a:hover,
.page-header h2 .page-title-fil a:active,
.page-header h2 .page-title-fil a:focus,
.page-header h2 .page-title-index a:hover,
.page-header h2 .page-title-index a:active,
.page-header h2 .page-title-index a:focus {
  text-decoration: none !important;
}
.page-header h2 .page_zn {
  display: flex;
}
.page-header h2 .page_zn .z_name_trunc,
.page-header h2 .page_zn .zn_view {
  top: 0px;
}
.page-header h2 .page_zn .fil_tag {
  height: 20px;
  top: 4px;
}
.page-header h2 .z_name_trunc {
  line-height: 28px;
  display: block;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 9px;
}
.page-header h2 .zn_view {
  line-height: 28px;
  position: relative;
  top: 9px;
}
.page-header h2 .linked-page-title {
  display: inline-block;
  font-size: 15px;
}
.page-header h2 .linked-page-title a {
  color: #1d90f4 !important;
}
.page-header h2 .page-title-hover a:hover {
  color: #0b7e30bb !important;
  text-shadow: 4px 2px 7px rgba(49, 175, 54, 0.18);
}
.page-header h2 .page-title-index::after,
.page-header h2 .page-title-fil .active::after {
  content: "";
  width: inherit;
  background-color: #51ce79;
  height: 3px;
  width: 96%;
  position: absolute;
  bottom: 0;
  left: 5px;
}
.page-header h2 .spliter {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 17px;
  color: #cecece;
}
.page-header .page-header-right {
  position: absolute;
  right: 80px;
  top: 15px;
  cursor: pointer;
  color: #03a9f4;
  border: 0;
}
.page-header .page-header-right a {
  color: #03a9f4 !important;
}
.page-header .page-header-right a:hover {
  text-decoration: none !important;
}
.page-header .page-dhcp {
  right: 120px;
  top: 80px;
}

#preLoader {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: #1A202B;
  bottom: 0px;
  z-index: 100;
  background: #1A202B;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  display: flex;
  display: none;
}
#preLoader #loading {
  color: #fff;
  text-align: center;
  margin: auto;
  position: relative;
  -webkit-animation-name: loading-breathe;
  animation-name: loading-breathe;
  -webkit-animation-duration: 1800ms;
  animation-duration: 1800ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
  animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#preLoader #loading .prelogo {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
#preLoader #loading p {
  font-size: 12px;
  color: #888;
}

/*loading ends*/
/*header starts*/
header {
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 48px;
  z-index: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .logo {
  display: inline-block;
  line-height: 70px;
  height: 43px;
}
header > ul {
  margin-left: 5px;
}
header > ul > li {
  float: left;
  font-size: 16px;
  line-height: 29px;
  padding: 10px;
  cursor: default;
}
header > ul > li a,
header > ul > li a:active,
header > ul > li a:focus,
header > ul > li a:hover {
  color: #333;
}
header > ul > li.split {
  padding: 10px 0px;
}
header > ul > li .nicon-arrow-rgt {
  background-position: -487px -61px;
  width: 16px;
  height: 27px;
  display: inline-block;
}
header > ul > li.cpage {
  color: #888;
}
header > ul > li.mtr-drop-lable {
  margin-left: 50px;
}
header > ul > li.mtr-drop-lable.dsn-host {
  margin-left: 240px;
}
header.shdr .addbtn {
  float: right;
  margin-right: 15px;
  margin-top: 8px;
  text-decoration: none;
}
header.shdr .addbtn:hover, header.shdr .addbtn:active, header.shdr .addbtn:focus {
  text-decoration: none;
  color: #FFF;
}
header.shdr .addbtn:hover {
  background-color: #21936d;
}
header.shdr .bnts-cntrl {
  float: right;
  margin-right: 50px;
}
header.shdr .bnts-cntrl .edit {
  background-color: #21BB85;
  color: #FFF;
}
header.shdr .bnts-cntrl .off {
  background-color: #4f5453;
  color: #FFF;
}
header.shdr .bnts-cntrl .show {
  background-color: #0096ff;
  color: #FFF;
}
header.shdr .bnts-cntrl .cancel {
  background-color: #fc5f5f;
  color: #FFF;
}
header.shdr .bnts-cntrl .revert {
  background-color: #ff8000;
  color: #FFF;
}
header.shdr .bnts-cntrl .cmt {
  background-color: #ca6704;
  color: #FFF;
}
header.shdr .mtr-drop {
  min-width: 200px;
}
header.shdr .testclass .dash-dc {
  left: 240px;
}
header .nicon-navbar {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -174px -117px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

headers {
  background-color: #FFF;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  border-bottom: 1px solid #EEE;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
headers > ul {
  float: center;
  margin-left: 5px;
}
headers > ul > div {
  float: left;
  font-size: 16px;
  line-height: 29px;
  padding: 10px;
  cursor: default;
}
headers > ul > div a,
headers > ul > div a:active,
headers > ul > div a:focus,
headers > ul > div a:hover {
  color: #333;
}
headers > ul > div > label {
  font-size: 20px;
  text-align: left;
}
headers > ul > div.split {
  padding: 10px 0px;
}
headers > ul > div .nicon-arrow-rgt {
  background-position: -487px -61px;
  width: 16px;
  height: 27px;
  display: inline-block;
}
headers > ul > div.cpage {
  color: #888;
}
headers > ul > div.mtr-drop-lable {
  margin-left: 50px;
}
headers > ul > div.mtr-drop-lable.dsn-host {
  margin-left: 240px;
}
headers.shdr .addbtn {
  float: right;
  margin-right: 15px;
  margin-top: 8px;
  text-decoration: none;
}
headers.shdr .addbtn:hover, headers.shdr .addbtn:active, headers.shdr .addbtn:focus {
  text-decoration: none;
  color: #FFF;
}
headers.shdr .addbtn:hover {
  background-color: #21936d;
}
headers.shdr .bnts-cntrl {
  float: right;
  margin-right: 50px;
}
headers.shdr .bnts-cntrl .edit {
  background-color: #21BB85;
  color: #FFF;
}
headers.shdr .bnts-cntrl .show {
  background-color: #0096ff;
  color: #FFF;
}
headers.shdr .bnts-cntrl .cancel {
  background-color: #fc5f5f;
  color: #FFF;
}
headers.shdr .bnts-cntrl .revert {
  background-color: #ff8000;
  color: #FFF;
}
headers.shdr .bnts-cntrl .cmt {
  background-color: #ca6704;
  color: #FFF;
}
headers.shdr .mtr-drop {
  min-width: 200px;
}
headers.shdr .testclass .dash-dc {
  left: 240px;
}
headers .nicon-navbar {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -174px -117px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

.zoneBtns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.zoneBtns .pdf_export {
  cursor: pointer;
  position: relative;
  top: 1px;
  margin-right: 10px;
  color: #a0a0a0;
  font-size: 19px;
}
.zoneBtns .pdf_export:hover {
  color: #555;
}
.zoneBtns .dateTime {
  position: relative;
  margin-left: 10px;
  right: 10px !important;
  top: 0px !important;
}
.zoneBtns .dateTime .zselectbox {
  padding: 0 10px 0;
}
.zoneBtns .manage_subnet {
  width: 20%;
}
.zoneBtns .block_pre_btn {
  position: relative;
  top: 1px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  margin-right: 5px;
}
.zoneBtns .import_zone {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #31af36;
  border: 0;
  text-decoration: none;
}

.pool-btn {
  position: relative;
  right: -10px;
  top: 20px;
}

.settings-sub-hdr {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  height: 41px;
}
.settings-sub-hdr .settings-breadcrumb {
  display: inline-block;
}
.settings-sub-hdr .settings-breadcrumb li {
  display: inline-block;
  padding: 0px 2px;
  cursor: default;
  line-height: 39px;
  font-size: 25px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #008005;
}
.settings-sub-hdr .settings-breadcrumb1 {
  margin-left: 35%;
  display: inline-block;
}
.settings-sub-hdr .settings-breadcrumb1 li {
  display: inline-block;
  padding: 0px 2px;
  cursor: default;
  line-height: 39px;
  font-size: 19px;
  color: #008005;
}

.settings-sub-sett {
  height: 75px;
}
.settings-sub-sett .settings-breadcrumb {
  margin-left: 43%;
  margin-top: 1%;
  display: inline-block;
}
.settings-sub-sett .settings-breadcrumb li {
  display: inline-block;
  padding: 3px 2px;
  cursor: default;
  line-height: 39px;
  font-size: 25px;
  color: #008005;
  font-weight: 800;
}
.settings-sub-sett .settings-drop {
  margin-left: 250px;
  display: inline-block;
}
.settings-sub-sett .settings-drop li {
  display: inline-block;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}
.settings-sub-sett .settings-addbtn {
  margin-left: 150px;
  display: inline-block;
}
.settings-sub-sett .settings-addbtn li {
  display: inline-block;
  padding: 3px 2px;
  cursor: default;
  line-height: 39px;
  font-size: 19px;
  color: #008005;
}
.settings-sub-sett .settings-emptaddbtn {
  margin-left: 35%;
  display: inline-block;
}
.settings-sub-sett .settings-emptaddbtn li {
  display: inline-block;
  padding: 3px 2px;
  cursor: default;
  line-height: 39px;
  font-size: 19px;
  color: #008005;
}

.emptyDContainer #emptyconlogo {
  width: 206px;
  height: 230px;
  background-image: url("images/condition.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.emptyDContainer .dropdown_actions {
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
  width: 160px;
  left: 12px;
}
.emptyDContainer .dropdown_actions:hover .dropdown-content {
  display: block;
}
.emptyDContainer .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: relative;
  top: 10px;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  right: 0px;
  margin: 0 auto;
  width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.emptyDContainer .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.emptyDContainer .dropdown_actions .dropdown-content .checks a:hover {
  background-color: #04b596;
  color: #fff;
}

.checkBtns {
  float: right;
  position: relative;
  right: 10px;
}
.checkBtns .dropdown_actions {
  position: relative;
  top: calc(99% - 45px);
  left: 10%;
  margin-right: 10px;
  white-space: nowrap;
}
.checkBtns .dropdown_actions:hover .dropdown-content {
  display: block;
}
.checkBtns .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.checkBtns .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.checkBtns .dropdown_actions .dropdown-content .checks a:hover {
  background-color: #04b596;
  color: #fff;
}

.sch_report_hdr {
  width: 100%;
  position: relative;
  display: flex;
  top: 20px;
}
.sch_report_hdr .sch_hdr_left {
  width: 80%;
}
.sch_report_hdr .sch_hdr_left .alertSearches {
  width: 80%;
}
.sch_report_hdr .sch_hdr_right {
  position: absolute;
  top: 12px;
  right: 5px;
}
.sch_report_hdr .sch_hdr_right .dropdown_actions {
  display: inline-block;
  position: relative;
  top: calc(99% - 45px);
  left: 10%;
  margin-right: 10px;
  white-space: nowrap;
}
.sch_report_hdr .sch_hdr_right .dropdown_actions:hover .dropdown-content {
  display: block;
}
.sch_report_hdr .sch_hdr_right .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.sch_report_hdr .sch_hdr_right .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: start;
}
.sch_report_hdr .sch_hdr_right .dropdown_actions .dropdown-content a:hover {
  background-color: #04b596;
  color: #fff;
}

.scavengeBtn {
  float: right;
  position: relative;
  right: 20px;
}
.scavengeBtn .now_sca {
  display: inline-block;
  padding: 0.1rem 0.75rem 0.5rem;
  margin-right: 0;
}
.scavengeBtn .dropdown_actions {
  display: inline-block;
  position: relative;
  top: calc(99% - 45px);
  left: 10%;
  margin-right: 10px;
  white-space: nowrap;
}
.scavengeBtn .dropdown_actions:hover .dropdown-content {
  display: block;
}
.scavengeBtn .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.scavengeBtn .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: start;
}
.scavengeBtn .dropdown_actions .dropdown-content a:hover {
  background-color: #04b596;
  color: #fff;
}

.settings-sub-Dashhdr {
  background-color: inherit;
  height: 90px;
}
.settings-sub-Dashhdr .moni_sub_hdr {
  display: flex;
  margin-top: 30px;
}
.settings-sub-Dashhdr .moni_sub_hdr li {
  width: 100%;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont {
  margin: 1% 0 4% 1.5%;
  width: 100%;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters {
  display: flex;
  flex-direction: row;
  float: left;
  width: 100%;
  height: 48px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 5px 0px;
  border: 1px solid #EEE;
  line-height: 10px;
  margin-top: 6px;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .clearSearch {
  display: none;
  border: none;
  border-left: 1px solid #DDD;
  width: 130px;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .clrsearch {
  margin-left: 5px;
  position: relative;
  bottom: 2px;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .select2-container--default .select2-selection--single {
  margin-right: 10px;
  width: 100%;
  border: 0;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .select2-container--default .select2-selection--single:hover, .settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .select2-container--default .select2-selection--single:focus, .settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .select2-container--default .select2-selection--single:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .select2-container--default .select2-selection--single:disabled {
  cursor: not-allowed;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .select2-container--default .select2-selection--single {
  height: calc(1.5em + .75rem + 2px);
  width: 100%;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .select2-container--default .select2-selection--single span {
  color: #777777 !important;
  font-size: 13px;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  text-align: start;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div {
  display: flex;
  flex-direction: row;
  border-right: 1px solid #DDD;
  padding: 0 10px 0 10px;
  width: 430px;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div input,
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div select {
  width: 100%;
  border: 0 !important;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div input:hover, .settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div input:focus, .settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div input:active,
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div select:hover,
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div select:focus,
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div select:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div input:disabled,
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div select:disabled {
  cursor: not-allowed;
}
.settings-sub-Dashhdr .moni_sub_hdr .filters_cont .filters div label {
  position: relative;
  top: 12px;
  white-space: nowrap;
  float: left;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #32393c;
}
.settings-sub-Dashhdr .moni_sub_hdr .dropdown_actions {
  width: 80px;
  position: relative;
  top: calc(99% - 45px);
  left: 30%;
  margin-right: 10px;
  white-space: nowrap;
}
.settings-sub-Dashhdr .moni_sub_hdr .dropdown_actions .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.settings-sub-Dashhdr .moni_sub_hdr .dropdown_actions:hover .dropdown-content {
  display: block;
}
.settings-sub-Dashhdr .moni_sub_hdr .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.settings-sub-Dashhdr .moni_sub_hdr .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.settings-sub-Dashhdr .moni_sub_hdr .dropdown_actions .dropdown-content #active:hover {
  background-color: #04b596;
  color: #fff;
}
.settings-sub-Dashhdr .moni_sub_hdr .dropdown_actions .dropdown-content #sus:hover {
  background-color: #ff8d00;
  color: #fff;
}
.settings-sub-Dashhdr .moni_sub_hdr .dropdown_actions .dropdown-content #del:hover {
  background-color: #ff4d4d;
  color: #fff;
}
.settings-sub-Dashhdr .settings-breadcrumb {
  margin-left: 40%;
  display: inline-block;
}
.settings-sub-Dashhdr .settings-breadcrumb li {
  display: inline-block;
  padding: 3px 2px;
  cursor: default;
  line-height: 39px;
  font-size: 19px;
  color: #008005;
}
.settings-sub-Dashhdr .settings-breaddrop {
  margin-left: 2%;
  margin-top: 2%;
  display: inline-block;
  margin-bottom: 0;
}
.settings-sub-Dashhdr .settings-breaddrop .diffSearches .form-control {
  position: relative;
  top: 2px;
  height: 30px !important;
}
.settings-sub-Dashhdr .settings-breaddrop li {
  display: inline-block;
  padding: 0px 4px;
  margin-top: 7px;
  cursor: default;
  line-height: 30px;
}
.settings-sub-Dashhdr .settings-breaddrop li #clearSearch {
  color: #3093d4;
  position: relative;
  top: 3px;
  left: 5px;
  cursor: pointer;
}
.settings-sub-Dashhdr .settings-breaddrop li #clearSearch i {
  font-size: 16px;
  line-height: 20px;
}
.settings-sub-Dashhdr .settings-breaddrop i {
  font-size: 13px;
  padding-right: 3px;
}
.settings-sub-Dashhdr .settings-breaddomain {
  margin-left: 2%;
  margin-top: 2%;
  display: inline-block;
  font-size: 25px;
  color: blue;
}
.settings-sub-Dashhdr .settings-breaddomain li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 25px;
  color: green;
}
.settings-sub-Dashhdr .settings-breaddropmulti {
  margin-left: 15%;
  margin-top: 0.5%;
  display: inline-block;
}
.settings-sub-Dashhdr .settings-breaddropmulti li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}
.settings-sub-Dashhdr .settings-breaddropmulti100 {
  margin-left: 35%;
  margin-top: 0.5%;
  display: inline-block;
}
.settings-sub-Dashhdr .settings-breaddropmulti100 li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}

.settings-sub-Dashhdr007 {
  background-color: rgba(255, 255, 255, 0.87);
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid rgba(202, 202, 202, 0.8);
}
.settings-sub-Dashhdr007:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.settings-sub-Dashhdr007 .settings-breadcrumb {
  margin-left: 40%;
  display: inline-block;
}
.settings-sub-Dashhdr007 .settings-breadcrumb li {
  display: inline-block;
  padding: 3px 2px;
  cursor: default;
  line-height: 39px;
  font-size: 19px;
}
.settings-sub-Dashhdr007 .settings-breaddrop {
  margin-left: 2%;
  margin-top: 2%;
  display: inline-block;
}
.settings-sub-Dashhdr007 .settings-breaddrop li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}
.settings-sub-Dashhdr007 .settings-breaddomain {
  margin-left: 2%;
  margin-top: 2%;
  display: inline-block;
  font-size: 25px;
  color: blue;
}
.settings-sub-Dashhdr007 .settings-breaddomain li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 25px;
  color: green;
}
.settings-sub-Dashhdr007 .settings-breaddropmulti {
  margin-left: 15%;
  margin-top: 0.5%;
  display: inline-block;
}
.settings-sub-Dashhdr007 .settings-breaddropmulti li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}
.settings-sub-Dashhdr007 .settings-breaddropmulti100 {
  padding: 0 10px 0 10px;
}
.settings-sub-Dashhdr007 .settings-breaddropmulti100 p {
  font-size: 25px;
  font-weight: 500;
  color: #555;
  margin-bottom: 0.2em !important;
}

.settings-sub-Dashhdr100 {
  background-color: #FFF;
  border-bottom: 1.5px solid #a9a9a9;
  border-top: 1.5px solid #a9a9a9;
  height: 90px;
}
.settings-sub-Dashhdr100 .settings-breadcrumb {
  margin-left: 40%;
  display: inline-block;
}
.settings-sub-Dashhdr100 .settings-breadcrumb li {
  display: inline-block;
  padding: 3px 2px;
  cursor: default;
  line-height: 39px;
  font-size: 19px;
  color: #008005;
}
.settings-sub-Dashhdr100 .settings-breaddrop {
  margin-left: 2%;
  margin-top: 2%;
  display: inline-block;
}
.settings-sub-Dashhdr100 .settings-breaddrop li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}
.settings-sub-Dashhdr100 .settings-breaddomain {
  margin-left: 2%;
  margin-top: 2%;
  display: inline-block;
  font-size: 25px;
  color: blue;
}
.settings-sub-Dashhdr100 .settings-breaddomain li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 25px;
  color: green;
}
.settings-sub-Dashhdr100 .settings-breaddropmulti {
  margin-left: 15%;
  margin-top: 0.5%;
  display: inline-block;
}
.settings-sub-Dashhdr100 .settings-breaddropmulti li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}
.settings-sub-Dashhdr100 .settings-breaddropmulti100 {
  margin-left: 35%;
  margin-top: 0.5%;
  display: inline-block;
}
.settings-sub-Dashhdr100 .settings-breaddropmulti100 li {
  display: inline-block;
  padding: 0px 4px;
  cursor: default;
  line-height: 30px;
  font-size: 12px;
}

/*header ends*/
/* left starts */
nav {
  position: fixed;
  top: 67px;
  left: 0px;
  bottom: 0px;
  width: 200px;
  background-color: #30494a;
  z-index: 2;
}
nav .logo {
  background-color: #374850;
  color: #FFF;
  width: 100%;
  display: block;
  height: 48px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 45px;
}
nav ul {
  margin-top: 10px;
}
nav li {
  position: relative;
  margin-bottom: 7px;
}
nav li[data-title]:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav li[data-title]:hover:before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  border-right: 5px solid #201A1A;
  left: 195px;
  top: 35px;
}
nav li[data-title]:hover:after {
  content: attr(data-title);
  padding: 4px 8px;
  color: #FFF;
  position: absolute;
  left: 200px;
  top: 35px;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  background-color: #201A1A;
  font-size: 12px;
  text-transform: capitalize;
}
nav li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 2px 0px;
  cursor: pointer;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: auto;
  padding: 3px 0;
  text-decoration: none !important;
}
nav li a .lftnavtxt {
  font: normal normal normal 14px/1 FontAwesome;
  color: #95A4AB;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
nav li a .lftnavtxtsub {
  font: normal normal normal 14px/1 FontAwesome;
  color: #95A4AB;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}
nav li a .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
nav li a i {
  width: 33px;
  height: 35px;
  display: inline-block;
  margin-left: 31px;
  vertical-align: middle;
}
nav li a i.nicon-ldashboard {
  background-position: -9px -14px;
}
nav li a i.nicon-lbgp {
  background-position: -56px -15px;
}
nav li a i.nicon-lan {
  background-position: -107px -65px;
}
nav li a i.nicon-alarms {
  background-position: -73px -167px;
}
nav li a i.nicon-linterface {
  background-position: -106px -65px;
}
nav li a i.nicon-lmtrprofile {
  background-position: -156px -14px;
}
nav li a i.nicon-linlinefilter {
  background-position: -204px -14px;
}
nav li a i.nicon-lsettings {
  background-position: -250px -15px;
}
nav li a i.nicon-networktools {
  background-position: -118px -167px;
}
nav li a i.nicon-patching {
  background-position: -333px -167px;
}
nav li a i.nicon-patchlog {
  background-position: -379px -167px;
}
nav li a i.nicon-more {
  background-position: -6px -251px;
}
nav li a i.nicon-wkflow {
  background-position: -464px -219px;
}
nav li a i.oldnicon-config {
  background-position: -10px -168px;
}
nav li a i.nicon-zohoservice {
  background-position: -9px -110px;
}
nav li a i.nicon-ldc {
  background-position: -107px -16px;
}
nav li a i.nicon-knl-stng {
  background-position: -175px -215px;
}
nav li a i.nicon-ktnl-cmpr {
  background-position: -228px -166px;
}
nav li a i.nicon-hprx-cmpr {
  background-position: -282px -164px;
}
nav li a:hover {
  background-color: #0a0b0c;
}
nav li a.active {
  background-color: #252e5d;
  color: #FFF;
}
nav li a.active .lftnavtxt {
  color: #FFF;
}
nav li a.active i.nicon-ldashboard {
  background-position: -9px -65px;
}
nav li a.active i.nicon-lbgp {
  background-position: -55px -65px;
}
nav li a.active i.nicon-linterface {
  background-position: -106px -65px;
}
nav li a.active i.nicon-lmtrprofile {
  background-position: -156px -65px;
}
nav li a.active i.nicon-linlinefilter {
  background-position: -204px -65px;
}
nav li a.active i.nicon-lsettings {
  background-position: -250px -66px;
}
nav li a.active i.nicon-patching {
  background-position: -333px -207px;
}
nav li a.active i.nicon-patchlog {
  background-position: -379px -207px;
}
nav li a.active i.nicon-more {
  background-position: -6px -283px;
}
nav li a.active i.nicon-wkflow {
  background-position: -425px -219px;
}
nav li a.active i.nicon-networktools {
  background-position: -118px -215px;
}
nav li a.active i.nicon-config {
  background-position: -10px -214px;
}
nav li a.active i.nicon-zohoservice {
  background-position: -60px -110px;
}
nav li a.active i.nicon-ldc {
  background-position: -107px -65px;
}
nav li a.active i.oldnicon-config {
  background-position: -10px -217px;
}
nav li a.active i.nicon-alarms {
  background-position: -73px -217px;
}
nav li a.active i.nicon-knl-stng {
  background-position: -175px -215px;
}
nav li a.active i.nicon-ktnl-cmpr {
  background-position: -228px -210px;
}
nav li a.active i.nicon-hprx-cmpr {
  background-position: -282px -210px;
}
nav .logout {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  text-align: center;
}

/* left ends */
/* aside starts */
aside {
  position: absolute;
  top: 60px;
  left: 0px;
  bottom: 0px;
  width: 135px;
  z-index: 1000;
  background-color: #3b3c5f;
  border-right: 1px solid #EEE;
}
aside .dropdown_actions {
  position: relative;
  margin: 20px 0px 0px 10px;
  white-space: nowrap;
}
aside .dropdown_actions .btn-dns {
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 0;
  text-decoration: none;
  background-color: #31af36;
}
aside .dropdown_actions .dropdown-content a:hover {
  background-color: #f1f1f1;
}
aside .dropdown_actions:hover .dropdown-content {
  display: block;
}
aside .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
aside .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
aside .backhome {
  position: absolute;
  bottom: 14px;
  left: 40px;
}
aside .backhome a:hover {
  color: #04b54b;
  background: none;
  border: none !important;
}
aside .backhome i {
  font-size: 25px;
}
aside h2 {
  font-size: 20px;
  border-bottom: 1px solid #DDD;
  padding: 15px 10px 15px 14px;
  margin-bottom: 10px;
}
aside a {
  font-size: 17px;
  display: block;
  padding: 10px 15px 12px 16px;
  color: #fff;
  border-right: 3px solid transparent;
}
aside a:hover {
  text-decoration: none;
  cursor: pointer;
  color: black;
  background-color: #EEE;
  border-color: #21BB85;
}
aside a.active {
  color: black;
  background-color: #EEE;
  border-color: #21BB85;
  text-decoration: none;
}
aside a::after {
  text-decoration: none;
}

.config_aside {
  position: absolute;
  top: 50px;
  left: 66px;
  bottom: 0px;
  width: 180px;
  z-index: 1000;
  background-color: #FFF;
  border-right: 1px solid #EEE;
}
.config_aside h1 {
  font-weight: 100;
  font-size: 18px;
  padding: 20px 10px;
  text-transform: uppercase;
}
.config_aside li.active {
  color: black;
  background-color: #EEE;
  text-decoration: none;
  border-right: 3px solid #21BB85;
}
.config_aside li.active:hover {
  border: none !important;
}
.config_aside li:hover {
  text-decoration: none;
  cursor: pointer;
  color: black;
  background-color: #EEE;
  border-color: #21BB85;
}
.config_aside a {
  font-size: 17px;
  display: block;
  padding: 10px 15px 12px 16px;
  color: #555;
  border-right: 3px solid transparent;
}
.config_aside a.active {
  color: black;
  background-color: #EEE;
  border-color: #21BB85;
  text-decoration: none;
}
.config_aside a::after {
  text-decoration: none;
}

/* aside ends */
.config_section {
  position: absolute;
  top: 0;
  left: 180px;
  right: 0;
  bottom: 0;
}

/*settings starts*/
.settingslst {
  margin-left: 30px;
  margin-top: 30px;
}
.settingslst li {
  float: left;
  padding: 10px 20px;
  text-align: center;
  margin-right: 35px;
}
.settingslst h2 {
  font-size: 18px;
  margin-bottom: 4px;
}
.settingslst .settingsplit {
  font-size: 16px;
  color: #aaa;
  font-weight: 100;
  margin: 0 4px;
}

/*settings ends*/
/*inlinefilter starts*/
.inlinefView li {
  border-bottom: 3px solid #d9ecf3;
  padding: 0px;
  margin-bottom: 10px;
}
.inlinefView li h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.inlinefView li .fa-plus-square-o,
.inlinefView li .fa-minus-square-o {
  padding: 3px 5px;
  cursor: pointer;
  margin-left: 3px;
  font-size: 14px;
}
.inlinefView li .nmapData {
  padding-bottom: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.inlinefView li.proxyview {
  width: 60%;
  margin: 10px auto;
}

li.G_router {
  border-bottom: none;
}

/*inlinefilter ends*/
/*container starts*/
.main_nav_container {
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.main_nav_container .maincontainer {
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0px;
  left: 40px;
  bottom: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.container {
  overflow: auto;
}

/*container ends*/
/*containers starts*/
.full_page_popup {
  z-index: 30;
  transform: translateY(100%);
  opacity: 0;
  animation: slideIn 0.4s ease-out forwards;
}
.full_page_popup .full_scr_form {
  top: 100px;
  left: -20px;
}
.full_page_popup .full_scr_form form {
  width: 75%;
}
.full_page_popup .back_btn {
  color: #1d90f4;
  cursor: pointer;
  font-size: 15px;
}
.full_page_popup .back_btn .right_align_hdr {
  float: right;
  text-transform: uppercase;
  border: 0.5px solid #1d90f4;
  border-radius: 5px;
  padding: 2px 5px;
}
.full_page_popup .serv_ico {
  position: relative;
  top: 3px;
  padding: 0 5px;
  min-width: 15px;
  max-height: 15px;
  filter: invert(1);
}
.full_page_popup .aws_vpc {
  content: url("images/aws/aws_vpc.png");
}
.full_page_popup .aws_ec2 {
  content: url("images/aws/aws_ec2.png");
}
.full_page_popup .aws_rds {
  content: url("images/aws/aws_rds.png");
}
.full_page_popup .info_box {
  margin: 40px 20px;
  padding: 10px 5px;
  border: 0.5px solid #bbbaba;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  white-space: nowrap;
  border-radius: 10px;
}
.full_page_popup .info_box .info_ele {
  border-right: 0.05px solid #bbbaba;
}
.full_page_popup .info_box .info_ele .info_label {
  text-transform: uppercase;
  color: #555;
  padding: 5px 0;
}
.full_page_popup .info_box .info_ele .info_val {
  font-size: 18px;
  font-weight: 500;
  white-space: normal;
}
.full_page_popup .margin_end {
  height: 415px;
}
.full_page_popup .dash-view ::-webkit-scrollbar {
  height: 4px !important;
}
.full_page_popup .config_scroll {
  overflow: auto;
  padding: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.full_page_popup .config_scroll .dash-dable1 thead tr {
  position: sticky;
  top: 0;
  z-index: 10;
}
.full_page_popup .config_scroll .dash-dable1 thead tr td {
  white-space: nowrap;
}
.full_page_popup .config_scroll .dash-dable1 tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.full_page_popup.exit {
  animation: slideOut 0.4s ease-in forwards !important;
}

@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.innerContainer {
  position: absolute;
  top: 80px;
  right: 0px;
  bottom: 0px;
  left: 80px;
  overflow: hidden;
  overflow-y: auto;
}
.innerContainer.bgGray {
  background-color: #f5f5f5;
}
.innerContainer .smtp_empty {
  position: absolute;
  top: 25px;
  right: 10px;
}
.innerContainer .card {
  top: 25px;
  right: 10px;
  left: 0px;
  bottom: 5px;
  overflow: auto;
  position: absolute;
}
.innerContainer .ipv4_manage {
  display: flex;
}
.innerContainer .ipv4_manage .ipv4_search {
  position: relative;
  top: 15px;
  width: 50%;
}
.innerContainer .ipv4_manage .ipv4_search .searchBox-clearWrapper .searchBox-clear {
  color: #CCC;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 7px;
  right: 5px;
}
.innerContainer .block_container {
  transition: all 3ms ease-in;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}
.innerContainer .block_container .blocklist {
  width: 40%;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.innerContainer .block_container .blocklist .blockhead {
  color: #555;
  opacity: 0.8;
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  background: #f4f4f6;
}
.innerContainer .block_container .blocklist .blockhead .enable_fil {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 5px;
  cursor: pointer;
}
.innerContainer .block_container .blocklist .blockhead .toggle_size {
  cursor: pointer;
  float: right;
  color: #ced4da;
}
.innerContainer .block_container .blocklist .blockhead .toggle_size:hover {
  color: #555;
}
.innerContainer .block_container .blocklist .list_contents {
  padding: 10px;
  height: 75%;
  overflow: auto;
}
.innerContainer .block_container .blocklist .list_contents .recCtBadge {
  cursor: pointer;
  position: relative;
  bottom: 5px;
  border: 2px solid #abaaaa;
  border-radius: 7px;
  text-align: center;
  color: #909090;
  padding-left: 5px;
  padding-right: 5px;
  word-spacing: 1px;
  box-shadow: 3px 2px #abaaaa;
  font-size: 12px;
}
.innerContainer .block_container .blocklist .list_contents .recCtBadge:hover {
  text-decoration: none !important;
}
.innerContainer .block_container .blocklist .block_actions {
  padding: 0 10px 5px 0;
  width: 100%;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.innerContainer .block_container .blocklist .block_actions .block_search_cat {
  display: none;
}
.innerContainer .block_container .blocklist .block_actions .clear_fil {
  display: none;
  position: relative;
  bottom: 3px;
}
.innerContainer .block_container .blocklist .block_actions .clear_fil:hover i {
  color: #555 !important;
}
.innerContainer .block_container .blocklist .block_actions .clear_fil sub {
  position: relative;
  right: 5px;
}
.innerContainer .block_container .blocklist .block_actions .block_search {
  margin-right: 10px;
  position: relative;
}
.innerContainer .block_container .blocklist .block_actions .block_search i {
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 12px;
  color: #ced4da;
}
.innerContainer .block_container .blocklist .block_actions .block_search i:hover {
  color: #555;
}
.innerContainer .block_container .blocklist .block_actions .block_search #icon_list {
  right: 24px !important;
}
.innerContainer .block_container .blocklist .block_actions .block_search input {
  padding: 10px;
  border: 0.5px solid #ced4da;
  color: #555;
  border-radius: 5px;
  height: 20px;
}
.innerContainer .block_container .blocklist .block_actions i {
  position: relative;
  top: 3px;
  color: #ced4da;
}
.innerContainer .block_container .blocklist .block_actions i:hover {
  color: #555;
}
.innerContainer .block_container .blocklist .block_d {
  color: #555;
  background-color: #f7f7f7 !important;
  cursor: pointer;
  margin: 10px 5px;
  padding: 10px 5px;
  border-radius: 5px;
}
.innerContainer .block_container .blocklist .block_d i {
  float: right;
  position: relative;
  color: #555;
  line-height: 20px;
  font-size: 17px;
  right: 5px;
}
.innerContainer .block_container .blocklist .block_d i:hover {
  color: rgba(212, 16, 16, 0.87);
}
.innerContainer .block_container .blocklist .block_d:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.innerContainer .block_full_screen,
.innerContainer .fil_full_screen {
  transition: all 3ms ease;
  position: absolute;
  top: 0;
  height: 100% !important;
  z-index: 10;
  background-color: #fff;
}
.innerContainer .block_full_screen .blocklist,
.innerContainer .fil_full_screen .blocklist {
  width: 45% !important;
}
.innerContainer .block_full_screen .blocklist .list_contents,
.innerContainer .fil_full_screen .blocklist .list_contents {
  height: 87% !important;
}
.innerContainer .block_full_screen .blocklist .block_actions,
.innerContainer .fil_full_screen .blocklist .block_actions {
  padding: 0 10px 5px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end !important;
  cursor: pointer;
}
.innerContainer .block_full_screen .blocklist .block_actions .clear_fil,
.innerContainer .fil_full_screen .blocklist .block_actions .clear_fil {
  bottom: 1px;
}
.innerContainer .block_full_screen .blocklist .block_actions .clear_fil sub,
.innerContainer .fil_full_screen .blocklist .block_actions .clear_fil sub {
  left: 8px !important;
}
.innerContainer .block_full_screen .blocklist .block_actions .clear_fil sub i,
.innerContainer .fil_full_screen .blocklist .block_actions .clear_fil sub i {
  font-size: 10px !important;
}
.innerContainer .block_full_screen .blocklist .block_actions .clear_fil:hover i,
.innerContainer .fil_full_screen .blocklist .block_actions .clear_fil:hover i {
  color: #555 !important;
}
.innerContainer .block_full_screen .blocklist .block_actions .block_search_cat,
.innerContainer .fil_full_screen .blocklist .block_actions .block_search_cat {
  width: 19%;
  display: block;
  margin-right: 10px;
}
.innerContainer .block_full_screen .blocklist .block_actions .block_search_cat .chosen-container-single .chosen-single,
.innerContainer .fil_full_screen .blocklist .block_actions .block_search_cat .chosen-container-single .chosen-single {
  border: 0.5px solid #ced4da !important;
  color: #939597;
  height: 26px;
  line-height: 25px;
}
.innerContainer .block_full_screen .blocklist .block_actions .block_search_cat .chosen-container-single.chosen-container-active a,
.innerContainer .fil_full_screen .blocklist .block_actions .block_search_cat .chosen-container-single.chosen-container-active a {
  background: none !important;
  border: 0.5px solid #ced4da !important;
  box-shadow: none !important;
  outline: none !important;
}
.innerContainer .block_full_screen .blocklist .block_actions .block_search,
.innerContainer .fil_full_screen .blocklist .block_actions .block_search {
  position: relative;
  width: 60%;
}
.innerContainer .block_full_screen .blocklist .block_actions .block_search i,
.innerContainer .fil_full_screen .blocklist .block_actions .block_search i {
  top: 5px !important;
  right: 14px;
  font-size: 15px !important;
}
.innerContainer .block_full_screen .blocklist .block_actions .block_search input,
.innerContainer .fil_full_screen .blocklist .block_actions .block_search input {
  position: absolute;
  right: 0;
  width: 100%;
  height: 25px !important;
}
.innerContainer .block_full_screen .blocklist .block_actions i,
.innerContainer .fil_full_screen .blocklist .block_actions i {
  width: 4%;
  position: relative;
  font-size: 15px !important;
  top: 4px !important;
}
.innerContainer .block_container.block_form_act_show {
  height: 45% !important;
}
.innerContainer .block_container.block_form_act_show .list_contents {
  height: 70% !important;
}
.innerContainer .block_full_screen.block_form_act_show {
  height: 90% !important;
}
.innerContainer .block_full_screen.block_form_act_show .list_contents {
  height: 85% !important;
}
.innerContainer .fil_full_screen.block_form_act_show {
  height: calc(95% - 100px) !important;
}
.innerContainer .fil_full_screen.block_form_act_show .list_contents {
  height: 85% !important;
}
.innerContainer .namedop {
  margin-top: 200px !important;
}
.innerContainer .block-opt {
  margin-top: 50px !important;
}
.innerContainer .complex_options_container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  position: relative;
  right: 15px;
}
.innerContainer .complex_options_container .option_syntax {
  display: none;
  width: 10em;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  margin-top: 0.5em;
  left: -20px;
  width: max-content;
  white-space: pre-line;
  text-align: start;
  padding: 10px;
}
.innerContainer .complex_options_container .option_syntax::after {
  content: "";
  position: absolute;
  left: 4em;
  bottom: 100%;
  margin-top: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.innerContainer .complex_options_container .option_syntax.active {
  display: block;
  transition: 5ms ease-in;
  z-index: 11;
}
.innerContainer .complex_options_container .info-card:hover + .option_syntax {
  z-index: 11;
  display: block;
  transition: 5ms ease;
}
.innerContainer .complex_options_container .complex_optionsLabel {
  position: relative;
  right: 8px;
  top: 5px;
}
.innerContainer .complex_options_container .complex_options_btn {
  position: absolute !important;
  bottom: -20px;
  color: #31af36 !important;
  background: white !important;
  border: 1px solid #31af36 !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  padding: 2px 15px !important;
}
.innerContainer .complex_options_container .add {
  right: calc(53% - 100px) !important;
}
.innerContainer .complex_options_container .edit {
  right: calc(56% - 100px) !important;
  font-size: 15px !important;
  padding: 4px 10px !important;
}
.innerContainer .complex_options_container .del {
  color: #df1010 !important;
  background: white !important;
  border: 1px solid #df1010 !important;
  background: #df1010;
  position: relative;
  cursor: pointer;
  font-size: 15px !important;
  padding: 4px !important;
  border-radius: 0.25em;
  border: none;
  color: white;
  transition: all 0.5s;
  height: 32px;
  margin-left: -92px;
  right: calc(50% - 100px) !important;
}
.innerContainer .complex_options_container .complex_optionsForm {
  position: relative;
  border: 1px solid #d5d5d5;
  width: 60%;
  padding: 10px;
  border-radius: 5px;
  height: 300px;
  overflow: auto;
}
.innerContainer .complex_options_container .complex_optionsForm .complex_formRow {
  display: flex;
  padding: 10px;
}
.innerContainer .complex_options_container .complex_optionsForm .complex_formRow label {
  position: relative;
  right: 10px;
  top: 5px;
  width: 25%;
}
.innerContainer .complex_options_container .complex_optionsForm .complex_formRow input {
  width: 75%;
}
.innerContainer .add_block_container {
  border: 1px solid #e4e2e5;
  border-radius: 6px;
  position: relative;
  margin: 0 100px;
  padding: 0;
}
.innerContainer .add_block_container h3 {
  position: absolute;
  top: -9px;
  left: 14px;
  text-transform: uppercase;
  font-size: 18px;
  color: #555;
  background-color: #fff;
}
.innerContainer .add_block_container .block_btn_container {
  position: absolute;
  right: 50%;
  bottom: -12px;
}
.innerContainer .add_block_container .add_blockForm {
  display: flex;
  margin: 20px 5px;
}
.innerContainer .add_block_container .add_blockForm label {
  width: 160px;
  margin-right: 40px;
  text-align: right;
  position: relative;
  top: 5px;
}
.innerContainer .add_block_container .add_blockForm .block_input {
  width: 70%;
}
.innerContainer .add_block_container .add_blockForm .block_input .bcheck {
  position: relative;
  top: 5px;
}
.innerContainer .add_block_container .add_blockForm .block_toggle {
  cursor: pointer;
  position: relative;
  left: 10px;
  top: 2px;
  font-size: 17px;
  color: #b3b3b3;
}
.innerContainer .add_block_container .add_blockForm .block_toggle:hover {
  color: #555;
}
.innerContainer .blockForm {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  position: relative;
  right: 15px;
}
.innerContainer .blockForm .more_info_label {
  position: relative;
  color: #1d90f4 !important;
  cursor: pointer;
}
.innerContainer .blockForm .more_info_label:hover {
  text-decoration: underline;
}
.innerContainer .blockForm .option_syntax {
  display: none;
  width: 10em;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 0.5em;
  left: -20px;
  width: max-content;
  white-space: pre-line;
  text-align: start;
  padding: 10px;
}
.innerContainer .blockForm .option_syntax::after {
  content: "";
  position: absolute;
  left: 4em;
  bottom: 100%;
  margin-top: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.innerContainer .blockForm .option_syntax.active {
  display: block;
  transition: 5ms ease-in;
  z-index: 11;
}
.innerContainer .blockForm .info-card:hover + .option_syntax {
  z-index: 11;
  display: block;
  transition: 5ms ease;
}
.innerContainer .blockForm label {
  position: relative;
  right: 10px;
  top: 5px;
}
.innerContainer .blockForm .custom-file-upload {
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  top: -2px;
  left: 8px;
}
.innerContainer .blockForm .custom-file-upload i {
  margin-right: 10px;
}
.innerContainer .blockForm .custom-file-upload:hover {
  background-color: #ced4da;
}
.innerContainer .blockForm input[type=file] {
  display: none;
}
.innerContainer .blockForm .opdef {
  position: relative;
  top: 1.5px;
  cursor: pointer;
  font-size: 19px;
  padding-left: 8px;
  border: none;
  left: 0px;
  bottom: 4px;
  transition: all 0.5s;
  margin-right: -23px;
}
.innerContainer .blockForm .add {
  background: #31af36;
}
.innerContainer .blockForm .del {
  background: #df1010;
  position: relative;
  right: -170px;
  top: 0.5px;
  cursor: pointer;
  font-size: 20px;
  padding: 0 10px;
  border-radius: 0.25em;
  border: none;
  color: white;
  transition: all 0.5s;
  height: 32px;
  margin-left: -92px;
}
.innerContainer .blockForm .edit {
  background: #31af36;
}
.innerContainer .blockForm .block_checkbox {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.innerContainer .blockForm .block_checkbox input[type=text] {
  width: 100% !important;
}
.innerContainer .blockForm .block_checkbox .bcheck {
  position: relative;
  top: 5px;
  left: 3px;
}
.innerContainer .blockForm .block_checkbox .bcheck span {
  position: relative;
  color: #555;
  bottom: 1px;
}
.innerContainer .block_save {
  visibility: hidden;
}
.innerContainer .block_save .act {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  position: absolute;
  margin: 0px;
  bottom: 14px;
  right: 10px;
  left: 0px;
  padding: 15px 0;
  background-color: #FFF;
  border-top: 1px solid #EEE;
}
.innerContainer .card_moni_show_report {
  width: 98%;
  min-height: 97%;
  margin-top: 30px;
  overflow: auto;
  position: absolute;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.innerContainer .showall,
.innerContainer .showall_fil {
  color: #f2aa1e;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  bottom: 4px;
}
.innerContainer .showall_fil {
  color: #31af36;
  font-size: 15px;
  right: 5px;
  bottom: 0;
}
.innerContainer #zones {
  display: inline-flex;
  background-color: #c6fdae57;
  padding: 4px 6px 4px;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
}
.innerContainer .searchbar_1 {
  display: flex;
  flex-direction: row;
  width: 50%;
  height: 48px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px solid #EEE;
  line-height: 10px;
  margin: 6px 0 20px 0;
}
.innerContainer .searchbar_1 input {
  margin-right: 10px;
  width: 100%;
  border: 0;
}
.innerContainer .searchbar_1 input:active, .innerContainer .searchbar_1 input:hover, .innerContainer .searchbar_1 input:focus {
  background-color: #f7f7f7;
  box-shadow: none;
}
.innerContainer .searchbar_1 label {
  position: relative;
  top: 12px;
  white-space: nowrap;
  float: left;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #32393c;
}
.innerContainer .expand_domains {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.innerContainer .searchbar_count {
  display: flex;
  flex-direction: row;
  width: 50%;
  height: 48px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px solid #EEE;
  line-height: 10px;
  margin: 6px 0 20px 0;
  width: 68% !important;
}
.innerContainer .searchbar_count .clearSearch {
  border-left: 1px solid #DDD;
  padding-left: 10px;
  position: relative;
  margin-left: auto;
}
.innerContainer .searchbar_count .clearSearch button {
  position: relative;
  top: 2px;
}
.innerContainer .searchbar_count input {
  margin-right: 10px;
  width: 100%;
  border: 0;
}
.innerContainer .searchbar_count input:active, .innerContainer .searchbar_count input:hover, .innerContainer .searchbar_count input:focus {
  background-color: #f7f7f7;
  box-shadow: none;
}
.innerContainer .searchbar_count label {
  position: relative;
  top: 12px;
  white-space: nowrap;
  float: left;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #32393c;
}
.innerContainer .searchbar_count .select2-container--default .select2-selection--single {
  margin-right: 10px;
  width: 100%;
  border: 0;
}
.innerContainer .searchbar_count .select2-container--default .select2-selection--single:hover, .innerContainer .searchbar_count .select2-container--default .select2-selection--single:focus, .innerContainer .searchbar_count .select2-container--default .select2-selection--single:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.innerContainer .searchbar_count .select2-container--default .select2-selection--single:disabled {
  cursor: not-allowed;
}
.innerContainer .searchbar_count .select2-container--default .select2-selection--single {
  height: calc(1.5em + .75rem + 2px);
  width: 100%;
}
.innerContainer .searchbar_count .select2-container--default .select2-selection--single span {
  color: #777777 !important;
  font-size: 13px;
}
.innerContainer .searchbar_count .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  text-align: start;
}
.innerContainer .searchbar_count .diffSearch {
  width: 100% !important;
  min-width: 200px;
}
.innerContainer .searchbar_count div {
  display: flex;
  flex-direction: row;
  border-right: 1px solid #DDD;
  padding: 0 5px 0 5px;
  width: 550px;
}
.innerContainer .searchbar_count div input,
.innerContainer .searchbar_count div select {
  width: 100%;
  border: 0 !important;
}
.innerContainer .searchbar_count div input:hover, .innerContainer .searchbar_count div input:focus, .innerContainer .searchbar_count div input:active,
.innerContainer .searchbar_count div select:hover,
.innerContainer .searchbar_count div select:focus,
.innerContainer .searchbar_count div select:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.innerContainer .searchbar_count div input:disabled,
.innerContainer .searchbar_count div select:disabled {
  cursor: not-allowed;
}
.innerContainer .searchbar_count div label {
  position: relative;
  top: 12px;
  white-space: nowrap;
  float: left;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #32393c;
}
.innerContainer .settings-sub-container {
  position: absolute;
  top: 75px;
  right: 50px;
  bottom: 0;
  left: 45px;
  background-color: #FFF;
  border: 6px solid #bdbcbc;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  overflow-y: auto;
}
.innerContainer .emptyDContainer {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  text-align: center;
}
.innerContainer .emptyDContainer #emptyDlogo {
  width: 430px;
  height: 300px;
  background-image: url("images/Subnet.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptySupernetlogo {
  width: 430px;
  height: 300px;
  background-image: url("images/Supernet-bg.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyDomainlogo {
  width: 370px;
  height: 300px;
  background-image: url("images/domain.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyViewlogo {
  width: 400px;
  height: 300px;
  background-image: url("images/views-bg.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyScavangelogo {
  width: 390px;
  height: 300px;
  background-image: url("images/Scavenging-bg.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptySchlogo {
  width: 390px;
  height: 300px;
  background-image: url("images/Schedule-bg.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptySlogo {
  width: 300px;
  height: 350px;
  background-image: url("images/Shared-Network.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyHlogo {
  width: 300px;
  height: 300px;
  background-image: url("images/Host.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyGPlogo {
  width: 310px;
  height: 300px;
  background-image: url("images/Host-Group.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyDHlogo {
  width: 300px;
  height: 350px;
  background-image: url("images/Dhcp-Failover.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyLlogo {
  width: 360px;
  height: 300px;
  background-image: url("images/dditime.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyCLlogo {
  width: 360px;
  height: 300px;
  background-image: url("images/Client-Class.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyZlogo {
  width: 300px;
  height: 330px;
  background-image: url("images/Access-Control-List.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyQRPlogo {
  width: 290px;
  height: 255px;
  background-image: url("images/qrp.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyAnalyticslogo {
  width: 410px;
  height: 331px;
  background-image: url("images/Analytics.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptytsiglogo {
  width: 560px;
  height: 300px;
  background-image: url("images/Zone-Transfer.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptymanagelogo {
  width: 430px;
  height: 310px;
  background-image: url("images/Manage-IP.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyMlogo {
  width: 300px;
  height: 300px;
  background-image: url("images/subs_ico/monitor.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer #emptyVlogo {
  width: 300px;
  height: 300px;
  background-image: url("images/vanity.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerContainer .emptyDContainer .addZone {
  margin: 1rem;
}
.innerContainer .emptyDContainer .addZone h2 {
  color: #555;
  font-size: 30px;
  text-transform: uppercase;
}
.innerContainer .emptyDContainer .addZone sup {
  font-size: 13px;
}
.innerContainer .emptyDContainer .addZone #import_lease {
  display: none !important;
}
.innerContainer .emptyDContainer .addZone .spliter {
  position: relative;
  top: 8px;
  right: 10px;
  color: #555;
}
.innerContainer .emptyDContainer .addZone .import_zone {
  border: none;
  border-radius: 5px;
  padding: 5.5px 10px;
  color: #fff;
}
.innerContainer .emptyDContainer .addZone .import_lease_btn {
  background-color: #02c574 !important;
  cursor: pointer;
}
.innerContainer .emptyDContainer .addZone button {
  background-color: #02c574 !important;
  font-size: 15px;
  position: relative;
  top: 10px;
}
.innerContainer .emptyDContainer .addZone button .acl-image {
  content: url("images/acl.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.innerContainer .emptyDContainer .addZone button .cliencl-image {
  content: url("images/client-cl.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.innerContainer .emptyDContainer .addZone button .host-image {
  content: url("images/host1.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
  right: 2px;
}
.innerContainer .emptyDContainer .addZone button .hostgp-image {
  content: url("images/hostgrp.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.innerContainer .emptyDContainer .addZone button .fail-image {
  content: url("images/fail.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.innerContainer .emptyDContainer .addZone button .sharenet-image {
  content: url("images/sharenet.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.innerContainer .emptyDContainer .addZone button .tsig-img {
  content: url("images/tsig.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
  top: 5px;
}
.innerContainer .box-view .emptyDContainer h4,
.innerContainer .latest_report_graph .emptyDContainer h4 {
  text-transform: uppercase;
  color: #555;
}
.innerContainer .box-view .emptyDContainer #emptyAnalyticslogo,
.innerContainer .latest_report_graph .emptyDContainer #emptyAnalyticslogo {
  width: 310px;
  height: 231px;
  background-image: url("images/Analytics.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}

.dhcp_options_container .dhcp_configs {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.dhcp_options_container .dhcp_configs .page_partition {
  position: relative;
}
.dhcp_options_container .dhcp_configs .page_partition .pp_text {
  position: absolute;
  bottom: 20px;
  left: 5px;
  text-transform: uppercase;
  width: fit-content;
  color: #555;
  background-color: #c9edf1;
  border: 1px solid #00bcd4;
  padding: 0px 5px;
  border-radius: 5px;
}
.dhcp_options_container .dhcp_configs .page_partition hr {
  padding: 10px 0 10px;
  margin: 0 !important;
}
.dhcp_options_container .dhcp_configs .config_category .config_tab {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  color: #555;
}
.dhcp_options_container .dhcp_configs .config_category .config_tab::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 14px;
  width: 62px;
  height: 4px;
}
.dhcp_options_container .dhcp_configs .config_category .config_tab .CtBadge {
  cursor: pointer;
  position: relative;
  bottom: 1px;
  left: 3px;
  border: 2px solid #abaaaa;
  border-radius: 7px;
  text-align: center;
  color: #909090;
  padding-left: 5px;
  padding-right: 5px;
  word-spacing: 1px;
  box-shadow: 3px 2px #abaaaa;
  font-size: 12px;
}
.dhcp_options_container .dhcp_configs .config_category .config_tab.active {
  transition: 0.2s ease-in;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  border-color: #ebebeb;
  border-radius: 8px;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background-color: #fff;
  font-weight: 600;
  color: #444444;
}
.dhcp_options_container .dhcp_configs .config_category .config_tab.active::after {
  background: #51ce79;
}
.dhcp_options_container .dhcp_configs .config_content {
  padding: 30px 0;
  background-color: #fff;
  top: 75px;
  right: 10px;
  left: 1px;
  position: absolute;
}
.dhcp_options_container .dhcp_configs .config_content .add_block_container {
  border: 1px solid #e4e2e5;
  border-radius: 6px;
  position: relative;
  margin: 0 100px;
  padding: 0;
  top: -10px;
}
.dhcp_options_container .dhcp_configs .config_content .add_block_container h3 {
  position: absolute;
  top: -9px;
  left: 14px;
  text-transform: uppercase;
  font-size: 18px;
  color: #555;
  background-color: #fff;
}
.dhcp_options_container .dhcp_configs .config_content .add_block_container .block_btn_container {
  position: absolute;
  right: 50%;
  bottom: -12px;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  position: relative;
  right: 0px;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .option_syntax {
  display: none;
  width: 10em;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  margin-top: 0.5em;
  left: -20px;
  width: max-content;
  white-space: pre-line;
  text-align: start;
  padding: 10px;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .option_syntax::after {
  content: "";
  position: absolute;
  left: 4em;
  bottom: 100%;
  margin-top: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .option_syntax.active {
  display: block;
  transition: 5ms ease-in;
  z-index: 11;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .info-card:hover + .option_syntax {
  z-index: 11;
  display: block;
  transition: 5ms ease;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .complex_optionsLabel {
  position: relative;
  right: 8px;
  top: 5px;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .complex_options_btn {
  position: absolute !important;
  bottom: -20px;
  color: #31af36 !important;
  background: white !important;
  border: 1px solid #31af36 !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  padding: 2px 15px !important;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .add {
  right: calc(53% - 100px) !important;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .edit {
  right: calc(56% - 100px) !important;
  font-size: 15px !important;
  padding: 4px 10px !important;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .del {
  color: #df1010 !important;
  background: white !important;
  border: 1px solid #df1010 !important;
  background: #df1010;
  position: relative;
  cursor: pointer;
  font-size: 15px !important;
  padding: 4px !important;
  border-radius: 0.25em;
  border: none;
  color: white;
  transition: all 0.5s;
  height: 32px;
  margin-left: -92px;
  right: calc(50% - 100px) !important;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .complex_optionsForm {
  position: relative;
  border: 1px solid #d5d5d5;
  width: 60%;
  padding: 10px;
  border-radius: 5px;
  height: 300px;
  overflow: auto;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .complex_optionsForm .complex_formRow {
  display: flex;
  padding: 10px;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .complex_optionsForm .complex_formRow label {
  position: relative;
  right: 10px;
  top: 5px;
  width: 25%;
}
.dhcp_options_container .dhcp_configs .config_content .complex_options_container .complex_optionsForm .complex_formRow input {
  width: 75%;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view {
  position: relative;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .searchBox-conInput {
  width: 25%;
  position: absolute;
  right: 28px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .searchBox-conInput .form-control {
  padding: 0.375rem 2rem 0.375rem 0.75rem !important;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .searchBox-conInput .searchBox-clearWrapper {
  padding-right: 0.5rem;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .searchBox-conInput .searchBox-clearWrapper .searchBox-clear {
  color: #CCC;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 8px;
  right: 7px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .deleted {
  text-decoration: line-through;
  background-color: #ff2e2e99;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  padding: 0 10px 10px;
  max-height: 400px;
  cursor: pointer;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .pool_table .range_ele {
  display: inline-block;
  width: fit-content;
  background-color: #cce7f057;
  margin: 0 5px 5px 0;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 6px;
  border-color: #c0c0c041;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .pool_table tbody td:nth-child(1) {
  position: relative;
  width: 40%;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .pool_table tbody td:nth-child(1) .pool_range {
  max-width: 450px;
  overflow: auto;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .pool_table ::-webkit-scrollbar {
  height: 0px !important;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .pool_table ::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .pool_table td {
  white-space: nowrap;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .edit_ico {
  color: #199edb;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .remove_ico {
  color: #df1010;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .t_disabled {
  pointer-events: none;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .option_edit_input {
  border: 0.5px solid #b3b3b3;
  border-radius: 5px;
  padding: 5px 10px;
  width: 300px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .option_edit_input:focus {
  border: 1px solid #b3b3b3;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .select2-container--default .select2-selection--single {
  border: 0.5px solid #b3b3b3;
  border-radius: 5px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .select2-container--default .select2-selection--single:focus {
  border: 1px solid #b3b3b3;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .onEdit {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  background-color: #fccdae;
  position: relative;
  line-height: 30px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .onEdit td {
  font-size: 18px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll tbody tr .named_actions i {
  margin-left: 10px;
  visibility: hidden;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll tbody tr:nth-child(even) {
  background-color: #fff;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll tbody tr:hover {
  background-color: #f6f7f8;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll tbody tr:hover .named_actions i {
  visibility: visible;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .edited {
  background-color: #a7d6ff;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .editEnable .edit {
  background-color: #f6f7f8;
  position: relative;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .editEnable .edit .named_actions i {
  visibility: visible;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .usage_bar {
  width: 100%;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .usage_bar .usage_outer {
  background-color: #e4e2e5;
  width: 80%;
  height: 17px;
  border-radius: 2px;
  position: relative;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .usage_bar .usage_outer .usage_inner {
  width: 0;
  height: 100%;
  border-radius: 1px;
  background-color: #46bb7d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .usage_bar .usage_outer .usage_text {
  font-size: 10px;
  color: #555;
  position: absolute;
  top: 8.5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .usage_bar .usage_outer .red {
  background-color: #d43028;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .usage_bar .usage_outer .orange {
  background-color: #fe7b00;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .usage_bar .red {
  background-color: #ffcccc;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .usage_bar .orange {
  background-color: #ffe5cc;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 thead tr {
  position: sticky;
  top: 0;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 thead tr td {
  white-space: nowrap;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .named_actions .option_syntax {
  display: none;
  background-color: #555;
  color: #fff;
  border-radius: 6px;
  padding: 5px 0;
  width: fit-content;
  height: min-content;
  white-space: pre-line;
  text-align: start;
  padding: 10px;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .named_actions .option_syntax::after {
  content: "";
  position: absolute;
  left: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .named_actions .info-card {
  color: #555;
  position: relative;
}
.dhcp_options_container .dhcp_configs .config_content .dash-view .config_scroll .dash-dable1 .named_actions .info-card:hover + .option_syntax {
  z-index: 11;
  position: absolute;
  margin-top: 0.5em;
  bottom: 5px;
  right: 10%;
  display: block;
  transition: 5ms ease;
}
.dhcp_options_container .dhcp_configs .config_content .emptyDContainer {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  text-align: center;
}
.dhcp_options_container .dhcp_configs .config_content .emptyDContainer #emptyHlogo {
  width: 285px;
  height: 200px;
  background-image: url("images/Subnet.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.dhcp_options_container .dhcp_configs .config_content .emptyDContainer .addZone h2 {
  color: #555;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 10px;
}
.dhcp_options_container .dhcp_configs .config_content .emptyDContainer .addZone sup {
  font-size: 13px;
}
.dhcp_options_container .dhcp_configs .config_content .emptyDContainer button {
  background-color: #02c574 !important;
  font-size: 15px;
  position: relative;
  top: 10px;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  position: relative;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm label {
  position: relative;
  right: 10px;
  top: 5px;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .option_syntax {
  display: none;
  width: 10em;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 0.5em;
  left: -20px;
  width: max-content;
  white-space: pre-line;
  text-align: start;
  padding: 10px;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .option_syntax::after {
  content: "";
  position: absolute;
  left: 4em;
  bottom: 100%;
  margin-top: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .option_syntax.active {
  display: block;
  transition: 5ms ease-in;
  z-index: 11;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .info-card:hover + .option_syntax {
  z-index: 11;
  display: block;
  transition: 5ms ease;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .custom-file-upload {
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  top: -2px;
  left: 8px;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .custom-file-upload i {
  margin-right: 10px;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .custom-file-upload:hover {
  background-color: #ced4da;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm input[type=file] {
  display: none;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .opdef {
  position: relative;
  top: 1.5px;
  cursor: pointer;
  font-size: 19px;
  padding-left: 15px;
  border: none;
  left: 0px;
  bottom: 4px;
  transition: all 0.5s;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .add {
  background: #31af36;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .del {
  background: #df1010;
  position: relative;
  right: -170px;
  top: 0.5px;
  cursor: pointer;
  font-size: 20px;
  padding: 0 10px;
  border-radius: 0.25em;
  border: none;
  color: white;
  transition: all 0.5s;
  height: 32px;
  margin-left: -92px;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .edit {
  background: #31af36;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .block_checkbox {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .block_checkbox input[type=text] {
  width: 100% !important;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .block_checkbox .bcheck {
  position: relative;
  top: 5px;
  left: 3px;
}
.dhcp_options_container .dhcp_configs .config_content .blockForm .block_checkbox .bcheck span {
  position: relative;
  color: #555;
  bottom: 1px;
}
.dhcp_options_container .dhcp_configs .config_content .block_save {
  visibility: hidden;
  position: absolute;
  bottom: 15px;
  left: 41%;
}
.dhcp_options_container .dhcp_configs .config_content .block_save .act {
  display: flex;
  flex-direction: row;
}

.innerFullContainer {
  position: absolute;
  top: 60px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1000;
  background-color: #f7f7f7;
}
.innerFullContainer .admin_dash {
  position: absolute;
  top: -20px;
  right: 20px;
  bottom: 10px;
  left: 20px;
}
.innerFullContainer .admin_dash .fl_btn {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 2000;
  font-size: 16px;
  border: 1px solid #269bff;
  color: #269bff;
  padding: 1px 5px;
  border-radius: 4px;
  background: none;
  opacity: 0.1;
  cursor: pointer;
}
.innerFullContainer .admin_dash .fl_btn:hover {
  opacity: 1;
}
.innerFullContainer .admin_dash .dash-table-container {
  margin: 2.5% 0 0 !important;
}
.innerFullContainer .admin_dash .month-container,
.innerFullContainer .admin_dash .hour-container {
  margin: 0px 2px 0px 0px;
  border: none;
  width: 100%;
  height: 300px;
}

.innerSettingsContainer {
  position: absolute;
  top: 30px;
  right: 10px;
  bottom: 10px;
  left: 75px;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
}
.innerSettingsContainer .emptyDContainer {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  text-align: center;
}
.innerSettingsContainer .emptyDContainer #emptyHlogo {
  width: 300px;
  height: 390px;
  background-image: url("images/Server.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerSettingsContainer .emptyDContainer #emptyDHlogo {
  width: 300px;
  height: 350px;
  background-image: url("images/Dhcp-Failover.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerSettingsContainer .emptyDContainer #emptyAuditlogo {
  width: 300px;
  height: 310px;
  background-image: url("images/Audit-bg.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerSettingsContainer .emptyDContainer .addZone h2 {
  color: #555;
  font-size: 30px;
  text-transform: uppercase;
}
.innerSettingsContainer .emptyDContainer .addZone button {
  background-color: #02c574 !important;
  font-size: 15px;
  position: relative;
  top: 10px;
}
.innerSettingsContainer .admin_dash {
  position: absolute;
  top: -20px;
  right: 20px;
  bottom: 10px;
  left: 20px;
}
.innerSettingsContainer .admin_dash .fl_btn {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 100;
  font-size: 16px;
  border: 1px solid #269bff;
  color: #269bff;
  padding: 1px 5px;
  border-radius: 4px;
  background: none;
  opacity: 0.1;
  cursor: pointer;
}
.innerSettingsContainer .admin_dash .fl_btn:hover {
  opacity: 1;
}
.innerSettingsContainer .admin_dash .dash-table-container {
  margin: 2.5% 0 0 !important;
}
.innerSettingsContainer .admin_dash .month-container,
.innerSettingsContainer .admin_dash .hour-container {
  margin: 0px 2px 0px 0px;
  border: none;
  width: 100%;
  height: 300px;
}
.innerSettingsContainer .settings-sub-container {
  position: absolute;
  top: 75px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #FFF;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: auto;
}
.innerSettingsContainer .settings-sub-container .fa-chart-bar {
  color: #45bd61 !important;
  cursor: pointer;
  margin-right: 5px;
  font-size: 14px;
}
.innerSettingsContainer .settings-sub-container .fa-edit {
  color: #45bd61;
  cursor: pointer;
  margin-right: 5px;
  font-size: 14px;
}
.innerSettingsContainer .settings-sub-container .fa-trash-alt {
  color: #df1010;
  cursor: pointer;
  font-size: 14px;
}
.innerSettingsContainer .settings-sub-container .domain-image {
  content: url("images/domain1.png");
  position: relative;
  min-width: 20px;
  max-height: 20px;
  filter: invert(33%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(85%) contrast(100%);
  top: 5px;
}
.innerSettingsContainer .settings-sub-container .dhcp-image {
  content: url("images/dhcp2.png");
  position: relative;
  min-width: 22px;
  max-height: 22px;
  filter: invert(33%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(85%) contrast(100%);
  top: 5px;
  left: 0;
}
.innerSettingsContainer .settings-sub-container .server_status {
  content: url("images/server_status.png");
  position: relative;
  min-width: 16px;
  max-height: 16px;
  top: 0px;
  left: 0;
}
.innerSettingsContainer .settings-sub-container .ico_green {
  filter: brightness(0) saturate(100%) invert(48%) sepia(58%) saturate(422%) hue-rotate(75deg) brightness(92%) contrast(92%);
}
.innerSettingsContainer .settings-sub-container .drop_ico {
  color: #757575 !important;
  cursor: pointer;
  margin-right: 4px !important;
  font-size: 14px;
}
.innerSettingsContainer .settings-sub-container .fa-chevron-circle-up {
  color: #269bff;
  cursor: pointer;
  margin-left: 10px;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.innerSettingsContainer .settings-sub-container .fa-info-circle {
  color: #f2aa1e;
  cursor: pointer;
}
.innerSettingsContainer .settings-sub-container .fa-users {
  color: #4e9fe6;
  cursor: pointer;
}
.innerSettingsContainer .settings-sub-container .admin_add {
  position: relative;
  float: right;
  bottom: 10px;
}
.innerSettingsContainer .settings-sub-container .admin_add .btn-add_admin {
  color: #45bd61 !important;
  border: 1px solid #45bd61;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: #fff !important;
  text-decoration: none;
  margin-right: 20px;
}
.innerSettingsContainer .settings-sub-container .adminSearches {
  display: flex;
  flex-direction: row;
  float: left;
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  padding: 5px 0px;
  margin-right: 20px;
  border: 1px solid #EEE;
  line-height: 10px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.innerSettingsContainer .settings-sub-container .adminSearches .clearSearch {
  display: none;
  border: none;
  border-left: 1px solid #DDD;
}
.innerSettingsContainer .settings-sub-container .adminSearches .clearSearch #clearSearch {
  margin-left: 20px;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele {
  border-right: 1px solid #DDD;
  padding: 2px 10px 2px 10px;
  width: 350px;
  display: flex;
  flex-direction: row;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele label {
  position: relative;
  top: 12px;
  white-space: nowrap;
  float: left;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #32393c;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele input[type=text],
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele select,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .select2-container--default .select2-selection--single {
  margin-right: 10px;
  width: 100%;
  border: 0;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele input[type=text]:hover, .innerSettingsContainer .settings-sub-container .adminSearches .search_ele input[type=text]:focus, .innerSettingsContainer .settings-sub-container .adminSearches .search_ele input[type=text]:active,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele select:hover,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele select:focus,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele select:active,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .select2-container--default .select2-selection--single:hover,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .select2-container--default .select2-selection--single:focus,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .select2-container--default .select2-selection--single:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele input[type=text]:disabled,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele select:disabled,
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .select2-container--default .select2-selection--single:disabled {
  cursor: not-allowed;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .select2-container--default .select2-selection--single {
  height: calc(1.5em + .75rem + 2px);
  width: 100%;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .select2-container--default .select2-selection--single span {
  color: #777777 !important;
  font-size: 13px;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  text-align: start;
}
.innerSettingsContainer .settings-sub-container .adminSearches .search_ele .audit_suggestion::-webkit-calendar-picker-indicator {
  display: none !important;
}
.innerSettingsContainer .settings-sub-container .adminSearches .updowncheck #primary {
  margin-right: 20px;
}
.innerSettingsContainer .settings-sub-container .adminSearches .updowncheck .check_button {
  position: relative;
  width: 75px;
  height: 30px;
}
.innerSettingsContainer .settings-sub-container .adminSearches .updowncheck .check_button input[type=checkbox] {
  width: 75px;
  height: 30px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.innerSettingsContainer .settings-sub-container .adminSearches .updowncheck .check_button div {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 0.25em;
  color: #555;
}
.innerSettingsContainer .settings-sub-container .adminSearches .updowncheck .check_button div span {
  white-space: nowrap;
}
.innerSettingsContainer .settings-sub-container .adminSearches .updowncheck .check_button input[type=checkbox]:hover ~ div {
  background-color: #e2e2e2;
}
.innerSettingsContainer .settings-sub-container .adminSearches .updowncheck .check_button input[type=checkbox]:checked ~ #up {
  background-color: #31af36;
  color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.innerSettingsContainer .settings-sub-container .adminSearches .updowncheck .check_button input[type=checkbox]:checked ~ #down {
  background-color: #ff4d4d;
  color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.innerSettingsContainer .settings-sub-container .adminSearches .dateTimealert {
  display: flex;
  flex-direction: row;
}
.innerSettingsContainer .settings-sub-container .adminSearches .dateTimealert #dateTimesAlerts-container {
  margin-right: 5px;
  border: 0 !important;
}
.innerSettingsContainer .settings-sub-container .adminSearches .dateTimealert #dateTimesAlerts-container .zselectbox__text {
  color: rgba(85, 85, 85, 0.521) !important;
}
.innerSettingsContainer .settings-sub-container .adminSearches .dateTimealert #dateTimesAlerts-container:hover, .innerSettingsContainer .settings-sub-container .adminSearches .dateTimealert #dateTimesAlerts-container:focus, .innerSettingsContainer .settings-sub-container .adminSearches .dateTimealert #dateTimesAlerts-container:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.innerSettingsContainer .settings-sub-container .adminSearches .dateTimealert .btn {
  position: relative;
  left: 5px;
  margin-right: 5px;
}
.innerSettingsContainer .searchbar_1 {
  display: flex;
  flex-direction: row;
  width: 50%;
  height: 48px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px solid #EEE;
  line-height: 10px;
  margin: 6px 0 20px 0;
}
.innerSettingsContainer .searchbar_1 input {
  margin-right: 10px;
  width: 100%;
  border: 0;
}
.innerSettingsContainer .searchbar_1 input:active, .innerSettingsContainer .searchbar_1 input:hover, .innerSettingsContainer .searchbar_1 input:focus {
  background-color: #f7f7f7;
  box-shadow: none;
}
.innerSettingsContainer .searchbar_1 label {
  position: relative;
  top: 12px;
  white-space: nowrap;
  float: left;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #32393c;
}
.innerSettingsContainer .aslist {
  margin: 50px 150px 20px;
  width: 70%;
  padding: 10px 5px 10px 5px;
  border: 0.4px solid #dddddf;
}
.innerSettingsContainer .aslist h4 {
  font-size: 25px;
  font-weight: 550;
  border-bottom: 1px solid #d3d3d8;
  padding-bottom: 5px;
  text-align: center;
  color: #555;
}
.innerSettingsContainer .aslist .listscroll {
  max-height: 430px;
  position: relative;
  overflow: auto;
}
.innerSettingsContainer .aslist .asn_li_ele {
  margin: 5px;
  border-radius: 10px;
}
.innerSettingsContainer .aslist .asn_li_ele i {
  float: right;
  color: #555;
  line-height: 20px;
  font-size: 17px;
}
.innerSettingsContainer .aslist .asn_li_ele i:hover {
  color: rgba(212, 16, 16, 0.87);
}
.innerSettingsContainer .aslist .asn_li_ele .list-group-item-info {
  color: #555;
  background-color: #f7f7f7 !important;
}
.innerSettingsContainer .aslist .asn_li_ele .list-group-item-info:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.innerformContainer {
  position: absolute;
  top: 38px;
  right: 0;
  bottom: 0;
  left: 75px;
  overflow: hidden;
  overflow-y: auto;
}
.innerformContainer .emptyDContainer {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  text-align: center;
}
.innerformContainer .emptyDContainer h2 {
  text-transform: uppercase;
  color: #555;
}
.innerformContainer .emptyDContainer h3 {
  color: #555;
  font-size: 20px;
}
.innerformContainer .emptyDContainer #emptyserverlogo {
  width: 310px;
  height: 400px;
  background-image: url("images/Server.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.innerformContainer .block_container {
  transition: all 3ms ease-in;
  position: relative;
  width: 100%;
  left: 10px;
}
.innerformContainer .block_container .blocklist {
  width: 50%;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.innerformContainer .block_container .blocklist .blockhead {
  color: #555;
  opacity: 0.8;
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  background: #f4f4f6;
}
.innerformContainer .block_container .blocklist .blockhead .cloud_strike_through {
  position: relative;
  display: inline-block;
}
.innerformContainer .block_container .blocklist .blockhead .cloud_strike_through::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: rotate(-35deg);
}
.innerformContainer .block_container .blocklist .blockhead .toggle_size {
  cursor: pointer;
  float: right;
  color: #ced4da;
}
.innerformContainer .block_container .blocklist .blockhead .toggle_size:hover {
  color: #555;
}
.innerformContainer .block_container .blocklist .blockhead .toggle_exists {
  cursor: pointer;
  float: right;
  color: #555;
}
.innerformContainer .block_container .blocklist .blockhead .toggle_exists:hover {
  color: #555;
}
.innerformContainer .block_container .blocklist .list_contents {
  padding: 10px;
  height: 75%;
  overflow: auto;
}
.innerformContainer .block_container .blocklist .list_contents .recCtBadge {
  cursor: pointer;
  position: relative;
  bottom: 5px;
  border: 2px solid #abaaaa;
  border-radius: 7px;
  text-align: center;
  color: #909090;
  padding-left: 5px;
  padding-right: 5px;
  word-spacing: 1px;
  box-shadow: 3px 2px #abaaaa;
  font-size: 12px;
}
.innerformContainer .block_container .blocklist .list_contents .recCtBadge:hover {
  text-decoration: none !important;
}
.innerformContainer .block_container .blocklist .block_d {
  color: #555;
  background-color: #f7f7f7 !important;
  cursor: pointer;
  margin: 10px 5px;
  padding: 10px 5px;
  border-radius: 5px;
}
.innerformContainer .block_container .blocklist .block_d .fa-cloud:hover {
  color: #03a9f4 !important;
}
.innerformContainer .block_container .blocklist .block_d .add_info {
  display: inline;
  border: 0.5px solid #03a9f4;
  border-radius: 5px;
  padding: 2px 5px;
  color: #03a9f4;
}
.innerformContainer .block_container .blocklist .block_d i {
  float: right;
  position: relative;
  color: #555;
  line-height: 20px;
  font-size: 17px;
  right: 5px;
}
.innerformContainer .block_container .blocklist .block_d i:hover {
  color: rgba(212, 16, 16, 0.87);
}
.innerformContainer .block_container .blocklist .block_d:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.innerformContainer .settings-sub-container,
.innerformContainer .geo-container {
  padding: 50px 0px 80px 70px;
  margin-bottom: 75px;
  top: 70px;
  left: 10px;
  right: 15px;
  bottom: 10px;
  position: absolute;
  background-color: #FFF;
  border-bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 5px;
}
.innerformContainer .settings-sub-container .clone-btn,
.innerformContainer .geo-container .clone-btn {
  position: absolute;
  right: 90px;
  top: 100px;
}
.innerformContainer .settings-sub-container .chartRow,
.innerformContainer .geo-container .chartRow {
  margin: 10px;
}
.innerformContainer .settings-sub-container .chartRow .chart-container,
.innerformContainer .geo-container .chartRow .chart-container {
  border-radius: 0.25em;
  background-color: white;
  margin: 10px 0 10px;
  width: 100%;
  height: 350px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.innerformContainer .settings-sub-container .formContainer .service_status,
.innerformContainer .geo-container .formContainer .service_status {
  border-radius: 5px;
  padding: 5px;
  background-color: #fff;
  float: inline-end;
  position: relative;
  bottom: 13px;
  margin-right: 8px;
  cursor: pointer;
}
.innerformContainer .settings-sub-container .formContainer .service_status.succ,
.innerformContainer .geo-container .formContainer .service_status.succ {
  border: 1px solid #04b54b;
  color: #04b54b;
}
.innerformContainer .settings-sub-container .formContainer .service_status.err,
.innerformContainer .geo-container .formContainer .service_status.err {
  border: 1px solid #d43028;
  color: #d43028;
}

.innerformContainer1 {
  position: absolute;
  top: 35px;
  right: -25px;
  bottom: 0px;
  left: 45px;
  overflow: hidden;
  overflow-y: auto;
}
.innerformContainer1 .aslist {
  margin: 50px 150px 20px;
  width: 70%;
  padding: 10px 5px 10px 5px;
  border: 0.4px solid #dddddf;
}
.innerformContainer1 .aslist h4 {
  font-size: 25px;
  font-weight: 550;
  border-bottom: 1px solid #d3d3d8;
  padding-bottom: 5px;
  text-align: center;
  color: #555;
}
.innerformContainer1 .aslist .listscroll {
  max-height: 430px;
  position: relative;
  overflow: auto;
}
.innerformContainer1 .aslist .asn_li_ele {
  margin: 5px;
  border-radius: 10px;
}
.innerformContainer1 .aslist .asn_li_ele i {
  float: right;
  color: #555;
  line-height: 20px;
  font-size: 17px;
}
.innerformContainer1 .aslist .asn_li_ele i:hover {
  color: rgba(212, 16, 16, 0.87);
}
.innerformContainer1 .aslist .asn_li_ele .list-group-item-info {
  color: #555;
  background-color: #f7f7f7 !important;
}
.innerformContainer1 .aslist .asn_li_ele .list-group-item-info:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.innerformContainer1 .settings-sub-container {
  position: absolute;
  top: 70px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  padding: 60px 10px 0 50px;
  background-color: #FFF;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  overflow: hidden;
  overflow-y: auto;
}
.innerformContainer1 .settings-sub-container .fa-edit {
  color: #45bd61;
  cursor: pointer;
  margin-right: 5px;
  font-size: 14px;
}
.innerformContainer1 .settings-sub-container .fa-trash-alt {
  color: #df1010;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}

.inneralertContainer {
  position: absolute;
  top: 83px;
  right: 0px;
  bottom: 5px;
  left: 80px;
  position: absolute;
  overflow: auto;
}
.inneralertContainer .settings-sub-container {
  margin: 20px 10px 0px 0px;
  padding: 30px 15px 10px;
  background-color: #FFF;
  border-bottom: 0;
  overflow: auto;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 5px;
  min-height: 98%;
}
.inneralertContainer .emptyDContainer {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  text-align: center;
}
.inneralertContainer .emptyDContainer #emptyAuditlogo {
  width: 300px;
  height: 310px;
  background-image: url("images/Audit-bg.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.inneralertContainer .emptyDContainer h2 {
  margin-top: 10px;
  color: #555;
  font-size: 30px;
  text-transform: uppercase;
}
.inneralertContainer .pagination {
  margin: 4px 0 10px 0 !important;
}

.innerContainer2 {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 65px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.innerContainer2.bgGray {
  background-color: #f5f5f5;
}

.CustinnerContainerCustinnerContainer {
  position: absolute;
  top: 49px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  overflow-y: auto;
}
.CustinnerContainerCustinnerContainer.bgGray {
  background-color: #f5f5f5;
}

/*containers ends*/
.alertContainer {
  width: 100%;
  margin: auto;
}

/*dashboard starts*/
.dwidgettbl tbody tr.rowspan {
  border: 0px;
  background-color: aliceblue;
}
.dwidgettbl tbody tr.unrowspan {
  border-top: 1px solid #EEE;
}

.dnavbtn {
  float: right;
}
.dnavbtn .listtyp {
  border: 1px solid #DDD;
  display: inline-block;
  width: 68px;
  height: 30px;
  margin-top: 9px;
  margin-right: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.dnavbtn .nicon-grid {
  display: table;
  width: 33px;
  height: 28px;
  background-position: -348px -19px;
  border-right: 1px solid #EEE;
  float: left;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.dnavbtn .nicon-grid:hover {
  background-color: #f5f5f5;
}
.dnavbtn .nicon-grid.active {
  background-color: #374850;
  background-position: -348px -61px;
}
.dnavbtn .nicon-list {
  display: table;
  width: 33px;
  height: 28px;
  cursor: pointer;
  background-position: -384px -18px;
}
.dnavbtn .nicon-list:hover {
  background-color: #f5f5f5;
}
.dnavbtn .nicon-list.active {
  background-color: #374850;
  background-position: -384px -60px;
}
.dnavbtn .listsort {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: 1px solid #DDD;
  border-radius: 2px;
  cursor: pointer;
}
.dnavbtn .nicon-sort {
  display: table;
  width: 28px;
  height: 28px;
  background-position: -415px -19px;
}
.dnavbtn .nicon-sort:hover {
  background-color: #f5f5f5;
}

.dashboardwidget,
.bgpwidget,
.interfacew {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.dashboardwidget > li,
.bgpwidget > li,
.interfacew > li {
  width: 47.7777777%;
  float: left;
  border: 1px solid #EEE;
  border-radius: 3px;
  margin: 20px;
}
.dashboardwidget > li .dwtbl,
.bgpwidget > li .dwtbl,
.interfacew > li .dwtbl {
  padding: 10px;
}
.dashboardwidget > li h2,
.bgpwidget > li h2,
.interfacew > li h2 {
  font-size: 16px;
  color: #20B39D;
  margin: 15px 10px 5px;
}
.dashboardwidget > li:nth-child(odd),
.bgpwidget > li:nth-child(odd),
.interfacew > li:nth-child(odd) {
  margin-right: 0px;
}

.dashdesc {
  color: #333;
  display: table;
  width: 100%;
  text-transform: uppercase;
  margin-top: 3px;
}
.dashdesc .dashowval {
  margin-left: 5px;
  text-transform: initial;
  color: #0091ea;
}

.dwloading {
  display: block;
  padding: 30px;
  text-align: center;
}

.rowhighlight td {
  color: #EE4C4E;
}

/*dashboard ends*/
/*bgpwidget starts*/
.bgpwidget {
  margin-top: 0px;
}
.bgpwidget .bgpstats {
  background-color: #f5f5f5;
  display: table;
  width: 100%;
}
.bgpwidget .bgpt {
  color: #999;
  font-size: 12px;
}
.bgpwidget .bgpc {
  font-size: 18px;
  display: block;
}
.bgpwidget .bgpcounts {
  width: 50%;
  display: table;
  float: right;
}
.bgpwidget .bgprname {
  font-size: 16px;
  float: left;
  line-height: 58px;
  margin-left: 12px;
  color: #4BC0AB;
}
.bgpwidget .bgpcrow {
  text-align: center;
  padding: 10px;
  display: table-cell;
}
.bgpwidget .bgppeer {
  color: #1893E7;
}
.bgpwidget .bpgdpeer {
  color: #EF595C;
}
.bgpwidget .bgpgrp {
  color: #FD9127;
}
.bgpwidget li .dwtbl {
  padding-top: 0px;
  height: 280px;
  overflow: hidden;
  overflow-y: auto;
}

.table thead td {
  border-top: 0px;
}
.table input[type=text],
.table input[type=number],
.table .ember-chosen {
  height: 30px;
}
.table .ember-chosen1 {
  height: 50px;
}
.table .bgp_established {
  color: #20BC84;
}
.table .bgp_active {
  color: #FD9935;
}
.table .bgp_idle {
  color: #EE4C4E;
}
.table .bgpadv {
  color: #069;
  cursor: pointer;
}
.table .bgpadv:hover {
  text-decoration: underline;
}
.table .acltext {
  width: 120px;
}
.table .aclno {
  width: 50px;
}

.advlst {
  position: absolute;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  min-width: 150px;
  max-width: 200px;
  border: 1px solid #DDD;
  display: none;
}
.advlst:after, .advlst:before {
  bottom: 100%;
  left: 12%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.advlst:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #F5F5F5;
  border-width: 8px;
  margin-left: -8px;
}
.advlst:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #DDD;
  border-width: 9px;
  margin-left: -9px;
}
.advlst .advlstHdr {
  position: relative;
  border-bottom: 1px solid #DDD;
  padding: 9px 8px;
  background-color: #f5f5f5;
  text-transform: uppercase;
}
.advlst ul {
  max-height: 220px;
  overflow: hidden;
  overflow-y: auto;
}
.advlst ul li {
  line-height: 32px;
  padding: 2px 10px;
}
.advlst ul li:hover {
  cursor: default;
  background-color: #EEE;
}
.advlst .advCls {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 17px;
  color: red;
  cursor: pointer;
  padding: 0px 5px;
}

.deviceInfo {
  position: absolute;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  min-width: 150px;
  max-width: 250px;
  border: 1px solid #DDD;
  display: none;
}
.deviceInfo:after, .deviceInfo:before {
  bottom: 100%;
  right: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.deviceInfo:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #e8e8e8;
  border-width: 8px;
  margin-left: -8px;
}
.deviceInfo:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #DDD;
  border-width: 9px;
  margin-left: -9px;
}
.deviceInfo .deviceInfoHeader {
  position: relative;
  border-bottom: 1px solid #DDD;
  padding: 9px 8px 8px 12px;
  background-color: #e8e8e8;
  text-transform: uppercase;
  color: #3b8eda;
  font-size: 12px;
}
.deviceInfo tr {
  max-height: 120px;
  overflow: hidden;
  overflow-y: auto;
}
.deviceInfo tr td {
  line-height: 20px;
  padding: 0px 0px;
}
.deviceInfo tr td:hover {
  cursor: default;
  background-color: #EEE;
}
.deviceInfo .deviceInfoCls {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 17px;
  color: red;
  cursor: pointer;
  padding: 0px 5px;
}

.fa.fa-info-circle.R {
  font-size: large;
  cursor: pointer;
}

.fa.fa-play-circle.R {
  font-size: x-large;
  cursor: pointer;
  color: #2E8B57;
  margin-top: 7px;
}

.fa.fa-stop-circle.R {
  font-size: x-large;
  cursor: pointer;
  color: #FF0000;
  margin-top: 7px;
}

.fa.fa-toggle-on.R {
  font-size: large;
  color: #2E8B57;
  cursor: pointer;
}

.fa.fa-toggle-off.R {
  font-size: large;
  color: #FF0000;
  cursor: pointer;
}

.fa.fa-spinner.fa-spin.R {
  font-size: 24px;
  color: grey;
  margin-top: 7px;
}

.fa.fa-plus-circle.R {
  font-size: large;
  color: #10bc83;
}

.fa.fa-trash.R {
  font-size: large;
  color: #f04747;
  cursor: pointer;
}

.fa.fa-long-arrow-left.R {
  font-size: x-large;
  cursor: pointer;
  margin-left: 1%;
  margin-top: 65px;
}

.bgplview {
  background-color: #d9ecf3;
  width: 100%;
  font-size: initial;
  padding: 6px;
}

.net_advList {
  padding: 2px 8px;
  border-radius: 2px;
  margin: 2px 2px;
  background-color: #e8e8e8;
  display: inline-block;
  border: 1px solid #EEE;
}

.advList_title {
  margin-top: 6px;
  margin-bottom: 8px;
  color: #3b8eda;
  font-size: 15px;
  margin-left: 4px;
}

span.lviewcount {
  /* display: block; */
  /* width: 58px; */
  /* height: 100%; */
  margin: 5px auto;
  float: right;
}

span.bgpcrow {
  /* display: table-cell; */
  /* margin: 28px; */
  text-align: center;
  padding: 10px;
  /* display: table-cell; */
}

/*bgpwidget ends*/
/*interface starts*/
.inftdetail {
  padding: 10px 15px;
  margin: 10px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.inftdetail h4 {
  font-weight: 600;
  margin-top: 6px;
  font-size: 12px;
}
.inftdetail .intfdet {
  display: table;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}
.inftdetail .intfrow {
  margin-bottom: 4px;
}
.inftdetail .intfcolrgt {
  width: 50%;
  display: table-cell;
  border-left: 1px solid #DDD;
  padding-left: 20px;
}
.inftdetail .intfcollft {
  width: 50%;
  display: table-cell;
  padding-right: 10px;
}
.inftdetail .intflbl {
  display: inline-block;
  width: 34%;
  color: #888;
}

.intftxt.up,
.intftxt.down,
.intftxt.active,
.intftxt.connected {
  display: inline-block;
  padding: 0px 5px;
  background-color: #21BB85;
  color: #FFF;
  min-width: 50px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
}
.intftxt.up.nobg,
.intftxt.down.nobg,
.intftxt.active.nobg,
.intftxt.connected.nobg {
  background-color: transparent;
  color: #21BB85;
}
.intftxt.up.nobg i.nicon-up,
.intftxt.down.nobg i.nicon-up,
.intftxt.active.nobg i.nicon-up,
.intftxt.connected.nobg i.nicon-up {
  background-position: -587px -70px;
}
.intftxt.up.nobg i.nicon-down,
.intftxt.down.nobg i.nicon-down,
.intftxt.active.nobg i.nicon-down,
.intftxt.connected.nobg i.nicon-down {
  background-position: -607px -70px;
}

.intftxt.down {
  background-color: #EF494D;
}
.intftxt.down.nobg {
  background-color: transparent;
  color: #EF494D;
}

.intftxt.active {
  background-color: #FCA429;
}

.interfacew li h2 {
  margin-bottom: 0px;
  text-transform: capitalize;
}
.interfacew li .intfdesc {
  color: #888;
  margin-left: 10px;
}

.networkfltr {
  position: absolute;
  right: 0px;
  top: 0pc;
  bottom: 0px;
  width: 50%;
  background-color: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-left: 1px solid #DDD;
}

.netwrkHdr {
  border-bottom: 1px solid #DDD;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 50px;
}
.netwrkHdr h2 {
  line-height: 32px;
  font-size: 18px;
}

.ntwfcls {
  position: absolute;
  right: 18px;
  top: 13px;
  font-size: 18px;
  color: #888;
}

.netwtbl {
  position: absolute;
  top: 49px;
  right: 10px;
  left: 10px;
  bottom: 0px;
  overflow: hidden;
  overflow-y: auto;
}

/*interface ends*/
/* mtrprofile starts */
.runaddbtn {
  background-color: #04b54b;
  color: #FFF;
  padding: 6px 5px;
  border-radius: 2px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 15px;
}
.runaddbtn:hover {
  background-color: #33a902;
}
.runaddbtn.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.runbtn {
  background-color: #04b596;
  color: #FFF;
  padding: 4px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
  border: none;
}
.runbtn:hover {
  background-color: #05967d;
}
.runbtn.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.runbtnblu {
  background-color: #00c5e4;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
  height: 25px;
}
.runbtnblu:hover {
  background-color: #0090e4;
}
.runbtnblu.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.runbtnred {
  background-color: #ff4d4d;
  color: #FFF;
  padding: 4px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
  border: none;
}
.runbtnred:hover {
  background-color: #fb3737;
}
.runbtnred.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.runbtnorg {
  background-color: #ff8d00;
  color: #FFF;
  padding: 4px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
  border: none;
}
.runbtnorg:hover {
  background-color: #ff8d00;
  background-color: #ff8d00;
}
.runbtnorg.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.execubtn {
  background-color: #ff9900;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
}
.execubtn:hover {
  background-color: #ff9900;
}
.execubtn.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.disbtn {
  background-color: #999;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
}
.disbtn:hover {
  background-color: #999;
}
.disbtn.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.enbtn {
  background-color: #21BB85;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
}
.enbtn:hover {
  background-color: #21bb49;
}
.enbtn.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.enbtnG {
  background-color: #646967;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
}
.enbtnG:hover {
  background-color: #505453;
}
.enbtnG.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.enbtnR {
  background-color: #f33800;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
}
.enbtnR:hover {
  background-color: #e63500;
}
.enbtnR.not-alwd {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.popSlideDiv {
  position: fixed;
  top: 50px;
  right: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0px;
}
.popSlideDiv .popdataInner {
  width: 65%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #FFF;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.popSlideDiv .popdataInner.restartcont {
  overflow: auto;
}
.popSlideDiv .popDHdr {
  border-bottom: 5px solid #000;
  position: relative;
  padding: 20px;
  color: #04b596;
}
.popSlideDiv .popDCont {
  position: absolute;
  top: 62px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  overflow-y: auto;
}
.popSlideDiv .popcls {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 25px;
  color: #777;
  cursor: pointer;
  padding: 1px 7px;
}
.popSlideDiv .popcls2 {
  position: absolute;
  top: 14px;
  left: 225px;
  font-size: 23px;
  color: red;
  cursor: pointer;
  padding: 1px 7px;
}
.popSlideDiv .popcls3 {
  position: absolute;
  top: 17px;
  left: 839px;
  font-size: 23px;
  color: red;
  cursor: pointer;
  padding: 1px 7px;
}
.popSlideDiv .tblloading {
  text-align: center;
  display: block;
  margin-top: 10%;
  font-size: 18px;
  color: #888;
}

/*mtr profiles ends*/
/*login starts*/
.loginBg {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.loginBg .loginoverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.loginBg .logo {
  text-align: center;
  margin-bottom: 10px;
}
.loginBg .logo img {
  width: 63%;
}
.loginBg .loginContainer {
  width: 400px;
  padding: 30px;
  margin: auto;
  background-color: #FFF;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.loginBg .loginContainer h1 {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.loginBg .loginContainer h1 .llogo {
  color: #45a3da;
}
.loginBg .loginContainer input {
  height: 38px;
}
.loginBg .loginContainer button {
  background-color: #27a6db !important;
  width: 100%;
  border: 0px;
  border-color: #27a6db;
  height: 40px;
  font-size: 18px;
  text-transform: uppercase;
}
.loginBg .loginContainer button:hover, .loginBg .loginContainer button:active {
  background-color: #2285af;
}

/*login ends*/
/* mtr geo */
.mrt-geo-info {
  left: 435px;
  top: 200px;
  position: relative;
}

.mrt-geo-form {
  left: 633px;
  top: 218px;
  position: relative;
}

td.mtr-geo-row-data {
  padding: 10px;
}

.dash-refresh {
  left: -8px;
  position: relative;
  cursor: pointer;
}

.dash-dc {
  min-width: 150px;
  left: 220px;
  position: relative;
}

.dashh-dc {
  min-width: 150px;
  position: relative;
}

.formain {
  float: left;
  font-size: 35px;
  line-height: 67px;
  padding: 0px;
  cursor: default;
  margin-left: 0px;
}

.formainUs {
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  line-height: 70px;
  padding: 10px;
  cursor: default;
  margin-right: 90px;
  border-left: 1px solid #3c3c3c99;
}

.data-centre {
  display: inline-block;
  font-size: 16px;
  top: 2px;
  left: 669px;
  position: absolute;
}

.data-centre1 {
  display: inline-block;
  font-size: 16px;
  top: 2px;
  left: 581px;
  position: absolute;
}

.data-centre2 {
  display: inline-block;
  font-size: 16px;
  top: 2px;
  left: 516px;
  position: absolute;
}

.router-dc-title {
  display: inline-block;
  font-size: 16px;
  top: 2px;
  left: 400px;
  position: absolute;
}

.router-dc {
  position: absolute;
  width: 120px !important;
  left: 255px;
}

.router-pod-title {
  display: inline-block;
  font-size: 16px;
  top: 2px;
  left: 650px;
  position: absolute;
}

.router-pod {
  position: absolute;
  width: 120px !important;
  left: 367px;
}

.bgp-drop {
  min-width: 180px;
  left: 250px;
  position: relative;
}

.bgp-drop1 {
  min-width: 180px;
  left: 154px;
  position: relative;
}

.bgp-drop2 {
  min-width: 180px;
  left: 240px;
  position: relative;
}

.compare-drop {
  width: initial !important;
  display: inline-block;
  margin-right: 20px;
}

.dashboard_search {
  display: inline-block;
  top: 5px;
  right: 125px;
  position: absolute;
}
.dashboard_search input[type=text] {
  width: 350px;
  height: 31px;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 14px;
}
.dashboard_search i {
  position: absolute;
  top: 7px;
  right: 6px;
  color: #999;
  padding: 4px;
}
.dashboard_search .fa-close {
  color: red;
  cursor: pointer;
}

li.G_dash {
  border: none;
}

span.services-refresh {
  top: 16px;
  position: relative;
  cursor: pointer;
}

td.first.row {
  position: absolute;
}

/* end of mtr geo */
/*bandwidth starts*/
.subHdr {
  position: absolute;
  top: 50px;
  right: 0px;
  left: 0px;
  border-bottom: 1px solid #EEE;
}
.subHdr li {
  float: left;
}
.subHdr li a {
  padding: 10px 16px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  border-bottom: 4px solid transparent;
  text-decoration: none;
}
.subHdr li a:hover {
  border-bottom-color: #EEE;
}
.subHdr li a.active {
  border-bottom: 4px solid #10bc83;
}

.bandwidth_summary p span {
  display: inline-block;
  width: 90px;
  color: #666;
}

.bandwidthTbl tbody tr:first-child:not(.nodatarow) {
  background-color: #f4fdf0;
}

.apikeyMain {
  padding: 30px;
  font-size: 14px;
}
.apikeyMain .apiKeyDiv {
  background-color: #f3f3f3;
  margin: 15px 10px 20px 0;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  min-width: 200px;
  position: relative;
  display: inline-block;
}
.apikeyMain .apiKeyDiv .apiKeyTxt {
  padding: 7px 10px;
  display: inline-block;
}
.apikeyMain .apiCaution {
  color: red;
}
.apikeyMain h3 {
  margin: 25px 0px 10px;
  font-size: 18px;
  font-weight: 100;
}

.readings_graph {
  width: 90%;
  margin: 30px auto 0;
  height: 320px;
  border: 1px solid #EEE;
  box-sizing: content-box;
  padding: 7px;
  border-radius: 2px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}
.readings_graph .bandwidth_streams {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #EEE;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.readings_graph .bandwidth_streams h2 {
  border-bottom: 1px solid #EEE;
  font-size: 15px;
  padding: 10px 12px;
  background-color: #f5f5f5;
}
.readings_graph .bandwidth_streams .bandwidth_st_cls {
  color: red;
  padding: 3px 8px;
  cursor: pointer;
  position: relative;
  right: -5px;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.readings_graph .bandwidth_streams ol {
  max-height: 260px;
  overflow: hidden;
  overflow-y: auto;
  list-style-position: outside;
  padding-left: 20px;
}
.readings_graph .bandwidth_streams ol li {
  line-height: 21px;
  padding: 4px 13px;
  border-bottom: 1px solid #EEE;
  cursor: default;
  list-style-type: decimal;
  padding-left: 0px;
}

.bwGTitle {
  margin-top: 20px;
  display: table;
  width: 91%;
  margin: 20px auto 0;
}

.summary_graph {
  width: 89%;
  margin: 50px auto 0;
  border: 1px solid #EEE;
  box-sizing: content-box;
  padding: 14px 15px;
  border-radius: 2px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}
.summary_graph h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #555;
}
.summary_graph .summaryGrp {
  height: 8px;
  border-radius: 50px;
  background-color: #EEE;
  margin-bottom: 7px;
}
.summary_graph .summaryGrpLft {
  width: 33%;
  float: left;
}
.summary_graph .summaryGrpMid {
  width: 33%;
  float: left;
  text-align: center;
}
.summary_graph .summaryGrpRgt {
  width: 33%;
  float: left;
  text-align: right;
}
.summary_graph .summaryRow {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.summary_graph .summaryRow > p {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.summary_graph .summaryGrpInner {
  height: 100%;
  width: 50%;
  background-color: #93D49C;
  border-radius: 50px;
}

.summary_table {
  width: 92%;
  margin: 50px auto 0;
}

.summary_col {
  float: left;
  width: 49%;
  background-color: #f7f9fa;
  padding: 18px;
  margin-right: 20px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}
.summary_col h3 {
  font-size: 18px;
  margin-bottom: 17px;
}

.parameter_col {
  float: left;
  width: 49%;
  background-color: #f1f3f6;
  padding: 18px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}
.parameter_col h3 {
  font-size: 18px;
  margin-bottom: 17px;
}

.bwGHdr {
  display: table;
  width: 91%;
  margin: 20px auto 0;
}

.dwHdrInner {
  width: 50%;
  display: table-cell;
  float: left;
}

.dwHdrInner table thead tr {
  text-transform: uppercase;
  color: #555;
}

.dwHdrInner table tbody td {
  font-size: 16px;
}

.bwDate {
  width: 180px;
  display: inline-block;
}
.bwDate label {
  float: left;
  margin-top: 6px;
  font-size: 14px;
}
.bwDate .ember-chosen {
  width: 75% !important;
  float: left;
  margin-left: 10px;
}
.bwDate .ember-chosen1 {
  width: 75% !important;
  float: left;
  margin-left: 10px;
}

/*bandwidth ends*/
/* prefixlist starts */
.confPrefLst .table tbody tr:last-child {
  border: 0px;
}
.confPrefLst .table tbody td:first-child {
  padding-left: 40px;
}
.confPrefLst .addPrefixBtn {
  border: 1px solid #DDD;
  padding: 1px 4px;
  border-radius: 2px;
  float: right;
  margin-right: 20px;
  color: #10bc83;
  cursor: pointer;
  visibility: hidden;
}
.confPrefLst .delPrefixBtn {
  border: 1px solid #DDD;
  padding: 1px 4px;
  border-radius: 2px;
  float: right;
  margin-right: 20px;
  color: #ff0000;
  cursor: pointer;
  visibility: hidden;
}
.confPrefLst li:hover .addPrefixBtn {
  visibility: visible;
}
.confPrefLst li:hover .delPrefixBtn {
  visibility: visible;
}

.addPrefixBtn {
  border: 1px solid #DDD;
  padding: 1px 4px;
  border-radius: 2px;
  float: right;
  margin-right: 20px;
  color: #10bc83;
  cursor: pointer;
  visibility: hidden;
}
.addPrefixBtn:hover {
  background-color: #10bc83;
  border-color: #10bc83;
  color: #FFF;
}

.delPrefixBtn {
  border: 1px solid #DDD;
  padding: 1px 4px;
  border-radius: 2px;
  float: right;
  margin-right: 20px;
  color: #ff0000;
  cursor: pointer;
  visibility: hidden;
}
.delPrefixBtn:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #FFF;
}

.routerConnect {
  position: absolute;
  left: 171px;
  top: 9px;
  padding: 5px 7px;
  background-color: #d9edf7;
  border: 1px solid #bcdff1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.routerConnect a {
  font-weight: bold;
}

.confPrefLst li:hover .addPrefixBtn {
  visibility: visible;
}

.prefixdelRow {
  padding: 3px 6px;
  margin-left: 10px;
  font-size: 20px;
  color: red;
  font-weight: bold;
  cursor: pointer;
  -user-select: none;
  -webkit-user-select: none;
}

.popSlideDiv.addPrefixPopup .popdataInner {
  position: static;
  margin: auto;
  width: 35%;
}
.popSlideDiv.addPrefixPopup .popDHdr {
  text-transform: capitalize;
}
.popSlideDiv.addPrefixPopup .addPrefixDiv {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.popSlideDiv.addPrefixPopup .btn.btn-primary {
  width: 80%;
  height: 38px;
  line-height: 26px;
  font-size: 18px;
  text-transform: uppercase;
}

/* prefixlist ends */
.locsub {
  color: #555;
}

.prefix-router {
  left: 182px;
  position: relative;
  padding: 19px;
}

ul.inlinefView {
  text-transform: capitalize;
  margin: 16px 10px;
  font-size: 16px;
}
ul.inlinefView .lstAct {
  visibility: hidden;
  margin-right: 20px;
}
ul.inlinefView li:hover .lstAct {
  visibility: visible;
}

.prefix-list .table th {
  font-size: medium;
  color: #3e3b3b;
}

.prefix-list span.delbutn {
  background-color: #b50404;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
}

/* prefix del*/
.prefix-diffDiv {
  margin: 21px;
  background-color: #f5f5f5;
  padding: 0px 20px 10px;
}

.prefix-del form {
  /* display: block; */
  display: inline-block;
  position: relative;
  width: 100%;
}

.addPrefixDiv {
  width: 422px;
  padding: 19px;
}

.prefixDelFormRow {
  margin-bottom: 15px;
  position: relative;
  display: flex;
}
.prefixDelFormRow input[type=text],
.prefixDelFormRow input[type=email],
.prefixDelFormRow input[type=number],
.prefixDelFormRow input[type=password],
.prefixDelFormRow input[type=search] {
  height: 30px;
  width: 100%;
}
.prefixDelFormRow textarea {
  width: 100%;
  height: 60px;
}

.conf-top {
  font-size: 18px;
  border-bottom: 1px solid #DDD;
  padding: 8px 0px 7px 0px;
  margin-bottom: 10px;
}

span.rval {
  position: relative;
  left: 50%;
}

form.conf-form {
  width: 25%;
  margin: 80px auto;
}
form.conf-form .btn.btn-primary {
  width: 30%;
  text-transform: uppercase;
  height: 35px;
  line-height: 23px;
  font-size: 17px;
}

.confLoginInfo {
  margin: auto;
  width: 50%;
  background-color: #daeffd;
  padding: 20px;
  border-radius: 4px;
}
.confLoginInfo h3 {
  margin-bottom: 10px;
  color: #2b6a94;
}
.confLoginInfo ol {
  margin-left: 17px;
  line-height: 20px;
}

.updateARM {
  border: 1px solid #DDD;
  padding: 1px 4px;
  border-radius: 2px;
  float: right;
  margin-right: 20px;
  color: #10bc83;
  cursor: pointer;
  position: relative;
  right: 66%;
  top: -50px;
}

.updateARM:hover {
  background-color: #10bc83;
  color: white;
}

li.rm_title {
  position: relative;
  left: 2%;
  font-size: 16px;
  width: 36%;
  background-color: #d9edf7;
}

span.rm_title2 {
  position: relative;
  left: 58%;
}

li.rm_content {
  padding-top: 7px;
  position: relative;
  left: 2%;
}

.action .choose {
  width: 5%;
  height: 36px;
  left: 21%;
  position: relative;
  /* top: 4%; */
  top: -17px;
}

#prefixInfo {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #DDD;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 400px;
  word-break: break-all;
  display: none;
  border-radius: 3px;
}

.rtype {
  width: 25%;
  left: 37.5%;
  top: 65px;
  position: relative;
}

.arminfo {
  width: 36%;
  padding: -15px;
  border-bottom: 1px #d9edf7 solid;
}

.arminfo span {
  display: block;
  color: coral;
}

.arminfo span.value {
  color: black;
  left: 38px;
  position: relative;
}

tr.arminfotr {
  background-color: #d9edf7 !important;
}

body {
  padding: 30px;
  background-color: #f7f7f7 !important;
}

.mandatory {
  color: red;
  position: relative;
  left: 2px;
}

.extdAcl tbody tr td {
  padding: 8px 5px;
}

.accelistCont .formAct span {
  cursor: pointer;
}

.fsButton {
  background-color: #FF0000;
  color: #FFF;
  padding: 8px 10px;
  margin: 7px;
  border-radius: 2px;
  float: right;
  cursor: pointer;
  font-weight: bold;
}

.category_chart {
  height: 300px;
}

.status_chart {
  height: 300px;
}

.graph .lan-action {
  font-size: large;
  padding-left: 15px;
  padding-bottom: 2px;
}

.os-update-cont {
  width: 60%;
  height: 350px;
  background-color: #f7f7f7;
  margin: auto;
  display: table;
}
.os-update-cont h1 {
  font-weight: 100;
  font-size: 18px;
  color: #444;
  display: block;
  margin: 40px;
  width: 100%;
}
.os-update-cont .os-update-upload {
  margin: 5% 4% 10% 10%;
}
.os-update-cont .os-update-copy {
  margin: 5% 10% 10% 4%;
}
.os-update-cont .os-update-upload,
.os-update-cont .os-update-copy {
  text-align: center;
  border: 1px dashed #DDD;
  background-color: #FFF;
  border-radius: 6px;
  display: table;
  width: 35%;
  float: left;
  padding: 30px 40px;
  cursor: pointer;
}
.os-update-cont .os-update-upload:hover,
.os-update-cont .os-update-copy:hover {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.os-update-cont .os-update-upload img,
.os-update-cont .os-update-copy img {
  width: 80px;
}
.os-update-cont .os-update-upload h3,
.os-update-cont .os-update-copy h3 {
  font-size: 14px;
  color: #1e2529;
  margin-top: 15px;
}

.mlag-pair,
.superspine-cont,
.spine-cont {
  border: 1px solid #DDD;
  width: 50%;
  margin: 50px auto;
  padding: 30px;
  border-radius: 4px;
  position: relative;
}
.mlag-pair:before,
.superspine-cont:before,
.spine-cont:before {
  content: "Leaf Details";
  position: absolute;
  background-color: #FFF;
  font-size: 15px;
  top: -15px;
  left: 3px;
  padding: 4px 13px;
  color: #17abe8;
}

.superspine-cont:before {
  content: "Super Spine";
}

.spine-cont:before {
  content: "Spine";
}

.hdrBtns {
  padding: 10px;
  text-align: center;
  width: 100%;
}
.hdrBtns label {
  margin-right: 5px;
}
.hdrBtns .show {
  background-color: #0096ff;
  color: #FFF;
}

.diff-green {
  background-color: #b4ffcb;
  color: #2c2c2c !important;
  padding: 3px 6px;
  display: table;
}
.diff-green:before {
  content: "+";
  margin-right: 6px;
}

.diff-red {
  background-color: #fac6cc;
  color: #2c2c2c !important;
  padding: 3px 6px;
  display: table;
}
.diff-red:before {
  content: "-";
  margin-right: 6px;
}

.diff-blue {
  background-color: #D9EEFE !important;
  color: #2c2c2c !important;
  padding: 3px 6px 3px 26px;
  display: table;
  width: 105%;
  margin: 5px 0px;
  margin-left: -20px;
}

.tblloading {
  text-align: center;
  display: block;
  margin-top: 10%;
  font-size: 18px;
  color: #888;
}

.named_edit {
  position: absolute;
  right: 10%;
  top: 40px;
}

.named-show {
  visibility: hidden;
}

.named-view {
  position: relative;
  min-height: calc(120% - 100px);
}
.named-view .edit_table_state {
  display: none;
}
.named-view .named_scroll {
  position: absolute;
  margin: auto;
  left: 100px;
  right: 100px;
  top: 0px;
  bottom: 10px;
  text-align: center;
  overflow: auto;
  padding: 2px;
  margin-bottom: 10px;
}
.named-view .named_scroll .searchBox-conInput {
  width: 25%;
  position: absolute;
  right: 5px;
}
.named-view .named_scroll .searchBox-conInput .form-control {
  padding: 0.375rem 2rem 0.375rem 0.75rem !important;
}
.named-view .named_scroll .searchBox-conInput .searchBox-clearWrapper {
  padding-right: 0.5rem;
}
.named-view .named_scroll .searchBox-conInput .searchBox-clearWrapper .searchBox-clear {
  color: #CCC;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 8px;
  right: 7px;
}
.named-view .named_scroll .t_disabled {
  pointer-events: none;
}
.named-view .named_scroll thead td {
  position: sticky;
  z-index: 10;
  top: -2px;
}
.named-view .named_scroll .onEdit {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  background-color: #fccdae;
  position: relative;
  line-height: 30px;
}
.named-view .named_scroll .onEdit td {
  font-size: 18px;
}
.named-view .named_scroll .edited {
  background-color: #a7d6ff;
}
.named-view .named_scroll .deleted {
  text-decoration: line-through;
  background-color: #ff2e2e99;
}
.named-view .editEnable .edit {
  background-color: #f6f7f8;
  position: relative;
}
.named-view .editEnable .edit .named_actions i {
  visibility: visible;
}
.named-view .editEnable .named_actions .option_syntax_1 {
  display: none;
  width: 10em;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  margin-top: 0.5em;
  right: 3px;
  width: fit-content;
  white-space: pre-line;
  text-align: start;
  padding: 10px;
}
.named-view .editEnable .named_actions .option_syntax_1::after {
  content: "";
  position: absolute;
  right: 4.5em;
  bottom: 100%;
  margin-top: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.named-view .editEnable .named_actions .option_syntax {
  display: none;
  background-color: #555;
  color: #fff;
  border-radius: 6px;
  padding: 5px 0;
  width: fit-content;
  height: min-content;
  white-space: pre-line;
  text-align: start;
  padding: 10px;
}
.named-view .editEnable .named_actions .option_syntax::after {
  content: "";
  position: absolute;
  left: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}
.named-view .editEnable .named_actions .info-card {
  color: #555;
  position: relative;
  top: 0.2px;
}
.named-view .editEnable .named_actions .info-card:hover + .option_syntax_1 {
  position: absolute;
  margin-top: 0.5em;
  right: 1%;
  display: block;
  transition: 5ms ease;
}
.named-view .editEnable .named_actions .info-card:hover + .option_syntax {
  position: absolute;
  margin-top: 0.5em;
  bottom: 5px;
  right: 11%;
  display: block;
  transition: 5ms ease;
}
.named-view .editEnable .table-input {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 5px;
  width: 80%;
  border-radius: 5px;
}
.named-view .editEnable tbody td:nth-child(2) {
  position: relative;
}
.named-view .editEnable tbody td:nth-child(2) .named-val {
  max-width: 350px;
  overflow-x: auto;
}
.named-view .editEnable tbody ::-webkit-scrollbar {
  height: 0px !important;
}
.named-view .editEnable tbody ::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
}
.named-view .editEnable .option_edit_input {
  border: 0.5px solid #b3b3b3;
  border-radius: 5px;
  padding: 5px 10px;
  width: 300px;
}
.named-view .editEnable .option_edit_input:focus {
  border: 1px solid #b3b3b3;
}
.named-view .editEnable .select2-container--default .select2-selection--single {
  border: 0.5px solid #b3b3b3;
  border-radius: 5px;
}
.named-view .editEnable .select2-container--default .select2-selection--single:focus {
  border: 1px solid #b3b3b3;
}
.named-view .named-dable {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 42px;
}
.named-view .named-dable .table-input {
  border: none;
}
.named-view .named-dable tbody {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 450px;
}
.named-view .named-dable .named_actions i {
  visibility: hidden;
}
.named-view .named-dable .edit_ico {
  color: #199edb;
}
.named-view .named-dable .remove_ico {
  color: #df1010;
}
.named-view .named-dable td,
.named-view .named-dable th {
  padding: 9px;
}
.named-view .named-dable i {
  cursor: pointer;
  margin-left: 8px;
  color: #df1010;
}
.named-view .named-dable thead th {
  text-align: center;
  color: #21BB85;
  text-transform: uppercase;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 50;
}
.named-view .named-dable thead td {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: #f4f4f6;
  height: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.named-view .named-dable thead .tablehd {
  width: 35%;
}
.named-view .named-dable .btn_show {
  visibility: hidden;
}
.named-view .named-dable tbody tr:hover {
  background-color: #f6f7f8;
}
.named-view .named-dable tbody tr:hover .named_actions i {
  visibility: visible;
}
.named-view .named-dable tbody td {
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  padding: 10px;
  white-space: nowrap;
}
.named-view .named-dable tbody td font a {
  color: #000 !important;
  text-decoration: none !important;
}
.named-view .named-dable tbody .tabletd {
  width: 35%;
}
.named-view .named-dable .bgp_established {
  color: #20BC84;
}
.named-view .named-dable .bgp_active {
  color: #FD9935;
}
.named-view .named-dable .bgp_idle {
  color: #EE4C4E;
}
.named-view .named-dable .bgpadv {
  color: #069;
  cursor: pointer;
}
.named-view .named-dable .bgpadv:hover {
  text-decoration: underline;
}
.named-view .named-dable .acltext {
  width: 120px;
}
.named-view .named-dable .aclno {
  width: 50px;
}
@media (min-width: 600px) and (max-width: 1400px) {
  .named-view .named-dable td {
    padding: 6px;
  }
  .named-view .named-dable thead td {
    font-size: 10px;
    font-weight: 550;
    height: 20px;
    margin-bottom: 10px;
  }
  .named-view .named-dable thead tr {
    height: 20px;
  }
  .named-view .named-dable tbody td {
    font-size: 11px;
  }
  .named-view .named-dable .dnssec_ico,
.named-view .named-dable .vanity_ico {
    font-size: 9px;
  }
  .named-view .named-dable .recCtBadge {
    border: 1.5px solid #abaaaa;
    border-radius: 5.5px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
  }
}

.dash-view1 {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.dash-view1 .editdomain {
  color: #199edb;
  cursor: pointer;
  margin-right: 5px;
  font-size: 16px;
}
.dash-view1 .fa-trash-alt {
  color: #df1010;
  cursor: pointer;
  font-size: 16px;
}
.dash-view1 .noRec {
  display: block;
  border: 1px solid #d3d3d8;
  border-style: dashed;
  padding: 8% 5%;
  margin-left: 8%;
  width: 90%;
}
.dash-view1 .noRec .addRec {
  text-align: center;
  padding: 8px;
  font-size: 16px;
}
.dash-view1 .recExist {
  display: none;
}
.dash-view1 .recExist .addRec {
  margin-left: 70%;
  padding: 6px;
  font-size: 14px;
}
.dash-view1 .addRec {
  cursor: pointer;
  color: #31af36;
  background: #fff;
  border: 1px solid #31af36;
  border-radius: 5px;
}
.dash-view1 .addRec i {
  margin-left: 5px;
}
.dash-view1 .bToggle,
.dash-view1 .aToggle,
.dash-view1 .iToggle {
  display: none;
}
.dash-view1 .aToggle {
  margin-top: 20px;
}
.dash-view1 li {
  padding: 10px;
  min-width: 500px;
}
.dash-view1 li .recordtype {
  white-space: nowrap;
  text-align: start;
  margin: 15px 0 10px;
}
.dash-view1 li hr {
  margin: 10px;
  border: 1px solid !important;
  border-color: #9c9c9c27 !important;
  width: 88%;
}
.dash-view1 li .dash-dable td,
.dash-view1 li .dash-dable th {
  padding: 10px;
}
.dash-view1 li .dash-dable thead th {
  text-align: center;
  color: #555;
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  height: 50;
}
.dash-view1 li .dash-dable .actions {
  width: 6%;
}
.dash-view1 li .dash-dable thead td {
  border-right: 0px solid #c1bebe;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #e7e7e7;
  background: linear-gradient(357deg, #e7e7e7 10%, white 100%);
  height: 50;
}
.dash-view1 li .dash-dable tbody tr:nth-child(even) {
  background-color: #f6f7f8;
}
.dash-view1 li .dash-dable tbody td {
  border-right: 0px solid #c1bebe;
  text-align: left;
  text-transform: capitalize;
  font-size: 15px;
  color: #000;
}
.dash-view1 li .dash-dable .bgp_established {
  color: #20BC84;
}
.dash-view1 li .dash-dable .bgp_active {
  color: #FD9935;
}
.dash-view1 li .dash-dable .bgp_idle {
  color: #EE4C4E;
}
.dash-view1 li .dash-dable .bgpadv {
  color: #069;
  cursor: pointer;
}
.dash-view1 li .dash-dable .bgpadv:hover {
  text-decoration: underline;
}
.dash-view1 li .dash-dable .acltext {
  width: 120px;
}
.dash-view1 li .dash-dable .aclno {
  width: 50px;
}
.dash-view1 li .dash-dable100 {
  margin-left: 5%;
  border: 0.5px solid #c1bebe;
}
.dash-view1 li .dash-dable100 td,
.dash-view1 li .dash-dable100 th {
  padding: 10px;
}
.dash-view1 li .dash-dable100 thead th {
  text-align: center;
  color: #555;
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  height: 50;
}
.dash-view1 li .dash-dable100 thead td {
  border-right: 0px solid #c1bebe;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #e7e7e7;
  background: linear-gradient(357deg, #e7e7e7 10%, white 100%);
  height: 50;
}
.dash-view1 li .dash-dable100 tbody tr:nth-child(even) {
  background-color: #f6f7f8;
}
.dash-view1 li .dash-dable100 tbody td {
  border-right: 0px solid #c1bebe;
  text-align: left;
  font-size: 15px;
  color: #000;
}
.dash-view1 li .dash-dable100 .bgp_established {
  color: #20BC84;
}
.dash-view1 li .dash-dable100 .bgp_active {
  color: #FD9935;
}
.dash-view1 li .dash-dable100 .bgp_idle {
  color: #EE4C4E;
}
.dash-view1 li .dash-dable100 .bgpadv {
  color: #069;
  cursor: pointer;
}
.dash-view1 li .dash-dable100 .bgpadv:hover {
  text-decoration: underline;
}
.dash-view1 li .dash-dable100 .acltext {
  width: 120px;
}
.dash-view1 li .dash-dable100 .aclno {
  width: 50px;
}
.dash-view1 li .dash-dable1 {
  margin-left: 9%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 70%;
}
.dash-view1 li .dash-dable1 .dropdown_actions {
  position: relative;
  top: calc(99% - 45px);
  left: 30%;
  margin-right: 10px;
  white-space: nowrap;
}
.dash-view1 li .dash-dable1 .dropdown_actions .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dash-view1 li .dash-dable1 .dropdown_actions:hover .dropdown-content {
  display: block;
}
.dash-view1 li .dash-dable1 .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.dash-view1 li .dash-dable1 .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dash-view1 li .dash-dable1 .dropdown_actions .dropdown-content #active:hover {
  background-color: #04b596;
  color: #fff;
}
.dash-view1 li .dash-dable1 .dropdown_actions .dropdown-content #sus:hover {
  background-color: #ff8d00;
  color: #fff;
}
.dash-view1 li .dash-dable1 .dropdown_actions .dropdown-content #del:hover {
  background-color: #ff4d4d;
  color: #fff;
}
.dash-view1 li .dash-dable1 td,
.dash-view1 li .dash-dable1 th {
  padding: 10px;
}
.dash-view1 li .dash-dable1 .actions {
  width: 14%;
}
.dash-view1 li .dash-dable1 thead th {
  text-align: center;
  color: #555;
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  height: 50;
}
.dash-view1 li .dash-dable1 thead td {
  border-right: 0px solid #c1bebe;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #f4f4f6;
  height: 20px;
}
.dash-view1 li .dash-dable1 tbody tr:nth-child(even) {
  background-color: #f6f7f8;
}
.dash-view1 li .dash-dable1 tbody td {
  border-right: 0px solid #c1bebe;
  text-align: left;
  font-size: 14px;
  color: #000;
  line-break: anywhere;
}
.dash-view1 li .dash-dable1 .bgp_established {
  color: #20BC84;
}
.dash-view1 li .dash-dable1 .bgp_active {
  color: #FD9935;
}
.dash-view1 li .dash-dable1 .bgp_idle {
  color: #EE4C4E;
}
.dash-view1 li .dash-dable1 .bgpadv {
  color: #069;
  cursor: pointer;
}
.dash-view1 li .dash-dable1 .bgpadv:hover {
  text-decoration: underline;
}
.dash-view1 li .dash-dable1 .acltext {
  width: 120px;
}
.dash-view1 li .dash-dable1 .aclno {
  width: 50px;
}

.block_domain_pre_select {
  margin: 40px 50px 20px;
  position: relative;
  left: 5%;
}

.block_domain_pre_ul {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  padding: 10px;
  position: absolute;
  top: 18vh;
  left: 4vh;
  bottom: 12vh;
  right: 0px;
}
.block_domain_pre_ul ::-webkit-scrollbar {
  height: 0px !important;
}
.block_domain_pre_ul ::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
  height: 0px !important;
}
.block_domain_pre_ul .recCtBadge {
  cursor: pointer;
  position: relative;
  bottom: 5px;
  border: 2px solid #abaaaa;
  border-radius: 7px;
  text-align: center;
  color: #909090;
  padding-left: 5px;
  padding-right: 5px;
  word-spacing: 1px;
  box-shadow: 3px 2px #abaaaa;
  font-size: 12px;
}
.block_domain_pre_ul .recCtBadge:hover {
  text-decoration: none !important;
}
.block_domain_pre_ul .block_domain_pre_li {
  padding: 0 10px;
  max-height: 100%;
  overflow-y: auto;
  min-width: 280px;
}
.block_domain_pre_ul .block_domain_pre_li ::-webkit-scrollbar {
  height: 5px !important;
}
.block_domain_pre_ul .block_domain_pre_li ::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
}
.block_domain_pre_ul .block_domain_pre_li table {
  width: 100%;
}
.block_domain_pre_ul .block_domain_pre_li table thead td {
  position: sticky;
  z-index: 10;
  top: -2px;
}

table tbody tr:hover .view_more_ico {
  background-color: #f6f7f8 !important;
}
table tbody tr .more_info,
table tbody tr .hyperlink {
  position: relative;
  color: #1d90f4 !important;
  cursor: pointer;
}
table tbody tr .more_info:hover,
table tbody tr .hyperlink:hover {
  text-decoration: underline;
}
table tbody tr .more_info .recCtBadge_ico,
table tbody tr .hyperlink .recCtBadge_ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 4px;
}
table tbody tr .more_info .zone_txt,
table tbody tr .hyperlink .zone_txt {
  max-width: 185px !important;
}
table tbody tr .more_info .view_more_txt,
table tbody tr .hyperlink .view_more_txt {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
table tbody tr .more_info .view_more_txt:hover,
table tbody tr .hyperlink .view_more_txt:hover {
  text-decoration: underline;
}
table tbody tr .more_info .view_more_txt:hover .view_more_ico,
table tbody tr .hyperlink .view_more_txt:hover .view_more_ico {
  text-decoration: underline;
}
table tbody tr .more_info .view_more_ico,
table tbody tr .hyperlink .view_more_ico {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 4px;
  background-color: #fff;
}
table tbody tr .more_info .view_more_ico:hover,
table tbody tr .hyperlink .view_more_ico:hover {
  text-decoration: underline;
}
table tbody tr .more_info .view_more_ico:hover .view_more_txt,
table tbody tr .hyperlink .view_more_ico:hover .view_more_txt {
  text-decoration: underline;
}
table tbody tr .more_info .view_more_ico i,
table tbody tr .hyperlink .view_more_ico i {
  margin: 0 !important;
}

.dash-view {
  margin-top: 0;
  text-align: center;
}
.dash-view .tabletoggle {
  display: none;
}
.dash-view .backup_period {
  margin: 10px;
  float: left;
  width: 50%;
  position: relative;
  height: 40px;
}
.dash-view .backup_period .ember-chosen {
  position: absolute;
}
.dash-view .backup_period_dns {
  margin: 10px;
  float: left;
  width: 50%;
  position: relative;
  height: 40px;
  display: flex;
}
.dash-view .backup_period_dns .ember-chosen {
  margin-left: 20px;
}
.dash-view .emptyPopupContainer {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  text-align: center;
}
.dash-view .emptyPopupContainer #emptySchlogo {
  width: 290px;
  height: 250px;
  background-image: url("images/Schedule-bg.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.dash-view .emptyPopupContainer .addZone h2 {
  color: #555;
  text-transform: uppercase;
}
.dash-view .diff_show_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  right: 30px;
  left: 30px;
  bottom: 60px;
}
.dash-view .diff_show_container .diff_show {
  width: 48%;
  height: 90%;
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dash-view .chartRow {
  position: relative;
}
.dash-view .chartRow .expand_graph {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 15px;
  cursor: pointer;
  border: 0.5px solid #269bff;
  color: #269bff;
  padding: 2px 5px 1px;
  border-radius: 5px;
  background: none;
}
.dash-view .chartRow .expand_graph:hover {
  background-color: #269bff;
  color: #f4f4f6;
}
.dash-view .chartRow .aws_sub_graph {
  position: relative;
}
.dash-view .chartRow .aws_sub_graph .toggle_sub_graph {
  cursor: pointer;
  position: absolute;
  right: 5%;
  z-index: 20;
  top: 17px;
  color: #00bcd4;
  font-size: 18px;
}
.dash-view .chartRow .aws_sub_graph .toggle_sub_graph .fa-caret-left {
  padding-right: 5px;
}
.dash-view .chartRow .aws_sub_graph .toggle_sub_graph .fa-caret-left:hover {
  color: #129797;
}
.dash-view .chartRow .aws_sub_graph .toggle_sub_graph .fa-caret-right {
  padding-right: 5px;
}
.dash-view .chartRow .aws_sub_graph .toggle_sub_graph .fa-caret-right:hover {
  color: #129797;
}
.dash-view .chartRow .map-container-expand {
  width: 100%;
  height: 550px;
  border: none;
  margin: 10px 0 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 2ms ease-out;
}
.dash-view .chartRow .map-container1 {
  width: 100%;
  height: 350px;
  border: none;
  margin: 10px 0 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.dash-view .chartRow .chart-container {
  border-radius: 0.25em;
  background-color: white;
  margin: 10px 0 10px;
  width: 100%;
  height: 350px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.dash-view .chartRow .toggleChart {
  position: absolute;
  top: 15px;
  right: 25px;
}
.dash-view .chartRow .toggleChart button {
  border: 1px solid #269bff;
  color: #269bff;
  padding: 2px 5px 1px;
  border-radius: 5px;
  background: none;
}
.dash-view .chartRow .toggleChart button i {
  font-size: 18px;
}
.dash-view .chartRow .toggleChart button:hover {
  background-color: #269bff;
  color: #f4f4f6;
}
.dash-view .domainlist .lease_actions {
  display: flex;
  position: relative;
}
.dash-view .domainlist .lease_actions .export_ico {
  position: absolute;
  right: 15px;
  top: 15px;
}
.dash-view .domainlist .lease_actions .export_ico .pdf_export {
  cursor: pointer;
  position: relative;
  display: inline;
  top: 1px;
  margin-right: 10px;
  color: #a0a0a0;
  font-size: 19px;
}
.dash-view .domainlist .lease_actions .export_ico .pdf_export:hover {
  color: #555;
}
.dash-view .domainlist .lease_actions .csv_export {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.dash-view .domainlist .lease_actions .csv_export .export {
  padding: 4px 6px;
  margin-left: 0;
  font-size: 12px;
}
.dash-view .domainlist .lease_actions .dropdown_actions {
  position: absolute;
  right: 25px;
  top: 15px;
  margin: 0 auto;
  white-space: nowrap;
  width: 160px;
}
.dash-view .domainlist .lease_actions .dropdown_actions .btn-Addd {
  padding: 4px 6px !important;
}
.dash-view .domainlist .lease_actions .dropdown_actions .btn-Addd i {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.dash-view .domainlist .lease_actions .dropdown_actions:hover .dropdown-content {
  display: block;
}
.dash-view .domainlist .lease_actions .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: relative;
  top: 0px;
  bottom: 0px;
  background-color: #ffffff;
  right: 50px;
  margin: 0 auto;
  width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.dash-view .domainlist .lease_actions .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dash-view .domainlist .lease_actions .dropdown_actions .dropdown-content .checks a:hover {
  background-color: #04b596;
  color: #fff;
}
.dash-view .domainlist .fail-image {
  cursor: pointer;
  content: url("images/fail.png");
  position: relative;
  min-width: 14px;
  max-height: 14px;
  filter: invert(100%) sepia(7%) saturate(174%) hue-rotate(252deg) brightness(50%) contrast(15%);
  bottom: 3px;
  right: 10px;
}
.dash-view .history_table {
  height: 350px;
  top: 70px !important;
}
.dash-view .domain_scroll {
  position: absolute;
  bottom: 10px;
  top: 134px;
  left: 5px;
  right: 5px;
  width: 99%;
  padding: 5px 2px 2px;
}
.dash-view .domain_scroll .endpoint_ico {
  content: url("images/cloud_providers/endpoint_central_clr.png");
  position: relative;
  min-width: 13px;
  max-height: 13px;
}
.dash-view .domain_scroll .col_edit {
  cursor: pointer;
}
.dash-view .domain_scroll .col_edit i {
  font-size: 10px;
  color: #d5d5d5;
  position: relative;
  bottom: 5px;
  right: 5px;
  opacity: 0;
}
.dash-view .domain_scroll .col_edit:hover i {
  opacity: 1;
  color: #555;
}
.dash-view .domain_scroll thead td {
  position: sticky;
  z-index: 10;
  top: -6px;
}
.dash-view .dt_table {
  overflow: auto;
  max-height: 63vh;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.dash-view .dt_table thead tr {
  position: sticky;
  z-index: 10;
  top: -6px;
}
.dash-view .dt_table .no_max_width {
  overflow: visible;
  max-width: none;
}
.dash-view .aws_scroll {
  position: absolute;
  left: 5px;
  right: 5px;
  height: 100%;
  width: 99%;
  padding: 5px 2px 2px;
}
.dash-view .under_graph {
  top: 504px;
  min-height: 450px;
}
.dash-view .ipam_scroll {
  width: 50% !important;
  bottom: 30px;
}
.dash-view .noClick {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.dash-view .hide_details {
  width: 10%;
  transition: 2s ease;
}
.dash-view .hide_details.hidden {
  display: none;
}
.dash-view ::-webkit-scrollbar {
  height: 3px !important;
}
.dash-view ::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
}
.dash-view .totalDomain {
  float: right;
  padding: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
}
.dash-view .totalDomain .label {
  font-size: 11px;
}
.dash-view .no_sort::after, .dash-view .no_sort::before {
  display: none !important;
}
.dash-view .no_sort .sort-icon {
  display: none !important;
}
.dash-view .z_type i,
.dash-view .z_type2 i {
  color: #73c504;
  font-size: 17px;
}
.dash-view .z_type sup,
.dash-view .z_type2 sup {
  position: relative;
  top: -9px;
  right: 8px;
}
.dash-view .z_type sup i,
.dash-view .z_type2 sup i {
  font-size: 12px;
}
.dash-view .z_type2 i {
  color: #40E0D0;
}
.dash-view .checklist div.dataTables_wrapper div.dataTables_filter,
.dash-view .alertlist div.dataTables_wrapper div.dataTables_filter {
  display: none !important;
}
.dash-view table.dataTable thead th {
  background: transparent !important;
  white-space: nowrap;
}
.dash-view table.dataTable thead span.sort-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 10px;
  width: 16px;
  height: 16px;
}
.dash-view .sorting::after, .dash-view .sorting::before {
  display: none !important;
}
.dash-view .sorting_asc,
.dash-view .sorting_desc {
  color: #269bff !important;
}
.dash-view table.dataTable thead .sorting span {
  background: url("images/sort_arrows/sort_both.png") no-repeat center right;
}
.dash-view table.dataTable thead .sorting_asc span {
  background: url("images/sort_arrows/sort_asc.png") no-repeat center right;
}
.dash-view table.dataTable thead .sorting_desc span {
  background: url("images/sort_arrows/sort_desc.png") no-repeat center right;
}
.dash-view table.dataTable thead .sorting_asc_disabled span {
  background: url("images/sort_arrows/sort_asc_disabled.png") no-repeat center right;
}
.dash-view table.dataTable thead .sorting_desc_disabled span {
  background: url("images/sort_arrows/sort_desc_disabled.png") no-repeat center right;
}
.dash-view .alertSearches {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  padding: 5px 0px;
  margin-right: 20px;
  border: 1px solid #EEE;
  line-height: 10px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.dash-view .alertSearches .clearSearch {
  border: none !important;
  border-left: 1px solid #DDD !important;
  width: 130px !important;
  visibility: hidden;
}
.dash-view .alertSearches .clearSearch #clearSearch {
  margin-left: 4px;
}
.dash-view .alertSearches .search_ele {
  border-right: 1px solid #DDD;
  padding: 2px 7px 2px 7px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.dash-view .alertSearches .search_ele label {
  position: relative;
  top: 12px;
  white-space: nowrap;
  float: left;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #32393c;
}
.dash-view .alertSearches .search_ele input[type=text],
.dash-view .alertSearches .search_ele select,
.dash-view .alertSearches .search_ele .select2-container--default .select2-selection--single {
  margin-right: 10px;
  width: 100%;
  border: 0;
  padding: 0px 10px;
  border-radius: 5px;
}
.dash-view .alertSearches .search_ele input[type=text]:hover, .dash-view .alertSearches .search_ele input[type=text]:focus, .dash-view .alertSearches .search_ele input[type=text]:active,
.dash-view .alertSearches .search_ele select:hover,
.dash-view .alertSearches .search_ele select:focus,
.dash-view .alertSearches .search_ele select:active,
.dash-view .alertSearches .search_ele .select2-container--default .select2-selection--single:hover,
.dash-view .alertSearches .search_ele .select2-container--default .select2-selection--single:focus,
.dash-view .alertSearches .search_ele .select2-container--default .select2-selection--single:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.dash-view .alertSearches .search_ele input[type=text]:disabled,
.dash-view .alertSearches .search_ele select:disabled,
.dash-view .alertSearches .search_ele .select2-container--default .select2-selection--single:disabled {
  cursor: not-allowed;
}
.dash-view .alertSearches .search_ele .select2-container--default .select2-selection--single {
  height: calc(1.5em + .75rem + 2px);
  width: 100%;
}
.dash-view .alertSearches .search_ele .select2-container--default .select2-selection--single span {
  color: #777777 !important;
  top: 3px;
  font-size: 13px;
}
.dash-view .alertSearches .search_ele .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  text-align: start;
}
.dash-view .alertSearches .search_ele .audit_suggestion::-webkit-calendar-picker-indicator {
  display: none !important;
}
.dash-view .alertSearches .dateTimealert {
  display: flex;
  flex-direction: row;
}
.dash-view .alertSearches .dateTimealert #dateTimesAlerts-container {
  margin-right: 5px;
  border: 0 !important;
}
.dash-view .alertSearches .dateTimealert #dateTimesAlerts-container .zselectbox__text {
  color: rgba(85, 85, 85, 0.521) !important;
}
.dash-view .alertSearches .dateTimealert #dateTimesAlerts-container:hover, .dash-view .alertSearches .dateTimealert #dateTimesAlerts-container:focus, .dash-view .alertSearches .dateTimealert #dateTimesAlerts-container:active {
  background-color: #f7f7f7;
  box-shadow: none;
}
.dash-view .alertSearches .dateTimealert .btn {
  position: relative;
  left: 5px;
  margin-right: 5px;
}
.dash-view .alertlistTable tfoot {
  display: table-caption;
}
.dash-view li {
  display: block;
}
.dash-view li .dtbottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.dash-view li .dtbottom .dtcenter {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dash-view li .dtbottom .dtcenter .dataTables_length {
  position: relative;
  left: 25px;
  top: 8px;
}
.dash-view li .dtbottom .dtcenter .dataTables_length .custom-select {
  background: #fff url("images/per_page.svg") no-repeat right 0.75rem center/8px 10px !important;
}
.dash-view li .dtbottom .dtright {
  position: absolute;
  right: 30px;
}
.dash-view li .dtbottom .dtrightalr {
  position: relative;
  left: calc(39% - 100px);
}
.dash-view li .dataTables_filter input {
  margin-bottom: 2px;
  outline: none !important;
  border: 1px solid #d6d6d6;
  width: 250px !important;
}
.dash-view li .dataTables_filter input:hover, .dash-view li .dataTables_filter input:active, .dash-view li .dataTables_filter input:focus {
  border: 1px solid #a8dfff;
  outline: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}
.dash-view li .dataTables_paginate .page-link {
  border: 0 !important;
}
.dash-view li .dataTables_paginate .page-link:focus {
  text-decoration: none !important;
}
.dash-view li #addD,
.dash-view li #delD {
  cursor: pointer;
  font-size: 17px;
}
.dash-view li #addD i {
  color: #58a9ff;
}
.dash-view li #addD i:hover {
  color: #007bff;
}
.dash-view li #delD i {
  color: #ff2b2b;
}
.dash-view li #delD i:hover {
  color: #d60101f8;
}
.dash-view li .domain-dable .actions {
  width: 7.5% !important;
}
.dash-view li .domain-dable .fa-sync-alt {
  position: relative;
  left: 5px;
}
.dash-view li .dash-dable {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.dash-view li .dash-dable .usage_bar {
  width: 100%;
}
.dash-view li .dash-dable .usage_bar .usage_outer {
  background-color: #e4e2e5;
  width: 80%;
  height: 17px;
  border-radius: 2px;
  position: relative;
}
.dash-view li .dash-dable .usage_bar .usage_outer .usage_inner {
  width: 0;
  height: 100%;
  border-radius: 1px;
  background-color: #46bb7d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dash-view li .dash-dable .usage_bar .usage_outer .usage_text {
  font-size: 10px;
  color: #555;
  position: absolute;
  top: 8.5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dash-view li .dash-dable .usage_bar .usage_outer .red {
  background-color: #d43028;
}
.dash-view li .dash-dable .usage_bar .usage_outer .orange {
  background-color: #fe7b00;
}
.dash-view li .dash-dable .usage_bar .red {
  background-color: #ffcccc;
}
.dash-view li .dash-dable .usage_bar .orange {
  background-color: #ffe5cc;
}
.dash-view li .dash-dable .recCtBadge {
  border: 2px solid #abaaaa;
  border-radius: 7px;
  text-align: center;
  color: #909090;
  padding-left: 5px;
  padding-right: 5px;
  word-spacing: 1px;
  box-shadow: 1px 1px #abaaaa;
  font-size: 12px;
  position: relative;
  bottom: 5px;
}
.dash-view li .dash-dable .recCtBadge:hover {
  text-decoration: none !important;
}
.dash-view li .dash-dable .axfr_servers {
  display: inline-flex;
  background-color: #cce7f057;
  margin: 0 4px 8px 0;
  padding: 4px 6px 4px;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
}
.dash-view li .dash-dable .hide_secret i {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #f2aa1e;
}
.dash-view li .dash-dable .sortable .table_sort,
.dash-view li .dash-dable .sortable .table_sort_asc,
.dash-view li .dash-dable .sortable .table_sort_dsc {
  cursor: pointer;
  white-space: nowrap;
}
.dash-view li .dash-dable .sortable .table_sort .table_img,
.dash-view li .dash-dable .sortable .table_sort_asc .table_img,
.dash-view li .dash-dable .sortable .table_sort_dsc .table_img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px;
}
.dash-view li .dash-dable .sortable .table_sort .table_img {
  background: url("images/sort_arrows/sort_both.png") no-repeat center right;
}
.dash-view li .dash-dable .sortable .table_sort_asc {
  color: #269bff;
}
.dash-view li .dash-dable .sortable .table_sort_asc .table_img {
  background: url("images/sort_arrows/sort_asc.png") no-repeat center right;
}
.dash-view li .dash-dable .sortable .table_sort_dsc {
  color: #269bff;
}
.dash-view li .dash-dable .sortable .table_sort_dsc .table_img {
  background: url("images/sort_arrows/sort_desc.png") no-repeat center right;
}
.dash-view li .dash-dable td,
.dash-view li .dash-dable th {
  padding: 9px;
}
.dash-view li .dash-dable .fa-trash-alt {
  color: #df1010;
}
.dash-view li .dash-dable .editdomain {
  color: #199edb;
}
.dash-view li .dash-dable .fa-sync-alt {
  color: #199edb;
  color: #199edb;
  position: relative;
  right: 12px;
}
.dash-view li .dash-dable i {
  cursor: pointer;
  margin-left: 8px;
}
.dash-view li .dash-dable thead th {
  text-align: center;
  color: #21BB85;
  text-transform: uppercase;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 50;
}
.dash-view li .dash-dable thead td {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: #f4f4f6;
  height: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.dash-view li .dash-dable .btn_show {
  visibility: hidden;
}
.dash-view li .dash-dable tbody tr:hover {
  background-color: #f6f7f8;
}
.dash-view li .dash-dable tbody tr:hover .btn_show {
  visibility: visible;
}
.dash-view li .dash-dable .dnssec_ico {
  margin: 0;
  font-size: 13px;
  color: #51ce79;
}
.dash-view li .dash-dable .vanity_ico {
  position: relative;
  left: 1px;
  font-size: 13px;
  color: #f2aa1e;
}
.dash-view li .dash-dable .no-caps {
  line-break: anywhere;
}
.dash-view li .dash-dable tbody td {
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  font-size: 14px;
  color: #000;
  line-break: anywhere;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  overflow: hidden;
}
.dash-view li .dash-dable tbody td font a {
  color: #000 !important;
  text-decoration: none !important;
}
.dash-view li .dash-dable .bgp_established {
  color: #20BC84;
}
.dash-view li .dash-dable .bgp_active {
  color: #FD9935;
}
.dash-view li .dash-dable .bgp_idle {
  color: #EE4C4E;
}
.dash-view li .dash-dable .bgpadv {
  color: #069;
  cursor: pointer;
}
.dash-view li .dash-dable .bgpadv:hover {
  text-decoration: underline;
}
.dash-view li .dash-dable .acltext {
  width: 120px;
}
.dash-view li .dash-dable .aclno {
  width: 50px;
}
@media (min-width: 600px) and (max-width: 1400px) {
  .dash-view li .dash-dable td {
    padding: 6px;
  }
  .dash-view li .dash-dable thead td {
    font-size: 12px;
    font-weight: 550;
    height: 20px;
    margin-bottom: 10px;
  }
  .dash-view li .dash-dable thead tr {
    height: 20px;
  }
  .dash-view li .dash-dable tbody td {
    font-size: 11px;
  }
  .dash-view li .dash-dable tbody td .zone_txt {
    max-width: 135px !important;
  }
  .dash-view li .dash-dable .dnssec_ico,
.dash-view li .dash-dable .vanity_ico {
    font-size: 9px;
  }
  .dash-view li .dash-dable .recCtBadge {
    border: 1.5px solid #abaaaa;
    border-radius: 5.5px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
  }
  .dash-view li .dash-dable .recCtBadge:hover {
    text-decoration: none !important;
  }
}
.dash-view li .dash-dable100 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.dash-view li .dash-dable100 td,
.dash-view li .dash-dable100 th {
  padding: 10px;
}
.dash-view li .dash-dable100 #zones {
  display: inline-flex;
  background-color: #c6fdae57;
  padding: 2px 4px 2px;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
}
.dash-view li .dash-dable100 thead th {
  text-align: center;
  color: #555;
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  height: 50;
}
.dash-view li .dash-dable100 thead td {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #f4f4f6;
  height: 30px;
  margin-bottom: 20px;
}
.dash-view li .dash-dable100 tbody tr:hover {
  background-color: #f6f7f8;
}
.dash-view li .dash-dable100 tbody td {
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  font-size: 15px;
  color: #000;
}
.dash-view li .dash-dable100 tbody td .no-caps font a {
  text-decoration: none;
}
.dash-view li .dash-dable100 .bgp_established {
  color: #20BC84;
}
.dash-view li .dash-dable100 .bgp_active {
  color: #FD9935;
}
.dash-view li .dash-dable100 .bgp_idle {
  color: #EE4C4E;
}
.dash-view li .dash-dable100 .bgpadv {
  color: #069;
  cursor: pointer;
}
.dash-view li .dash-dable100 .bgpadv:hover {
  text-decoration: underline;
}
.dash-view li .dash-dable100 .acltext {
  width: 120px;
}
.dash-view li .dash-dable100 .aclno {
  width: 50px;
}
.dash-view li .dash-dable1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.dash-view li .dash-dable1 #org_tb .itd i {
  cursor: pointer;
  font-size: 16px;
}
.dash-view li .dash-dable1 .CtBadge {
  cursor: pointer;
  position: relative;
  bottom: 5px;
  border: 2px solid #abaaaa;
  border-radius: 7px;
  text-align: center;
  color: #909090;
  padding-left: 5px;
  padding-right: 5px;
  word-spacing: 1px;
  box-shadow: 3px 2px #abaaaa;
  font-size: 12px;
}
.dash-view li .dash-dable1 #mails {
  display: inline-flex;
  background-color: #cce7f057;
  padding: 4px 6px 4px;
  width: fit-content;
  border-radius: 3px;
  border: 1px solid;
  border-color: #c0c0c041 !important;
}
.dash-view li .dash-dable1 .dropdown_actions {
  position: relative;
  margin-right: 10px;
  white-space: nowrap;
}
.dash-view li .dash-dable1 .dropdown_actions .btn-dns {
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 0;
  text-decoration: none;
  background-color: #31af36;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dash-view li .dash-dable1 .dropdown_actions:hover .dropdown-content {
  display: block;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content a .drop_txt {
  position: relative;
  top: -1.5px;
  left: 1px;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content a:hover {
  background-color: #04b596;
  color: #fff;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content a:hover .drop_ico {
  color: #fff !important;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content a:hover .dhcp-image,
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content a:hover .domain-image,
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content a:hover .server_status {
  filter: invert(100%) sepia(7%) saturate(4174%) hue-rotate(110deg) brightness(205%) contrast(125%);
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content #sus:hover {
  background-color: #ff8d00;
  color: #fff;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content #del:hover {
  background-color: #ff4d4d;
  color: #fff;
}
.dash-view li .dash-dable1 .dropdown_actions .dropdown-content #del:hover .drop_ico {
  color: #fff !important;
}
.dash-view li .dash-dable1 td,
.dash-view li .dash-dable1 th {
  padding: 10px;
}
.dash-view li .dash-dable1 .actions {
  width: 6%;
}
.dash-view li .dash-dable1 thead th {
  text-align: center;
  color: #555;
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  height: 50;
}
.dash-view li .dash-dable1 thead td {
  border-right: 0px solid #c1bebe;
  text-align: left;
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #f4f4f6;
  height: 50px;
}
.dash-view li .dash-dable1 tbody tr:nth-child(even) {
  background-color: #f6f7f8;
}
.dash-view li .dash-dable1 tbody td {
  border-right: 0px solid #c1bebe;
  text-align: left;
  font-size: 14px;
  color: #000;
}
.dash-view li .dash-dable1 tbody td .dnsup {
  content: url("images/dnsup.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
}
.dash-view li .dash-dable1 tbody td .dnsdown {
  content: url("images/dnsdown.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
}
.dash-view li .dash-dable1 tbody td .dhcpup4 {
  content: url("images/dhcp4up.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
  top: 10px;
}
.dash-view li .dash-dable1 tbody td .dhcpdown4 {
  content: url("images/dhcp4down.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
}
.dash-view li .dash-dable1 tbody td .dhcpup6 {
  content: url("images/dhcp6up.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
  top: 10px;
}
.dash-view li .dash-dable1 tbody td .dhcpdown6 {
  content: url("images/dhcp6down.png");
  position: relative;
  min-width: 18px;
  max-height: 18px;
}
.dash-view li .dash-dable1 .bgp_established {
  color: #20BC84;
}
.dash-view li .dash-dable1 .bgp_active {
  color: #FD9935;
}
.dash-view li .dash-dable1 .bgp_idle {
  color: #EE4C4E;
}
.dash-view li .dash-dable1 .bgpadv {
  color: #069;
  cursor: pointer;
}
.dash-view li .dash-dable1 .bgpadv:hover {
  text-decoration: underline;
}
.dash-view li .dash-dable1 .acltext {
  width: 120px;
}
.dash-view li .dash-dable1 .aclno {
  width: 50px;
}

.box-view1 {
  text-align: center;
}
.box-view1 li {
  padding: 0px;
  min-width: 100%;
  display: inline-block;
}
.box-view1 li .dash-dable th {
  padding: 10px;
}
.box-view1 li .dash-dable td {
  padding: 10px;
}
.box-view1 li .dash-dable thead th {
  text-align: center;
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: bold;
  height: 25;
}
.box-view1 li .dash-dable thead td {
  border: 0.5px solid #c1bebe;
  text-align: left;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-weight: bold;
  background: #e7e7e7;
  background: linear-gradient(357deg, #e7e7e7 10%, white 100%);
  height: 50;
}
.box-view1 li .dash-dable tbody {
  overflow: auto;
  width: 100%;
}
.box-view1 li .dash-dable tbody tr:nth-child(even) {
  background-color: #f6f7f8;
}
.box-view1 li .dash-dable tbody td {
  border-right: 1px solid #c1bebe;
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}
.box-view1 li .dash-dable .bgp_established {
  color: #20BC84;
}
.box-view1 li .dash-dable .bgp_active {
  color: #FD9935;
}
.box-view1 li .dash-dable .bgp_idle {
  color: #EE4C4E;
}
.box-view1 li .dash-dable .bgpadv {
  color: #069;
  cursor: pointer;
}
.box-view1 li .dash-dable .bgpadv:hover {
  text-decoration: underline;
}
.box-view1 li .dash-dable .acltext {
  width: 120px;
}
.box-view1 li .dash-dable .aclno {
  width: 50px;
}
.box-view1 li .dash-dables {
  border: 0.5px solid #c1bebe;
}
.box-view1 li .dash-dables th {
  padding: 10px;
}
.box-view1 li .dash-dables td {
  padding: 10px;
}
.box-view1 li .dash-dables thead th {
  text-align: center;
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: bold;
  height: 25;
}
.box-view1 li .dash-dables thead td {
  border: 0.5px solid #c1bebe;
  text-align: left;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-weight: bold;
  background: #e7e7e7;
  background: linear-gradient(357deg, #e7e7e7 10%, white 100%);
  height: 50;
}
.box-view1 li .dash-dables tbody tr:nth-child(even) {
  background-color: #f6f7f8;
}
.box-view1 li .dash-dables tbody td {
  border-right: 1px solid #c1bebe;
  text-align: left;
  text-transform: capitalize;
  font-size: 15px;
  color: #000;
}
.box-view1 li .dash-dables .bgp_established {
  color: #20BC84;
}
.box-view1 li .dash-dables .bgp_active {
  color: #FD9935;
}
.box-view1 li .dash-dables .bgp_idle {
  color: #EE4C4E;
}
.box-view1 li .dash-dables .bgpadv {
  color: #069;
  cursor: pointer;
}
.box-view1 li .dash-dables .bgpadv:hover {
  text-decoration: underline;
}
.box-view1 li .dash-dables .acltext {
  width: 120px;
}
.box-view1 li .dash-dables .aclno {
  width: 50px;
}
.box-view1 li .dash-dables1 {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.box-view1 li .dash-dables1 th {
  padding: 10px;
}
.box-view1 li .dash-dables1 td {
  padding: 10px;
}
.box-view1 li .dash-dables1 thead th {
  text-align: center;
  color: #555;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: bold;
  height: 25;
}
.box-view1 li .dash-dables1 thead td {
  text-align: left;
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
  background: #f4f4f6;
  height: 20px;
}
.box-view1 li .dash-dables1 .install_clr {
  color: #23a96e;
}
.box-view1 li .dash-dables1 .miss_clr {
  color: #df1010;
}
.box-view1 li .dash-dables1 tbody td {
  text-align: left;
  text-transform: capitalize;
  font-size: 15px;
  color: #000;
}
.box-view1 li .dash-dables1 .bgp_established {
  color: #20BC84;
}
.box-view1 li .dash-dables1 .bgp_active {
  color: #FD9935;
}
.box-view1 li .dash-dables1 .bgp_idle {
  color: #EE4C4E;
}
.box-view1 li .dash-dables1 .bgpadv {
  color: #069;
  cursor: pointer;
}
.box-view1 li .dash-dables1 .bgpadv:hover {
  text-decoration: underline;
}
.box-view1 li .dash-dables1 .acltext {
  width: 120px;
}
.box-view1 li .dash-dables1 .aclno {
  width: 50px;
}

.box-view {
  text-align: center;
}
.box-view li {
  padding: 0px;
  min-width: 100%;
  display: inline-block;
}
.box-view li .dash-dable {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.box-view li .dash-dable th {
  padding: 10px;
}
.box-view li .dash-dable td {
  padding: 10px;
}
.box-view li .dash-dable thead th {
  text-align: center;
  color: #555;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: bold;
  height: 25;
}
.box-view li .dash-dable thead td {
  text-align: left;
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f4f4f6;
  height: 30px;
}
.box-view li .dash-dable tbody {
  overflow: auto;
  width: 100%;
}
.box-view li .dash-dable tbody tr:hover {
  background-color: #f6f7f8;
}
.box-view li .dash-dable tbody tr:hover .btn_show {
  visibility: visible;
}
.box-view li .dash-dable tbody td {
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}
.box-view li .dash-dable .bgp_established {
  color: #20BC84;
}
.box-view li .dash-dable .bgp_active {
  color: #FD9935;
}
.box-view li .dash-dable .bgp_idle {
  color: #EE4C4E;
}
.box-view li .dash-dable .bgpadv {
  color: #069;
  cursor: pointer;
}
.box-view li .dash-dable .bgpadv:hover {
  text-decoration: underline;
}
.box-view li .dash-dable .acltext {
  width: 120px;
}
.box-view li .dash-dable .aclno {
  width: 50px;
}
.box-view li .dash-dables {
  border: 0.5px solid #c1bebe;
}
.box-view li .dash-dables th {
  padding: 10px;
}
.box-view li .dash-dables td {
  padding: 10px;
}
.box-view li .dash-dables thead th {
  text-align: center;
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: bold;
  height: 25;
}
.box-view li .dash-dables thead td {
  border: 0.5px solid #c1bebe;
  text-align: left;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-weight: bold;
  background: #e7e7e7;
  background: linear-gradient(357deg, #e7e7e7 10%, white 100%);
  height: 50;
}
.box-view li .dash-dables tbody tr:nth-child(even) {
  background-color: #f6f7f8;
}
.box-view li .dash-dables tbody td {
  border-right: 1px solid #c1bebe;
  text-align: left;
  text-transform: capitalize;
  font-size: 15px;
  color: #000;
}
.box-view li .dash-dables .bgp_established {
  color: #20BC84;
}
.box-view li .dash-dables .bgp_active {
  color: #FD9935;
}
.box-view li .dash-dables .bgp_idle {
  color: #EE4C4E;
}
.box-view li .dash-dables .bgpadv {
  color: #069;
  cursor: pointer;
}
.box-view li .dash-dables .bgpadv:hover {
  text-decoration: underline;
}
.box-view li .dash-dables .acltext {
  width: 120px;
}
.box-view li .dash-dables .aclno {
  width: 50px;
}

.resultcont {
  padding: 15px;
  font-size: 13px;
  white-space: pre-line;
  line-height: 30px;
}

.pre-cont {
  min-width: 60%;
  max-width: 60%;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  margin: 10px auto;
  line-height: 25px;
  font-size: 14px;
  padding: 5px 20px;
  white-space: pre-line;
}
.pre-cont.active {
  background-color: #f5f5f5;
}

.pre-cont2 {
  min-width: 60%;
  max-width: 60%;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  margin: 10px auto;
  line-height: 25px;
  font-size: 14px;
  padding: 5px 20px;
  white-space: pre-line;
}
.pre-cont2.active {
  background-color: #f5f5f5;
}

.pre-cont3 {
  min-width: 60%;
  max-width: 60%;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  margin: 10px auto;
  line-height: 25px;
  font-size: 14px;
  padding: 5px 20px;
  white-space: pre;
}
.pre-cont3.active {
  background-color: #f5f5f5;
}

.dash-choosen .chosen-choices {
  overflow: auto;
  height: 31px !important;
  max-width: 570px;
  min-width: 220px;
}

.dashA-choosen .chosen-choices {
  overflow: auto;
  height: 31px !important;
  max-width: 270px;
  min-width: 120px;
}

.custom-model-main-container .inpu-row {
  padding: 10px 0px;
}
.custom-model-main-container .inpu-row label {
  width: 100px;
  text-align: right;
  padding-right: 50px;
  font-size: 15px;
}
.custom-model-main-container .inpu-row input,
.custom-model-main-container .inpu-row textarea {
  width: calc(100% - 250px);
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
}
.custom-model-main-container .inpu-row textarea {
  min-width: calc(100% - 250px);
  max-width: calc(100% - 250px);
  min-height: 250px;
  max-width: 25px;
}

/* Styles for wrapping the search box */
.forpopup {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 150px;
  bottom: 0px;
  overflow: auto;
}

.fordashpopup {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 90px;
  bottom: 0px;
  overflow: auto;
}

.fordashpopup1 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 148px;
  bottom: 0px;
  overflow: auto;
}

.list-item {
  width: 80%;
  margin: auto;
  padding-top: 20px;
}

.main-box {
  width: 18%;
  display: inline-block;
  margin: auto;
}
.main-box > label {
  width: 100%;
  text-align: center;
}
.main-box.loading-line {
  vertical-align: top;
  line-height: 70px;
}

.aEnd,
.zEnd {
  fill: #444;
  font-size: 8pt;
}

.error404 {
  position: fixed;
  background-image: linear-gradient(249deg, #CDD6E8 -0.46%, #FCE8E2 100%);
  min-height: 100vh;
  min-width: 100vw;
  color: #000;
  left: 0;
  right: 0;
  z-index: 100001;
}
.error404 .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.error404 .container,
.error404 .container > .row,
.error404 .container > .row > div {
  margin-top: 6%;
  height: 100%;
}
.error404 #countUp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.error404 #countUp .number {
  font-size: 10rem;
  font-weight: 500;
}
.error404 #countUp .err_text {
  margin-top: 10px;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.error404 #countUp .err_text .plan_name {
  background-color: #f2aa1e;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 4px;
}
.error404 #countUp .subs {
  width: 290px;
  height: 252px;
  background-image: url("images/subscription.png");
  background-size: cover;
}
.error404 #countUp .ytc_ico {
  width: 200px;
  height: 200px;
  background-image: url("images/subs_ico/folder.png");
  background-size: cover;
}
.error404 #countUp .ytc_ico + .err_text {
  margin: 1rem;
}
.error404 #countUp .ico {
  font-size: 9rem;
  font-weight: 500;
  color: crimson;
}
.error404 #countUp .ico + .err_text {
  margin: 0 0 1rem;
}
.error404 #countUp .text {
  position: relative;
  bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.error404 #countUp .text1 {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.error404 .bt {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  position: relative;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 2px;
  transition: 0.2s ease;
  font-weight: bold;
  margin: 5px 0px;
  text-decoration: none !important;
}
.error404 .bt.green {
  border: 4px solid var(--green);
  color: #555;
}
.error404 .bt.green:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--green);
  z-index: -1;
  transition: 0.2s ease;
  text-decoration: none !important;
}
.error404 .bt.green:hover {
  text-decoration: none !important;
  color: var(--white);
  background: var(--green);
  transition: 0.2s ease;
}
.error404 .bt.green:hover:before {
  width: 100%;
  text-decoration: none !important;
}

/*# sourceMappingURL=netconfig.css.map */