@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .no-gutters[class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}
body {
  background: #eff3f6;
}
.padding-right[class^="col"] {
  padding-right: 0;
}

.padding-zero[class^="col"] {
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.navbar {
  background: #273c87;
  padding: 0 1rem;
}
.container.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.main-section .setting-section {
  border: 0px solid #dae3f3;
  margin-right: 0px;
  border-radius: 10px;
  background: #f2f5fb;
  padding: 10px 0;
}
.main-section .setting-section span {
  display: block;
  margin-bottom: 10px;
}

.main-section .setting-section span.label {
  font-weight: bold;
}

.time-series {
  font-weight: bold;
  border: 2px solid #cfd3d8;
  padding: 14px 25px;
  border-radius: 5px;
  text-align: center;
}

.main-section .connection span {
  display: block;
  margin-bottom: 10px;
}

.main-section .connection {
  border-left: 0px solid #f5f5f4;
  padding-left: 0px;
}

.connection .active::before {
  content: "";
  background: url(../images/green.PNG);
  display: block;
  height: 17px;
  width: 49px;
  margin-right: 10px;
  float: left;
  margin-top: 6px;
}

.connection .in-active::before {
  content: "";
  background: url(../images/white.PNG);
  display: block;
  height: 17px;
  width: 49px;
  margin-right: 10px;
  float: left;
  margin-top: 6px;
}

footer {
  background-color: #ffffff;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.15);
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.btn.log-button {
  background: #0dabcc;
  color: #fff;
  width: 100%;
}

.btn.btn-normal {
  background: #3a58b6;
  color: #fff;
}

.social-icons span {
  font-size: 18px;
  padding-right: 10px;
}

.social-icons i {
  font-size: 20px;
  padding-right: 12px;
}

/* Tabs Stylings */

i.tabsIcons {
  background: #dfe0e1;
  padding: 6px 6px;
  border-radius: 50%;
  margin-right: 10px;
}

#setupTabs {
  border-bottom: none;
}
.tabsUl {
  padding: 0 30px;
}
#setupTabs li {
  margin: 5px 0px;
  cursor: pointer;
  width: auto;
  padding: 0px;
}

#setupTabs li.current i.tabsIcons {
  background: #3857b2;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 0 15px;
}

.tab-content.current {
  display: block;
}

/* Tabs Stylings */

/* Accordion Stylings */

#moduleControl ul.accordion,
#demoMode ul.accordion {
  list-style: none;
  padding: 0;
}

#moduleControl ul.accordion,
.scrollContainer {
  padding-left: 0px;
  padding-right: 16px;
  height: 400px;
  overflow-y: auto;
}

#moduleControl .accordion,
.scrollContainer {
  color: #0056b3;
}

#demoMode .accordion,
.scrollContainer {
  color: #0056b3;
}

#demoMode .bottom-level-first-item span {
  font-weight: bold;
}

#moduleControl ul.accordion .level-one,
#demoMode ul.accordion .level-one {
  margin-bottom: 10px;
}

#moduleControl .marginTop {
  margin-top: 20px;
}

#moduleControl .accordion .active::before {
  content: "";
  background: url(../images/green.PNG);
  display: block;
  height: 17px;
  width: 49px;
  margin-right: 10px;
  float: left;
  margin-top: 4px;
}

.accordion-head::before {
  content: "";
  background: url(../images/right-arrow-blue.png);
  display: block;
  height: 16px;
  width: 16px;
  margin-right: 7px;
  float: left;
  margin-top: 6px;
}

.accordion-head.icon::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-head {
  color: #4a6eb6;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}
.accordion .first-level {
  display: none;
}

.accordion .tab-level-content.show-level .first-level {
  display: block;
}

.accordion .tab-level-content.show-level {
  border: 2px solid #dae3f3;
  background: #f2f5fb;
  padding: 0 3%;
}

.accordion .tab-level-content.show-level .second-level {
  padding: 0px;
  margin-top: 10px;
  margin-left: -14px;
  margin-left: 0px;
}

.accordion ul.second-level {
  list-style: none;
}

.accordion ul.second-level li {
  margin-bottom: 10px;
}

a.second-level-child::before {
  content: "";
  background: url(../images/right-arrow-blue.png);
  display: block;
  height: 16px;
  width: 12px;
  margin-right: 15px;
  float: left;
  margin-top: 3px;
}

.second-level-child.icon::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.third-level-child::before {
  content: "";
  background: url(../images/right-arrow-blue.png);
  display: block;
  height: 16px;
  width: 12px;
  margin-right: 15px;
  float: left;
  margin-top: 3px;
}

.third-level-child.icon::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

a.second-level-child,
a.third-level-child {
  color: #0056b3;
  font-weight: bold;
}

.third-level {
  display: none;
  list-style: none;
  margin-top: 10px;
}

.third-level.show-level {
  display: block;
}

.third-level-content {
  display: none;
}

.third-level-content.show-level {
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.top-level-first-item {
  width: 12%;
}

.top-level-second-item {
  width: 20%;
}

.top-level-three-item {
  width: 30%;
}

.top-level-four-item {
  width: 20%;
}
/* 
.bottom-level-first-item {
    width: 25%;
}

.bottom-level-second-item {
    width: 20%;
} */

.bottom-level-three-item {
  width: 17%;
}

.bottom-level-four-item {
  width: 20%;
}

.bottom-level-fifth-item {
  width: 12%;
}

.third-level-content .top-level-second-item {
  width: 21.5%;
}

.third-level-content .bottom-level-second-item {
  width: 21%;
}

.third-level-content .bottom-level-three-item {
  width: 17.5%;
}

.third-level-content .bottom-level-fifth-item {
  margin-left: 17px;
}

.demultiplexer .top-level-first-item {
  width: 54%;
}

.demultiplexer .top-level-second-item {
  width: 28.5%;
}

.demultiplexer .top-level-first-item .form-group {
  width: 100%;
}

.demultiplexer .top-level-first-item .form-group select {
  width: 30%;
  margin-left: 20%;
  border: 2px solid #273c87;
}

.demultiplexer .variable-optical {
  border-bottom: 1px solid;
}

.rf-synthesizer .top-level-second-item {
  width: 18%;
}

.rf-synthesizer .bottom-level-second-item {
  width: 24%;
}

.rf-synthesizer .bottom-level-three-item {
  width: 18%;
}

.rf-synthesizer .bottom-level-four-item {
  width: 20%;
}

.rf-synthesizer .singleLine {
  margin-left: 18px;
}

.variable-optical .top-level-second-item {
  width: 21.5%;
}

.variable-optical .bottom-level-second-item {
  width: 21%;
}
.variable-optical .bottom-level-three-item {
  width: 18%;
}

.variable-optical .singleLine {
  /*margin-left: 18px;*/
}

.variable-optical .bottom-level-fifth-item {
  margin-left: 18px;
}

.section-one-master-reflector .bottom-level-fifth-item {
  margin-left: 18px;
}

.Optical-margin {
  margin-left: 40px;
  padding-left: 38px;
}

.current-read {
  margin-top: -40px;
}

.singleLine {
  margin-left: 88px;
}

.demultiplexer.singleLine {
  margin-left: 50px;
}

.variable-optical-attenuator {
  border-bottom: 1px solid;
}
/* Accordion Stylings */

.form-control.common-input-field {
  width: 90px;
  border: 1px solid #0056b3;
  height: 30px;
  border-radius: 5px;
}

#moduleControl .form-group label,
#demoMode .form-group label,
#calibration .form-group label {
  font-weight: bold;
  text-align: end;
}

#calibration {
  width: 100%;
  margin: 0 auto;
  color: #0056b3;
}

#calibration .top-level-first-item {
  width: 80%;
}
/* 
#calibration .bottom-level-first-item {
    width: 31.5%;
}

#calibration .bottom-level-second-item {
    width: 26%;
}

#calibration .bottom-level-three-item {
    width: 22%;
} */

#calibration .row {
  border-bottom: 0px solid #a6a4a6;
}

#calibration .row.navigationButtons {
  border-bottom: 0;
}

/* #calibration .bottom-level-button {
    width: 31%;
} */

#calibration .bottom-level-button .btn {
  background: #0dabcc;
  color: #fff;
}

#calibration .top-level-first-item .form-group select {
  width: 40%;
  margin-left: 25%;
}

#minheightDiv {
  min-height: 65px;
}

.adminDropdown #dropdownMenuButton {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  /* text-transform: capitalize; */
  padding: 1px 0px 1px 4px;
}
.adminDropdown button {
  border: 0px;
  outline: none !important;
  padding: 0px;
}
/* Support page */
section.supportSection {
  width: 75%;
  margin: 0 auto;
  color: #0056b3;
  margin-bottom: 157px;
}

.commom-btn {
  background: #0dabcc;
  color: #fff;
}

.borderBottom {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 20px;
}

.supportBorderBottom {
  border-bottom: 1px solid #e9ecef;
}

#demultiplexer1Value {
  font-weight: bold;
}

.demoUpdateView {
  margin-top: 180px;
}

#setUpEmailModel .labelEmail label {
  margin-top: 6px;
}

.light-color {
  color: #1f5cd5;
  font-weight: bold;
}

#moduleControl .form-group label.light-color {
  font-weight: normal;
  color: #1f5cd5;
  font-weight: bold;
}

.slaverLaser .eachSection {
  border-bottom: 1px solid;
  padding-left: 38px;
  margin-left: 40px;
}

.slaverLaser .eachSection .bottom-level-first-item {
  width: 21.4%;
}

.twoLevelSlaver .bottom-level-second-item {
  width: 21%;
}

.twoLevelSlaver .bottom-level-three-item {
  width: 18%;
}

.twoLevelSlaver .bottom-level-four-item {
  width: 20.5%;
}

.threeLevelSlaver .top-level-second-item {
  width: 21.4%;
}

.threeLevelSlaver .bottom-level-three-item {
  width: 19%;
}

.threeLevelSlaver .bottom-level-four-item {
  width: 20.5%;
}

.threeLevelSlaver .singleLine {
  margin-left: 7px;
}

.slaverLaser .rf-synthesizer .bottom-level-second-item,
.slaverLaser .rf-synthesizer .bottom-level-four-item {
  width: 22.5%;
}

.LYRA-PPS-2000 .variable-optical .bottom-level-four-item,
.lyra-ocs-1000 .variable-optical .bottom-level-four-item,
.lyra-ocs-1100 .variable-optical .bottom-level-four-item {
  width: 19%;
}

.lyra-tera-2000 .variable-optical .bottom-level-four-item,
.lyra-ocs-2000 .variable-optical .bottom-level-four-item,
.lyra-pps-1000 .variable-optical .bottom-level-four-item {
  width: 19.5%;
}

.hideDiv {
  display: none;
}

.commingSoonText {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-label {
  display: none;
}

a.icon .header-label {
  display: inline-block;
}

#ReflectorAA,
#ReflectorBB {
  margin-top: 43px;
}

.text-bold {
  font-weight: bold;
}

select {
  background: url("../images/select.png") no-repeat 96% 14px;
  -webkit-appearance: none;
}

.iconsBlock,
.iconsLineItem {
  width: 100%;
  float: left;
}
.iconsLineItem {
  margin-bottom: 15px;
}
.ethernetConnection,
.ledGreen,
.ledRed,
.remoteConnection,
.TEC,
.temperature,
.powerSupply,
.fans,
.soa-Section,
.slave-Section,
.VOA-Section,
.Master-Section,
.Date-Modulation,
.rfSynthesizer {
  background: url("../images/Ethernet-Connection.png");
  width: 32px;
  height: 32px;
  float: left;
  background-repeat: no-repeat !important;
}
.ledGreen {
  background: url("../images/greenLed.png");
}
.ledRed {
  background: url("../images/redLed.png");
}
.iconsLineItem label {
  float: left;
  font-size: 15px;
  margin: 3px;
}
.remoteConnection {
  background: url("../images/Remote-Connection.png");
}
.TEC {
  background: url("../images/TEC.png");
}
.temperature {
  background: url("../images/Temperature.png");
}
.powerSupply {
  background: url("../images/Power-Supply.png");
}
.fans {
  background: url("../images/Fans.png");
}
.soa-Section {
  background: url("../images/SOA-Section.png");
}
.slave-Section {
  background: url("../images/Slave-Section.png");
}
.VOA-Section {
  background: url("../images/VOA-Section.png");
}
.Master-Section {
  background: url("../images/Master-Section.png");
}
.Date-Modulation {
  background: url("../images/Date-Modulation.png");
}
.rfSynthesizer {
  background: url("../images/RF-Synth.png");
}
.tab-level-content label {
  margin-bottom: 0;
  margin-top: 0px;
}
.bottom-level-first-item label {
  padding-left: 5px;
}
/*Price and Toggle CSS starts here*/
.price-box {
  margin: 0 auto;
  background: #e9e9e9;
  border-radius: 10px;
  padding: 40px 15px;
  width: 500px;
}

.ui-widget-content {
  border: 1px solid #bdc3c7;
  background: #e1e1e1;
  color: #222222;
  margin-top: 4px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 4.2em;
  height: 2.2em;
  cursor: default;
  margin: 0 -40px auto !important;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
  color: #ffffff;
  margin: 0 3px;
  font-size: 11px;
  opacity: 0.5;
}

.ui-corner-all {
  border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #f9f9f9;
  background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
  cursor: pointer;
  outline: none;
}

.price,
.lead p {
  font-weight: 600;
  font-size: 32px;
  display: inline-block;
  line-height: 60px;
}

h4.great {
  background: #00ac98;
  margin: 0 0 25px -60px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  -moz-box-shadow: 2px 4px 5px 0 #ccc;
  -webkit-box-shadow: 2px 4px 5px 0 #ccc;
  box-shadow: 2px 4px 5px 0 #ccc;
}

.total {
  border-bottom: 1px solid #7f8c8d;
  /*display: inline;
	padding: 10px 5px;*/
  position: relative;
  padding-bottom: 20px;
}

.total:before {
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #7f8c8d;
  opacity: 0.5;
}

.price-slider {
  margin-bottom: 0px;
}

.price-slider span {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 13px;
}

.form-pricing {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
}

.price-form {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  /*-moz-box-shadow:    0 5px 5px 0 #ccc;
  	-webkit-box-shadow: 0 5px 5px 0 #ccc;
  	box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
  margin-bottom: 15px;
}
label {
  display: inline-block;
  margin-bottom: 0.1rem;
}
.form-group span.price {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 14px;
}

.help-text {
  display: block;
  margin-top: 32px;
  margin-bottom: 10px;
  color: #737373;
  position: absolute;
  /*margin-left: 20px;*/
  font-weight: 200;
  text-align: right;
  width: 188px;
}

.price-form label {
  font-weight: 200;
  font-size: 21px;
}

img.payment {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ui-slider-range-min {
  background: #2980b9;
}

/* HR */

.price1 .ui-widget-content {
  margin-top: 12px;
  position: relative;
}
.price1 .ui-slider-handle {
  margin-top: -4px !important;
}
p {
  margin: 0px;
}
.amtLabel {
  padding: 0px 10px;
  background: #fff;
  width: 90px;
  border: 2px solid #0056b3;
  height: 30px;
  border-radius: 5px;
  margin-left: 8px;
}
.iconP {
  display: inline;
  padding-right: 5px;
  position: relative;
  top: -2px;
}
/*  Toggle Switch  */

.toggleSwitch span span {
  display: none;
}
.iconHead {
  height: 22px;
  margin-top: 0px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  position: relative;
  top: 3px;
}
.rightPanel .nav-link {
  padding: 0px;
}
.rightPanel .nav-item {
  padding: 0 5px;
}
.dropdown-menu {
  padding: 0rem 0;
  overflow: hidden;
}
.mcard {
  padding: 20px;
  border-radius: 5px;
  border: 0px;
  width: 100%;
}
.setting-section {
  width: 100%;
}
.mar0 {
  margin: 0px;
}
.mtB {
  margin-top: 15px;
  margin-bottom: 20px;
}
.mtBEq {
  margin: 0.75rem 0;
}
.flot-right {
  float: right;
}
.flot-left {
  float: left;
}
.inline-Block {
  display: inline-block;
}
.padding-0 {
  padding: 0px;
}
.custom-control {
  background: #eaf4fd;
  padding: 6px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.custom-control-input {
  margin: 7px;
}
.custom-control-label::before,
.custom-control-label::after {
  margin: 8px;
}
.custom-control-label {
  padding-left: 24px;
}
#btnPrevious {
  background: #3a58b6;
  color: #fff;
}
.m0Full {
  width: 100%;
  margin: 0;
}
.mb0 {
  margin-bottom: 0px;
}
@media only screen {
  .toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 40px;
    margin-top: 0.25em !important;
  }
  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggleSwitch label,
  .toggleSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
  .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
  }
  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    top: -1px;
  }
  .toggleSwitch > span span:first-of-type {
    color: #fff;
    opacity: 1;
    left: 45%;
  }
  .toggleSwitch > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -1px;
    background-color: #ff0000;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
  }
  .toggleSwitch > .span:before {
    background-color: orange;
  }
  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #38cf5d;
    box-shadow: inset 0 0 0 30px #38cf5d;
  }
  .toggleSwitch input:checked ~ .span:before {
    border-color: blue;
    box-shadow: inset 0 0 0 30px blue;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
  .toggleSwitch.large a {
    width: 27px;
  }
  .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .toggleSwitch.large input:checked ~ a {
    left: 41px;
  }
  .toggleSwitch.large > span span {
    font-size: 0.9em;
  }
  .toggleSwitch.large > span span:first-of-type {
    left: 50%;
  }
  .toggleSwitch.large > .span span:first-of-type {
    left: 58%;
  }
  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .toggleSwitch.xlarge a {
    width: 36px;
  }
  .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
  .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}
.price-slider label,
.bottom-level-four-item label {
  margin-top: 0px;
}

/*  End Toggle Switch  */
/*Price and Toggle Css ends here*/
.navbar-brand img {
  height: 56px;
}

/*Range Slider starts here*/
.setValue {
  float: left;
  margin-top: 12px;
}
.range {
  position: relative;
  width: 450px;
  height: 5px;
}

.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
}
.range-labels li {
  position: relative;
  float: left;
  width: 90.25px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}
.range-labels li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  border-radius: 50%;
}
.range-labels .active {
  color: #37adbf;
}
.range-labels .selected::before {
  background: #37adbf;
}
.range-labels .active.selected::before {
  display: none;
}
.range {
  position: relative;
  width: 550px;
  height: 5px;
}

.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
}
.range-labels li {
  position: relative;
  float: left;
  width: 90.25px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}
.range-labels li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  border-radius: 50%;
}
.range-labels .active {
  color: #37adbf;
}
.range-labels .selected::before {
  background: #37adbf;
}
.range-labels .active.selected::before {
  display: none;
}
.range-labels .active {
  color: #37adbf;
}
.range-labels .active::before {
  display: none !important;
}
.magL50 {
  margin-left: 50px;
}
.buttonPan {
  width: 100%;
  float: left;
}
.buttonPan button {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*Range Slider ends here*/
.tabIndexed .bottom-level-first-item {
  width: 22% !important;
}
.tabIndexed .bottom-level-four-item {
  width: 15% !important;
}
.width45 {
  width: 45% !important;
}

.marginBottom-40px {
  margin-bottom: 40px;
}
.comonLabel {
  width: 90px;
  word-wrap: breakword;
  display: inline-block !important;
  float: left;
  text-align: left;
}
.switchFix a {
  top: 0px;
}
.ovalCliderAlignment {
  padding-right: 60px;
  top: 10px;
}
.ovalCliderAlignment,
.ovalCliderAlignment .col-lg-12,
.ovalCliderAlignment .col-sm-12 {
  padding-left: 0px;
}

.slider-margin {
  margin-bottom: 2rem !important;
}
.customGroup label {
  width: 100px;
  justify-content: left;
  text-align: left;
}
/*Radio Buttons And Check Box Css Starts here*/
.radio,
.checkbox {
  float: left;
  clear: both;
  margin: 10px 0 15px 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  position: relative;
}
.radio input,
.checkbox input {
  position: absolute;
  left: -9999px;
}
.radio i,
.checkbox i {
  float: left;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  outline: none;
  border: solid 2px #474848;
  background: #ffffff;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.checkbox i {
  /*border-radius:0;*/
  text-align: center;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0;
}
.radio input:checked + i,
.checkbox input:checked + i {
  background: #000000;
}
.checkbox input:checked + i:after {
  opacity: 1;
  margin-left: -2px;
}
.checkbox input + i:after {
  /*content: 'âœ”';*/
  text-align: center;
  opacity: 0;
  display: inline-block;
}
.select-item-box label {
  font-size: 16px;
  color: #28282d;
  font-family: "FrutigerNeueLTPro-Thin";
}
.select-item-box .radio i {
  border: solid 2px #2ea8bc;
}
.select-item-box .radio input:checked + i,
.select-item-box .radio:hover i {
  background: #2ea8bc;
}
.select-item-box .col-lg-6 {
  padding-left: 15px;
}
/*Radio Buttons And Check Box Css ends here*/
.highcharts-figure,
.highcharts-data-table table {
  min-width: 360px;
  max-width: 900px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.iconsPanel {
  width: 100%;
  display: inline-block;
}
.iconlineitem {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.iconlineitem label {
  margin-bottom: 0px;
}
.iconlineitem i {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.greenicon {
  background: url("../images/greenLed.png") left no-repeat;
  background-size: 32px;
  padding-left: 32px;
}
.redicon {
  background: url("../images/redLed.png") left no-repeat;
  background-size: 32px;
  padding-left: 32px;
}
.orangeicon {
  background: url("../images/orangeLed.png") left no-repeat;
  background-size: 32px;
  padding-left: 32px;
}
.spinner-overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(126, 122, 122, 0.4);
  z-index: 99999;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.graph-container {
  border: 0px solid #dae3f3;
  border-radius: 10px;
  margin-left: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
  padding: 10px 20px;
}

.tooltipBtn {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  display: none;
  width: max-content;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  color: #000;
  position: absolute;
  right: -13%;
  bottom: 30px;
  padding: 5px 10px;
  border: 1px solid #aba6a6;
  z-index: 10;
}

.warning-box-layout,
.state-box-layout {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 9999;
}

.warning-box {
  position: absolute;
  top: 10%;
  width: 400px;
  height: 300px;
  background: #fff;
  border-radius: 15px;
  left: 50%;
  margin-left: -200px;
  box-shadow: 2px -6px 26px -8px black;
}

.close-icon {
  position: relative;
  top: -30px;
  left: 92%;
  width: 25px;
  cursor: pointer;
}
.warning-icon {
  position: relative;
  top: 0;
  left: 29%;
  width: 100px;
}

.warning-box input {
  position: relative;
  top: 20px;
  left: 18%;
  width: 250px;
  border: 0;
  border-bottom: 2px solid #000;
  outline: 0;
}

.warning-box .error-msg {
  position: relative;
  top: 20px;
  left: 18%;
  font-size: 13px;
  color: red;
}

.warning-box .button-box {
  position: relative;
  margin-top: 30px;
  left: 17%;
}
.state-box-layout .warning-box {
  top: 30%;
  height: fit-content;
}
.stateWarn .button-box {
  margin-top: unset;
  left: unset;
  text-align: center;
  padding: 1.5rem 0;
}

.warning-box button {
  width: 125px;
}

.warning-box .btn-cancel,
.set-off-no {
  background: grey;
  color: #fff;
}

.warning-box .btn-submit,
.set-on-yes {
  background: #0dabcc;
  color: #fff;
}

.msg-box {
  display: none;
  color: #fff;
  position: fixed;
  top: 40%;
  width: 400px;
  height: 100px;
  background: #0dabcc;
  border-radius: 15px;
  left: 50%;
  margin-left: -200px;
  box-shadow: 2px 4px 15px -10px black;
}

.msg-box h4 {
  margin-top: 30px;
}

.status-icon-space {
  margin-bottom: 6px;
}

.led-space {
  padding: 0px 10px;
}

.box-border {
  border: 2px solid #dae3f3;
  padding: 0 2%;
  border-radius: 10px;
}

.mousePointer {
  width: 50px;
  height: 50px;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.1s ease;
}

.graph_msg {
  font-weight: 600;
  color: #0dabcc;
  padding: 5px 32px;
  font-size: 18px;
  visibility: hidden;
}

#divOpticalfrequencycomb_100 .main-svg {
  border: 2px solid #dae3f3;
  padding: 0 2%;
  border-radius: 10px;
}

.loaderDiv {
  background: rgba(128, 128, 128, 0.2);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none;
  overflow: hidden;
}

.loader {
  position: absolute;
  top: 50%;
  margin-left: -5%;
  margin-top: -5%;
  left: 50%;
  width: 10%;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #999;
}
.accordion-head,
.second-level li,
.third-level li {
  width: 100%;
  background: #eaf4fd;
  border-radius: 4px;
  padding: 6px 15px;
  color: #4d4d4d;
  font-weight: 600;
}
.third-level li {
  background: #fff;
}
.second-level-child {
  color: #4d4d4d !important;
  font-weight: 600 !important;
}
a.second-level-child::before {
  height: 16px;
  width: 16px;
  margin-right: 7px;
  float: left;
  margin-top: 6px;
}
.accordion-head {
  margin-bottom: 0px;
}
.accordion .tab-level-content.show-level {
  border: 1px solid #dae3f3;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-top: 3px;
}
.btn-primary {
  margin: 10px 0 10px 0;
}
.btn-info {
  margin: 10px 0 10px 0;
}
.current-read {
  margin-top: -18px;
}
.third-level-content.show-level {
  border: 0px;
}
.accordion ul.second-level {
  margin-top: 10px;
  padding-left: 20px;
}

.third-level.show-level {
  padding: 0;
}
.mcard #moduleControl {
  padding: 0px;
}
.third-level-content.show-level {
  padding-top: 10px;
  padding-bottom: 10px;
}
.first-level .row,
.third-level-content .row {
  margin-bottom: 15px;
}
.tab-level-content label {
  line-height: initial;
}
.third-level .row,
.Optical-margin {
  margin-left: 0px !important;
}
.demultiplexer .variable-optical {
  border-bottom: 0px solid;
}
.demultiplexer .variable-optical {
  border-bottom: 0px solid;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-top: 15px !important;
}
.third-level-child::before {
  height: 16px;
  width: 16px;
  margin-right: 7px;
  float: left;
  margin-top: 6px;
}
section.supportSection {
  width: 100%;
  margin: 0 auto;
  color: #0056b3;
}

/* new classes */

.tempStatusDivs .col-lg-6 {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 0.7rem;
}
.tempStatusDivs .col-lg-6 div {
  margin-right: 1.5rem;
}

@media (max-width: 1201px) {
  .tempStatusDivs .col-lg-6 div {
    padding-top: 0.5rem;
    width: 50%;
  }
}

.row.plotly-graphs.bg-grey {
  background: rgb(242, 245, 251);
}
@media (max-width: 1201px) {
  .plotly-graphs .col-xl-4 {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
}
.row.plotly-graphs {
  margin: 0;
  border: 1px solid #80808099;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.graph_title {
  font-weight: bold;
  transform: rotateZ(90deg);
  position: absolute;
  top: 50%;
  right: 29%;
  height: 0;
}

#divOpticalfrequencycomb_100 .plotly .svg-container {
  width: 390px !important;
}

@media (max-width: 400px) {
  #divOpticalfrequencycomb_100 .plotly .svg-container {
    width: 300px !important;
  }
}

#divOpticalfrequencycomb_100 .plotly {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.form-control.common-input-field {
  margin-top: 0.25em !important;
}

/* responsive styling */

button {
  /* min-width: 86px; */
}
.adminDropdown .iconHead {
  margin-right: 0.6rem;
  margin-top: -4px;
}
/* navbar side nav styling */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #273c87;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 0 10px 0px black;
  list-style: none;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff85;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#menuBtn {
  font-size: 30px;
  cursor: pointer;
  display: none;
  margin-right: 1rem;
  color: aliceblue;
}
@media (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  #menuBtn {
    display: block;
  }
  #hideNav {
    display: none !important;
  }
  .adminDropdown span {
    display: none;
  }
  .rightPanel .nav-item {
    padding: 0;
  }
}

/* calibrationstart button */
.bottom-level-first-item,
.bottom-level-second-item,
.bottom-level-button {
  display: flex;
  align-items: center;
}

/* status icon */
#statusIcon {
  display: none;
}
#sideStatusResp {
  background-color: #f8f8f8;
  position: fixed;
  height: 100%;
  width: 0px;
  z-index: 6;
  top: 0;
  right: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  transition: 0.7s;
}

@media (max-width: 768px) {
  #btnPrevious > .col-lg-6 {
    padding-top: 1rem;
  }
  .bottom-level-first-item,
  .bottom-level-second-item,
  .bottom-level-button {
    display: flex;
    justify-content: center;
    padding-top: 0.75rem;
  }
  .calibDivs div {
    padding-top: 0;
  }
}
@media (max-width: 990px) {
  #btnPrevious {
    float: left !important;
  }
  #setupTabs li span {
    width: 100%;
    text-align: center;
    display: block;
    line-height: normal;
  }
  #setupTabs li {
    text-align: center;
  }
  .overFlow .minWidth {
    min-width: 600px;
  }
  .overFlow {
    overflow-x: auto;
  }
  #calibration .top-level-first-item .form-group select {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1201px) {
  #statusIcon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 25px;
  }
  #statusIcon .iconHead {
    cursor: pointer;
  }
  #statusIcon .iconHead:hover {
    height: 25px;
  }
  #statusIcon span {
    padding-right: 1rem;
    font-size: 18px;
  }
  /* setting desktop status to display:none */
  #ethernetAppendDiv {
    display: none;
  }

  .statusDivclosebtn {
    font-size: 3rem;
    color: #273c87;
  }
  .statusDivclosebtn,
  #ethernetAppendDivResponive {
    padding-left: 15px;
  }
  #ethernetAppendDivResponive .status-icon-space {
    padding: 5px 0;
  }
}
@media (max-width: 1201px) {
  .slider-container {
    max-width: none;
    padding-left: 1rem;
  }
  .chnlDemux {
    margin-top: 1rem;
  }
  .chnlDemux .col-xl-2,
  .chnlDemux .col-xl-3 {
    padding: 0.5em 1rem;
  }
  .first-level .row,
  .third-level-content .row {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .chnlDemux .col-xl-2.col-sm-6 {
    padding: 0;
  }
  .chnlDemux .col-xl-2 {
    display: flex;
  }
  .chnlDemux .col-xl-3 {
    margin-left: 2rem;
  }
  .chnlDemux .col-xl-1 {
    padding: 0;
  }
  .chnlDemux .col-xl-1 label {
    float: right;
  }
  .chnlDemux .col-xl-3.col-sm-6 {
    padding: 0;
    flex: 0 0 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
  }
}
.colfixone .col-xl-3 {
  padding-right: 0;
  padding-left: 0.7rem !important;
}
@media (min-width: 1201px) {
  .colfixone .col-xl-3 .form-inline {
    float: right;
  }
  .third-level .colfixone .col-xl-1 {
    padding-left: 0;
  }
}
@media (max-width: 1201px) {
  .colfixone .col-xl-3 .form-inline {
    float: unset;
  }
  .colfixone .col-sm-2 label {
    float: right;
  }
  .colfixone .col-sm-2 {
    padding-right: 30px;
  }
  .pbXL-3 {
    padding-bottom: 1rem;
  }
  .separator {
    padding-top: 2rem !important;
  }
  .separator-sm {
    padding-top: 1rem !important;
  }
  .save-btn-pd {
    padding-top: 0.5rem;
  }
  .slider-container.rfsynth {
    height: 0.5rem;
  }
}
@media (max-width: 768px) {
  .pbLG-3 {
    padding-bottom: 1rem;
  }

  .demultiplexer .variable-optical {
    padding-bottom: 15px;
  }
  i.tabsIcons {
    margin-right: 0;
  }
}
.colfixone .col-xl-2 {
  margin-right: 1rem;
  margin-left: 1em;
}
.colfixone .col-lg-2 {
  margin-right: -1rem;
  margin-left: 4em;
}

.plr-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1201px) {
  .calicol .col-xl-3 {
    max-width: 26%;
    flex: 0 0 26%;
    padding-right: 0;
  }
}
.svg-container,
.main-svg {
  width: 100% !important;
}
.mtb-updateBtn {
  margin-top: 20px;
  margin-bottom: 10px;
}
.mtb-saveBtn {
  margin-top: 20px;
  margin-bottom: 20px;
}
#moduleControl .mtb-saveBtn {
  margin: 15px 0;
}
.unseparate-form-savbtn .form-group {
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .mb-discrete-slider {
    margin-bottom: 2rem !important;
  }
  .pd2tablevel {
    padding-bottom: 0.25rem !important;
  }
}
.show-level.pb2show {
  padding-bottom: 0.75rem !important;
}
.wid100 {
  width: 100%;
}
.exclude-pps-2000 .svg-container,
.exclude-pps-2000 .main-svg {
  width: 600px !important;
}
.exclude-genDevices .svg-container,
.exclude-genDevices .main-svg {
  width: 390px !important;
}
.exclude-genDevices .plot-container {
  display: flex;
  justify-content: center;
}
.indicator-light-span {
  width: 32px;
}
.temp-image {
  width: 32px;
  height: 32px;
}
.debugContainer .form-control {
  height: 34px;
}
.MT3 {
  margin-top: 3px;
}
.debugContainer .mtBEq {
  margin: 0.2rem 0 !important;
}
.mt0 {
  margin-top: 0px;
}
.fullWidth {
  width: 100%;
  display: flex;
  line-height: 18px;
}
.noBGdrop .btn,
.noBGdrop .nav-link {
  background: #fff !important;
  border-color: transparent !important;
  color: #4d4d4d !important;
  padding: 0.05rem 0.75rem;
  border: 0px solid transparent !important;
  position: relative;
}
.noBGdrop .btn:focus,
.noBGdrop .nav-link:focus {
  box-shadow: 0 0 0 0rem rgb(108 117 125 / 0%) !important;
}
.noBGdrop .dropdown-menu {
  padding: 0rem 0;
  overflow: hidden;
  right: 0 !important;
  left: inherit !important;
}
.debugLevel {
  display: block;
  padding: 0;
}
.debugLevel li {
  background-color: #eaf4fd;
  margin-bottom: 15px;
}
.pageMinHeight {
  min-height: 550px;
}
/*
 *  STYLE 3
 */
.scrollContainer {
  padding-right: 16px;
}

.scrollContainer::-webkit-scrollbar-track,
.scrollContainerModal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.scrollContainer::-webkit-scrollbar,
.scrollContainerModal::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.scrollContainer::-webkit-scrollbar-thumb,
.scrollContainerModal::-webkit-scrollbar-thumb {
  background-color: #999999;
}

@media (max-width: 990px) {
  .drpMobLabel {
    width: 100%;
    display: block;
  }
  .dropdown-toggle::after {
    position: absolute;
    top: inherit;
    bottom: 5px;
    right: -3px;
  }
}

/* new class for the idac and vdac */
.i_dac_v_dac {
  width: 100%;
  background: #eaf4fd;
  border-radius: 4px;
  padding: 6px 15px;
  color: #4d4d4d;
  font-weight: 600;
  display: block;
}

/* modal container */
.modal-ul-container {
  list-style: none;
}
.modal-ul-container > li {
  margin-left: 20px;
}

.modal-content {
  max-height: 70vh !important;
}
.modal-body {
  overflow: auto;
}

.modal-desc-head {
  font-weight: 600;
}

.modal-desc-border:not(:last-child) {
  display: block;
  margin: 0;
  padding: 0;
  height: 1px;
  background: #999999;
}

.set-value-debug {
  font-weight: bold;
  color: #0056b3;
}

.toggleSwitch.large {
  overflow: hidden;
}

.main-tab-link {
  color: inherit;
  display: inherit;
  width: inherit;
  height: inherit;
}
.main-tab-link:hover {
  color: inherit;
}

.dactitle {
  color: #1f5cd5;
  font-size: 1rem;
  width: 100%;
  display: block;
  font-weight: bold;
}
.labelVd {
  display: block;
  text-align: left;
  width: 100%;
  justify-content: left !important;
  line-height: 1.45rem !important;
}

/* for debug range dropdown btn */
.debugRangebtn:focus {
  box-shadow: none;
}

@media only screen and (min-width: 990px) and (max-width: 1500px) {
  .slider-container {
    width: 100%;
    /* max-width: 250px; */
    margin: 0 auto 15px;
  }
}

#togglePassword {
  position: absolute;
  top: 28%;
  right: 4%;
  cursor: pointer;
  /* color: lightgray; */
}
#hidetogglePassword {
  position: absolute;
  top: 28%;
  right: 4%;
  cursor: pointer;
  /* color: lightgray; */
}
.red-button,
.gray-button {
  background: #00b4f0;
  font-size: 18px;
  color: #fff;
  padding: 10px 40px;
  float: left;
  border-radius: 4px;
  margin-right: 50px;
  /* margin-top: 7px; */
  cursor: pointer;
}

.red-button:hover,
.red-button:active,
.red-button:focus {
  color: #fff;
}
.gray-button:hover,
.gray-button:active,
.gray-button:focus {
  background: #9b9ea1;
  color: #fff;
}
.center-block .red-button,
.center-block .gray-button {
  float: none;
  display: inline-block;
}
.serverInfo .red-button {
  display: inline-block;
  float: none;
  margin: 0px;
  width: 145px;
  padding: 8px;
}
.marketPlaceDetails .red-button:focus,
.marketPlaceDetails .red-button:active {
  background: #9b9ea1;
}
.serverInfo .red-button {
  width: auto;
  min-width: 145px;
  max-width: 100%;
  font-size: 16px !important;
}
.serverInfo .red-button {
  padding: 2px 8px;
}
.red-button label {
  margin: 0px;
}
.redBtn,
.grayBtn,
.red-button,
.gray-button {
  padding: 5px 20px;
  font-size: 16px;
}
#formOrgUsers .col-xs-3 .red-button {
  margin-top: 12px;
}
.setPop .red-button,
.setPop .gray-button {
  margin-top: 0px;
}
.gray-button {
  background: #e7eaec;
  color: #000;
  padding: 5px 30px;
  font-size: 16px;
  margin-top: 5px;
}
.gray-button {
  padding: 5px 10px;
  font-size: 15px;
  margin-top: 0px;
}
.gray-button {
  padding: 5px 20px;
  font-size: 16px;
}
.gray-button {
  margin-top: 15px;
}
.gray-button {
  margin-top: 5px;
}
.gray-button {
  margin-top: 0px;
}
.red-button,
.gray-button {
  border: 0px;
}
/* index page css */
.center-div {
  justify-content: center;
  text-align: center;
  margin: auto;
}
.image-section img {
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.2s;
}
.image-section img:hover {
  transform: scale(1.07);
}
table .header {
  font-size: 18px;
  font-weight: 500;
}
.table td {
  border: 0px;
  border-bottom: 1px solid #e9ecef;
}
.table tr:hover {
  cursor: pointer;
  /* background-color: #f2f5fb; */
}
.card-header {
  padding: 0px !important;
}
.dot-carousel-white {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow: 9984px 0 0 0 white, 9999px 0 0 0 white, 10014px 0 0 0 white;
  -webkit-animation: dot-carousel-white 1.5s infinite linear;
  animation: dot-carousel-white 1.5s infinite linear;
}

@-webkit-keyframes dot-carousel-white {
  0% {
    box-shadow: 9984px 0 0 -1px white, 9999px 0 0 1px white,
      10014px 0 0 -1px white;
  }
  50% {
    box-shadow: 10014px 0 0 -1px white, 9984px 0 0 -1px white,
      9999px 0 0 1px white;
  }
  100% {
    box-shadow: 9999px 0 0 1px white, 10014px 0 0 -1px white,
      9984px 0 0 -1px white;
  }
}

@keyframes dot-carousel-white {
  0% {
    box-shadow: 9984px 0 0 -1px white, 9999px 0 0 1px white,
      10014px 0 0 -1px white;
  }
  50% {
    box-shadow: 10014px 0 0 -1px white, 9984px 0 0 -1px white,
      9999px 0 0 1px white;
  }
  100% {
    box-shadow: 9999px 0 0 1px white, 10014px 0 0 -1px white,
      9984px 0 0 -1px white;
  }
}

/* .container {
    margin: auto;
    max-width: 800px;
    margin-top: 150px;
  }
  
  .text {
    padding: 50px;
    font-family: "Sans-Serif";
    color: #666;
  } */

.inputcontainer {
  position: relative;
}

/* input {
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
  } */

.icon-container {
  position: absolute;
  right: 25px;
  top: calc(50% - 6px);
}
.loader {
  color: #0056b3;
  position: relative;
  height: 172px;
  width: 172px;
  display: inline-block;
  animation: around 5.4s infinite;
}

@keyframes around {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader::after,
.loader::before {
  content: "";
  /* background: white; */
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #0056b3 #0056b3 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}
.disabled-li {
  opacity: 0.5; /* Reduce the opacity to indicate the item is disabled */
  pointer-events: none; /* Disable pointer events on the item */
}

.tooltip1 {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  z-index: 99999;
  /* word-wrap: break-word; */
  /* Set any other styles you want for the tooltip */
}

.tooltip1:hover .tooltiptext {
  display: block;
}
a[title="settings"] {
  display: none;
}
.spinner {
  width: 11.2px;
  height: 11.2px;
  animation: spinner-o824ag 1s infinite linear;
  z-index: 9999;
}

.spinner div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #007bff;
  border-radius: 50%;
  z-index: 9999;
  animation: spinner-vse6n7 1.25s infinite ease;
}

.spinner div:nth-child(1) {
  --rotation: 90;
}

.spinner div:nth-child(2) {
  --rotation: 180;
}

.spinner div:nth-child(3) {
  --rotation: 270;
}

.spinner div:nth-child(4) {
  --rotation: 360;
}

@keyframes spinner-vse6n7 {
  0%,
  100% {
    transform: rotate(calc(var(--rotation) * 1deg)) translateY(0);
  }

  50% {
    transform: rotate(calc(var(--rotation) * 1deg)) translateY(300%);
  }
}

@keyframes spinner-o824ag {
  to {
    transform: rotate(360deg);
  }
}


@keyframes blink-red {
  0% { opacity: 1; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}

@keyframes blink-warning {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

.blink-red {
  animation: blink-red 1s infinite;
}

.blink-warning {
  animation: blink-warning 1.2s infinite;
}

/* Hide Bootstrap's built-in caret */
.navbar .dropdown-toggle::after {
  display: none !important;
}


#timezone {
  height: auto;
  max-height: 600px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 360px;
}

.action-col {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  white-space: nowrap; /* Prevent wrapping inside the td */
}
