
body {
  font: 10px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
  background: #f8f8f8;
  background-image: linear-gradient(to right, # 250px, #f8f8f8 0px);
  background-repeat: repeat-y;
}
*{    
    outline:none;
}



.ipselectionlink a:link{
	text-decoration: none;
}
.ipselectionlink a:visited{
	text-decoration: none;
}
.ipselectionlink a:hover{
	text-decoration: none;
}

.portingTypeTiles{
	
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	width:50px;
	padding: 5px;
	text-align:center;
	display: inline-table;
}


.portingTypeTilesSelected{
	background: #;
	color:#FFFFFF;
	border: 1px solid #;
}

.portingTypeTilesSelectedTXT{
	color:#FFFFFF;
}

.portingTypeTilesNotSelectedTXT{
	color: #;
}

.portingTypeTilesNotSelected{
	background: #FFFFFF;
	border: 1px solid #;
	color: #;
}

.orderEUTiles{
	
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	width:150px;
	height:20px;
	padding: 5px;
	text-align:center;
	display: inline-table;
}


.orderEUTileSelected{
	background: #;
	color:#FFFFFF;
	border: 1px solid #;
}

.orderEUTileSelectedTXT{
	color:#FFFFFF;
}

.orderEUTileNotSelectedTXT{
	color: #;
}

.orderEUTileNotSelected{
	background: #FFFFFF;
	border: 1px solid #;
	color: #;
}

.orderAppointmentTiles{
	
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	width:50px;
	height:25px;
	line-height:25px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
	display: inline-table;
}


.orderAppointmentTileSelected{
	background: #;
	color:#FFFFFF;
	border: 1px solid #;
}

.orderAppointmentTileSelectedTXT{
	color:#FFFFFF;
}

.orderAppointmentTileNotSelectedTXT{
	color: #;
}

.orderAppointmentTileNotSelected{
	background: #FFFFFF;
	border: 1px solid #;
	color: #;
}


#AptPrimaryContactTile{

	text-align:center;
}

.orderPanel{
	padding:15px;
}


.orderSidePanelTitle {
	width: 250px;
	height: 25px;
	margin-top:10px;
	background: #fafafa;
	border-bottom: 1px solid #e1e1e1;
	position: relative;

}

.orderSidePanel {
	width: 250px;
	height: 100%;
	background: #fafafa;
	border-left: 1px solid #e1e1e1;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 00px;

}




#AptSecondaryContactTile{


	text-align:center;
}

.AptContactTile{
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	height: 110px;
	width:120px;
	margin-left:35px;
	padding-top:10px;
	display: inline-table;
}

.AptContactTile-BorderDashed{
	border:1px dashed #cbcbcb;
}
.AptContactTile-BorderSolid{
	border:1px solid #;
}


.AptContactTile:hover{
	border:1px solid #}




.ui-autocomplete
{
    position:absolute;
    cursor:default;
    z-index:1001 !important
}
.jtr .cp {
    cursor:pointer;
    float:left;
    margin-right:180px;
    margin-bottom:1px;
    }
.jtr #acc_opt{
    background-color:#fff;
    border:1px solid #cbcbcb;
	right:65px;
    color:#2a54ce;
    line-height:10px;
    padding:1px 0;
    position:absolute;
    text-align:left;
    width:202px;
    z-index:999;
    background: rgba(255,255,255,.98);
    -webkit-background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    top: 45px;
  }

 .hidden{
	display: none;
}

.valid {
    color: green;
}
.invalid {
    color: red;
}

#tabs-min { 
    background: transparent; 
    border: none; 
} 
#tabs-min .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs-min .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#tabs-min .ui-tabs-nav .ui-state-active { 
    background: transparent url(images/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
#tabs-min .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 

#tabs-min .ui-tabs-nav .ui-state-active a { 
    color: #; 
}

.badge-green {
	color: #fff;
	background-color: #65ac00;
	display: inline-block;
	padding: .25em .4em;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }


  
  .badge-overdue {
	color: #fff;
	background-color:rgb(222, 60, 60);
	display: inline-block;
	padding: .25em .4em;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

.badge-new-device {
	color: #fff;
	background-color: #;
	display: inline-block;
	padding: .65em .6em;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.view-device-btn {
	color: #fff;
	background-color: #;
	display: inline-block;
	padding: .45em .4em;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	margin-right:5px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-asset-manager {
	color: #fff;
	background-color: #1f4f99;
	padding: .5em .6em;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	vertical-align: baseline;
	margin-left:10px;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.access-table{
	width:100%;
}

.access-table tr {
	font-size: 10px;
	text-align:left;
	color: #1f4f99;

}

.access-table td {
	font-size: 12px;
	color: #000000;
}


.DIDTable {
  font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
}
.DIDTable tr:hover {background-color: #f5f5f5}
.DIDTable th{
    border-bottom: 1px solid #000;
	background-color: #ffffff;
}
.DIDTable td {
	background-color: #f5f5f5;
    border-bottom: 1px solid #fff;
	padding: 8px;
	text-align:center;
}

.pluginTable {
  font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
}
.pluginTable td:hover {background-color: #f5f5f5}
.pluginTable th{
    border-bottom: 1px solid #000;
}
.pluginTable td {
    border: 1px solid #ddd;
		padding: 10px;
}

.noticeTable {
  font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
}
.noticeTable th{
    border-bottom: 1px solid #000;
}
.noticeTable td {
    border: 1px solid #ddd;
		padding: 10px;
}

.VPTabs{ 
    background: transparent; 
    border: none; 
} 
.VPTabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.VPTabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
.VPTabs .ui-tabs-nav .ui-state-active { 
    background: transparent url(images/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
.VPTabs .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
.VPTabs .ui-tabs-nav .ui-state-active a { 
    color: #; 
}

.SectionTable{
line-height: 35px;
text-align: left;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
color: #5b5b5b;
border-bottom: thin solid #cccccc;
border-top: thin solid #cccccc;

border-collapse:collapse;
}
.SectionTable th{
    height: 45px;
    background: #f8f8f8;
}

    
.didStatsTbl td{ 
	line-height: 35px;
}

.didSearchTbl td{ 
	line-height: 35px;
}

.dataTable {
  font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
}
.dataTable tr:hover {background-color: #f5f5f5}
.dataTable th{
    border-bottom: 1px solid #000;
    text-align:left;
}
.dataTable td {
    border-bottom: 1px solid #ddd;
		padding: 3px;
}
.clientTable {
  font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
}
.clientTable th{
    border-bottom: 1px solid #000;
}
.clientTable td {
    border-bottom: 1px solid #ddd;
		padding: 10px;
}

.logTable {
  font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
  width: 1040px;
}
.logTable th{
    border-bottom: 1px solid #000;
}
.logTable td {
    border-bottom: 1px solid #ddd;
		padding: 6px;
}

.custAccountTable {
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	color: #5b5b5b;
  }
.custAccountTable th{
	border-bottom: 0px;
  }
  .custAccountTable td {
		  padding: 3px;
		  border-bottom: 0px;
  }

.plainTable {
  font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
}
.plainTable th{
		
}
.plainTable td {
    border-bottom: 1px solid #ddd;
		padding: 3px;
}
.ccardTable {
  font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
  color: #5b5b5b;
}
.ccardTable th{
    border-bottom: 0px;
}
.ccardTable td {
    border-bottom: 0px;
		padding: 3px;
}


.input-disabled{background-color:#EBEBE4;border:1px solid #ABADB3;padding:2px 1px;}
.cmn-toggle {
  position: absolute;
  margin-top: -20px;
  visibility: none;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  
}
.checboxalign {
  width: 13px;
  height: 13px;
  padding: 0;
	margin-left:10px;
  vertical-align: bottom;
  position: relative;
  top: 1px;
  *overflow: hidden;
}
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 50px;
  height: 18px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  padding-top: 0px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
  padding-left: 5px;
  font-size: 10px;
  font-weight: normal;
  content: "ON";
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
  
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 24px;
  background-color: #;
}

.question,
.switch {
  
  vertical-align: middle;
  padding: 2px;
}

.ui-menu {
	position:absolute;
	width: 150px;
	right: 50px;
	top: 46px;
	border-top: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 10px; 
	line-height: 15px;
}

.VPColour {
	color:#	
}

#loading_wrap {
z-index:90;

}

#numb-tabs { 
    background: transparent; 
    border: none; 
} 
#numb-tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#numb-tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#numb-tabs .ui-tabs-nav .ui-state-active { 
    background: transparent url(images/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
#numb-tabs .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
#numb-tabs .ui-tabs-nav .ui-state-active a { 
    color: #; 
}

a:link {
    text-decoration: none;
	color: #;
}

a:visited {
	color: #;
}

a:hover {
    text-decoration: none;
	color: #;
}

a:active {
    text-decoration: none;
	color: #;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0px;
	height: 1px;
	background-color: #c0c0c0;
	color: #;
}

.addBtnAboveTable{
	margin-top: 10px;
    margin-bottom: 40px;
	width:100%;
	text-align:right;
}

#TopSearchResult{
position:absolute;
	left:250px;
	top:45px;
	width:600px; 
	height:auto;
	vertical-align: text-bottom;
	padding-top: 1px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	line-height: 15px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	background: #ffffff;
	color: #000000;
	z-index:99;
}

#TopSearch{
position:absolute;
	left:250px;
	top:0px;
	width:600px; 
	height:45px;
	vertical-align: text-bottom;
	padding-top: -1px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	line-height: 10px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px; 
	background: #ffffff;
	color: #ffffff;
	z-index:3;
}

#ViewFaxAccountNumber{
	padding: .6em;
	background: #f3f3f3;
	font-size: 14px; 
	text-align: center;
}

#POCWarning{
	width:300px;
	padding: 0.7em;
	background-color: #dcf2f7;
	margin-bottom:15px;
}

#LOCWarning{
	width:300px;
	padding: 0.7em;
	background-color: #dcf2f7;
	margin-bottom:15px;
}

#TopBarLogOffDiv{
position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:40px;
	vertical-align: text-bottom;
	padding-top: 5px;
	border-bottom: 1px #cccccc solid;
	line-height: 10px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px; 
	background: #ffffff;
	color: #ffffff;
	z-index:2;
}

#TopBarConfigDiv{
position:absolute;
	right:50px;
	top:0px;
	width:50px;
	height:40px;
	vertical-align: text-bottom;
	padding-top: 5px;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	line-height: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px; 
	background: #ffffff;
	color: #ffffff;
	z-index:2;
}
#top{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:40px;
	vertical-align: text-bottom;
	margin-right:auto;
	margin-left:auto;
	padding-top: 5px;
	border-bottom: 1px #cccccc solid;
	line-height: 10px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px; 
	background: #5b5b5b;
	color: #ffffff;
	z-index:1;
}
#TicketSquare1 { 
	width: 3px;
	height: 10px;
	background: #;
	display: inline-block;
}
#TicketSquare10 { 
	width: 3px;
	height: 10px;
	background: orange;
	display: inline-block;
}
#TicketSquare100 { 
	width: 3px;
	height: 10px;
	background: red;
	display: inline-block;
}

#AccountItem{
	font-size: 10px;
	margin-left:20px;
	line-height: 0px;
}
#logo{
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:48px;
	vertical-align: text-bottom;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px; 
	background: #5b5b5b;
	z-index:1;
}

#DeviceSlots{
	position:absolute;
	top:10px;

}
#MonitorSlot1{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:40px;
	width:250px;
	height:180px;
	padding-left:10px;
	border:thin solid #cccccc;
	z-index:1;
	
}


#MonitorSlot1Loading{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:0px;
	width:260px;
	height:180px;
	background: white;
	line-height: 180px;
	text-align: center;
	z-index:6;
}


#MonitorSlot1AddDiv{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:0px;
	width:260px;
	height:180px;
	background: white;
	line-height: 180px;
	text-align: center;
	z-index:5;
}

#MonitorSlot1BarColour{
	position:absolute;
	left:0px;
	top:0px;
	width:2px;
	height:180px;
	background: #DDDDDD;
	z-index:2;
}

#MonitorSlot1RibbonColour{
	position:absolute;
	left:2px;
	top:55px;
	width:258px;
	height:25px;
	text-align: right;
	line-height:25px;
	background: #DDDDDD;
	color: white;
	z-index:2;
}

#MonitorSlot1CornerColourTop{
	position:absolute;
	left:2px;
	top:35px;
	width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index:4;
  border-left: 20px solid white;
}

#MonitorSlot1Items{
	position: static;
	top:180px;
	height:150px;
	width:250px;
	z-index:2;
}

#MonitorSlot2{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:320px;
	top:0px;
	width:250px;
	height:180px;
	padding-left:10px;
	border:thin solid #cccccc;
	z-index:1;
	
}

#MonitorSlot2BarColour{
	position:absolute;
	left:0px;
	top:0px;
	width:2px;
	height:180px;
	background: #3eb991;
	z-index:2;
}

#MonitorSlot2RibbonColour{
	position:absolute;
	left:2px;
	top:55px;
	width:258px;
	height:25px;
	text-align: right;
	line-height:25px;
	background: #3eb991;
	color: white;
	z-index:2;
}

#MonitorSlot2CornerColourTop{
	position:absolute;
	left:2px;
	top:35px;
	width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index:5;
  border-left: 20px solid white;
}

#MonitorSlot2Items{

	top:90px;
	height:150px;
	width:250px;
	z-index:4;
}

#MonitorSlot2Loading{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:0px;
	width:260px;
	height:180px;
	background: white;
	line-height: 180px;
	text-align: center;
	z-index:6;
}

#MonitorSlot2AddDiv{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:0px;
	width:260px;
	height:180px;
	background: white;
	line-height: 180px;
	text-align: center;
	z-index:5;
}

#MonitorSlot3{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:600px;
	top:0px;
	width:250px;
	height:180px;
	padding-left:10px;
	border:thin solid #cccccc;
	z-index:1;
	
}

#MonitorSlot3Loading{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:0px;
	width:260px;
	height:180px;
	background: white;
	line-height: 180px;
	text-align: center;
	z-index:6;
}

#MonitorSlot3AddDiv{
	position:absolute;
	font: 10px/16px 'Lucida Grande', Verdana, sans-serif;
	left:0px;
	width:260px;
	height:180px;
	background: white;
	line-height: 180px;
	text-align: center;
	z-index:5;
}

#MonitorSlot3BarColour{
	position:absolute;
	left:0px;
	top:0px;
	width:2px;
	height:180px;
	background: #DDDDDD;
	z-index:2;
}

#MonitorSlot3RibbonColour{
	position:absolute;
	left:2px;
	top:55px;
	width:259px;
	height:25px;
	text-align: right;
	line-height:25px;
	background: #DDDDDD;
	color: white;
	z-index:2;
}

#MonitorSlot3CornerColourTop{
	position:absolute;
	left:2px;
	top:35px;
	width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index:4;
  border-left: 20px solid white;
}

#MonitorSlot3Items{
	position: static;
	top:180px;
	height:150px;
	width:250px;
	z-index:2;
}



#deviceSerachDiv{
	position:absolute;
	top:260px;
	right:30px;
	padding-right: 12px;
	
}

#deviceListDiv{
	position:absolute;
	top:320px;
	left:15px;
}


#sidebar{
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	/*height:2000px;*/
	vertical-align: text-bottom;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px; 
	background: #;
	z-index:0;
}
#sidebar div[id^="menu"]:not(#menuclient){
	transition: background 0.2s;
}
#sidebar div[id^="menu"]:not(#menuclient) span{
	margin-left: 41px !important;
}
#sidebar div[id^="menu"]:not(#menuclient) svg,
#sidebar div[id^="menu"]:not(#menuclient) img{
	width: 28px !important;
	height: 24px !important;
	margin-right: 15px !important;
	vertical-align: middle !important;
	transform: none !important;
}
#sidebar div[id^="menu"]:not(#menuclient):not(.menu-spacer):hover{
	background: rgba(255,255,255,0.1) !important;
	cursor: pointer;
}
#menuclient{
	position:absolute;
	left:0px;
	top:45px;
	width:250px;
	height:159px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
	background: #ebebeb;
	z-index:0;
	border-bottom:thin solid #cccccc;

}
#menu1{
	position:absolute;
	left:0px;
	top:206px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-weight:none;
	font-size: 12px;
	background: #;
	z-index:0;
	border-bottom:0px;
	
}

.ipselection{
	border: 1px solid #e1e1e1;
}

.ipselection:hover{
	border: 1px solid #;
}
.ipselectionlin{
	color: #333333
}



#menu1:hover{
	background: #;
}
#menu2{
	position:absolute;
	left:0px;
	top:246px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-weight:none;
	font-size: 12px;
	background: #;
	z-index:0;
	border-bottom: 0px;
}
#menu2:hover{
	background: #;
}
#menu3{
	position:absolute;
	left:0px;
	top:286px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu3:hover{
	background: #;
}
#menu4{
	position:absolute;
	left:0px;
	top:326px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu4:hover{
	background: #;
}
#menu5{
	position:absolute;
	left:0px;
	top:366px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu5:hover{
	background: #;
}
#menu6{
	position:absolute;
	left:0px;
	top:406px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu6:hover{
	background: #;
}
#menu7{
	position:absolute;
	left:0px;
	top:446px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu7:hover{
	background: #;
}
#menu8{
	position:absolute;
	left:0px;
	top:486px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu8:hover{
	background: #;
}
#menu9{
	position:absolute;
	left:0px;
	top:526px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu9:hover{
	background: #;
}
#menu10{
	position:absolute;
	left:0px;
	top:566px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu10:hover{
	background: #;
}
#menu11{
	position:absolute;
	left:0px;
	top:606px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu11:hover{
	background: #;
}
#menu12{
	position:absolute;
	left:0px;
	top:646px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu12:hover{
	background: #;
}
#menu13{
	position:absolute;
	left:0px;
	top:686px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu13:hover{
	background: #;
}
#menu14{
	position:absolute;
	left:0px;
	top:726px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu14:hover{
	background: #;
}
#menu15{
	position:absolute;
	left:0px;
	top:766px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu15:hover{
	background: #;
}
#menu16{
	position:absolute;
	left:0px;
	top:806px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu16:hover{
	background: #;
}
#menu17{
	position:absolute;
	left:0px;
	top:846px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu17:hover{
	background: #;
}
#menu18{
	position:absolute;
	left:0px;
	top:886px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu18:hover{
	background: #;
}
#menu19{
	position:absolute;
	left:0px;
	top:926px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu19:hover{
	background: #;
}
#menu20{
	position:absolute;
	left:0px;
	top:966px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu20:hover{
	background: #;
}
#menu21{
	position:absolute;
	left:0px;
	top:1006px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu21:hover{
	background: #;
}
#menu22{
	position:absolute;
	left:0px;
	top:1046px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu22:hover{
	background: #;
}
#menu23{
	position:absolute;
	left:0px;
	top:1086px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu23:hover{
	background: #;
}
#menu24{
	position:absolute;
	left:0px;
	top:1126px;
	width:250px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	background: #;
	z-index:0;
}
#menu24:hover{
	background: #;
}
#title{
	position:absolute;
	left:350px;
	top:150px;
	width:350px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #a3a3a3;
	font-size: 20px; 
	background: #f8f8f8;
	z-index:0;
	border-bottom:thin solid #cccccc;
}
#Section1title{
	position:absolute;
	left:350px;
	top:200px;
	width:1300px;
	height:45px;
	line-height: 35px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #f8f8f8;
	color: #;
	z-index:2;
	border:thin solid #cccccc;
}
.titletheme{
	height:45px;
	line-height: 35px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #f8f8f8;
	color: #;
	z-index:0;
}
#Section1{
	position:absolute;
	left:350px;
	top:245px;
	width:1300px;
	min-height:1600px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 2px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#Section1wide{
	position:absolute;
	left:350px;
	top:245px;
	width:1500px;
	height:1600px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 2px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#Section1migration{
	position:absolute;
	left:350px;
	top:245px;
	width:1800px;
	height:1600px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 2px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#SectionVoIP{
	position:absolute;
	left:350px;
	top:245px;
	width:1300px;
	height:1200px;
	line-height: 16px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}

#CientDetailsPanel{
	position:absolute;
	left:350px;
	top:200px;
	width:1400px;
	min-height:1300px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}

#myAccount{
	position:absolute;
	left:350px;
	top:200px;
	width:900px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	padding-left:20px;
	font-size: 10px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#TicketDetailsPanel{
	position:absolute;
	left:350px;
	top:200px;
	width:900px;
	height:1300px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#SupportList{
	position:absolute;
	left:350px;
	top:240px;
	width:1300px;
	height:1500px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#PartnerAdmin-BusinessDetails{
	position:absolute;
	left:300px;
	top:206px;
	width:1400px;
	height:600px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	z-index:1;
}

#PartnerAdmin-WhiteLabel2{
	position:absolute;
	left:300px;
	top:206px;
	width:1000px;
	height:600px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:1;
	border:thin solid #cccccc;
}
#PartnerAdmin-BillingSetup{
	position:absolute;
	left:300px;
	top:206px;
	width:1000px;
	height:600px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	z-index:1;
}

#PartnerAdmin-BillingSetup-Summary{
	background: #ffffff ;
	width:900px;
	height:90px;
	margin-bottom: 10px;
}

#PartnerAdmin-BusinessDetails-Summary{
	background: #ffffff ;
	width:900px;
	height:90px;
	margin-bottom: 10px;
}

#PartnerAdmin-BusinessDetails-ServiceGraph{
	background: #ffffff ;
	width:445px;
	height:290px;
	display: inline-block;
	margin-right:5px;
	vertical-align: middle;
	margin-bottom: 10px;
}
#PartnerAdmin-BusinessDetails-RevenueGraph{
	background: #ffffff ;
	width:445px;
	height:290px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

#PartnerAdmin-BusinessDetails-Outages{
	background: #ffffff ;
	width:900px;
	height:290px;
	vertical-align: middle;
}
#PartnerAdmin-BusinessDetails-Rewards{
	background: #ffffff ;
	width:900px;
	height:90px;
	vertical-align: middle;
	margin-bottom: 10px;
}

#PartnerAdmin-BillingSetup-RecentTrans{
	position:absolute;
	background: #ffffff ;
	width:600px;
	height:400px;
	margin-right:6px;
	margin-top:10px;
}

#PartnerAdmin-BillingMode2Div{
	position:absolute;

	background: #ffffff ;
	width:900px;
	height:400px;
	margin-right:6px;
	margin-top:10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.BillingMode2-BillingRun{
	background: #ffffff;
	float: left;
	list-style:none;
	border: 1px solid #eaeaea;
	width: 100%;
	height: 100px;
	margin-top:5px;
	border-radius: 5px;
}

#PartnerAdmin-BillingSetup-Connection{
	position:absolute;
	background: #ffffff ;
	width:290px;
	height:260px;
	left:610px;
	margin-top:10px;
}

#PartnerAdmin-BillingSetup-Options{
	position:absolute;
	background: #ffffff ;
	width:290px;
	height:130px;
	top: 390px;
	left:610px;
	margin-top:10px;
}

#PartnerNetworks-IPAM{
	background: #ffffff ;
	width:1300px;
	margin-bottom: 10px;
	padding-bottom:20px;
}

#PartnerNetworks-CrossConnects{
	background: #ffffff ;
	width:1300px;
	margin-top: 20px;
	padding-bottom:20px;
}

#PartnerNetworks-locations{
	background: #ffffff ;
	width:1300px;
	margin-top: 20px;
	padding-bottom:20px;
}

#autobillRecentTable{
	width:580px;
	font-size: 10px;
	border-collapse: collapse;
	color: #bfbfbf;
}

#autobillRecentTable tr{
	height: 40px;
}

#autobillRecentTable th{
	border-bottom:1px solid #dcdcdc;
	text-align: center;
}

#autobillRecentTable td{
	border-bottom:1px solid #dcdcdc;
	text-align: center;
	color: #464646;
	
}

#autobillStatusTable{
	width:100%;

}

#autobillStatusTable td{
	border-bottom:1px solid #dcdcdc;
	text-align: left;
	color: #464646;
	padding-top:10px;
	padding-bottom:10px;
}

#resellerTopMenuBar1{
	position:absolute;
	left:336px;
	top:186px;
	height:2px;
	width:106px;
	background-color: #;
}

#resellerTopMenuBar2{
	position:absolute;
	left:450px;
	top:186px;
	height:2px;
	width:76px;
	background-color: #;
}

#resellerTopMenuBar3{
	position:absolute;
	left:527px;
	top:186px;
	height:2px;
	width:76px;
	background-color: #;
}



.badge-green {
	color: #fff;
	background-color: #65ac00;
	display: inline-block;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-yellow {
	color: #fff;
	background-color: #de9910;
	display: inline-block;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-amber {
	color: #fff;
	background-color: #de9910;
	display: inline-block;
	padding: .55em .7em;
	font-size: 95%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-red {
	color: #fff;
	background-color: #c61414;
	display: inline-block;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-blue {
	color: #fff;
	background-color: #109ad7;
	display: inline-block;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-grey {
	color: #fff;
	background-color: #777777;
	display: inline-block;
	padding: .25em .4em;
	padding: .55em .7em;
	font-size: 95%;;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.amber-buttons {
	color: #fff;
	background-color: #ffaa00;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.blue-badge {
	color: #fff;
	background-color: #109ad7;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.primary-badge {
	color: #fff;
	background-color: #;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.primary-badge-wide {
	color: #fff;
	background-color: #;
	padding: .5em .96em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.badge-grey {
	color: #fff;
	background-color: #777777;
	padding: .6em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.secondary-badge {
	color: #fff;
	background-color: #;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}
.tertiary-badge {
	color: #fff;
	background-color: #;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;padding: .55em .6em;
	border-radius: .25rem;
}
.grey-badge {
	color: #fff;
	background-color: #777777;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.overdue-badge {
	color: #fff;
	background-color:rgb(206, 60, 60);
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-darkgrey {
	color: #fff;
	background-color: #454545;
	padding: .55em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.primary-half-button {
	color: #fff;
	background-color: #;
	padding: 10px 50px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}
.tertiary-half-button {
	color: #fff;
	background-color: #;
	padding: 10px 50px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}



.msteams-button {
	color: #fff;
	background-color: #464EB8;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.disabled-buttons {
	color: #fff;
	background-color: #c1c1c1;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.red-buttons {
	color: #fff;
	background-color: #c61414;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.white-buttons {
	color: #646464;
	background-color: #ffffff;
	padding: .75em .6em;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	border: 1px solid #646464;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.disable-buttons {
	color: #fff;
	background-color: #c4c4c4;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.primary-buttons {
	color: #fff;
	background-color: #;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.secondary-buttons{
	color: #fff;
	background-color: #;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.tertiary-buttons{
	color: #fff;
	background-color: #;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.primary-singleicon-buttons {
	color: #fff;
	background-color: #;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	width:20px;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.secondary-singleicon-small-buttons{
	color: #fff;
	background-color: #;
	padding: .55em .3em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width:20px;
	display: inline-block;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.secondary-singleicon-buttons{
	color: #fff;
	background-color: #;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width:20px;
	display: inline-block;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.tertiary-singleicon-buttons{
	color: #fff;
	background-color: #;
	padding: .75em .6em;
	font-size: 10px;
	font-weight: 700;
	width:20px;
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.callratesDiv {
	width: 90%;
	border: 1px solid #e1e1e1;
	position: relative;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	margin-top:20px;
	margin-bottom: 25px;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:25px;
}


.boxedDiv {
	width: 90%;
	border: 1px solid #e1e1e1;
	position: relative;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	margin-top:20px;
	margin-bottom: 25px;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:25px;
}

.boxedDiv-label {
	position: absolute;
	top: -10px;
	left: 20px;
	height: 20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	background-color: white;
	border: 1px solid #e1e1e1;
	text-align: center;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	font-weight:bold;
	font-size:12px;
}

.nbn-mod-buttons {
	display:inline-block;
	width:120px;
	height:120px;
	text-align:center;
	border:1px;
	border-color:#c1c1c1;
	border-style:solid;
}

.add-user-userTypeSelection {
	width: 90%;
  	border: 1px;
  
  	border-style: dashed;
  	margin-bottom: 5px;
  	border-color: #c1c1c1;
  	padding: 10px;
}


.add-user-userTypeSelection:hover{

  	border-style: solid;
  	border-color: #;
}

.add-user-userTypeSelectionLink{
	color: #c1c1c1;
}

.add-user-userTypeSelectionLink a:link{
	text-decoration: none;
	color: #c1c1c1;
}
.add-user-userTypeSelectionLink a:visited{
	text-decoration: none;
	color: #c1c1c1;
}
.add-user-userTypeSelectionLink a:hover{
	text-decoration: none;
	color: #c1c1c1;
}

#SectionReseller{
	position:absolute;
	left:300px;
	top:206px;
	width:200px;
	height:600px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#SectionResellerTheme{
	position:absolute;
	left:350px;
	top:200px;
	width:900px;
	height:900px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#Wheel{
	position:absolute;
	left:400px;
	top:120px;
	width:900px;
	height:300px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	z-index:1;
}
#WheelRollingCBackup{
	position:absolute;
	left:750px;
	top:155px;
	width:262px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingCSvr{
	position:absolute;
	left:450px;
	top:155px;
	width:150px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingCApp{
	position:absolute;
	left:450px;
	top:195px;
	width:150px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingCloud{
	position:absolute;
	left:450px;
	top:270px;
	width:150px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingColo{
	position:absolute;
	left:450px;
	top:375px;
	width:150px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingPrivate{
	position:absolute;
	left:450px;
	top:450px;
	width:170px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingInternet{
	position:absolute;
	left:450px;
	top:505px;
	width:200px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingPSTN{
	position:absolute;
	left:695px;
	top:550px;
	width:100px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingPSTNLine{
	position:absolute;
	left:702px;
	top:540px;
	width:100px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingPBX{
	position:absolute;
	left:805px;
	top:505px;
	width:200px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingVOIP{
	position:absolute;
	left:890px;
	top:435px;
	width:120px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingFAX{
	position:absolute;
	left:910px;
	top:370px;
	width:100px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingMAIL{
	position:absolute;
	left:910px;
	top:310px;
	width:100px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingWEB{
	position:absolute;
	left:895px;
	top:255px;
	width:120px;
	height:100px;
	line-height: 20px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingDOMAIN{
	position:absolute;
	left:855px;
	top:208px;
	width:160px;
	height:110px;
	line-height: 20px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}
#WheelRollingBOX{
	position:absolute;
	left:805px;
	top:180px;
	width:210px;
	height:110px;
	line-height: 20px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 10px; 
	font-weight:bold;
	z-index:4;
}

#ChangePasswordSection1{
        position:absolute;
        left:350px;
        top:200px;
        width:400px;
        height:350px;
        line-height: 20px;
        margin-top: 0px;
        text-align: left;
        font-family: Verdana, Geneva, sans-serif;
        padding: 1px;
        font-size: 14px;
        font-weight:bold;
        background: #ffffff ;
        z-index:0;
        border:thin solid #cccccc;
}

#SectionDomain1{
	position:absolute;
	left:350px;
	top:240px;
	width:1300px;
	height:1700px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 14px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#SectionCloud{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	font-weight:bold;
	z-index:0;
	border:0px;
}
#SectionCloudTitle{
	position:relative;
	width:900px;
	height:40px;
	line-height: 35px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#SectionCloudServers{
	position:relative;
	width:900px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
	border-top: none;
}



#SectionCloudUsersTitle{
	position:relative;
	width:900px;
	height:40px;
	margin-top:25px;
	line-height: 35px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#SectionCloudUsers{
	position:relative;
	width:900px;
	line-height: 20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
	border-top: none;
}
#SectionDomain1Disabled{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	height:215px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 14px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
	opacity: 0.7;
	color: #000000;
}
#SectionDomain1DisabledContent{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	height:215px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	z-index:0;
	border:thin solid #cccccc;
	color: #000000;
}
#SectionDomain1Dead{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	height:170px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 14px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
	opacity: 0.7;
	color: #000000;
}
#SectionDomain1DeadContent{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	height:170px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	z-index:0;
	border:thin solid #cccccc;
	color: #000000;
}
#SectionDomain1DisabledTransfer{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	height:170px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 14px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
	opacity: 0.8;
	color: #000000;
}
#SectionDomain1DisabledTransferContent{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	height:170px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	z-index:0;
	border:thin solid #cccccc;
	color: #000000;
}
#SectionDomain1DisabledNewRegi{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	height:170px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 14px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
	opacity: 0.8;
	color: #000000;
}
#SectionDomain1DisabledNewRegiContent{
	position:absolute;
	left:350px;
	top:240px;
	width:900px;
	height:170px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	z-index:0;
	border:thin solid #cccccc;
	color: #000000;
}
#SectionDomain2Disabled{
	position:absolute;
	left:350px;
	top:530px;
	width:900px;
	height:1260px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 14px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
	opacity: 0.8;
	color: #000000;
}
#SectionDomain2DisabledContent{
	position:absolute;
	left:350px;
	top:530px;
	width:900px;
	height:1260px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	z-index:0;
	border:thin solid #cccccc;
	color: #000000;
}
#DashBoxes{
	position:absolute;
	left:350px;
	top:180px;
	width:750px;
	height:150px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	color: #;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 

	z-index:0;
	border:0px;
}
#CloudBoxes{
	position:absolute;
	left:350px;
	top:200px;
	width:750px;
	height:150px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	color: #;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 

	z-index:0;
	border:0px;
}
#DashBoxesCover4{
	position:absolute;
	left:985px;
	top:185px;
	width:200px;
	height:144px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	color: #;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	background: #ffffff ;
	z-index:4;
	opacity: 0.9;
}
#DashBoxesCover5{
	position:absolute;
	left:1195px;
	top:185px;
	width:200px;
	height:144px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	color: #;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	background: #ffffff ;
	z-index:4;
	opacity: 0.9;
}
#DashBoxesCover3{
	position:absolute;
	left:787px;
	top:185px;
	width:180px;
	height:144px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	color: #;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	background: #ffffff ;
	z-index:4;
	border:1px;
	opacity: 0.9;
}
#DashBoxesCover2{
	position:absolute;
	left:580px;
	top:185px;
	width:180px;
	height:144px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	color: #;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	background: #ffffff ;
	z-index:2;
	border:1px;
	opacity: 0.9;
}
#Accountlogtitle{
	position:absolute;
	left:350px;
	top:650px;
	width:750px;
	height:45px;
	line-height: 35px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #f2f7f9 ;
	z-index:0;
	border:thin solid #cccccc;
}
#NewstitleDash{
	position:absolute;
	left:350px;
	top:345px;
	width:1050px;
	height:40px;
	line-height: 35px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #7d7d7d;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border: thin solid #dfdfdf;
}
#NewslogDash{
	position:absolute;
	left:350px;
	top:395px;
	width:480px;
	height:330px;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #7d7d7d;
	font-size: 12px; 
	font-weight:none;
	background: #ffffff ;
	z-index:0;
	border: thin solid #dfdfdf;
}
#NoticelogDash{
	position:absolute;
	left:860px;
	top:395px;
	width:500px;
	height:330px;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #7d7d7d;
	font-size: 12px; 
	font-weight:none;
	background: #ffffff ;
	z-index:0;
	border: thin solid #dfdfdf;
}
#AccountlogtitleDash{
	position:absolute;
	left:350px;
	top:740px;
	width:1050px;
	height:40px;
	line-height: 35px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #7d7d7d;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border: thin solid #dfdfdf;
}
#AccountlogDash{
	position:absolute;
	left:350px;
	top:790px;
	width:1050px;
	height:200px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #7d7d7d;
	padding: 1px;
	font-size: 14px; 
	background: #ffffff ;
	z-index:0;
	border: thin solid #dfdfdf;
}
#Accountlog{
	position:absolute;
	left:350px;
	top:690px;
	width:750px;
	height:130px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 14px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#Section2title{
	position:absolute;
	left:350px;
	top:750px;
	width:900px;
	height:45px;
	line-height: 35px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	background: #f2f7f9 ;
	z-index:0;
	border:thin solid #cccccc;
}
#Section2{
	position:absolute;
	left:350px;
	top:790px;
	width:900px;
	height:130px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 14px; 
	font-weight:bold;
	background: #ffffff ;
	z-index:0;
	border:thin solid #cccccc;
}
#nav{
	position:absolute;
	left:350px;
	color: #a3a3a3;
	top:80px;
	width:600px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	z-index:0;
}
#NetworkIssues{
	position:absolute;
	right:300px;
	color: #61a9dc;
	top:85px;
	width:300px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	font-weight:bold;
	z-index:3;
}
#WebQuota{
	position:absolute;
	left:20px;
	color: #a3a3a3;
	top:250px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:4;
}
#WebQuotaStats{
	position:absolute;
	left:150px;
	color: #5b5b5b;
	top:265px;
	width:300px;
	height:400px;
	font-size: 10px; 
	z-index:4;
}
#WebDevInfo{
	position:absolute;
	left:425px;
	color: #5b5b5b;
	top:265px;
	width:500px;
	height:400px;
	font-size: 10px; 
	z-index:4;
}
#backupftp{
	position:absolute;
	left:10px;
	color: #5b5b5b;
	top:60px;
	width:100px;
	height:100px;
	font-size: 10px; 
	z-index:4;
	background: #f8f8f8;
	border-radius: 15px;
    border: 2px solid #;
}
#BackupFTPtxtbg{
	position:absolute;
	left:10px;
	color: #000000;
	top:170px;
	width:460px;
	height:60px;
	font-size: 10px; 
	z-index:4;
	background: #e4e4e4;
}
#BackupFoldertxtbg{
	position:absolute;
	left:10px;
	color: #000000;
	top:170px;
	width:460px;
	height:60px;
	font-size: 10px; 
	z-index:4;
	background: #e4e4e4;
}
#BackupDloadtxtbg{
	position:absolute;
	left:10px;
	color: #000000;
	top:170px;
	width:460px;
	height:60px;
	font-size: 10px; 
	z-index:4;
	background: #e4e4e4;
}
#BackupAWStxtbg{
	position:absolute;
	left:10px;
	color: #000000;
	top:170px;
	width:460px;
	height:50px;
	font-size: 10px; 
	z-index:4;
	background: #e4e4e4;
	padding-top:10px;
}
#backupdload{
	position:absolute;
	left:250px;
	color: #5b5b5b;
	top:60px;
	width:100px;
	height:100px;
	font-size: 10px; 
	z-index:4;
	background: #f8f8f8;
	border-radius: 15px;
    border: 2px solid #;
}
#backupfolder{
	position:absolute;
	left:370px;
	color: #5b5b5b;
	top:60px;
	width:100px;
	height:100px;
	font-size: 10px; 
	z-index:4;
	background: #f8f8f8;
	border-radius: 15px;
    border: 2px solid #828282;
}
#backupaws{
	position:absolute;
	left:130px;
	color: #5b5b5b;
	top:60px;
	width:100px;
	height:100px;
	font-size: 10px; 
	z-index:4;
	background: #f8f8f8;
	border-radius: 15px;
    border: 2px solid #f58535;
}
#BackupDesc{
	position:absolute;
	left:90px;
	color: #5b5b5b;
	top:180px;
	width:380px;
	height:20px;
	font-size: 10px; 
	z-index:4;
}
#Quotas1{
	position:absolute;
	left:360px;
	color: #a3a3a3;
	top:600px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:3;
}
#Quotas1txt{
	position:absolute;
	left:470px;
	color: #a3a3a3;
	top:600px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:3;
}
#Quotas2{
	position:absolute;
	left:590px;
	color: #a3a3a3;
	top:600px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:3;
}
#Quotas2txt{
	position:absolute;
	left:710px;
	color: #a3a3a3;
	top:600px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:3;
}
#Quotas3{
	position:absolute;
	left:830px;
	color: #a3a3a3;
	top:600px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:3;
}
#Quotas3txt{
	position:absolute;
	left:940px;
	color: #a3a3a3;
	top:600px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:3;
}
#Quotas4{
	position:absolute;
	left:1040px;
	color: #a3a3a3;
	top:600px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:3;
}
#Quotas4txt{
	position:absolute;
	left:1150px;
	color: #a3a3a3;
	top:600px;
	width:300px;
	height:400px;
	font-size: 12px; 
	z-index:3;
}
#BackupUsage{
	position:absolute;
	left:670px;
	color: #a3a3a3;
	top:260px;
	width:200px;
	height:400px;
	font-size: 12px; 
	z-index:7;
}
#adslspeedinfo{
	position:relative;
	left:100px;
	top:-90px;
	width:150px;
	height:40px;
	font-size: 12px; 
	z-index:3;
}
#efmspeedinfo{
	position:relative;
	left:100px;
	top:-90px;
	width:150px;
	height:40px;
	font-size: 12px; 
	z-index:3;
}
#SpeedSelector{
	position:relative;
	left:0px;
	top:0px;
	width:300px;
	height:40px;
	font-size: 12px; 
	z-index:3;
}

.bundle-field-group input:disabled,
.bundle-field-group select:disabled {
    background-color: #f5f5f5;
    color: #999;
    border-color: #ddd;
    cursor: not-allowed;
}

.bundle-milestone-input:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    border-color: #ced4da;
    opacity: 0.6;
}

#BundleRetailPrice:disabled {
    background-color: #e9ecef;
    color: #373c40;
    border-color: #ced4da;
    opacity: 0.8;
}
#BundleResellPrice:disabled {
    background-color: #e9ecef;
    color: #373c40;
    border-color: #ced4da;
    opacity: 0.8;
}
#BundleCostPrice:disabled {
    background-color: #e9ecef;
    color: #373c40;
    border-color: #ced4da;
    opacity: 0.8;
}

.disabled-field {
    background-color: #e9ecef !important;
    color: #6c757d !important;
    border-color: #ced4da !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}


.bundle-pricing-mode-tiles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
	width:95%;
}

.bundle-mode-tile {
    width: 48%;
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bundle-mode-tile:hover {
    border: 1px solid #;
}

.bundle-mode-tile.selected {
	border: 2px solid #;
}

.bundle-mode-icon {
    display: block;
    margin-bottom: 5px;
}

.bundle-mode-text {
    font-size: 12px;
}

.client-select {
   width:200px;
   margin-left:20px;
   overflow: hidden;
   background: #ebebeb;
   border: 1px solid #DDDDDD;
   height: 20px;
   border-radius:2px;
   padding: 2px; 
 }
 
 .client-select select {
  width: 100%;
  border: 0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 2.01px;
  text-overflow: '';
  appearance: none;
  font-size:11px;
  background: transparent url("/images/smart_arrows.png") no-repeat scroll 97% 1px;
  @media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
      background: transparent url("images/smart_arrows@2x.png") no-repeat scroll 97% 1px;
      background-size: 12px 124px;
    }
}
	
.styled-select {
   width:300px;
   overflow: hidden;
   background: #F8F8F8;
   border: 1px solid #DDDDDD;
   height: 25px;
   border-radius:2px;
   padding: 2px;
 }
 
.styled-select select {
  width: 100%;
  border: 0;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  background: transparent url("images/smart_arrows.png") no-repeat scroll 97% 8px;
  @media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
      background: transparent url("images/smart_arrows@2x.png") no-repeat scroll 97% 8px;
      background-size: 16px 144px;
    }
}
.ui-tabs .ui-tabs-nav li a img { float: left; margin-right: 5px}
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
#mapid { height: 250px; }
#nbnMapID { height: 250px; }
#locationMapID { height: 250px; }
#pfpMapID { height: 250px; }
#custMapID { height: 250px; }
#outageMapID { height: 250px; }

.NTDConfig{
	width:90%;
	line-height: 20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px; 
	z-index:0;
	border:1px;
	border-style: solid;
	border-color:#f2f2f2;
	background-color:#ffffff;
	height: 70px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.NTDConfigHeader{
	height:20px;
	line-height: 20px;
	background-image: linear-gradient(#ffffff, #f2f2f2);
	padding: 15px;
	font-size: 14px; 
}

.Reseller-Auto{
	position:absolute;
	left:10px;
	top:10px;
	width:350px;
	height:580px;
	line-height: 20px;
	margin-right: 5px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px; 
	z-index:0;
	border:1px;
	border-style: solid;
	border-color:#ccd7e8;
	background-color:#ffffff;
}

.Reseller-Semi{
	position:absolute;
	left:371px;
	top:10px;
	width:350px;
	height:580px;
	line-height: 20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px; 
	z-index:0;
	border:1px;
	border-style: solid;
	border-color:#ccd7e8;
	background-color:#ffffff;
}
.Reseller-Manual{
	position:absolute;
	left:730px;
	top:10px;
	width:350px;
	height:580px;
	line-height: 20px;
	margin-left: 2px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px; 
	z-index:0;
	border:1px;
	border-style: solid;
	border-color:#ccd7e8;
	background-color:#ffffff;
}

.Reseller-Setup-Btn{
	position: inherit;
	bottom:20px;
	width:350px;
}

.ResellerChoicePoints{
	position: inherit;
	top:340px;
	left:30px;
}

.newSectionTitle{
	position:absolute;
	left:300px;
	top:150px;
	width:350px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #;
	font-size: 14px; 
	z-index:0;
}

.bundle-products-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 10px;
}

.bundle-products-container:empty::before {
    content: "No products added to bundle yet. Click 'Add Product' to get started.";
    color: #999;
    font-style: italic;
    text-align: center;
    padding: 20px;
    display: block;
}

/* Bundle Product Items */
.bundle-product-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: #fbfbfb;
}

.bundle-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.bundle-product-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
	width: 270px;
}

.bundle-product-code {
    font-weight: bold;
    color: #333;
    font-size: 12px;
}

.bundle-product-name {
    color: #666;
    font-size: 12px;
    line-height: 1.2;
}

.bundle-product-actions {
    gap: 8px;
    align-items: center;
}

.bundle-product-remove {
    background: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
}

.bundle-product-remove:hover {
    background: #c82333;
}

/* Bundle Product Fields */
.bundle-product-fields {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.bundle-field-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 50px;
}

.bundle-field-group label {
    font-size: 11px;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 2px;
}

.bundle-field-group input,
.bundle-field-group select {
    padding: 5px 8px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-size: 12px;
    background: #ffffff;
}

.bundle-field-group input:focus,
.bundle-field-group select:focus {
    border-color: #80bdff;
    outline: none;
}

.bundle-price-input {
    width: 50px;
    text-align: right;
}

.bundle-quantity-input {
    width: 40px;
    text-align: center;
}

.bundle-primary-checkbox {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.bundle-field-group.optional-product {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    min-width: 100px;
}

/* Checkbox Group Styling */
.bundle-field-group.checkbox-group {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    min-width: auto;
}

.bundle-field-group.checkbox-group label {
    margin: 0;
    order: 2;
    font-size: 12px;
}

.bundle-field-group.checkbox-group input {
    order: 1;
    margin: 0;
}

/* Bundle Actions */
.bundle-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
}

.bundle-add-product-btn {
    background: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.bundle-add-product-btn:hover {
    background: #218838;
}

/* Bundle Summary */
.bundle-summary {
    padding: 15px;
}

.bundle-summary-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.bundle-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 12px;
}

.bundle-summary-total {
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.bundle-dependencies {
    margin-top: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.bundle-dependencies .bundle-summary-label {
    font-weight: bold;
    color: #495057;
    display: block;
    margin-bottom: 8px;
}

.dependency-item {
    padding: 5px 0 5px 15px;
    color: #6c757d;
    font-size: 12px;
    border-bottom: 1px solid #e9ecef;
    position: relative;
}

.dependency-item:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #6c757d;
    font-weight: bold;
}

.dependency-item:last-child {
    border-bottom: none;
}

.resellerTopMenu{
	position:absolute;
	left:300px;
	top:150px;
	width:950px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #;
	font-size: 12px; 
	z-index:0;
}

.resellerTopMenuBar{
	position:absolute;
	left:336px;
	top:186px;
	height:1px;
	width:950px;
	background-color: #d5d5d5;
}



#reseller-logo{
	transform: translate(-10px, 8px);
}

.resellerTopMenu span{
	position:relative;
	margin-left:35px;
}

.DivBoxed {
	width: 94%;
	border: 1px solid #e1e1e1;
	position: relative;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	margin-top:20px;
	margin-bottom: 25px;
	margin-left:20px;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}

.DivBoxed80 {
	width: 85%;
	border: 1px solid #e1e1e1;
	position: relative;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	margin-top:20px;
	margin-bottom: 25px;
	margin-left:10px;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}

.DivBoxedSlim {
	width: 90%;
	border: 1px solid #e1e1e1;
	position: relative;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	margin-top:10px;
	margin-bottom: 15px;
	margin-left:10px;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}

.DivBoxedTight {
	width: 95%;
	border: 1px solid #e1e1e1;
	position: relative;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	margin-top:10px;
	margin-bottom: 15px;
	margin-left:10px;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}



.DivBoxed-label {
	position: absolute;
	top: -10px;
	left: 20px;
	height: 20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	background-color: white;
	border: 1px solid #e1e1e1;
	text-align: center;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	font-weight:bold;
	font-size:12px;
}


.DivBoxedServerView {
	width: 100%;
	position: relative;
	margin-top:0px;
	margin-bottom: 5px;
	margin-left:0px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}

.newNav{
	position:absolute;
	left:300px;
	color: #a3a3a3;
	top:80px;
	width:600px;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px;
	color: #;
	z-index:0;
}

.newResellerAdminMenu{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width:100%;
	padding-left:30px;
	line-height: 30px;
}

#PartnerAdmin-ProductsTitle{
	position:absolute;
	left:335px;
	top:220px;
}

#PartnerAdmin-Title{
	position:absolute;
	left:335px;
	top:220px;
}

#PartnerAdmin-NoticeTile{
	position: absolute;
	left: 335px;
	top: 300px;
	background: white;
	width: 1000px;
	height: 900px;
	border: #a3a3a3;
	border-style: solid;
	border-width: 1px;
	padding: 25px;
}

#PartnerAdmin-WhitelabelTile{
	position: absolute;
	left: 335px;
	top: 300px;
	background: white;
	width: 1000px;
	height: 1100px;
	border: #a3a3a3;
	border-style: solid;
	border-width: 1px;
	padding: 25px;
}

#PartnerAdmin-IntegrationAccountingTile{
	position: absolute;
	left: 335px;
	top: 280px;
	background: white;
	width: 250px;
	height: 300px;
	border: #a3a3a3;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	text-align:center;
}

#PartnerAdmin-IntegrationSupportTile{
	position: absolute;
	left: 635px;
	top: 280px;
	background: white;
	width: 250px;
	height: 300px;
	border: #a3a3a3;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	text-align:center;
}

#PartnerAdmin-IntegrationPaymentTile{
	position: absolute;
	left: 935px;
	top: 280px;
	background: white;
	width: 250px;
	height: 300px;
	border: #a3a3a3;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	text-align:center;
}




#PartnerAdmin-ProductsTitleBar{
	position:absolute;
	left:336px;
	top:286px;
	height:1px;
	width:950px;
	background-color: #d5d5d5;
}

#PartnerAdmin-ProductsMenu{

	position:absolute;
	left:330px;
	top:320px;
	width:180px;
	height:600px;
}

#PartnerAdmin-ProductsMenu table{
	color: #;
}
#PartnerAdmin-ProductsMenu table td:hover{
	background-color: #e1e1e1;
}

@-webkit-keyframes "pulse" {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.PartnerAdmin-ProductRange{
	width:260px;
	height:180px;
	background-color: #ffffff;
	position:relative;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #d5d5d5;
	display:inline-table;
	border-radius: 5px;
}


.Ethernet-ProductRange{
	border: solid 1px #c1c1c1;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;"
}

.pulse {
	animation: pulse 1s linear infinite;
}

.newResellerProductsAdminPanel{
	position:absolute;
	left:540px;
	top:310px;
	width:910px;
	height:600px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px;
	font-size: 12px; 
	z-index:0;
}

.newResellerProductTable{
	width:100%;
	background-color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;

	text-align:center;
	font-weight:none;
	color: #;
	

}
.newResellerProductTable td{
	border-bottom: 1px solid #c1c1c1;
	padding: 10px;
}
.newResellerProductTableDescription{
	font-size: 10px;
}

.BillingOnboardModeSelect{
	position:relative;
	width:240px;
	height:330px;
	margin-right:5px;
	padding:8px;
	border: 1px solid #c1c1c1;
	display:inline-table;
	border-radius: 5px;
}

.BillingOnboardAccountingSelect{
	position:relative;
	width:280px;
	height:300px;
	margin-right:5px;
	padding:8px;
	
	border: 1px solid #c1c1c1;
	display:inline-table;
	border-radius: 5px;
}

.BillingOnboardAccountingSelectMods{
	position:static;
	width:50px;
	height:50px;
	margin-right:5px;
	margin-bottom:10px;
	padding:8px;
	border: 1px solid #c1c1c1;
	display:inline-table; 
	text-align:center;
	border-radius: 5px;
	vertical-align: middle;
}

.BillingOnboardAccountingSelectMods:hover{
	border: 1px solid #;
}

.toggle {
	height: 22px;
	width: 48px;
	border-radius: 11px;
	display: inline-block;
	position: relative;
	margin: 0;
	border: 2px solid #949494;
	background: linear-gradient(180deg, #cfcfcf 0%, #cfcfcf 100%);
	transition: all 0.2s ease;
  }
  .toggle:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
	transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
  }
  .toggle:checked {
	border-color: #654FEC;
	box-shadow: 0 1px 2px #;
	background: linear-gradient(180deg, # 0%, # 100%);
  }
  .toggle:checked:after {
	transform: translatex(24px);
  }


  .toggle-container {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.togglesdwan {
    opacity: 0;
    width: 0;
    height: 0;
}

.togglesdwan-label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.togglesdwan-label:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.togglesdwan:checked + .togglesdwan-label {
    background-color: #;
}

.togglesdwan:checked + .togglesdwan-label:before {
    transform: translateX(19px);
}

.bandwidth-adaptation-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
}

.bandwidth-adaptation-table td {
    padding: 5px;
}

.bandwidth-adaptation-table label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.bandwidth-adaptation-table input[type="text"] {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}



.network-regions-tiles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
	width:97%;
}
.network-regions-select-tile {
    width: 30%;
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.network-regions-select-tile:hover {
    border: 1px solid #;
}

.network-regions-select-tile.selected {
	border: 2px solid #;
}


.server-regions-tiles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
	width:97%;
}
.server-regions-select-tile {
    width: 30%;
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.server-regions-select-tile:hover {
    border: 1px solid #;
}

.server-regions-select-tile.selected {
	border: 2px solid #;
}

.leg-edit-mode-tiles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
	width:97%;
}
.leg-edit-mode-tile {
    width: 22%;
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.leg-edit-mode-tile:hover {
    border: 1px solid #;
}

.leg-edit-mode-tile.selected {
	border: 2px solid #;
}

.leg-edit-mode-icon {
    display: block;
    margin-bottom: 5px;
}

.leg-edit-mode-text {
    font-size: 12px;
}


.leg-mode-tiles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
	width:97%;
}

.leg-mode-tile {
    width: 22%;
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.leg-mode-tile:hover {
    border: 1px solid #;
}

.leg-mode-tile.selected {
	border: 2px solid #;
}

.leg-mode-icon {
    display: block;
    margin-bottom: 5px;
}

.leg-mode-text {
    font-size: 12px;
}

  .partnermodselected {
	-webkit-transform: translate(100px, 0);
	-moz-transform: translate(100px, 0);
	-ms-transform: translate(100px, 0);
	transform: translate(100px, 0);
	transition-duration: 2s;
  }

  .partnermodgreen.reszie {
	height:50px;
  }






.jtimeline, .jtimeline * {
  box-sizing: border-box;
}

.jtimeline {
  max-width: 100%;
  position: relative;
  padding: 100px 200px;
  overflow: hidden;
}
.jtimeline .jtimeline-scroll-left,
.jtimeline .jtimeline-scroll-right {
  position: absolute;
  cursor: pointer;
  z-index: 20;
}
.jtimeline .jtimeline-scroll-left > .jtimeline-arrow,
.jtimeline .jtimeline-scroll-right > .jtimeline-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -25px;
  background-color: #555;
  color: #fff;
  border-radius: 999px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.jtimeline .jtimeline-scroll-left.is-disabled,
.jtimeline .jtimeline-scroll-right.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.jtimeline .jtimeline-scroll-left {
  left: 10px;
}
.jtimeline .jtimeline-scroll-right {
  right: 10px;
}
.jtimeline ul.jtimeline-events {
  min-width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(0, 0);
  transition: 0.5s ease-in-out;
}
.jtimeline ul.jtimeline-events:before {
  content: "";
  display: block;
  width: 50000px;
  height: 3px;
  background-color: #ccc;
  position: relative;
  left: -25000px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event {
  display: block;
  position: absolute;
  z-index: 10;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event > .jtimeline-event-bullet {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 9999px;
  border-width: 3px;
  border-color: #0f87ff;
  border-style: solid;
  position: relative;
  top: -16.5px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event > .jtimeline-event-label {
  position: absolute;
  left: -85px;
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  font-size:12px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event > .jtimeline-event-label:after {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background-color: #0f87ff;
  border-radius: 9999px;
  position: absolute;
  left: 98.5px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:nth-child(odd) > .jtimeline-event-label {
  top: -126.5px;
  align-items: flex-end;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:nth-child(odd) > .jtimeline-event-label:after {
  bottom: -11px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:nth-child(even) > .jtimeline-event-label {
  align-items: flex-start;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:nth-child(even) > .jtimeline-event-label:after {
  top: -17.5px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-active {
  z-index: 20;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-bullet, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-active > .jtimeline-event-bullet {
  border-color: #;
  background-color: #;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-label:after, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-active > .jtimeline-event-label:after {
  background-color: #;
}

/* Base styles */
.vp-json-container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.vp-json-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.vp-json-subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

.vp-json-card {
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.vp-json-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.vp-json-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .vp-json-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.vp-json-flex {
  display: flex;
}

.vp-json-flex-col {
  flex-direction: column;
}

.vp-json-items-center {
  align-items: center;
}

.vp-json-justify-between {
  justify-content: space-between;
}

.vp-json-justify-end {
  justify-content: flex-end;
}

.vp-json-gap-1 {
  gap: 0.25rem;
}

.vp-json-gap-2 {
  gap: 0.5rem;
}

.vp-json-gap-4 {
  gap: 1rem;
}

.vp-json-mt-1 {
  margin-top: 0.25rem;
}

.vp-json-mt-2 {
  margin-top: 0.5rem;
}

.vp-json-mt-4 {
  margin-top: 1rem;
}

.vp-json-mt-6 {
  margin-top: 1.5rem;
}

.vp-json-mb-1 {
  margin-bottom: 0.25rem;
}

.vp-json-mb-2 {
  margin-bottom: 0.5rem;
}

.vp-json-mb-4 {
  margin-bottom: 1rem;
}

.vp-json-mb-6 {
  margin-bottom: 1.5rem;
}

.vp-json-mb-8 {
  margin-bottom: 2rem;
}

.vp-json-w-full {
  width: 100%;
}

.vp-json-max-w-xs {
  max-width: 20rem;
}

.vp-json-max-h-500 {
  max-height: 500px;
}

.vp-json-overflow-auto {
  overflow: auto;
}

.vp-json-relative {
  position: relative;
}

.vp-json-absolute {
  position: absolute;
}

.vp-json-top-2 {
  top: 0.5rem;
}

.vp-json-right-2 {
  right: 0.5rem;
}

.vp-json-inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vp-json-bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.vp-json-bg-gray-50 {
  background-color: #f9fafb;
}

.vp-json-bg-gray-100 {
  background-color: #f3f4f6;
}

.vp-json-bg-green-50 {
  background-color: #ecfdf5;
}

.vp-json-bg-blue-50 {
  background-color: #eff6ff;
}

.vp-json-text-sm {
  font-size: 0.875rem;
}

.vp-json-text-lg {
  font-size: 1.125rem;
}

.vp-json-text-gray-500 {
  color: #6b7280;
}

.vp-json-text-gray-700 {
  color: #374151;
}

.vp-json-text-green-700 {
  color: #047857;
}

.vp-json-text-blue-700 {
  color: #1d4ed8;
}

.vp-json-font-medium {
  font-weight: 500;
}

.vp-json-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.vp-json-border {
  border: 1px solid #e5e7eb;
}

.vp-json-border-t {
  border-top: 1px solid #e5e7eb;
}

.vp-json-border-b {
  border-bottom: 1px solid #e5e7eb;
}

.vp-json-border-green-200 {
  border-color: #a7f3d0;
}

.vp-json-border-blue-200 {
  border-color: #bfdbfe;
}

.vp-json-rounded-md {
  border-radius: 0.375rem;
}

.vp-json-rounded-lg {
  border-radius: 0.5rem;
}

.vp-json-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.vp-json-shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.vp-json-p-1 {
  padding: 0.25rem;
}

.vp-json-p-3 {
  padding: 0.75rem;
}

.vp-json-p-4 {
  padding: 1rem;
}

.vp-json-p-6 {
  padding: 1.5rem;
}

.vp-json-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.vp-json-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.vp-json-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.vp-json-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.vp-json-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vp-json-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.vp-json-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.vp-json-button {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s;
}

.vp-json-button:hover {
  background-color: #f9fafb;
}

.vp-json-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.vp-json-button-green {
  background-color: #ecfdf5;
  border-color: #a7f3d0;
  color: #047857;
}

.vp-json-button-green:hover {
  background-color: #d1fae5;
}

.vp-json-button-blue {
  background-color: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.vp-json-button-blue:hover {
  background-color: #dbeafe;
}

.vp-json-button-icon {
  margin-right: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.vp-json-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}

.vp-json-input-group {
  margin-bottom: 1rem;
}

.vp-json-space-y-2 > * + * {
  margin-top: 0.5rem;
}

.vp-json-flex-1 {
  flex: 1;
}

.vp-json-flex-grow {
  flex-grow: 1;
}

/* Existing styles */
.vp-json-tabs {
  display: flex;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1rem;
}

.vp-json-tab-btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-bottom: 2px solid transparent;
  margin-right: 0.5rem;
  cursor: pointer;
}

.vp-json-tab-btn.active {
  border-bottom-color: #4f46e5;
  color: #4f46e5;
}

.vp-json-tab-content {
  display: none;
}

.vp-json-tab-content.active {
  display: block;
}

/* Field styles */
.vp-json-field-container {
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}

.vp-json-field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.vp-json-field-input {
  padding: 0.375rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.vp-json-field-select {
  padding: 0.375rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  background-color: white;
}

.vp-json-field-switch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vp-json-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.vp-json-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.vp-json-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.vp-json-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .vp-json-slider {
  background-color: #;
}

input:checked + .vp-json-slider:before {
  transform: translateX(16px);
}

.vp-json-field-label {
  font-size: 0.75rem;
  color: #6b7280;
}

.vp-json-field-button {
  padding: 0.25rem;
  border-radius: 0.25rem;
  background: transparent;
  cursor: pointer;
}

.vp-json-field-button:hover {
  background-color: #f3f4f6;
}

.vp-json-field-button.delete {
  color: #ef4444;
}

.vp-json-children-container {
  margin-left: 1rem;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px dashed #e2e8f0;
}

.vp-json-collapsible-header {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  cursor: pointer;
}

.vp-json-collapsible-content {
  margin-top: 0.5rem;
}

.vp-json-collapsible-content.hidden {
  display: none;
}

/* JSON Preview styles */
.vp-json-json-key {
  color: #3b82f6;
}

.vp-json-json-string {
  color: #10b981;
}

.vp-json-json-number {
  color: #f59e0b;
}

.vp-json-json-boolean {
  color: #8b5cf6;
}

.vp-json-json-null {
  color: #6b7280;
}

/* Notification styles */
@keyframes vp-json-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.vp-json-animate-spin {
  animation: vp-json-spin 1s linear infinite;
}

.vp-json-fixed {
  position: fixed;
}

.vp-json-bottom-4 {
  bottom: 1rem;
}

.vp-json-right-4 {
  right: 1rem;
}

.vp-json-z-50 {
  z-index: 50;
}

.vp-json-transform {
  transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.vp-json-transition-all {
  transition-property: all;
}

.vp-json-duration-300 {
  transition-duration: 300ms;
}

.vp-json-translate-y-0 {
  transform: translateY(0);
}

.vp-json-translate-y-2 {
  transform: translateY(0.5rem);
}

.vp-json-opacity-100 {
  opacity: 1;
}

.vp-json-opacity-0 {
  opacity: 0;
}

.vp-json-bg-green-100 {
  background-color: #dcfce7;
}

.vp-json-text-green-800 {
  color: #166534;
}

.vp-json-bg-red-100 {
  background-color: #fee2e2;
}

.vp-json-text-red-800 {
  color: #991b1b;
}




    