/* app css stylesheet */

#sideMenu {
    border-radius: 2px;
    background-color: #272f3e;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.dashboardTextSlim {
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    pointer-events: none;
    stroke: none;
}

.dashboardTextSlimForTitle {
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.basePanelTitle {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
}

.basePanelSubTitle {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
}

.basePanelCtrlText {
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.basePanelDefaultText {
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.browserCardRowText {
    font-family: 'Roboto_Condensed', sans-serif;
    font-weight: 300;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.browserCardWrapText {
    font-family: 'Roboto_Condensed', sans-serif;
    font-weight: 300;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    margin : 0 auto;
    border  : none;
}

.infoLayerText {
    font-family: 'Roboto_Condensed', sans-serif;
    font-weight: 300;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.naviBarTextNormal {
    font-family: 'Roboto_Condensed', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.robotoTextNormal {
    font-family: 'Roboto_Condensed', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.robotoTextBold {
  font-family: 'Roboto_Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  stroke: none;
  white-space: pre;   /* preserve white-spaces */
}

.dataShaperChoice {
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    pointer-events: none;
    stroke: none;
}

.textSlimSelectable {
    font-family: 'Roboto_Condensed', sans-serif;
    font-weight: 300;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.textSelectableConstantWidth {
    font-family: 'Courier New', sans-serif;
    font-weight: 300;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.urlTextSlimSelectable {
    font-family: 'Roboto_Condensed', sans-serif;
    font-weight: 300;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: underline;
    stroke: none;
    white-space: pre;   /* preserve white-spaces */
}

.dashboardTextNormal {
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    pointer-events: none;
    stroke: none;
}

.dashboardText {
    font-family: 'Roboto_Condensed', sans-serif;
    font-weight: 300;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    pointer-events: none;
    stroke: none;
}

.dashboardInput {
    height: 30px;
    font-family: 'Roboto_Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
    background: rgb(28,39,50);
    margin : 0 auto;
    border  : none;
}

.dashboardInputNoColor {
    height: 30px;
    font-family: 'Roboto_Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin : 0 auto;
    border  : none;
}

.advFilterOperText {
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    pointer-events: none;
    stroke: none;
}

.loginModalTextNormal {
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    pointer-events: none;
    stroke: none;
}

input[type=email].dashboardInput:valid {
  color: green;
}

input[type=email].dashboardInput:invalid {
  color: red;
}

.robotoTextArea {
    height: 30px;
    font-family: 'Roboto_Condensed', sans-serif;
    font-style: light;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
    background: rgb(28,39,50);
    margin : 0 auto;
    border  : none;
}

.browserPanelSearchInput{
    height: 30px;
    font-family: 'Roboto_Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin : 0 auto; 
    color: white;
    background: rgb(28,39,50);
    border: none;
}

.symbolLabelButtonInput{
    height: 30px;
    font-family: 'Roboto_Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left : 15; margin-right : 10;
    border: none;
}

.cstcBlockTextField{
    height: 30px;
    font-family: 'Roboto_Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin : 0 auto;
    color: white;
    background: #41434d;
    border: none;
}

.tagEditField {
    height: 30px;
    font-family: 'Roboto_Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    background: rgb(40,64,44);
    margin : 0 auto;
    border  : none;
}

.categoryTrafficGridLine {
  opacity: 0.2;
  border-style: solid;
  border-width: 1px;
  border-image-source: radial-gradient(circle at 50% 50%, #ffffff, #272f3e);
  border-image-slice: 1;
}

.constWidthText {
    font-family: 'Inconsolata';
    font-style: regular;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    pointer-events: none;
    stroke: none;
}


.center {
  text-align: center;
}

ul
{
  list-style-type: none;
}

.cpnMetaTitle {
    font-size: 12px;
    /* font-weight: bold; */
}

.cpnInput {
    font-size: 11px;
}

.cpnInputLabel {
    font-size: 11px;
}

#mainContainer {
  width: 1440px auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left:0;
  margin-right:0;
}

/* used without sidebar */
#mainbody {
  margin-left:10px;
  margin-right:10px;
  width: 1005px auto;
}

/* Angular-UI CSS
 * Original Bootstrap's CSS depends on empty href attributes to style cursors for several components 
 * (pagination, tabs etc.). But in AngularJS adding empty href attributes to link tags will cause unwanted 
 * route changes. This is why we need to remove empty href attributes from directive templates and as a 
 * result styling is not applied correctly. The remedy is simple, just add the following styling to
 * your application:
 */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
.sidebar-nav a { cursor: pointer; }


/* a */
a:link {
  color: #999999;
  text-decoration: none;
}
a:visited {
  color: #999999;
  text-decoration: none;
}
a:hover {
  color: #9F9FFF;
  text-decoration: underline;
}

/* ========================================= */
visual-system-histogram-summary {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  width: auto;
  margin-left:0;
  margin-right:0;
  margin-top: 0;
  margin-bottom: 0;
}

/* ========================================= */
visual-app-summary {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
/* width: auto; */
  margin-left:0;
  margin-right:0;
  float: left; 
}

visual-app-summary #sunburst-svg {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
/*  width: auto; */
  margin-left:0;
  margin-right:0;
  margin-top: 0;
  margin-bottom: 0;
  /* float: left;  */
}

visual-app-summary #appSummarySubnurstTable {
  /* making entire table text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
/*  width: auto; */
  margin-left:0;
  margin-right:0;
  margin-top: 0;
  margin-bottom: 0;
/*  float: right; */
}

visual-app-summary path {
  stroke: #d0d0d0;
   stroke-width: 1px;
}

visual-app-summary path:hover {
  stroke: #ffffff;
  stroke-width: 2px;
}

/* ========================================= */
dashboard-panel-view .distChartStack {
   stroke: grey;
   stroke-width: 1px;
}

dashboard-panel-view .distChartStack:hover {
    stroke: blue;
    stroke-width: 1.5px;
}

dashboard-panel-view .distChartPie {
   stroke: white;
   stroke-width: 1px;
}

dashboard-panel-view .distChartPie:hover {
    stroke: grey;
    stroke-width: 1.2px;
}

/* ========================================= */

visual-group-summary #groupSummaryChord {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
/*  width: auto; */
  margin-left:0;
  margin-right:0;
  float: left;
}

visual-group-summary #groupSummaryTable {
  /* making entire table text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
/*  width: auto; */
  margin-left:0;
  margin-right:0;
/*  float: right; */
}

visual-group-summary .groupLabel {
  text-anchor: middle;
  font-size: 10px; /* font-size: 11px; */
  stroke: #7f7faf;
  margin: 0;
}

/* for group-chord chart */
.chord path {
  fill-opacity: .67;
  stroke: #000;
  stroke-width: .5px;
}


/* ========================================= */

visual-topo-view {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  width: auto;
  margin-left:0;
  margin-right:0;
  clear : both;
}

visual-topo-view .link {
  stroke: #9f9f9f;
  stroke-width: 1px;
}

visual-topo-view .curvelink {
  stroke: #9f9f9f;
  stroke-width: 1.5px;
  fill: none;
}

/*
visual-topo-view .curvelink:hover {
  fill: none;
  stroke: #7f7fff;
  stroke-width: 2.0px;
}
*/

visual-topo-view .nodecircle {
  fill: #ffffff;
  cursor: move;
/*  stroke: #7f7f7f;  */
/*  stroke-width: 1.5px; */
}

visual-topo-view .nodecircle:hover {
  fill: #ffffff;
  cursor: move;
  stroke: #7f7fff;
  stroke-width: 4px;
}

visual-topo-view .noderect {
  fill: #ffffff;
  cursor: move;
  stroke: #7f7f7f;
}

visual-topo-view .nodetext {
  text-anchor: middle;
  font-size: 11;
  stroke-width: 1;
  margin: 0;
}

visual-topo-view .node.fixed {
  stroke: #7f8fff; /* highlight as blue when fixed */
}

visual-topo-view .s2sConnLabelCircle {
/*  fill: #bfbfbf; */
/*  stroke: #afafff; */
  stroke-width: 1;
}

visual-topo-view .s2sConnLabelCircle:hover {
/*  fill: #bfbfbf; */
/*  stroke: #7f7fff; */
  stroke-width: 1;
}

visual-topo-view .s2sConnLabelText {
  text-anchor: middle;
  font-size: 11px;
  stroke-width: 1;
}

visual-topo-view .campusIntfLabelCircle {
/*  fill: #bfbfbf; */
/* stroke: #afafff; */
  stroke-width: 1;
}

visual-topo-view .campusIntfLabelCircle:hover {
/*  fill: #bfbfbf; */
/*  stroke: #7f7fff; */
  stroke-width: 1;
}

visual-topo-view .campusIntfLabelText {
  stroke-width: 1;
  text-anchor: middle;
  font-size: 10px;
}

visual-topo-view .popUpDetailRect {
  fill: #f9ffff;
  stroke: #9f9fcf; 
  stroke-width: 1.5;
}

visual-topo-view .popUpDetailRectText {
  text-anchor: left;
  font-size: 11px;
  stroke-width: 1;
}

/* ========================================= */
visual-site-view {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  width: auto;
  margin-left:0;
  margin-right:0;
  clear : both;
}

visual-site-view .floormapimg {
  /* making entire SVG text non-selectable */
  width: auto;
  margin-left:0;
  margin-right:0;
  fill: #afafaf;
}

visual-site-view .siteviewstatus {
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  font-size: 11px;
  fill: #afafff;
  stroke: #7f7f9f;
  stroke-width: 1;
  text-anchor: left;
}

visual-site-view .siteviewstatusrect {
  fill: none;
  stroke: #7f7f7f;
  stroke-width: 1;
}

visual-site-view .link {
  stroke: #9f9f9f;
  stroke-width: 1px;
}

visual-site-view .curvelink {
  stroke: #9f9f9f;
  stroke-width: 1.5px;
  fill: none;
}

/*
visual-site-view .curvelink:hover {
  fill: none;
  stroke: #7f7fff;
  stroke-width: 2.0px;
}
*/

visual-site-view #toposvg {
  cursor: move;
}

visual-site-view .node {
  cursor: move;
}

visual-site-view .nodecircle {
  fill: white;
  cursor: move;
  stroke: #7f7f7f;
  stroke-width: 1.5px;
}

visual-site-view .noderect {
  fill: white;
  cursor: move;
  stroke: #7f7f7f;
}

visual-site-view .noderect:hover {
  fill: white;
  cursor: move;
  stroke: #7f7fff;
  stroke-width: 4px;
}

visual-site-view .nodeimage {
  fill: white;
}

visual-site-view .radiotext {
  font-size: 11px;
  stroke: #4f7f4f;
  stroke-width: 1;
  margin: 0;
}

visual-site-view .nodetext {
  text-anchor: middle;
  font-size: 11px;
  stroke-width: 1;
  margin: 0;
}

visual-site-view .node.fixed {
  stroke: #7f8fff; /* highlight as blue when fixed */
}

visual-site-view .popUpDetailRect {
  fill: #f9ffff;
  stroke: #9f9fcf; 
  stroke-width: 1.5;
}

visual-site-view .popUpDetailRectText {
  text-anchor: left;
  font-size: 11px;
  stroke-width: 1;
}

/* ----------------- */
visual-group-view .noderect {
  fill: white;
  cursor: move;
  stroke: #7f7f7f;
}

visual-group-view .noderect:hover {
  fill: white;
  cursor: move;
  stroke: #7f7fff;
  stroke-width: 3px;
}

visual-group-view .nodeimage {
  fill: white;
}

visual-group-view .nodetext {
  text-anchor: middle;
  /* font-size: 11px; */
  font-size: 10px;
  stroke-width: 1;
  margin: 0;
}

.nonSelectableText {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}

/* =========================== */
visual-group-view {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  width: auto;
  margin-left:0;
  margin-right:0;
  margin-top: 0;
  margin-bottom: 0;
}

/* =========================== */
visual-device-behavior-analytics {
  /* making entire SVG text non-selectable */
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  width: auto;
  height: auto;
  margin-left:0;
  margin-right:0;
  clear : both;
}

/* =========================== */
.detailviewlabel {
    /* color: #B4886B; */
    color: #7F7F7F;
    font-weight: regular;
    display: block;
    float: left;
}


/* =========================== */
.dvTimeLineSegment {
  fill: #afffaf;
}

.dvTimeLineSegment:hover {
  fill: #5fff5f;
}

/* =========================== */
.flowActionButton {
  fill: #f0f0ff;
}

.flowActionButton:hover {
  fill: #afafff;
}


/* =========================== */
.ordrEventRect {
  fill: #ffffff;
  stroke: none;
  opacity: 0.01;
}

.ordrEventRect:hover {
  fill: #ffffff;
  stroke: none;
  opacity: 0.01;
  cursor: pointer;
}

.ordrEventRectDisabled {
  fill: #ffffff;
  stroke: none;
  opacity: 0.01;
}

/* =========================== */
.ordrDraggable {
}

.ordrDraggable:hover {
	/* chrome browser, when hover over window scroll bar, is using pointer */
}

.ordrNonDraggable {
}


/* This prevents webkit from changing background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #262626 inset !important;
    -webkit-text-fill-color: white !important;
    -webkit-text-font-size: 18px !important;
}
