/* Overridden Kendo styles */
.k-widget, .k-button {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 0px 0px rgba(255,255,255,0), 0px 1px 2px rgba(0,0,0,0);
}

input[disabled],
.k-dropdown .k-state-disabled >span,
button.k-button[disabled],.k-dropdown.dhcpDisable span{
  background-color: gray !important;
	opacity: 0.5;
}
.dhcpDisable:active {
   pointer-events:none;
}

.disable-hori .k-grid-content-expander{
    width: 0px !important;
}
.hide_border {
	border: none;
}
div[ng-view] .formSection .status{
	padding: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
	background-color: #ffffff;
	display:none;
	color: #70B7FB;
}

li.bpTick:before {
    content: '\2713';
    margin-left: -1em;
    margin-right: .100em;
    color:#B5C358;
    font-weight: bold;
}
li.bpCross:before {
    content:'\2716';
    margin-left: -1em;
    color:#f48f73;
    margin-right: .100em;
    font-weight: bold;
}
ul.bp {
   padding-left: 20px;
   text-indent: 2px;
   list-style: none;
   list-style-position: outside;
}
.bp th:last-child {
    border-right:0px !important;
}

.showStatus {
	display: block !important;
}

.k-dropdown:hover span, k-dropdown:hover .k-state-disabled:hover span, k-dropdown:hover .dhcpDisable:hover span {
   background-color:white !important;
   opacity:1
}

input.k-textbox:hover {
	background-color:white !important;
}

.k-slider-horizontal .k-tick {
    background-image: none;
}

.k-draghandle.k-state-focused, .k-draghandle.k-state-focused:link,
.k-draghandle.k-state-focused.k-state-selected,
.k-draghandle.k-state-focused.k-state-selected:hover, .k-draghandle.k-state-focused.k-state-selected:link{
    background-color:#14b2e6;
    border-color:#14b2e6;
}

.popupTemplateSpart div.row {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.popupTemplateSpart div.row label {
	text-align: right;
	min-width: 180px;
  padding-right: 5px;
}

.popupTemplateMdns div.row label {
  text-align: right;
  min-width: 220px;
  margin-bottom: 15px;
}

.mdnsPolicyCustomLocation {
  width: 100px;
  margin-left: 5px;
}

.dropAlign {
	margin-left: 10px;
}
.popupTemplateSpart .k-slider-selection {
	background-color: #b4c359;
}
.popupTemplateSpart .k-slider-track {
  border-color: #b4c359;
	border-radius: 2px;
}
.popupTemplateSpart .k-draghandle {
	background-color: #15B2E7;
	border-color: #15B2E7;
}

/*Loading Indicator related styles*/
div.busyLoadingContainer {
	display: none;
}
.busy div.busyLoadingContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: block;
	z-index: 99999;
	text-align: center;
}

div.busyLoadingContainer span.spinner {
	color: #fff;
	font-size: 60px;
	position: relative;
	top: 50%;
}

div.busyLoadingContainer span.textWithSpinner {
	font-size: 16px;
	position: absolute;
	top: 60%;
	left: 50%;
	color: #fff;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.wrapWlanPassword {
	width: 600px;
	word-wrap: break-word;
}

.k-dropdown-wrap .k-select {background-color: white;}
.k-dropdown .k-input, .k-selectbox .k-input {background-color: white;}

.k-panelbar .k-header{background-color: white;}
.k-panelbar .k-link .k-header .k-state-selected{color: red;}
.k-panelbar .k-panelbar-collapse {display:none;} /* Collapse Icon Removal in panelbar item */
.k-panelbar .k-panelbar-expand{display:none;} /* Expand Icon Removal in panelbar item */
.k-panelbar>.k-item>.k-link, .k-panel>.k-item>.k-link {border-bottom-style:none;} /* Removed the bottom border for each panelbar item */

.k-menu .k-item>.k-link>.k-i-arrow-s {
   display: none;
}
.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    border-width: 0;
}

.applyButton {
    background-color: #9ec654;
    border: 1px solid #9ec654;
    color: #ffffff;
    cursor: pointer;
    border-radius: 25px;
    max-width: 130px;
}

/* Remove the expand/collapse arrow from panelbar */
.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-collapse
{
    display: none;
}

/* Remove the arrow from kendo menu*/
ul[kendo-menu] .k-i-arrow-s
{
    display: none;
    background-color: #428bca;
    border: #428bca;
}

/* Remove the background from kendo menu */
.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    border-width: 0;
}
.k-menu .k-state-default .k-state-border-down {
    background-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-window-titlebar.k-header {
    background: #0096d6;
    color: white;
    border-color: none;
    padding: 20px 0px;
    border-radius: 0px;
}
.k-window-title {
    padding-left: 20px;
}
div.k-window{
    border: none;
    border-radius: 0px;
}
/* This CSS will modify the default Kendo TAB styling
 * to MOCKUP stuff like horizontal line  at bottom of
 * selected TAB
 */
.k-tabstrip-items .k-state-active
{
border-color: #FFF;
border-bottom-color: #0096d6;
border-bottom-width: 3px;
color: #0096d6 !important;
}
.k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items {
  padding-bottom: 30px;
}
/* Changes the style of focused dropdown item*/
.k-popup .k-list .k-state-focused {
  background-color: #DADADA;/*#EBEBEB;*/
  border: none;
}
div#ipv4aclname-list.k-popup .k-list .k-state-focused {
  width: 496px;
}
div#ipv4aclname-list.k-popup .k-list .k-state-hover {
  width: 496px;
}
div#ipv6aclname-list.k-popup .k-list .k-state-focused {
  width: 496px;
}
div#ipv6aclname-list.k-popup .k-list .k-state-hover {
  width: 496px;
}

.k-progressbar {
  border-radius: 0px;
}
.k-progressbar >.k-state-selected{
background-color: #ACABC4;
border-color: #ACABC4;
}
.k-progressbar-horizontal { height: 1em; }

.k-button:hover {
  color: #9ec654;
  border-color: #fff;
  background-color: #fff;
}

.k-loading-image {
	background-image: url('./loading-active.gif') !important;
}

/* Kendo Tooltip */
.k-widget.k-tooltip {
	border-color: #0096D6;
	background-color: #FFF;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}

.tlspresharedkey .k-widget.k-tooltip {
	margin-left: 35px;
}
.wpa2tooltip .k-widget.k-tooltip {
	width: 230px;
}

.mediastream .k-widget.k-tooltip {
	width: 350px;
}

/* GENERIC */
html, body {
    height: 100%;
    width: 100%;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	resize: both;
    font-smoothing: antialiased;
    background-color: #F4F6F9;
    font: 13px Helvetica Neue, Arial, Tahoma, sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
	scroll-behavior:smooth;
}

.my-fluid-container {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Remove the padding from bootstrap grids */
.zero-padding {
    padding: 0;
}
.zero-horizontal-margin {
    margin-left: 0px;
    margin-right: 0px;
}

a { cursor: pointer; }
a:link, a:visited { color: #53555a; text-decoration: none; }
a:visited { color: #53555a; }
a:hover { color: #333; }
a:active { color: #33f; }

.c-grid-wrapper .k-grid-content > table > tbody > tr > td {
      text-align: left;
}

/* Right align the numebr */
.numbers {
    text-align: right;
}
.numbers > span {
		padding-right: 20px;
}
.numbers .k-link {
		text-align: right;
}

.cursor-pointer {
  cursor: pointer;
}

/* Colors for performance range */
.c-best-range {
    fill: #6e922b;
    color: #6e922b;
}
.c-better-range {
    fill: #f7a031;
    color: #f7a031;
}
.c-good-range {
    fill: #ff493c;
    color: #ff493c;
}
.c-good-line {
    color: #fe5549;
}


/* css for 5 column grid */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* Page header */
.c-page-header {
    margin: 30px 0px 35px 0px;
}
.c-page-title {
    font-size: 22px;
    font-weight: 100;
    text-transform: capitalize;
    padding-left: 5px;
    float: left;
}

/* Widget */
.widget-column {
    min-height: 400px;
    padding-left: 5px;
    padding-right: 5px;
}
.rfdashboardwidget {
    min-height: 485px;
}

.widget {
    margin-bottom: 10px;
    background-color: #ffffff;
    /*border: 1px solid #e7e7e7;*/
    border-radius: 3px;
    padding: 20px;
}
.widget:after {
  clear:both; content:''; display:block;
}
.widget-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.widget-placeholder {
    min-height: 400px;
}
.widget-nobackground {
    border: none;
    background: none !important;
}
.widget .k-panelbar .k-content {
    padding: 10px;
}
.widget.placeholder {
    opacity: 0.4;
    border: 1px dashed #a6a6a6;
}
.c-widget-header {
    font-size: 16px;
    font-weight: 200;
    color: #010101;
    padding-bottom: 0px;
    text-transform: uppercase;
}

div[kendo-sortable] .c-widget-header {
    cursor: move;
}
.c-widget-header i{
    float: right;
}
.c-widget-header span:hover {
   /* cursor: pointer; */
    /*background-color: #e7e7e7;
    border-radius: 20px;*/
}
.c-widget-content-chart {
    padding-top: 70px;
}
.c-widget-content-grid {
    padding-top: 10px;
}

/* Position the remove icon in the widget */
.c-remove-item {
    position: relative;
    font-weight: 100;
    cursor: pointer;
}
.c-remove-item:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    opacity: 0.5;
}
.c-table-view {
    position: relative;
    font-weight: 100;
    padding-right: 10px;
    cursor: pointer;
}
.c-table-view:before {
    content: "\f0ce";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    opacity: 0.5;
}
.c-pie-view {
    position: relative;
    font-weight: 100;
    padding-right: 10px;
    cursor: pointer;
}
.c-pie-view:before {
    content: "\f080";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    opacity: 0.5;
}
.c-save-icon {
    position: relative;
    font-weight: 100;
    padding-right: 10px;
    float:left;
    border:none;
    background:none;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 7px;
}
.c-save-icon:before {
    content: "\f0c7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    opacity: 0.5;
}


/* Action buttons on a page */
.c-action-buttons{
    margin: -15px 0px 15px 0px;
    padding-left: 5px;
}

.c-action-button {
    border: none;
    border-radius: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 4px 14px 4px;
    line-height: 1em;
    background-color: #d7dee8;
}
.c-action-button img {
    width: 12px;
}
.c-action-button i {
  margin-right: 5px;
  font-size: 20px;
}
.c-action-buttons .c-action-button:hover {
    background-color: #a5b5c6;
    color: #000;
}
.c-action-buttons .c-action-button:focus{
    outline: 0 none;
}
.c-action-buttons .c-primary {
    color: #ffffff;
    background-color: #0096d6;
    border: none;
}
.c-action-buttons .c-primary i {
    color: #ffffff;
}
.c-action-buttons .c-primary:hover {
    background-color: #007bb0;
    color: #fff;
    border: none;
}
.c-action-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Button in a dashlet */
.c-widget-action-buttons {
    float: right;
    padding-top: 0px;
    margin-top: -50px;
}
.c-widget-action-button {
    border: none;
    border-radius: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 12px;
    padding: 3px 6px;
    height: 26px;
    width: 75px;
    background-color: #d7dee8;
    vertical-align: none;
}
.c-widget-action-buttons .c-widget-action-button:hover {
    background-color: #a5b5c6;
    color: #000;
}
.c-widget-action-buttons .c-widget-action-button:focus {
    outline: 0 none;
}
.c-widget-action-buttons .c-primary {
    color: #ffffff;
    background-color: #0096d6;
}
.c-widget-action-buttons .c-primary:hover {
    background-color: #007bb0;
    color: #fff;
}
.c-widget-action-button img {
    width: 12px;
}
.c-widget-action-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Add widget icon and window */
.c-add-widgets-icon {
    font-size: 24px;
    font-weight: 100;
    color: #71757f;
    position: relative;
    padding-right: 5px;
    float: right;
    display: inline-block;
}
.c-add-widgets-icon:hover {
    color: #333;
    cursor: pointer;
}
.c-add-widgets-window {

}
.c-add-widgets-window ul {
    list-style-type:none;
    padding-left: 20px;
}
.c-add-widgets-window li {
    margin: 10px 0px;
}
.c-add-widgets-window li:hover {
    cursor: pointer;
    cursor: hand;
    color: #0096d6;
}
.c-add-widgets-window .k-button {
    background-color: #0096d6;
    color: #fff;
    border-color: none;
    border-radius: 20px;
    width: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.c-add-widgets-window .k-button:hover {
    background-color: #007bb0;
}
.search_a.c-autocomplete-wrap .k-autocomplete{
    border: 1px solid #c7c7c7;
}
#search.mobility.c-autocomplete-wrap .k-autocomplete{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c7c7c7;
}
/* autocomplete */
.c-autocomplete-wrap .k-autocomplete {
    width: 80%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-autocomplete-wrap .k-autocomplete.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c7c7c7;
}
.c-autocomplete-wrap .k-autocomplete.k-state-hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c7c7c7;
}
.c-autocomplete-wrap .k-autocomplete.k-state-default .k-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 25px;
}
.c-autocomplete-wrap .k-popup .k-list .k-item span:nth-child(1){
    display: inline-block;
    width: 12px;
}
.c-autocomplete-wrap .k-popup .k-list .k-item span:nth-child(2) {
    padding-left: 8px;
}

/* grid */
.c-grid-wrapper .k-grid {
    border: none;
}
/* Mandatory for Grids to show border for each content row */
.c-grid-wrapper .k-grid  table {
  border-collapse: collapse;
}
/* Remove the vertical lines between columns */
.c-grid-wrapper .k-grid tr td {
     border-width: 0;
     height: 18px;
}
.c-grid-wrapper .k-grid-header th.k-header{
    border: none;
    text-overflow: ellipsis;
    font-size: 10px;
    color: #71757f;
    height: 20px;

}
.k-grid-pad .k-grid-header {
   padding-right : 0px !important;
}

.k-grid-pad-header .k-grid-header {
   padding-right : 0px !important;
}

.k-grid-pad .k-grid-content {
   overflow : auto !important;
}

.c-grid-wrapper .k-grid-header th.k-header>.k-link {
  text-overflow: ellipsis;
  font-size: 10px;
  color: #71757f;
  height: 20px;
}

#rf_client_table .c-grid-wrapper .k-grid-header th.k-header>.k-link,
#rf_guest_client_table .c-grid-wrapper .k-grid-header th.k-header>.k-link,
#ap-table-grid-slot1 .k-grid-header th.k-header>.k-link,
#ap-table-grid-slot0 .k-grid-header th.k-header>.k-link {
  text-overflow: ellipsis;
  font-size: 12px;
  color: #71757f;
  height: 35px;
}

/* Remove the right border next ot last column */
.c-grid-wrapper div.k-grid-header > .k-grid-header-wrap {
  border-color: #F9FAFB;
}
.c-grid-wrapper div.k-grid-header {
    border-color: #0096d6;
    padding-right: 0px;
}
.c-grid-wrapper .k-grid-header th.k-header {
   padding-left: 0px;
}
.c-grid-wrapper .k-grid-header-wrap {
  overflow : auto;
}
/*.c-grid-wrapper .k-resize-handle:hover {
    border-left:solid 1px #c7c7c7;
}*/
.c-grid-wrapper .k-header-column-menu {
    outline : 0 none;
    float: right;
    right: 3%;
}
.c-grid-wrapper .k-grid-content > table > tbody > tr > td {
  font-size: 12px;
  color: #71757f;
  white-space: nowrap;
  padding-left: 0px;
}
.c-grid-wrapper .k-grid-content>table>tbody>tr{
  background:white; /*rows*/
  border-bottom: 1px solid #e0e0e0;
}
.child-grid .k-grid-header {
    padding-right: 0px !important;
}
.child-grid .k-grid-content{
    overflow-y: auto;
}
.parent-child-grid .k-detail-row, .child-grid .k-grid-content>table>tbody>tr:hover {
    cursor:default !important;
    background-color: #ffffff !important;
}
.c-grid-wrapper .k-grid-content>table>tbody>tr:hover {
    background-color: #ddd;
}
.c-grid-wrapper .k-pager-wrap {
    background-color: #ffffff;
}
.c-grid-wrapper .k-header {
    background-color: #ffffff;
}
.c-grid-handcursor .k-grid-content>table>tbody>tr:hover{
  cursor: pointer;
}
.c-grid-highlightrow .k-grid-content>table>tbody>tr:hover {
    background-color: #ddd;
}
.c-grid-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.c-gridcontent-nowrap {
  white-space: nowrap;
}
.c-grid-wrapper-fulltable .k-grid-header th.k-header{
    border-right: 1px solid #ccc;
}
.c-grid-wrapper-fulltable .k-grid-content > table > tbody > tr > td {
  padding-left: 10px;
}
.c-grid-wrapper-fulltable .k-grid-header th.k-header {
   padding-left: 10px;
}
.c-grid-wrapper-fulltable .k-grid-content>table>tbody>tr{
  border-bottom: none;
}
.c-grid-wrapper-fulltable .k-grid-content>table>tbody>.k-alt{
  background:#f0f0f0;
}
question-opacity {
    opacity: 0.5;
}
.c-help-item {
    font-weight: 100;
    cursor: pointer;
    position:absolute;
    margin-left: 5px;
}
.c-help-item:before {
    content: "\f059";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    opacity: 0.5;
}

.configChanged {
    color: #FF0000;
}
.nconfigChanged {
    color: #53555a;
}


/* Show hand cursor where charts offer drill down */
#rf_ap_performance path[data-model-id],
#signalStrength path[data-model-id],
#signalQuality path[data-model-id],
#connectionSpeed path[data-model-id],
#connStatusChart path[data-model-id],
#clientDistByNeighborAPChart path[data-model-id],
#clientDistByDataRatesChart path[data-model-id],
#neighborsRoguesChart circle
{
    cursor: pointer;
}
#rf_ap_performance path[fill-opacity='0'],
#signalStrength path[fill-opacity='0'],
#signalQuality path[fill-opacity='0'],
#connectionSpeed path[fill-opacity='0'],
#connStatusChart path[fill-opacity='0'],
#clientDistByNeighborAPChart path[fill-opacity='0'],
#clientDistByDataRatesChart path[fill-opacity='0']
{
    cursor: default;
}

/* SHELL */
#container-wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#container-wrapper.toggled {
  padding-left: 250px;
}
#left-pane {
  font-size: 12px;
  font-weight: 200;
  color: white;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #343239;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#container-wrapper.toggled #left-pane {
  width: 270px;
}
#main-pane {
  width: 100%;
}
#container-wrapper.toggled #main-pane {
  position: fixed;
  margin-right: -250px;
  margin-left: 20px;
}
@media(min-width:850px) {
  #container-wrapper {
    padding-left: 260px;
  }
  #container-wrapper.toggled {
    padding-left: 0;
  }
  #left-pane {
    width: 260px;
  }
  #container-wrapper.toggled #left-pane {
    width: 0;
  }
  #main-pane {
  }
  #container-wrapper.toggled #main-pane {
    position: relative;
    margin-right: 0px;
	margin-left: 0px;
  }
}

/* LEFT PANEL--> Commented the code below As it is moved to dashLeftPanel.css*/
/*.lp_menu{
  font: 22px Helvetica Neue, Arial, Tahoma, sans-serif;
  font-weight: 300;
  height: 64px;

}
.lp_menu .lp_item_icon {
  padding-left: 12px;
  padding-right: 0px;
  padding-top: 12px;
  float: left;
  font:0px;
  font-size: 1.10000000em !important;
}
.lp_menu .lp_item_text{
  padding-top: 23px;
  border-top: 1px solid #5a595e;
  width: 70%;
  float: left;
  position: absolute;
  left: 30%;
}
div#lp_menu .menu_link {
  color: #FFF;
}
div#lp_menu .menu_link_sub_item {
  color: #FFF;
  padding-left: 50px;
}
div#lp_menu .menu_link_sub_item:hover {
  color: #a4a4a4;
  padding-left: 50px;
}
.left_menu_left_padding{
	padding-left: 6px;
}
div#lp_menu .menu_link:hover {
        color: #a4a4a4;
}
div#lp_menu .menu_active{
        color: #14b2e6;
}
.lp_submenu li {
  list-style-type: none;

}
.lp_submenu{
  font: 18px Helvetica Neue, Arial, Tahoma, sans-serif; font-weight: 200;
  font-weight: 300;
  list-style-type: none;
}
.lp_subsubmenu{
  font: 14px Helvetica Neue, Arial, Tahoma, sans-serif; font-weight: 200;
  font-weight: 300;
  list-style-type: none;
}
.leftnavseparator{
  height: 0.25%; background-color:#01b09c;
}
.lp_submenu ul {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    position: relative;
    left: 10%;
}
.lp_submenu li {
  padding-top: 20px;
}
.lp_submenu li a{
  text-decoration: none;
}*/


/* BANNER */
.container {  padding-left: 5%; padding-bottom: 15%; min-width: 800px; min-height: 600px; height: 100%;} /* only used in classic GUI, not sure why it is here */
#header { height: 120px; line-height: 50px; color: #fff; background-color: #fff; }
#header ::selection { background: transparent; }
#header ::-moz-selection { background: transparent; }
#header #search ::selection { background: #338FFF; color: #fff}
#header #searchicon ::selection { background: #338FFF; color: #fff}
#header #search ::-moz-selection { background: #338FFF; color: #fff}
#header #searchicon ::-moz-selection { background: #338FFF; color: #fff}
#menu-toggle { margin-top: 18px; margin-left: 20px; margin-right: 20px;  float: left; cursor: pointer;}
#title { margin-top: 24px; float: left; font-weight: 200; font-size: 18px; color: #71757f;cursor: pointer;}
#cisco_logo {  margin-left: 0px; margin-right: 20px; width: 67px; float: left; }
#title span { display: none; float: left; }

#search, #searchicon {
    width: 100%;
    position: absolute;
    margin-top: 70px;
    margin-left: 5px;
}
#search i {
    color: #53555a;
    position: relative;
    left: 25px;
    z-index: 100;
}
#settings { margin-top: 20px; text-align: center;  width: 70px; border-left: 1px solid #c7c7c7; float: right; }
.viewClass { margin-top: 20px; text-align: center;  width: 80px; border-left: 1px solid #c7c7c7; float: right; }
#settings.mobility, .viewClass.mobility {
	width:60px;
	border-left:none;
}
#settings.mobility {
	margin-top:17px;
}
@media(min-width:400px) {
		#title { font-size: 10px; }
    #title span { display: block; }
    .c-autocomplete-wrap .k-autocomplete {
        width: 90%;
    }
}
@media(min-width:650px) {
		#title { font-size: 14px; }
    #title span { display: block; }
    #header { height: 90px; }

    #search, #searchicon {
        width: 185px;
        position: relative;
        float: right;
        margin-top: 20px;
        margin-right: 20px;
    }
    #search.mobility, #searchicon.mobility {
	width:250px;
	margin-top: 15px;
	margin-right:0;
    }
    #settings { width: 110px;  }
    .viewClass { width: 110px;  }
    .viewClass.mobility, #settings.mobility { width:60px;}

}
@media(min-width:1200px) {
		#title { font-size: 16px; }
    #title span { display: block; }
}
@media(min-width:1265px) {
		#title { font-size: 18px; }
    #title span { display: block; }
}
#subtitle { height: 24px; clear: both; }
#refresh { height: 20px; width: 207px; float: right; color: #999; font-size: 11px; padding-top: 4px; text-align: center; }

.dropmenu { list-style: none; margin: 0px; padding: 0px; }
.dropmenu_link { cursor: pointer; }
.dropmenu_link i { color: #53555a;}
.dropmenu li { display: inline-block; position: relative; }
.dropmenu li div.mobility {
	left: -475px;
}
.dropmenu li div {
    position: absolute;
    top: 54px;
    left: -436px;
    width: 499px;
    display: none;
    visibility: hidden;
    z-index: 60;
    background: #fff;
    color: #333;
    height: 96px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
}
.menu_item {
    display: inline-block;
    border-color: #eee;
    border-style: solid;
    border-width: 0 0 1px 0;
    height: 30px;
    line-height: 30px;
    width: 413px;
}
.menu_item_no_line {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 493px;
    text-align: right;
}
.menu_label {
    display: inline-block;
    width: 100px;
    padding-right: 4px;
    text-align: right;
    color: #999;
    line-height: 20px;
    height: 20px;
}
.menu_button {
    display: inline-block;
    background: #555;
    color: #fff;
    width: 180px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin-left: 208px;
}
.menu_button:hover {
    color: #ddd;
}
.selectbox {
    width: 180px;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: 0;
    font-size: 12px;
    color: #333;
    height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.menu_user {
    display: inline-block;
    height: 38px;
    padding-left: 43px;
    padding-right: 2px;
    overflow: hidden;
}
.user_id {
    display: inline-block;
    width: 492px;
    height: 32px;
    background: #eee;
    border-radius: 4px;
    line-height: 32px;
    text-align: right;
    margin-left: -40px;
}
.user_box {
    display: inline-block;
    width: 204px;
    height: 32px;
    line-height: 32px;
}
.box {
  width:1000px;
  padding-top:5px;
  border-style:solid;
  border-color:#336699;
  border-width:1px;
  padding-left:3px;
  padding-bottom:10px;
  word-wrap: break-word;
}
#username {
    text-align: left;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    margin-left: -183px;
}
.logout_button {
    display: inline-block;
    background: #555;
    color: #fff;
    width: 88px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
   // margin-right: -123px;
}
.logout_button:hover {
    color: #ddd;
}

#aboutwindow { display: none; }
#aboutbg {
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: fixed; top: 0; left: 0; bottom: 0; right: 0;
    z-index: 98;
}
#aboutscrollable {
    background: #fff; overflow: hidden; padding: 0.5em;
}
#aboutloading { text-align: center; padding-top: 120px; }
.about_title { font-size: 20px; font-weight: 400; color: #01b09c;
    padding-left: 8px; padding-right: 8px; }
.window_x { float: right; color: #999; font-weight: 700; }
.window_x:hover { color: #555; cursor: pointer; }

.sysinfo_box { width: 500px; display: inline-block; }
.sysinfo_keys { float: left; }
.key_box { width: 250px; height: 22px; border-bottom: 1px solid #eee; line-height: 24px; }
.key {}
.sysinfo_vals { float: right; }
.val_box { width: 250px; height: 22px; border-bottom: 1px solid #eee; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.val { font-weight: 700; }

/* main dashboard - dashlet styles */
#dashlet-container { height: 100%; width: 100%; padding-top:0.5%; }
.dashlet {
  background: white;
  margin: 5px;
  border: 1px solid #e0e0e0;
  border-radius:5px;
  padding: 20px;
  display: table-cell;
}
.dashlet h3 span {
    float: right;
}
.dashlet .k-panelbar .k-content { padding: 0px; border: 0px; };
.dashlet.hint { opacity: 0.8; background-color: #f6f6f6; }
.barchart, .piechart { height: 272px; width: 100% margin-left: 1%; cursor:hand;}
#dashlet-close-button { float: right; margin-right: 10px; margin-top: 2px; }
#add-dashlet-button, #add-dashlet-button:visited { color: #333; }

/* Panel bar styles */
.cisco-panelbar { background:none; border:none;}
.cisco-grid {background:none; cursor:hand; } /* NOTE: 'height:300px;' this will height of most dashlets having grid view */

#addDashletMenu .k-menu.k-header, .k-menu .k-item {border-color:white;} /* background:#f0f0f0; */
#dashlet-container .k-menu .k-item > .k-link {
    padding: 8px 6px 6px 6px;
    line-height: 1.1;
    background: #ffffff;
}

.dashlet-header {padding: 1px; font-size: 16px; font-weight: lighter; color: #010101; text-transform: uppercase;}
.dashlet-graph-type-header {padding: 1px; font-size: 12px; font-weight: lighter; color: #010101; text-transform: uppercase;}
.transparent-button{style='border:none; background:none;'}

/* Summary block styles */
#summary-blocks a:link { color: #b4c359; text-decoration: none; }
/* #summary-blocks a:visited { color: #53555a; } */
#summary-blocks a:hover { color: #b4c359; }
/* #summary-blocks a:active { color: #fff; } */

#summary-blocks { text-align: center; margin-bottom: 15px; margin-top: 0.5%; padding:0px 15px;}
.data-block { min-height: 85px; padding-top: 8px; white-space: nowrap; background-color: #e8edf3;  margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; padding:8px 5px 4px 10px;}
.block-status { padding-bottom: 4px; padding-top: 5px; }
.block-status img { padding-top: 11px; padding-right: 4px; width: 16px; vertical-align: middle; padding-bottom: 12px; }
.numeric { font-size: 22px; font-weight: 200; padding-left: 0px; margin-right: 4px; margin-left: 6px; text-overflow: ellipsis; text-align: left;}
.numeric_black { font-size: 22px; font-weight: 200; padding-left: 0px; margin-right: 4px; margin-left: 6px; text-overflow: ellipsis; text-align: left; color: #71757f}
.numeric-small-font { font-size: 15px; font-weight: 200; padding-left: 0px; margin-right: 4px; margin-left: 6px; text-overflow: ellipsis; text-align: left;}
.numeric_text { font-size: 12px; margin-left: 4; padding-left: 0; margin-right: 4px; text-align: left; color: #14b2e6; float: left; margin-top: 8px; text-overflow: ellipsis;}
.numeric_text_black { font-size: 12px; margin-left: 4; padding-left: 0; margin-right: 4px; text-align: left; color: #71757f; float: left; margin-top: 8px; text-overflow: ellipsis;}
.numeric-small { font-size: 22px; font-weight: 400; padding-left: 0px; padding-right: 4px; line-height: 42px; }
.col-md-2-4 { width: 20%; }

#summary-blocks a.black:link {color: #71757f; font-weight: 200; font-size: 12px}
#summary-blocks a.black:active {color: #71757f; font-weight: 200; font-size: 12px}
#summary-blocks a.black:visited {color: #71757f; font-weight: 200; font-size: 12px}
#summary-blocks a.black:hover {color: #71757f; font-weight: 200; font-size: 12px}

#summary-blocks a.blue:link {color: #14b2e6; font-weight: 100; font-size: 10px}
#summary-blocks a.blue:active {color: #14b2e6; font-weight: 100; font-size: 10px}
#summary-blocks a.blue:visited {color: #14b2e6; font-weight: 100; font-size: 10px}
#summary-blocks a.blue:hover {color: #14b2e6; font-weight: 100; font-size: 10px}

#summary-blocks div.border-green:hover {border-bottom: 2px #b4c359 solid;}
#summary-blocks div.border-blue:hover {border-bottom: 2px #14b2e6 solid;}

#summary-blocks a.red:link {color: #ff0000;}

.right {
  vertical-align: left;
  horizontal : center;
  text-align:right;
}
.filler-gap {
  height: 6;
}


i.link { cursor: pointer; }
i.fa-cog { color: #53555a; }
i.fa-user { color: #53555a; }
i.fa-sort-down { color: #53555a; }
i.fa-bar-chart-o { color: #888; font-size: 18px; }
i.fa-th-list { color: #888; font-size: 18px; }
i.fa-check-circle { color: #89c666; font-size: 18px; padding-right: 4px; }
i.fa-times-circle { color: #e00000; font-size: 18px; padding-right: 4px; }


/* Client View related */
/* Test Dashlet */
#menuDiv .k-menu .k-item>.k-link
{
  padding-right: 5%;
}
.client-hostname {
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 2px solid #a5b5c6;
}

/* Overlay Message to be displayed over the chart if empty data being bounded */
.c-chart-nodata{
    height: 300px;
    text-align: center;
	line-height: 200px;
    vertical-align: middle;
}
.c-chart-vertical-nodata{
    height: 300px;
    text-align: center;
    vertical-align: middle;
    padding-top: 92px;
}

.grid_error_box { background: #f7f7f7; color: #000; width: 100%; height: 350px;
    white-space: normal; padding: 0px; display: table; }
.grid_error { display: table-cell; vertical-align: middle; text-align: center; }
.warn_icon_bg { color: #ddd; }
.warn_icon_bg:hover { color: #fc0; cursor: pointer; }

.warn_link:link, .warn_link:visited { color: #000; font-weight: 700; }
#warn_window { display: none; }
#warn_window_content { padding-left: 1em; padding-right: 1em; padding-bottom: 1em; width: 340px; }
#warn_window_box {
    position: absolute;
    background: #fff;
    color: #000;
    z-index: 99;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #333;
    transition: opacity 0.5s ease-in-out;
    padding: 0.5em;
}

#dashboard_main .c-add-widgets i {
    border: 1px solid #666;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 200;
    padding: 5px 15px 5px 15px;
}
#dashboard_main .k-menu .k-item > .k-link:hover {
  background-color: #F4F6F9;
}
#dashboard_main .k-menu .k-state-default .k-state-border-down {
  background-color: #F4F6F9;
}

.option-detail-text { font-size: 10px; font-weight: 100; padding-bottom: 4px; }
.option-text-item {border-bottom: 1px solid #71757f}
.dashboard-widget-icon {
  position: relative;
  float: left;
  padding-left: 30px;
  padding-top: 5px;
}
.dashboard-widget-icon-text {
  text-align: left;
  text-overflow:ellipsis;
}

@media screen and (max-width: 1200px) {
        #apperf-column1, #apperf-column2, #clientPerf_column1, #clientPerf_column2 {
                height: auto !important;
        }
}

/* rf_client_performance */
#signalStrength > div.c-widget-content-chart > div.k-chart, #signalQuality > div.c-widget-content-chart> div.k-chart,
#connectionSpeed > div.c-widget-content-chart > div.k-chart, #clientConnections > div.c-widget-content-chart > div.k-chart {
    left: 0px;
}

/* Put chart side by side in big screns */
@media(min-width:450px) {
    .c-side-by-side {
        float: left;
        width: 50%;
        overflow: hidden;
    }
}
.c-pad {
	padding-top : 30px;
}

/* rf_ap_table */
#ap-table-slot0-button,
#ap-table-slot1-button {
    width: 110px;
}
.non-sortable-header {
  text-overflow: ellipsis;
  font-size: 10px;
  color: #71757f;
  height: 20px;
}

.form-group label {
  position : relative;
  top: 10px;
}
.Heading {
  color:#428bca;
  position:relative;
  left: 10%;
}

/* rf_ap_view */
i.fa-external-link {
    cursor: pointer;
}
#equalheight {
    overflow: hidden;
}
.devicepage_row {
  min-height:420px;
}

.info-label-top{
  font-size: 12px;
  color: #646b73;
  padding-bottom: 1px;
}
.info-top {
  width: 100%; font-size:20px; color:#6b7886; padding-bottom: 10px; font-weight: bold;
}
.info-top-border {
  border-bottom: 2px solid #a5b5c6;
}

.generalRow {
  float: left;
  width: 100%;
  margin-top: 12px;
  font-size: 12px; font-weight: regular;
}
.info-label
{
  color: #646b73;
  font-size: 12px;
}
.info
{
  color: #23252b;
  font-size: 12px;
}
.info_icon {
  color: #0096d6;
}
.tabledHeader {
  float: left;
  width: 100%;
  height: 30px;
  border-bottom: 2px solid #0096D6;
  font-size: 12px;
}
.tabledRow {
  float: left;
  width: 100%;
  min-height: 35px;
  border-bottom: 1px solid #D3D3D3;
  padding-top: 2%;
  padding-bottom: 1.5%;
  font-size: 12px;
}


.perfColumn_1 {
  float: left;
  width: 30%;
  height: inherit;
  color: #646b73;
}
.perfColumn_2 {
  float: left;
  width: 35%;
  height: inherit;
}
.perfColumn_3 {
  float: left;
  width: 35%;
  height: inherit;
}
.progressBarTextLayout {
  float:left; width: 20%; padding-right: 1%;
}
.progressBarLayout {
  float:left; width: 60%; padding-right: 5%;
}

.devicepage_row  > .widget > h3 {
  padding-left: 20px;
}

#apDetailsDashlet {
padding: 0px 20px 20px 20px;
min-height: 300px;
overflow-y:visible !important;
}

.tabContent
{
 border: none !important;
 background:#f9fafb !important;
 min-height: 300px !important;
 overflow-y:visible !important;
}

#apTabStrip > .k-tabstrip-items > .k-item > .k-link {
  color: #6b7886;
  font-size: 14px;
  padding-left:44px;
  padding-right:44px;
}
#apTabStrip > .k-tabstrip-items> .k-item.k-state-hover >.k-link {
  color: #a4a4a4;
}
#apTabStrip > .k-tabstrip-items> .k-item.k-state-hover {
  background:inherit;
  border:none;
}
#apTabStrip > .k-tabstrip-items> .k-item >.k-loading {
  border-top: none;
}
#apTabStrip > .k-tabstrip-items .k-state-active >.k-link {
  color:#0096d6;
}
#apTabStrip-3 {
  height:600px;
}
.graphcolumn {
  border-bottom: 2px solid #D3D3D3;
}

.apClientsgrid >div.k-grid-header th.k-header {
  font-size: 12px;
  color: #646B73;
    font-weight: 200;
  background:#F9FAFB;
  border-color: #F9FAFB;
}
.restartApcontainerDiv {
  overflow:hidden;
  float:left;
  width: 200px;
  height: 60px;
  border: #9ec654 1px solid;
  margin: 3% 2%;
}
#restartApImageDiv {
  float:left;
  width:30%;
  height:100%;
  background: #9ec654;
}
#restartApDiv {
  width:70%; height:100%;
  background-color: #FFF;
}
#restartApButton {
  height: inherit;
  padding-top: 8%;
  padding-bottom: 5%;
}
#restartApButton > span {
  display: inline-block;
  padding-top: 2%;
}
.ngRepeatButton {
  height: inherit;
  padding-top: 8%;
  padding-bottom: 5%;
}
.ngRepeatButton > span {
  display: inline-block;
  padding-top: 2%;
}
.btnImage {
	font-size: 30px;
	margin-left: 30%;
	color: #fff;
	display: inline-block;
	padding-top: 5%;
}
/* AP view responsive styles */
@media(max-width:450px) {
    .restartApcontainerDiv {
        width: 200px;
        height: 60px;
    }
    #restartApDiv {
        width: 100%;
    }
    #restartApImageDiv > i {
        margin-left: 20% !important;
        padding-top: 0px !important;
        margin-top: -5px;
    }
    #restartApButton {
        padding: 0px;
        width: 70%;
    }
    #restartApButton > span {
        font-size: 17px;
    		padding-top: 7%;
    }
		.ngRepeatButton {
        margin-left: 20% !important;
        padding-top: 0px !important;
        margin-top: -5px;
		}
		.ngRepeatButton > span {
        font-size: 17px;
    		padding-top: 7%;
		}
    .ap-general > .generalRow > .col-xs-4 {
        padding-left: 0px;
    }
}

.apStatusGridStyle {
	margin-left: 1.5%;
}

.apStatusGridStyle td, .apStatusGridStyle td span {
	text-overflow: initial;
	white-space: nowrap;
}

#apStatusGrid table {
	width: auto;
	min-width: 100%;
}

#apStatusGrid thead {
	border-bottom: 1px solid #0096d6;
}

.ap-general {
    width: 100%;
    padding-top: 1.5%;
}
.toolsDiv {
  background:none; border:none;
  text-align: center;
  height: 100%;
  color: #9ec654;
  font-size: 15px;
  font-family: inherit; /* Cisco Sans; */
  font-weight: 500;
  width: 100%;
}

#topapps_toggleButton {
float: right;
border: none;
background: none;
padding-left: 2px;
padding-right: 15px;
padding-top: 7px;
}

#topapps_grid, #topapps_pie {
  background: inherit;
  margin-top: 1%;
}
#topapps_pie {
height:220px;
padding-left: 10%;
}

#networkGrid
{
  height: 330px;
}

#securityGrid
{
  height: 330px;
}

#apStatusGrid
{
	overflow: auto;
	height: 100%;
	width: 100%;
}

#Grid_oui > div.k-grid-content,
#Grid_domain > div.k-grid-content,
#Grid_realm > div.k-grid-content,
#Grid_cn > div.k-grid-content,
#Grid_osu > div.k-grid-content,
#Grid_operator > div.k-grid-content,
#Grid_port > div.k-grid-content {
  height: 60px;
}
/* Remove Vertical Scroll Bars for Grids in Client View */
#topapps_grid > div.k-grid-header,
#networkGrid > div.k-grid-header,
#securityGrid > div.k-grid-header,
#qosGrid > div.k-grid-header,
#apStatusGrid > div.k-grid-header {
background-color: inherit;
}
#topapps_grid > div.k-grid-content,
#qosGrid > div.k-grid-content {
overflow-y: hidden;
}

#networkGrid > div.k-grid-content,
#securityGrid > div.k-grid-content {
	overflow-y: scroll;
}

#apStatusGrid > div.k-grid-header > div.c-grid-wrapper,
#apStatusGrid > div.k-grid-header > div.k-grid-header-wrap {
  overflow : hidden;
}

/* rc_client_view */
.general-top-section {
  padding-top: 20px;
  overflow: auto;
}
.device_icon_computer:before {
  font-family: 'device';
  content: "\e602";
}
.device_icon_computer {
  color: #0096d6;
  font-size:74px;
}
#mobilityDiagramLocal, #mobilityDiagramForegin, #connectivityDiagramId {
  height: 120px;
  border: none;
}
#connectivityDiagramId {
  height: 80px;
  border: none;
}
#mobilityDiagramLocal > .km-widget,
#mobilityDiagramForegin > .km-widget,
#connectivityDiagramId > .km-widget {
  /*background-color: #F9FAFB;*/
  background-color: #FFFFFF;
}

#mobilityDiagramForegin > .km-widget > .km-scroll-container > .k-layer,
#mobilityDiagramLocal > .km-widget > .km-scroll-container > .k-layer {
  width: 100% !important;
  height: 120px;
}

#connectivityDiagramId > .km-widget > .km-scroll-container > .k-layer {
  width: 100% !important;
  height: 80px;
}
#pingtest-wrapper {
height: 210px;
}
.diagram-wrapper {
height: 80px;
}

.diagram-wrapper1 {
height: 120px;
}
.clientonfoApStyling {
  color:#23252b;
}
.clientonfoApStyling > span
{
  border-radius:15px;
  background: #D8DEE4;
  padding: 3px 10px 3px 10px;
}
.clientonfoApStyling > span:hover {
  background: #CCC;
}
.clientonfo-ap-icon:before {
  content: "\e601";
  font-family: 'device';
  font-size:15px;
}
.clientonfo-ap-icon {
  color:#646b73;
}
.c-truncate-overflow {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



#connectionsWidget > div.k-tabstrip-wrapper > div.apDetailsTab > div.tabContent
{
min-height: 585px !important;
}

#connectionsWidget
{
height: 270px;
}

/* AP Icon / Restart AP Icon based on AP Status */
.Apstatus-UP > i.general-Apicon {
 color: #9ec654 !important;
}
.Apstatus-Down  > i.general-Apicon{
 color: gray !important;
}
.Apstatus-Down > .restartApcontainerDiv {
 border: gray 1px solid;
 opacity: .5;
 pointer-events: none;
}
.Apstatus-Down > .restartApcontainerDiv > #restartApImageDiv {
 background: gray;
 opacity: .5;
 pointer-events: none;
}
.Apstatus-Down > .restartApcontainerDiv  > #restartApDiv  > .toolsDiv {
 color: gray !important;
 opacity: .5;
 pointer-events: none;
}

/* Restart AP Hover */
#restartApDiv, #restartApImageDiv {
 color: #FFFFFF;
}
.restartApcontainerDiv:hover  #restartApButton .ngRepeatButton {
 background-color:#99cc00;
 color: #FFFFFF;
 border-radius: 0px;
 border-color: #99cc00;
}

/* Ping Test Button CSS */
.testDashButtonStyle > .c-action-button {
	background-color: #9ec654;
	color: #FFFFFF;
}
.testDashButtonStyle > .k-state-disabled {
 background-color: gray;
}

#eventlogTableView > .c-action-button {
  background-color: #9ec654;
  color: #FFFFFF;
}
#eventlogTableView > .k-state-disabled {
  background-color: gray;
}

/* Packet capture Button CSS */
.packetstartstopview {
 background-color: #9ec654;
 color: #FFFFFF;
}

#eventlogTableView > .c-action-button {
 background-color: #9ec654;
 color: #FFFFFF;
}
#eventlogTableView > .k-state-disabled {
 background-color: gray;
}


/* bestpractices-audit */
#bp-title {
  color:#000000;
  background-position:right top;
  width: 100%;
  height:50px;
}
.bp-title-bar {
  background-color: #4BBEC5;
  height: 80px;
  width: 100%;
  margin-top: -12px;
}
.bp-heading-style
{
  position: relative;
  top:22px;
  margin-left: 10px;
}
h4.heading-color{
  color:#ffffff;
}

.bp-optimize
{
  color:#ffffff;
  font-size: 16px;
  text-transform: none;
  font-weight: 200;
  margin-left: 5px;
}
.bp-row {
  white-space:nowrap;
  position:relative;
  display:flex;
  display: -webkit-flex;
}
#progressbar-1 {
  margin-top: 8px;
  width: 100%;
  height: 24px;
  background-color:#d3d3d3;
  border: 0px solid #00abb5;
}
.ui-widget-header {
  background: #d3d3d3;
  border: 0px solid #00abb5;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: 0px;
}
.category-title {
  text-align: top;
  font-size:16px;
    font-weight: 200;
  text-transform: uppercase;
  color: #000000;
  margin-left: 10px;
}
.category-item {
  position: relative;
  margin-left: 10px;
}
.category-item-plus {
  position:relative;
  margin-right: 8px;
}
.category-item-minus {
  position:relative;
  margin-right: 8px;
}
.category-item-status-icon {
  position: relative;
  top; 10px;
}
.category-detail {
  display: block;
  position: relative;
}

.bp-ul{
    background-color: #fafafa;
    font-size: 12px;
    margin: 0 25px 0 18px;
    padding: 12px 10px 18px;
    border-style:solid;
    border-width:1px;
    border-color:#C9CBD4;
    width:90%;
    list-style: none outside none;
}
.bp-li{
    margin: 4px 0 0;
    font-size: 16px;
}
.button-row {
  padding: 4px;
  height: 42px;
  width: 100%;
  position:relative;
}
.fixIt {
    background-color:#9ec654;
    border-color: #9EC654;

}
.fixIt:hover, .fixIt:focus, .fixIt:active, fixIt.active {
  background-color: #9ec654;
    border-color: #9EC654;
}
.fixIt:disabled {
  border-color: #9ec654;
}
.restoreDef {
    background-color:#9ec654;
    border-color: #9EC654;
}
.restoreDef:hover, .restoreDef:focus, .restoreDef:active, restoreDef.active {
  background-color: #9ec654;
    border-color: #9EC654;
}
.restoreDef:disabled {
  border-color: #9ec654;
}
.ignoreIt {
    background-color:#9ec654;
    border-color: #9EC654;
}
.ignoreIt:hover, .ignoreIt:focus, .ignoreIt:active, ignoreIt.active {
  background-color: #9ec654;
    border-color: #9EC654;
}
.ignoreIt:disabled {
  border-color: #9ec654;
}



.manualFix {
    background-color:#9ec654;
    border-color: #9EC654;
}
.manualFix:hover, .manualFix:focus, .manualFix:active, manualFix.active {
  background-color: #9ec654;
    border-color: #9EC654;
}
.manualFix:disabled {
  border-color: #9ec654;
}


button > * {
    vertical-align: middle;
}
.disabled-color {
  background-color:#BABABA !important;
}

.category-more-item {
  position: relative;
  margin-left: 10px;
}
.category-less-item {
  position: relative;
  margin-left: 10px;
}
.cross {
   width: 16px;
   height: 16px;
   position: relative;
     -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  cursor: pointer;
  margin-right: 8px;
}
.cross:before, .cross:after {
  content: "";
  position: absolute;
  z-index: -1;
  background:#2BA6CB;
}
.cross:before {
  left: 58%;
  width: 15%;
  margin-left: -15%;
  height: 100%;
}
.cross:after {
  top: 60%;
  height: 15%;
  margin-top: -15%;
  width: 100%;
}
.minus {
   width: 16px;
   height: 16px;
   position: relative;
     -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  cursor: pointer;
  margin-right: 8px;
}
.minus:before, .minus:after {
  content: "";
  position: absolute;
  z-index: -1;
  background:#2BA6CB;
}
.minus:before {
  left: 58%;
  width: 15%;
  margin-left: -15%;
  height: 100%;
}

.cross-color {
   width: 16px;
   height: 16px;
   position: relative;
     -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  cursor: pointer;
  margin-right: 8px;
}
.cross-color:before, .cross-color:after {
  content: "";
  position: absolute;
  z-index: -1;
  background:#2BA6CB;
}
.cross-color:before {
  left: 58%;
  width: 15%;
  margin-left: -15%;
  height: 100%;
}
.cross-color:after {
  top: 60%;
  height: 15%;
  margin-top: -15%;
  width: 100%;
}

.minus-color {
   width: 16px;
   height: 16px;
   position: relative;
     -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  cursor: pointer;
  margin-right: 8px;

}
.minus-color:before, .minus-color:after {
  content: "";
  position: absolute;
  z-index: -1;
  background:#2BA6CB;
}

.minus-color:before {
  left: 58%;
  width: 15%;
  margin-left: -15%;
  height: 100%;
}

a.bp-link-icon:after {
    font-family: FontAwesome;
    content: "\f08e";
}
h6.more-less-label {
  color:#2BA6CB;
  margin-top: 2px;
}

.item-label {
  margin-top: 2px;
}
.auth-label {
  margin-top: 2px;
  font-weight:bold;
}
.authcache{
       text-align:right;
}

.progress-label {
    position: absolute;
    margin-top: 3px;
    left: 15%;
    color:#000000;
    font-size: 12px;
    font-weight:300;
}
.category-gap {
  height: 20px;
}
.description-color {
  color: #010101;
}
.benefits-color {
  color: #9CA8BA;
}
.filler-space {
  height: 8px;
}

.col-xs-auto, .col-xs1-auto, .col-sm-auto, .col-md-auto, .col-lg-auto,
.col-xs-auto-right, .col-xs1-auto-right, .col-sm-auto-right, .col-md-auto-right, .col-lg-auto-right,
.col-middle {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-middle {
  display: table;
}
.col-xs-auto {
  float: left;
}
.col-xs-auto-right {
  float: right;
}

#confirm > p {
	font:"Helvetica Neue, Arial, Tahoma, sans-serif";
	font-size: 20px;
}


@media (min-width: 480px) {
  .col-xs1-auto {
    float: left;
  }
  .col-xs1-auto-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .col-sm-auto {
    float: left;
  }
  .col-sm-auto-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .col-md-auto {
    float: left;
  }
  .col-md-auto-right {
    float: right;
  }
}

@media (min-width: 1200px) {
  .col-lg-auto {
    float: left;
  }
  .col-lg-auto-right {
    float: right;
  }
}

/***** Left Panel CSS Starts *****/
/*
.dashboard_left_panel_wrapper {
	margin-top: 90px;
	width: 250px;
}
.dashboard_left_panel_wrapper ul{
	color: #FFF;
	font-family: CiscoSans;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.dashboard_left_panel_wrapper ul li{
	cursor: pointer;
	line-height: 64px;
	position: relative;
}
.dashboard_left_panel_wrapper ul li:hover{
	color: #A4A4A4;
}
.dashboard_left_panel_wrapper ul li.selected_left_menu .left_menu_selected_border{
	background-color: #4EC0F1;
	height: 100%;
	position: absolute;
	width: 7px;
}
.dashboard_left_panel_wrapper ul li div.leftmenu_icon_wrapper i{
	color: #FFF;
	font-size: 26px;
	margin-left: 26px;
	vertical-align: sub;
}
.dashboard_left_panel_wrapper ul li div.leftmenu_icon_wrapper{
	display: inline-block;
	width: 64px;
}
.dashboard_left_panel_wrapper ul li div.leftmenu_text_wrapper{
	border-top: 1px solid #5A595E;
	display: inline-block;
	margin-left: -6px;
	width: 186px;
}
.dashboard_left_panel_wrapper ul li a{
	color: #FFF;
}
.dashboard_left_panel_wrapper .leftmenu_submenu {
	margin-left: 64px;
}
.dashboard_left_panel_wrapper li a{
	color: #FFF;
}
.leftmenu_active {
	color: #14B2E6 !important;
}
.left_submenu_active {
	color: #78E2FF !important;
}
*/
/***** Left Panel CSS Ends *****/

/* Changes done for rf wireless network summary*/
.donut-center-number{
	text-align: center;
	position: relative;
	width: 100%;
	top:130px;
}

.apDistributionSlot0Value {
  top: 120px;
}

.apDistributionSsSlot0Value {
  top:120px;
}

.apDistributionSlot1Value {
  top: 120px;
}

.apDistributionSsSlot1Value {
  top:120px;
}

.apCapabilityByMaxProtocolValue{
	top:100px !important;
	clear: both;
}
.apCapabilityByMaxProtocolValueSlot1{
	top:110px;
	clear: both;
}
.clientCapabilityByMaxProtocolValue{
	top:130px !important;
}
.clientCapabilityByMaxProtocolValueslot1{
	top:130px !important;
}
.clientCapabilityBySpatialStreamValueslot1{
	top:130px !important;
}
.peformanceCenterValue{
	text-align: center;
	top: 120px;
	position: relative;
}

.clientPeformanceCenterValue{
	text-align: center;
	top: 120px;
	position: relative;
}
.clientPeformanceCenterValueslot1{
	text-align: center;
	top: 120px;
	position: relative;
}

.clientDistributionCenterValue{
	text-align: center;
	top:120px;
	position: relative;
}
.clientDistributionCenterValueslot1{
	text-align: center;
	top:120px;
	position: relative;
}
.apDistributionByChannelBandWidthValue{
	top:100px;
}
.apDistributionByChannelBandWidthValueSlot1{
	top:100px;
}


.minBrowserWidth{
	min-width: 350px;
}
#value-label-connection-protocol{
	text-align: center;
	line-height: 275px;
	position: absolute;
	width: 80%;
}
.overlay{
	font-family: Cisco Sans;
    font-size: 32px;
    font-weight: lighter;
    text-align: center;
    color: #646b73;
}
.noDataRFDashboard{
	font-family: Cisco Sans;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.alingGridRight{
	float: right;
}
.alingGridRightAPCapability{
	position: relative;
  	height: 5px;
}
.donut-label-wrapper {
  position: absolute;
  bottom: 91px;
  width: 105%;
  display: none;
}
.donut-label-wrapper-center {
  min-width: 225px;
  width: 225px;
  margin: 0px auto;
  max-width: 250px;
}
.clear-fix:after{
	content:'';
	display:block;
	clear:both;
}
.channel-overlay-common{
	font-family: Cisco Sans;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	position:relative;
	float:left;
	margin:0px 7px 0px 7px;
	min-width: 60px;
	color: #80909F;
}
.spatialstream-overlay-common{
	font-family: Cisco Sans;
	font-size: 24px;
	font-weight: bold;
    position: absolute;
	text-align: left;
}
.value-label-spatialstream-overlay1{
    color: #f7a031;
}
.value-label-spatialstream-overlay2{
    color: #4ec0f1;
}
.value-label-spatialstream-overlay3{
    color: #646b73;
}
.horizontalLineBelowDonutTitle{
	border: 2px solid #9CAEBF;
	width: 95%;
	margin: 0 auto 10px auto;
	visibility: hidden;
}
.horizontalLineBelowTitle{
	border: 2px solid #9CAEBF;
	width: 95%;
	margin: -24px auto 10px auto;
	visibility: hidden;
}
.rfdashletTitle{
	padding-bottom: 28px;
}
.rfdashboarddashlet{
	margin-top: 0px;
}
.c-table-view:hover{
	color: #595959;
}
.c-pie-view:hover{
	color: #595959;
}
.seperateTwoDonutHorizontalLine{
	width: 100%;
  	border: 1px solid #9CAEBF;
  	  position: relative;
  	top: 20px;
}

.bgApClientPerformanceWithoutBorder {
	width: 100%;
	margin-right: 10px;
	margin-bottom: 30px;
	clear: both;
}

.clientByConnectionProtocolClass{
	width: 100%;
}
.performance-center-number{
	width: 100%;
}

.ap-capability-wrapper .c-action-buttons{
  margin: 0px;
  padding: 0px;
  float: right;
}
.c-action-buttons i {
	float: left;
	font-size: 16px;
	margin-left: -7px;
}
.ap-capability-wrapper #rf-dashboard-slot0-button,
.ap-capability-wrapper #rf-dashboard-slot1-button {
  width: 95px;
  font-size: 12px;
}

.c-widget-content-chart-rfOverview {
  position: relative !important;
  top: 10px !important;
}

.c-widget-action-buttons-rfApPerformance {
  	float: right;
    position: relative;
  	top: 30px;
  	z-index: 10;
}
.c-widget-action-buttons-rfApPerformance .c-primary {
  color: #ffffff;
  background-color: #0096d6;
    outline: 0;
}
.apPerformanceDonut{
	position: relative;
	top: 0px;
}
.c-widget-action-buttons-apDashlet {
  float: right;
  padding-top: 0px;
  margin-top: 0px;
}

.c-widget-action-buttons-apDashlet .c-primary {
  color: #ffffff;
  background-color: #0096d6;
}
#rf_dashboard_overview .rfDonutSection {
  min-height: 350px;
}
.rfDonutSectionMinHeight {
  min-height: 330px;
}
.rfClientPerformanceDonutSectionMinHeight {
  min-height: 330px;
}

.connFont {
  font-size: 30px;
}

.connWhite {
  color: white;
}

.connYellow {
  color: #DAA520;
}

.connGreen {
  color: #008000;
}

.connOrange {
  color: #FF8C00;
}

.connRed {
  color: #FF0000;
}

.connectionScoreDiv {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 3px 3px;
  height: 20px;
  border-radius: 7px;
  width: 18px;
  vertical-align: none;
  color: #ffffff;
  background-color: #d7dee8;
}

.connectionScoreAvailable {
  background-color: #0096d6;
}

.connection-sm-1 {
  padding-right: 2px;
  padding-left: 10px;
}

.colorGreen {
  color: #008000;
}

.colorOrange {
  color: #FF8C00;
}

.colorRed {
  color: #FF0000;
}

.clientToolButtonDiv {
  float: left;
  width: 100%;
  margin: 2%;
}

.colorWhiteProgress {
  background-color: #fffffff;
  border-color : #fffffff;
}
.my-input.ng-invalid {
    color:white;
    border-radius: 4px;
    border-color: #01b09c;
    background: #e68080;
  }
.item-label-bold {
   font-weight: bold;
  }
.colorStatus {
   width: 25px;
   height: 25px;
   background-color: #d7dee8;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
  }
.colorSuccess {
   background-color: #009900;
  }
.colorDanger {
   background-color: #ac1919;
  }
.lobbysearch {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lobbysearch:focus {
	border: 2px solid #ccc;
	border-radius: 20px;
	outline: none;
}
.searchicon i {
	left: -5px;
	top: 18px;
	border: none;
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	color: #53555a;
}
.lobbyGrid .k-grid tbody .k-button.k-grid-edit,
.lobbyGrid .k-grid tbody .k-button.k-grid-delete,
.lobbyGrid .k-grid tbody .k-button.k-grid-print,
.lobbyGrid .k-grid tbody .k-button.k-grid-email {
	min-width: 25px;
	width: 25px;
	height: 25px;
	border: 0;
	background: transparent;
	margin: 0 10px 0 0;
	padding: 0;
}
.lobbyGrid .k-grid tbody .k-button.k-grid-print,
.lobbyGrid .k-grid tbody .k-button.k-grid-email {
	margin-top : 10px;
}
#printEmailWin.k-window-content,
.spartanPopup div.k-edit-form-container {
	width: auto;
	height: auto;
	overflow: hidden;
}

span.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg {
    width:350px !important;
}

/* changes end for rf wireless network summary*/