@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: -.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: .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: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .35em solid;
    border-right: .35em solid transparent;
    border-bottom: 0;
    border-left: .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: .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 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 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.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;
  wdth: 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 .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .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: 10;
}

.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:.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;
}
.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: .7rem;
}
.tempStatusDivs .col-lg-6 div{
    margin-right: 1.5rem;
}


@media (max-width: 1201px){
    .tempStatusDivs .col-lg-6 div{
        padding-top: .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: .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: .25em!important;
}

/* responsive styling */

button{
    min-width: 86px;
}
.adminDropdown .iconHead{
    margin-right: .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: .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: .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: .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: .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: .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;
}

.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: .25rem !important;
    }
}
.show-level.pb2show{
    padding-bottom: .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: .05rem .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;
}