@charset "UTF-8";
/*
1. SASS VARIABLES
2. GUI HEADER
3. GUI SIDEBAR
4. GUI CONTENT FRAME
5. LOGIN PAGE
6. DASHBOARD PAGE
7. UNREGISTERED DEVICE PAGE / DEVICE REGISTRATION PAGE
8. CUSTOM TABLES STYLE
9. NETWORK INFORMATION PAGE
10. DEVICE INFORMATION PAGE
11. FREE DESIGN ELEMENTS
11.1. Panels
11.2. Forms / Buttons
11.3. Margins / Paddings
11.4. Modals
11.5. Alerts
11.6. Fade In frames
11.7. ICONS COLORS
11.8. CHARTS
11.9. SORTING
11.10. ANGULAR UI TREE
11.12. USER INFO
11.12. ERROR STYLES
11.13. SEARCH
11.14. PAGINATION
11.15. NETWORK NAVIGATION
11.16. LANDING PAGE
11.17. MASS FIRMWARE UPGRADE PAGE
11.18. Spectrum analyzer
*/
/*
1. SASS VARIABLESl
*/
/* Page background #ebebeb */
/* Main base color of page elements - blue #32b8e4*/
/* background of logotype #1a1a1a;*/
/* background of content elements - white #ffffff*/
/* White color */
/* Main font color and dark backgrounds - sidebarb $dark */
/* Use on dark backgrounds #D0D6D8 */
/* Color for the links #319db5 */
/* Used for lighter text $text-color */
/* Table rows border */
/* Table row color for not working */
/* Including main fonts */
@font-face {
  font-family: Muli;
  src: url(fonts/muli/Muli.ttf); }

@font-face {
  font-family: Muli;
  src: url(fonts/muli/Muli-ExtraLight.ttf);
  font-weight: 100; }

@font-face {
  font-family: Muli;
  src: url(fonts/muli/Muli-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: Muli;
  src: url(fonts/muli/Muli-SemiBold.ttf);
  font-weight: 700; }

@font-face {
  font-family: Muli;
  src: url(fonts/muli/Muli-Bold.ttf);
  font-weight: 900; }

@font-face {
  font-family: 'Open Sans';
  src: url(fonts/OpenSans/OpenSans-Regular.ttf); }

@font-face {
  font-family: 'Open Sans';
  src: url(fonts/OpenSans/OpenSans-Light.ttf);
  font-weight: 100; }

html, body {
  height: 100%; }

body {
  padding-top: 70px;
  font-family: "Muli", sans-serif;
  color: #464646;
  background-color: #ebebeb; }

body.modal-open {
  padding-right: 1.5em; }

a {
  text-decoration: none !important; }

#wrapper {
  height: 100%;
  width: 100%; }

label {
  color: #464646; }

.form-horizontal .control-label {
  line-height: normal;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.form-horizontal .input-label {
  line-height: 28px; }

.inituser #wrapper,
.organizationsSetup #wrapper,
.logout #wrapper,
.login #wrapper,
.landingPage #wrapper {
  display: flex;
  flex-direction: column; }

/*
2. GUI HEADER
*/
.header .row {
  margin-bottom: 0; }

.header .top-bar {
  background-color: #ffffff;
  margin-left: 210px;
  padding-right: 35px;
  padding-left: 10px; }

.header .logo {
  background-color: #ffffff;
  width: 210px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1; }
  .header .logo a {
    color: #797979; }
  .header .logo img {
    max-height: 40px; }

.header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  color: #ffffff;
  background-color: #ffffff; }

.header .navbar-brand {
  float: left;
  height: 70px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 45px;
  margin-left: 5px !important; }

.header .navbar-nav li a {
  color: #464646; }

.header .navbar-nav li a img {
  padding-left: 10px; }

.header .navbar-nav li a span {
  padding-left: 5px;
  font-size: 14px; }

.header .navbar-nav li a .user {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  float: left;
  margin-right: 10px; }

.header .navbar-nav li a .user img {
  width: 40px;
  height: auto;
  padding-left: 0px; }

.header .navbar-nav li a i {
  height: auto;
  color: #797979;
  font-size: 16px; }

.header .navbar-nav li:hover i {
  color: #f9a01e; }

.header .navbar-nav .organization a {
  line-height: 20px;
  padding: 15px 25px;
  cursor: default; }
  .header .navbar-nav .organization a span {
    color: #797979;
    padding-left: 0px; }

.header .navbar-nav .organization a:hover {
  background: none;
  cursor: arrow; }

.header .navbar-nav .notification a {
  height: 70px; }

.header .navbar-nav .notification span {
  position: relative; }

.header .navbar-nav .notification .new {
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  border-radius: 10px;
  padding: 0px 5px;
  font-weight: 900;
  margin-top: 10px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
  position: absolute;
  top: 0;
  right: 22px; }

.header .navbar-nav .notification .new:after {
  display: none; }

.header .navbar-nav .info a {
  color: #797979 !important; }
  .header .navbar-nav .info a img {
    padding-left: 0px; }
  .header .navbar-nav .info a span {
    padding-left: 0px; }

.header .navbar-nav .info.border {
  border-left: 1px solid #ebebeb; }

.header .tooltip .tooltip-inner {
  max-width: 800px; }

@media (min-width: 768px) {
  .header .navbar-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
    /* margin-left: 30px; */
    padding-left: 25px;
    padding-right: 25px;
    line-height: 40px;
    font-size: 14px; } }

/*
3. GUI SIDEBAR
*/
.sidebar {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #464646;
  padding: 20px;
  width: 230px; }
  .sidebar .nav-sidebar {
    margin-right: -21px;
    /* 20px padding + 1px border */
    margin-bottom: 10px;
    margin-left: -20px; }
    .sidebar .nav-sidebar li a {
      color: #D0D6D8; }
    .sidebar .nav-sidebar li a span {
      padding-right: 10px; }
    .sidebar .nav-sidebar li.active a,
    .sidebar .nav-sidebar li a:focus,
    .sidebar .nav-sidebar li a:hover {
      text-decoration: none;
      background-color: #4e4e4e;
      transition: background,color,border .1s; }
    .sidebar .nav-sidebar .menu-header {
      padding: 15px 15px 10px;
      color: #747373;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 400;
      margin-top: 20px; }
    .sidebar .nav-sidebar .menu-header:first-child {
      margin-top: 10px; }
    .sidebar .nav-sidebar .menu-header > a {
      color: #747373;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 400;
      cursor: default;
      padding: 0px; }
      .sidebar .nav-sidebar .menu-header > a span {
        display: none; }
    .sidebar .nav-sidebar .menu-header > a:hover {
      text-decoration: none !important;
      background-color: none !important;
      background: none !important;
      color: #747373 !important;
      border-left: 0px solid #464646 !important;
      transition: background,color,border 0s !important; }
    .sidebar .nav-sidebar .menu-header > a.active {
      text-decoration: none !important;
      background-color: none !important;
      background: none !important;
      color: #747373 !important;
      border-left: 0px solid #464646 !important;
      transition: background,color,border 0s !important; }
    .sidebar .nav-sidebar .menu-header > a:focus {
      text-decoration: none !important;
      background-color: none !important;
      background: none !important;
      color: #747373 !important;
      border-left: 0px solid #464646 !important;
      transition: background,color,border 0s !important; }
  .sidebar .sidebar-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    color: #797979;
    font-size: 12px;
    cursor: pointer; }
  .sidebar .system-version {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block; }

@-webkit-keyframes sidebar-leave {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@keyframes sidebar-leave {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@-webkit-keyframes sidebar-enter {
  0% {
    right: -100%; }
  100% {
    right: 0; } }

@keyframes sidebar-enter {
  0% {
    right: -100%; }
  100% {
    right: 0; } }

.btn-mobile-menu:focus,
.btn-mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  margin-top: 16px;
  border: 1px solid #B3B3B5;
  outline: none;
  background-color: initial;
  z-index: 1110; }

.btn-mobile-menu .icon-bar {
  border: 1px solid #B3B3B5; }

@media (max-width: 767px) {
  .sidebar {
    left: initial;
    right: -100%;
    width: 100%; }
  .sidebar {
    right: 0; }
    .sidebar.collapsed {
      right: 100%;
      -webkit-animation: sidebar-leave 0.3s;
      animation: sidebar-leave 0.3s; }
    .sidebar.uncollapsed {
      right: 0;
      -webkit-animation: sidebar-enter 0.3s;
      animation: sidebar-enter 0.3s; }
  .btn-mobile-menu {
    display: inline-block; }
  .sidebar-backdrop {
    left: 0;
    top: 70px;
    bottom: 0;
    right: 0px;
    position: fixed;
    display: block;
    background: #000;
    opacity: 0.5;
    z-index: 11; } }

.sidebar-right {
  display: none;
  position: fixed;
  top: 70px;
  bottom: 0;
  right: 0;
  z-index: 9000;
  padding: 16px 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(245, 245, 245, 0.9);
  width: 420px; }
  .sidebar-right.notMinimized {
    display: block; }
  .sidebar-right .page-title {
    padding: 0 0 11px 15px; }
  .sidebar-right .tasks_list {
    background: #ffffff;
    padding: 0px 15px; }
    .sidebar-right .tasks_list li {
      padding: 14px 0;
      position: relative; }
    .sidebar-right .tasks_list li.active:after {
      content: "\f04b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #000;
      font-size: 14px;
      position: absolute;
      top: 14px;
      right: 0;
      opacity: 0.8; }
    .sidebar-right .tasks_list li.active:hover {
      cursor: pointer; }

@media (max-width: 767px) {
  .sidebar-right {
    width: 100%; } }

/*
4. GUI CONTENT FRAME
*/
.content {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%; }
  .content .page-content {
    background: #ffffff;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .content .secondary {
    margin-top: 20px; }
    .content .secondary .btn {
      box-shadow: none; }
    .content .secondary .form-control {
      font-size: 14px; }
  .content .color-bg {
    background-color: #464646;
    padding: 20px;
    color: #ffffff;
    position: relative; }
    .content .color-bg .page-title {
      color: #ffffff;
      font-weight: bold;
      padding: 0px;
      margin-bottom: 0px; }
    .content .color-bg label {
      color: #ffffff; }
      .content .color-bg label select {
        color: #464646; }
      .content .color-bg label select.info {
        width: 120px; }
    .content .color-bg .legend {
      position: absolute;
      min-width: 100%;
      bottom: 0px;
      left: 0px;
      border: 1px solid #e0e0e0;
      border-top: 0px; }
    .content .color-bg .legend span {
      width: 50%;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      color: #222222;
      padding: 15px; }
    .content .color-bg .legend span:first-child {
      border-right: 1px solid #e0e0e0; }
  .content .white-bg {
    background-color: #ffffff;
    padding: 15px 20px;
    position: relative;
    min-height: 390px; }
    .content .white-bg .page-title {
      padding: 0px;
      margin-bottom: 0px; }
    .content .white-bg select {
      color: #222222; }
    .content .white-bg select.info {
      width: 140px; }
    .content .white-bg select.period {
      width: 90px; }
    .content .white-bg .legend {
      position: absolute;
      min-width: 100%;
      bottom: 0px;
      left: 0px;
      border: 1px solid #e0e0e0;
      border-top: 0px; }
    .content .white-bg .legend span {
      width: 50%;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      color: #222222;
      padding: 15px; }
    .content .white-bg .legend span:first-child {
      border-right: 1px solid #e0e0e0; }
  .content .page-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px; }
    .content .page-title span {
      margin-right: 5px;
      font-size: 14px; }

@media (min-width: 768px) {
  .content {
    margin-left: 230px; }
  .sidebar {
    width: 230px; } }

/*
5. LOGIN PAGE
*/
#loginbox {
  display: table-cell;
  vertical-align: middle; }
  #loginbox .modal {
    display: block;
    position: relative; }
  #loginbox .modal-dialog {
    margin-top: -70px;
    max-width: 500px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto; }
  #loginbox .modal-content {
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: right bottom; }
    #loginbox .modal-content .modal-header {
      height: 70px;
      padding: 15px 15px;
      font-size: 18px;
      line-height: 45px;
      margin-left: 5px !important;
      color: #797979;
      border-bottom: 0px;
      text-align: center; }
      #loginbox .modal-content .modal-header img {
        max-height: 40px;
        margin-top: 10px;
        margin-right: auto;
        margin-left: -40px; }
    #loginbox .modal-content .form-control {
      font-size: 14px; }
  #loginbox .remember-me {
    font-size: 1em;
    font-weight: 500;
    padding-left: 25px;
    line-height: 16px; }
  #loginbox [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 16px;
    width: 16px;
    border: 2px solid #dddddd; }

.inituser .SystemInitPage .modal-dialog {
  max-width: 600px !important; }

.inituser .SystemInitPage .section-name {
  font-size: 18px;
  font-weight: 300; }

.inituser .SystemInitPage .alert-danger,
.inituser .SystemInitPage .alert-success {
  line-height: 20px;
  text-align: center; }

.inituser .SystemInitPage button.close {
  display: none; }

.inituser .SystemInitPage [type="checkbox"] + label {
  font-size: 14px;
  line-height: 14px;
  color: #464646;
  padding-left: 25px; }

.inituser .SystemInitPage .alert-warning {
  background-color: transparent;
  font-size: 12px;
  display: block;
  margin-top: -10px; }

.inituser .SystemInitPage .port-error {
  color: #a94442; }

/*
6. DASHBOARD PAGE
*/
.widgets .clickable {
  cursor: pointer; }

.widgets .clientsWidget .progress {
  background-color: #C7C7C7  !important; }

.widgets .name {
  color: #797979;
  font-size: 11px;
  text-transform: uppercase; }

.widgets .tasks {
  min-height: 300px !important; }
  .widgets .tasks .tasks_list {
    margin-top: 10px; }
  .widgets .tasks span.task {
    font-weight: 500;
    padding: 10px 0px;
    font-size: 14px;
    display: block;
    text-transform: none;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: -1px;
    color: #464646; }
    .widgets .tasks span.task .fa {
      float: right;
      line-height: 22px; }
  .widgets .tasks span.task:hover {
    background: #fafafa; }

.widgets .col .stats-content {
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: 20px; }

.widgets .col .stats {
  text-align: left;
  font-size: 32px;
  line-height: 38px; }

.widgets .col .stats-footer {
  color: #797979;
  position: relative;
  margin-top: 15px;
  bottom: 0;
  width: 100%;
  left: 0; }
  .widgets .col .stats-footer .fa {
    margin-right: 5px; }
  .widgets .col .stats-footer a {
    color: #797979; }
  .widgets .col .stats-footer .bar-overlay {
    line-height: 30px;
    height: 4px; }
  .widgets .col .stats-footer .progress {
    height: 4px;
    margin-bottom: 0px;
    border-radius: 5px;
    width: 100%;
    background-color: #FF4D50;
    background-color: #f05050;
    box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    z-index: 1; }

.widgets .col img {
  float: right;
  margin-top: 15px;
  margin-right: 10px; }

.widgets .col span {
  font-size: 14px; }

.widgets .col h4 {
  font-weight: 500;
  font-size: 22px;
  margin-top: 26px;
  margin-bottom: 22px;
  line-height: 14px; }
  .widgets .col h4 span {
    color: #464646;
    text-transform: none;
    padding-left: 1px; }

.widgets .col p {
  margin-bottom: 0px;
  font-weight: 300; }

.widgets .col .devices {
  margin-top: 19px;
  margin-bottom: 19px; }

.widgets .col .page-content {
  min-height: 140px;
  position: relative; }

.dashboard-widgets p {
  margin: 0;
  font-size: 14px;
  color: #fff; }
  .dashboard-widgets p + p {
    font-size: 26px;
    font-weight: 300;
    line-height: 26px; }

.dashboard-widgets .dashboard-devices {
  margin-bottom: 20px; }
  .dashboard-widgets .dashboard-devices > div {
    background-color: #F9A01E; }
    .dashboard-widgets .dashboard-devices > div > div {
      display: inline-block;
      height: 107px; }
  .dashboard-widgets .dashboard-devices .offline-devices {
    background-color: #F4940A; }

.dashboard-widgets .dashboard-active-clients {
  margin-bottom: 20px; }
  .dashboard-widgets .dashboard-active-clients > div {
    background-color: #01BFA5; }
    .dashboard-widgets .dashboard-active-clients > div > div {
      display: inline-block;
      height: 107px; }
  .dashboard-widgets .dashboard-active-clients .graph {
    background-color: #02AB94;
    padding: 0;
    height: 107px; }

.dashboard-widgets .dashboard-throughput {
  margin-bottom: 20px; }
  .dashboard-widgets .dashboard-throughput > div {
    background-color: #00BED4; }
    .dashboard-widgets .dashboard-throughput > div > div {
      display: inline-block;
      height: 107px; }
  .dashboard-widgets .dashboard-throughput .graph {
    background-color: #03AFC3;
    padding: 0;
    height: 107px; }

.dashboard-widgets .dashboard-devices > div > div,
.dashboard-widgets .dashboard-active-clients > div > div,
.dashboard-widgets .dashboard-throughput > div > div,
.dashboard-widgets .graph,
.dashboard-widgets .offline-devices {
  width: 50%;
  padding: 28px 0; }

@media (min-width: 992px) and (max-width: 1150px) {
  .dashboard-widgets p {
    font-size: 14px;
    color: #fff; }
    .dashboard-widgets p + p {
      font-size: 24px; } }

.white-bg.dashboard-chart {
  min-height: 200px !important; }

/*
7. UNREGISTERED DEVICE PAGE / DEVICE REGISTRATION PAGE
*/
.unregistered-devices .panel-body {
  border: 1px solid #e5e5e5;
  min-height: 348px;
  max-height: 348px; }
  .unregistered-devices .panel-body [type="checkbox"] + label {
    height: auto;
    display: inline-block; }

.unregistered-devices .networks-panel-body {
  max-height: 100%;
  min-height: auto; }

.unregistered-devices .network-btn {
  height: auto !important;
  padding: 3px 10px 3px 10px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  box-shadow: none;
  text-transform: none;
  background-color: #D0D0D0;
  margin-left: 10px;
  color: #797979; }
  .unregistered-devices .network-btn i {
    font-size: 10px;
    padding-right: 5px; }

.unregistered-devices .search-box {
  float: right;
  margin-top: -5px;
  margin-bottom: -6px; }

@media (max-width: 390px) {
  .unregistered-devices .search-box-wrapper {
    width: 100%;
    display: block; }
    .unregistered-devices .search-box-wrapper .search-box {
      float: left;
      margin-top: 10px; } }

.unregistered-devices .search {
  background: #ffffff; }

.unregistered-devices .list-group li:first-child {
  border-top: 0px; }

.panel-default,
.panel-heading,
.panel-footer {
  border: 0px;
  margin-bottom: 0px; }

.panel-heading,
.panel-footer {
  padding: 12px 15px; }

.panel-default .panel-heading {
  border: 1px solid #e5e5e5;
  border-bottom: 0px; }
  .panel-default .panel-heading .badge {
    opacity: 0.3;
    color: #464646;
    background-color: inherit;
    font-size: 14px;
    line-height: normal;
    padding-right: 15px; }
  .panel-default .panel-heading [type="checkbox"].filled-in:not(:checked) + label:after {
    top: 3px; }
  .panel-default .panel-heading [type="checkbox"].filled-in:checked + label:after {
    top: 3px; }
  .panel-default .panel-heading [type="checkbox"]:checked + label:before {
    top: 3px; }

.panel-default .panel-body {
  padding: 0px;
  overflow-y: auto;
  position: static; }
  .panel-default .panel-body paging-search {
    position: absolute;
    z-index: 9;
    top: 8px;
    right: 25px; }
  .panel-default .panel-body table.networks {
    position: relative;
    font-weight: 300;
    margin-bottom: 0px; }
    .panel-default .panel-body table.networks thead {
      border-bottom: 0px; }
      .panel-default .panel-body table.networks thead tr {
        background-color: #f5f5f5; }
    .panel-default .panel-body table.networks tr .devices {
      width: 90px;
      text-align: right;
      padding-right: 5px;
      opacity: 1;
      transition: opacity .15s ease-in-out;
      -moz-transition: opacity .15s ease-in-out;
      -webkit-transition: opacity .15s ease-in-out; }
    .panel-default .panel-body table.networks tr .hide-info {
      opacity: 0; }
    .panel-default .panel-body table.networks tr .check-td {
      padding-left: 15px;
      padding-right: 15px; }
      .panel-default .panel-body table.networks tr .check-td [type="radio"] + label {
        line-height: 25px;
        font-size: 14px; }
        .panel-default .panel-body table.networks tr .check-td [type="radio"] + label i {
          padding-right: 20px;
          padding-left: 10px;
          color: #464646; }
  .panel-default .panel-body [type="radio"] + label {
    line-height: 24px;
    color: #464646;
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
    padding-left: 25px; }
  .panel-default .panel-body [type="radio"].filled-in:not(:checked) + label:after {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #dddddd;
    top: 5px;
    z-index: 0; }
  .panel-default .panel-body [type="radio"].filled-in:checked + label:after {
    width: 16px;
    height: 16px;
    border: 1px solid #464646;
    background-color: #464646;
    z-index: 0; }
  .panel-default .panel-body [type="radio"].filled-in:checked + label:before {
    top: 5px;
    left: 0px;
    width: 7px;
    height: 11px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .panel-default .panel-body [type="checkbox"] + label {
    line-height: 14px;
    color: #464646;
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 4px; }

.panel-default [type="checkbox"] + label {
  color: #464646;
  margin-bottom: 0px;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 18px;
  padding-left: 25px; }

.panel-default [type="checkbox"].filled-in:not(:checked) + label:after {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #BBBBBB;
  top: 7px;
  z-index: 0;
  background: #ffffff; }

.panel-default [type="checkbox"].filled-in:checked + label:after {
  width: 16px;
  height: 16px;
  top: 7px;
  z-index: 0; }

.panel-default [type="checkbox"]:checked + label:before {
  top: 5px; }

.panel-default .network_table [type="radio"] + label {
  color: #464646;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #464646;
  display: inline-block;
  word-wrap: break-word;
  max-width: 100%;
  padding: 7px 0px 0px 27px; }

.panel-default .network_table [type="radio"] + label:before {
  top: 8px;
  border: 2px solid #dddddd; }

.panel-default .network_table [type="radio"] + label:after {
  top: 8px; }

.panel-default .panel-footer {
  margin-bottom: 20px;
  color: #464646; }
  .panel-default .panel-footer a {
    color: #464646; }
  .panel-default .panel-footer i {
    padding-right: 5px;
    padding-left: 10px; }

.list-group {
  margin-bottom: 0px; }
  .list-group .list-group-item {
    border-color: #ebebeb; }
  .list-group li {
    border-left: 0px;
    border-right: 0px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #464646; }
    .list-group li small {
      color: #797979; }
    .list-group li .label {
      font-size: 14px;
      line-height: 40px;
      color: #464646;
      position: absolute;
      right: 0px;
      top: 0px; }
      .list-group li .label i {
        padding-right: 10px;
        padding-left: 15px; }
    .list-group li .checkbox-custom {
      opacity: 0;
      position: absolute; }
    .list-group li .checkbox-custom, .list-group li .checkbox-custom-label {
      display: inline-block;
      vertical-align: middle;
      margin: 5px 5px 10px 5px;
      cursor: pointer; }
    .list-group li .checkbox-custom-label {
      position: relative;
      padding-left: 40px;
      font-weight: 300;
      line-height: 14px;
      color: #464646; }
    .list-group li .checkbox-custom + .checkbox-custom-label:before {
      content: '';
      background: #fff;
      border: 1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      padding: 2px;
      margin-right: 10px;
      text-align: center;
      position: absolute;
      left: 0px;
      top: 3px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .list-group li .checkbox-custom:checked + .checkbox-custom-label:before {
      background: #464646;
      box-shadow: inset 0px 0px 0px 2px #fff; }

/*
8. CUSTOM TABLES STYLE
*/
table tr td {
  border-top: 1px solid #f5f5f5 !important; }

.table > tbody + tbody {
  border-top: 1px solid #f5f5f5; }

.table-row {
  border-bottom: 1px solid #ebebeb; }

@media (min-width: 900px) and (max-width: 1200px) {
  .stationsTable table tr th:first-child,
  .stationsTable table tr td:first-child,
  .stationsTable table tr td:nth-child(2),
  .stationsTable table tr th:nth-child(2) {
    width: 130px; } }

.network_table .network_row:hover {
  background-color: #fafafa; }

.network_table .header_row {
  background-color: #464646;
  color: #ffffff;
  height: 40px;
  line-height: 40px; }
  .network_table .header_row i {
    opacity: 0.5;
    padding-right: 5px;
    color: #ffffff; }

.network_table .angular-ui-tree-handle {
  line-height: 40px;
  font-weight: normal;
  border-bottom: 1px solid #ebebeb;
  color: #464646;
  background: #ffffff;
  cursor: pointer; }
  .network_table .angular-ui-tree-handle .clickableblock {
    height: 40px;
    cursor: pointer; }

.network_table .information, .network_table .progress, .network_table table.networks tr .progress, table.networks tr .network_table .progress {
  opacity: 0.8;
  color: #464646; }
  .network_table .information .fa:first-child, .network_table .progress .fa:first-child {
    padding-left: 0px; }
  .network_table .information .fa, .network_table .progress .fa {
    padding-right: 5px;
    padding-left: 10px; }

.network_table .progress {
  height: 4px !important;
  margin: 17px 0px 17px 0px;
  background-color: #ebebeb;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.network_table .actions .glyphicon {
  padding-left: 20px; }

.network_table .actions i {
  color: #464646;
  font-size: 14px; }

.network_table i {
  color: #464646;
  font-size: 12px; }

.network_table i.up {
  font-size: 14px;
  padding-right: 5px; }

.network_table i.down {
  font-size: 14px;
  padding-left: 8px;
  padding-right: 5px; }

.network_table .glyphicon {
  color: #464646;
  font-size: 12px; }

.network_table .break-word {
  line-height: normal;
  padding: 10px 0px; }

/*
.users-table{
  tr{
    th:first-child,
    td:first-child{
      padding-left: 15px
    }
    th:last-child{
      padding-right: 18px;
      padding-left: 0!important;
    }
  }
}
*/
.networks {
  padding-left: 20px;
  padding-right: 20px; }
  .networks tbody tr i {
    padding-left: 3px;
    padding-right: 3px;
    text-align: center; }
  .networks tbody .networksGroup-row {
    background: #fafafa; }
    .networks tbody .networksGroup-row td {
      border-top: 1px solid #f3f3f3 !important; }
    .networks tbody .networksGroup-row td:first-child i {
      color: #f9a01e !important; }
    .networks tbody .networksGroup-row td:first-child .hoverable-actions i {
      color: #31708f !important; }
  .networks tbody .subnetwork td {
    background-color: #ffffff; }
  .networks tbody .subnetwork td:first-child {
    background-position: -287px -3px;
    background-repeat: repeat-y;
    background-color: transparent;
    background-image: url("/static/img/32px.png"); }
    .networks tbody .subnetwork td:first-child i {
      color: #f9a01e; }
  .networks tbody .subnetwork .subnetwork-icon {
    display: inline-block;
    float: left;
    margin-right: 5px;
    background-image: url("/static/img/32px.png");
    background-position: -68px -4px;
    width: 24px;
    height: 24px;
    line-height: 24px; }
  .networks tbody .subnetwork.last td {
    background-image: none; }
  .networks tbody .subnetwork.last .subnetwork-icon {
    background-position: -68px 0px;
    margin-top: -8px; }
  .networks tbody .subnetwork2 .subnetwork-icon {
    margin-left: 25px; }
  .networks tbody .subnetwork2 td:first-child {
    background-position: -262px -3px; }
  .networks tbody .subnetwork:hover td {
    background-color: #f5f5f5; }
  .networks tbody.subnetworks-body {
    background-position: -287px -3px;
    background-repeat: repeat-y;
    background-image: url(/static/img/32px.png); }
  .networks tbody.last {
    background-image: none; }
    .networks tbody.last .subnetwork td:first-child,
    .networks tbody.last .subnetwork2.last td:first-child {
      background-image: none; }
    .networks tbody.last .subnetwork2 td:first-child {
      background-image: url(/static/img/32px.png); }

@media (max-width: 1000px) {
  .network_table .header_row > div {
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.selectable-networks-list {
  max-height: 348px;
  overflow: auto; }
  .selectable-networks-list .showGroupIcon {
    float: left; }
    .selectable-networks-list .showGroupIcon i {
      margin-right: 4px;
      margin-left: 4px; }
  .selectable-networks-list [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD !important; }

.network-device-container {
  width: 100%;
  float: left; }

table.networks {
  position: relative;
  font-weight: 300;
  margin-bottom: 0px; }
  table.networks thead {
    background-color: #464646;
    border-bottom: 0px; }
    table.networks thead tr {
      background-color: #464646;
      color: #ffffff; }
      table.networks thead tr th:first-child i {
        padding-left: 3px;
        padding-right: 3px;
        width: 25px;
        text-align: center; }
      table.networks thead tr th:first-child span {
        padding-left: 3px;
        padding-right: 3px;
        width: 25px;
        text-align: center; }
      table.networks thead tr th {
        border-bottom: 0px;
        vertical-align: middle;
        padding: 10px 10px 10px 5px;
        font-weight: 500;
        border-radius: 0px; }
        table.networks thead tr th span {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        table.networks thead tr th .fa {
          opacity: 0.5;
          padding-right: 5px; }
      table.networks thead tr .actions i {
        opacity: 0.5;
        padding-right: 5px;
        color: #ffffff;
        padding-left: 0px; }
  table.networks tr {
    position: relative; }
    table.networks tr .name {
      /* width: 40%; */ }
    table.networks tr .devices {
      width: 180px; }
    table.networks tr .status {
      width: 150px; }
    table.networks tr .icons {
      width: 20px;
      font-size: 14px;
      line-height: 16px;
      color: #ffffff;
      text-align: left; }
    table.networks tr td:first-child i {
      color: #464646; }
    table.networks tr td {
      vertical-align: middle;
      height: 40px; }
      table.networks tr td p {
        margin-bottom: 0px; }
      table.networks tr td .up {
        color: #27c24c !important;
        font-size: 12px; }
      table.networks tr td .unknown {
        color: #eeeeee !important;
        font-size: 12px; }
      table.networks tr td .down {
        color: #f05050 !important;
        font-size: 12px; }
      table.networks tr td .warning {
        color: #f0ad4e;
        font-size: 12px; }
    table.networks tr .count {
      width: 70px;
      text-align: center;
      padding-right: 5px;
      color: #464646; }
    table.networks tr .information, table.networks tr .progress {
      opacity: 0.8;
      color: #464646; }
      table.networks tr .information .fa:first-child, table.networks tr .progress .fa:first-child {
        padding-left: 0px; }
      table.networks tr .information .fa, table.networks tr .progress .fa {
        padding-right: 5px;
        padding-left: 10px; }
    table.networks tr .progress {
      height: 4px !important;
      margin: 10px 10px 10px 0px;
      background-color: #ebebeb; }
    table.networks tr .channel-width {
      display: inline-block;
      width: 110px; }
    @media (max-width: 870px) and (min-width: 768px) {
      table.networks tr .channel-width {
        width: 70px; } }
    table.networks tr .actions {
      width: 150px; }
      table.networks tr .actions i {
        color: #464646;
        padding: 5px 15px;
        font-size: 14px; }
      table.networks tr .actions i.secondary {
        color: #464646;
        opacity: 0.5; }
    table.networks tr .actions2 {
      width: 50px; }
      table.networks tr .actions2 i {
        color: #464646;
        padding: 5px 15px;
        font-size: 14px; }
      table.networks tr .actions2 i.secondary {
        color: #464646;
        opacity: 0.5; }
    table.networks tr .hoverable-actions {
      opacity: 0;
      padding-left: 5px;
      font-size: 12px; }
      table.networks tr .hoverable-actions i {
        color: #31708f !important;
        padding: 5px 0px 5px 15px;
        font-size: 14px; }
      table.networks tr .hoverable-actions a {
        color: #333333; }
  table.networks tr.master-device {
    background: rgba(142, 142, 142, 0.2);
    font-weight: 500;
    /*
			.icons {
				padding-left: 30px;
				position: relative;
			}
			*/ }
    table.networks tr.master-device td {
      border-top: 1px solid #e8e8e8 !important; }
    table.networks tr.master-device .subnetwork-icon {
      display: inline-block;
      float: left;
      margin-right: 5px;
      background-image: url(/static/img/32_3px.png);
      background-position: -66px -4px;
      width: 24px;
      height: 40px;
      line-height: 24px;
      position: absolute;
      left: 0px;
      top: 0px; }
    table.networks tr.master-device .subnetwork-icon.reverse {
      background-position: -66px -51px; }
  table.networks tr.subnetworks:hover .hoverable-actions {
    opacity: 0; }
  table.networks tr.subnetworks:hover tr:hover .hoverable-actions {
    opacity: 1; }
  table.networks tr:hover .hoverable-actions {
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }

.table_info {
  font-size: 12px;
  color: #797979;
  line-height: 30px; }

.table_filter {
  float: right;
  margin-top: 3px; }
  .table_filter li {
    float: left;
    margin-left: 20px;
    color: #797979; }
    .table_filter li a {
      color: #464646; }
  .table_filter label {
    padding-left: 25px; }

tr.readonly {
  cursor: auto; }
  tr.readonly td {
    cursor: auto; }

tr.readonly:hover {
  cursor: auto; }

.table-inventory th:nth-child(2) {
  position: relative;
  left: -10px; }

@media (max-width: 768px) {
  table.table-inventory td.network-name {
    word-wrap: break-word;
    max-width: 100%; } }

.users-table tr:not(.readonly) td:first-child {
  cursor: default; }
  .users-table tr:not(.readonly) td:first-child span {
    cursor: pointer; }

@media (min-width: 768px) {
  table.table-inventory tr td.network-name {
    max-width: 100px; }
    table.table-inventory tr td.network-name a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
  .users-table td:first-child {
    padding: 0; }
    .users-table td:first-child span {
      padding: 9px 5px;
      display: block; } }

/*
9. NETWORK INFORMATION PAGE
*/
.network-info textarea {
  margin-bottom: 0px; }

.network-info .form-group {
  margin-bottom: 10px; }

.network-info .form-control {
  font-size: 14px; }

.network-info .netInfo {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: auto; }

.border-black {
  border: 1px solid black; }

@media (min-width: 1530px) and (max-width: 1690px) {
  .network-info .netInfo {
    max-height: 295px; } }

@media (min-width: 1690px) and (max-width: 1891px) {
  .network-info .netInfo {
    max-height: 380px; } }

@media (min-width: 1891px) {
  .network-info .netInfo {
    max-height: 380px; } }

@media (min-width: 2680px) {
  .network-info .netInfo {
    max-height: 500px; } }

.netInfo {
  margin-bottom: 0px; }
  .netInfo .row {
    margin-bottom: 5px; }
  .netInfo .blockName {
    font-weight: bold; }
  .netInfo select {
    width: 110px; }
  @media (max-width: 870px) and (min-width: 768px) {
    .netInfo select {
      width: 70px; } }
  .netInfo .stationsTable thead th {
    border-bottom: 1px solid #dddddd; }
  .netInfo .stationsTable table {
    margin-bottom: 0px; }
  .netInfo .stationsTable tbody {
    display: block;
    height: 336px;
    overflow: auto; }
    .netInfo .stationsTable tbody td {
      vertical-align: middle; }
  .netInfo .stationsTable thead, .netInfo .stationsTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .netInfo .stationsTable thead {
    width: 100%; }
  .netInfo ::-webkit-scrollbar {
    width: 2px;
    /* for vertical scrollbars */
    height: 12px;
    /* for horizontal scrollbars */
    margin-left: -10px !important;
    position: absolute;
    right: 0px; }
  .netInfo ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); }
  .netInfo ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5); }

.network_widget {
  min-height: 390px; }
  .network_widget .navigation {
    position: absolute;
    right: 40px;
    top: 12px;
    z-index: 999; }
    .network_widget .navigation a {
      color: #464646; }
  .network_widget .widget-bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px; }
    .network_widget .widget-bottom .col-stat {
      padding: 10px 20px 15px 20px;
      text-align: center;
      color: #58666e; }
      .network_widget .widget-bottom .col-stat strong {
        font-size: 16px; }
    .network_widget .widget-bottom .col-stat:last-child {
      border-right: 0px solid; }

.network-tabs .nav li {
  position: relative;
  display: block; }

.network-tabs .nav-tabs {
  border-left: 0px !important; }

.network-tabs .nav-tabs li {
  float: left;
  margin-bottom: -1px;
  min-width: 16.66%; }

.network-tabs .nav-tabs li:last-child a {
  border-right: 0px solid; }

.network-tabs .nav-tabs device-config li:last-child a {
  border-right: 1px solid #e1e1e1; }

.network-tabs .nav li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 15px; }

.network-tabs .nav-tabs li.active a,
.network-tabs .nav-tabs li.active a:hover,
.network-tabs .nav-tabs li.active a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-bottom-color: transparent; }

.network-tabs .nav-tabs {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0; }

.network-tabs .nav-tabs li a {
  color: #797979;
  font-size: 14px;
  margin-right: 0;
  border: 1px solid transparent;
  border-radius: 0; }

.network-tabs .nav-tabs li.active a {
  color: #464646;
  border-radius: 0;
  border-top: 1px solid #ffffff !important;
  border-left: 1px solid #e1e1e1; }

.network-tabs [type="radio"] + label {
  font-size: 14px;
  padding-left: 25px; }

.network-tables.network-tabs .nav-tabs li {
  min-width: 33%; }

.network-tables.network-tabs .nav-tabs li:last-child {
  min-width: 34%; }
  .network-tables.network-tabs .nav-tabs li:last-child a {
    border-right: 0px solid; }

@media (max-width: 768px) {
  .network-tabs .nav-tabs li,
  .network-tables.network-tabs .nav-tabs li {
    min-width: auto; } }

/*
10. DEVICE INFORMATION PAGE
*/
.device_info .nav-pills {
  float: left;
  width: 60px;
  text-align: center; }
  .device_info .nav-pills li {
    margin-top: 0px; }
    .device_info .nav-pills li a {
      border: 1px solid #eeeeee;
      border-right: 0px;
      border-radius: 0px 0px 0px 0px; }
  .device_info .nav-pills .active a {
    background-color: #464646;
    border: 0px; }
  .device_info .nav-pills .active a:hover {
    background-color: #464646; }
  .device_info .nav-pills .active a:focus {
    background-color: #464646; }

.device_info .tab-content {
  border: 1px solid #eeeeee;
  padding: 20px 10px 10px 20px;
  min-height: 100px;
  overflow-x: hidden; }

.device_info .nav-tabs {
  border-left: 1px solid #e1e1e1 !important;
  border-bottom: 0px solid; }

.device_info span.up {
  color: #27c24c; }

.devInfo {
  margin-bottom: 0px; }
  .devInfo .row {
    margin-bottom: 5px; }
  .devInfo .blockName {
    font-weight: bold; }
  .devInfo .stationsTable thead th {
    border-bottom: 1px solid #dddddd; }
  .devInfo .stationsTable table {
    margin-bottom: 0px; }
  .devInfo .stationsTable tbody {
    display: block;
    height: 240px;
    overflow: auto;
    border-bottom: 1px solid #fafafa; }
    .devInfo .stationsTable tbody td {
      vertical-align: middle; }
  .devInfo .stationsTable thead, .devInfo .stationsTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; }

.device-wireless .form-horizontal .control-label {
  padding-right: 10px; }

.device-wireless table thead tr {
  background-color: #F5F5F5;
  color: #464646; }

.device-wireless table tr.profile-settings {
  border-bottom: 1px solid #fafafa; }

.device-wireless table tr:hover {
  background-color: #ffffff; }

.device-wireless form {
  margin-right: 5px; }

.device-wireless .revert-button {
  margin-top: 5px;
  height: auto;
  border: 0px;
  padding: 2px 5px;
  color: white;
  background: #F9A01E;
  display: block; }

.device-tools .btn-default {
  min-width: 300px; }

.device-tools .tooltip {
  left: 90px !important; }

/*
11. FREE DESIGN ELEMENTS
*/
.truncate {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*
11.1. Panels
*/
.panel {
  box-shadow: none; }

.panel-body p {
  padding: 10px 0px;
  margin-bottom: 0px; }

.panel-body .help-block {
  padding: 0px;
  margin: 0px; }

/*
11.2. Forms / Buttons
*/
label {
  font-size: 1em;
  font-weight: 500; }

select {
  display: inline;
  width: 80px;
  border: 0px;
  border-bottom: 1px solid #ddd; }

.input-field {
  margin-top: 0px; }

input[type=number],
input[type=text],
.input-group .form-control {
  font-size: 14px; }

.form-control {
  box-shadow: none;
  border-radius: 2px;
  border-color: #dddddd; }

.file-field input.file-path {
  border-bottom: 1px solid #f5f5f5; }

.file-field .btn-main {
  height: 39px; }

input + .help-block {
  font-size: 12px;
  font-style: italic;
  margin-top: -15px; }

.input-group .input-group-btn .btn {
  line-height: 1;
  height: 3rem; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

/* Inner-addon for search form */
.inner-addon {
  position: relative; }

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none; }

/* align icon */
.left-addon .fa {
  left: 0px;
  top: -2px; }

.right-addon .fa {
  right: 0px;
  top: -2px; }

/* add padding  */
.left-addon input {
  padding-left: 30px; }

.right-addon input {
  padding-right: 30px; }

input[type=time] {
  font-size: 14px; }

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  border-bottom: 1px solid #dddddd; }

input[type=datetime-local] {
  font-size: 14px; }

[type="radio"] + label {
  line-height: 14px;
  color: #464646;
  margin-bottom: 0px;
  display: block;
  font-size: 14px; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  font-size: 14px; }

[type="checkbox"] + label {
  font-size: 14px;
  font-weight: 300; }

[type="checkbox"].filled-in:checked + label:after,
[type="radio"]:checked + label:after {
  border: 2px solid #f9a01e;
  background-color: #f9a01e; }

.label-delete-network {
  line-height: 20px !important;
  font-weight: normal !important; }

.switch label input[type=checkbox] + .lever {
  height: 5px; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #FFC878; }

.switch label .lever:after {
  box-shadow: none;
  height: 16px;
  width: 16px;
  top: -5px; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #f9a01e; }

.btn-main:hover,
.btn-main:focus {
  background-color: #de8606;
  color: #ffffff;
  box-shadow: none; }

.autoButton {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: -5px;
  text-transform: none;
  height: auto;
  border: 0px;
  padding: 2px 5px;
  border-radius: 5px;
  color: grey; }

.autoWidth {
  height: auto !important;
  padding: 0px 5px 2px 5px !important;
  font-size: 12px !important;
  line-height: 16px !important; }

.btn-main {
  padding: 6px 16px;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  background: #f9a01e; }
  .btn-main i {
    padding-right: 5px; }

.btn-main:hover {
  box-shadow: none; }

.firmwareUpload .btn-main {
  padding: 3px 16px;
  line-height: 1.1;
  height: 33px; }

.firmwareUpload .noteField {
  height: 33px;
  line-height: 1.1; }

.progress-bar-empty {
  background-color: #f5f5f5; }

.progress-bar {
  transition: none; }

/*Fix for safari file upload input field */
/* @media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
	input[type=file]{
    	padding-left: 30px;
	}
}
*/
/*
11.3. Margins / Paddings
*/
.nomargin {
  margin: 0 !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.lMargin-10 {
  margin-left: 10px; }

.lMargin-20 {
  margin-left: 20px; }

.rMargin-5 {
  margin-right: 5px; }

.tMargin-0 {
  margin-top: 0px !important; }

.tMargin-5 {
  margin-top: 5px !important; }

.tMargin-10 {
  margin-top: 10px !important; }

.tMargin-15 {
  margin-top: 15px !important; }

.tMargin-20 {
  margin-top: 20px; }

.tMargin-30 {
  margin-top: 30px; }

.tMargin-40 {
  margin-top: 40px; }

.bMargin-0 {
  margin-bottom: 0px !important; }

.bMargin-5 {
  margin-bottom: 5px !important; }

.bMargin-10 {
  margin-bottom: 10px !important; }

.bMargin-15 {
  margin-bottom: 15px; }

.bMargin-20 {
  margin-bottom: 20px; }

.tbMargin-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.tbMargin-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.tbMargin-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.lrMargin-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.lrMargin-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.tPadding-20 {
  padding-top: 20px !important; }

.tbpadding-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.tbPadding-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.Padding-0 {
  padding: 0px !important; }

.Padding-20 {
  padding: 20px 20px 20px 20px !important; }

.lrPadding-20 {
  padding: 0px 20px !important; }

.lrPadding-15 {
  padding: 0px 15px !important; }

.lrPadding-10 {
  padding: 0px 10px !important; }

.lrPadding-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.lPadding-0 {
  padding-left: 0px !important; }

.rPadding-0 {
  padding-right: 0px !important; }

.lPadding-10 {
  padding-left: 10px !important; }

.lPadding-30 {
  padding-left: 30px !important; }

.lPadding-60 {
  padding-left: 60px !important; }

.rPadding-20 {
  padding-right: 20px !important; }

.bPadding-20 {
  padding-bottom: 20px; }

label + select {
  margin-left: 5px; }

/*
11.4. Modals
*/
.modal {
  background-color: rgba(254, 254, 254, 0);
  box-shadow: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  max-height: 100%;
  overflow-y: auto; }

.modal.content {
  padding-left: 0px;
  padding-right: 0px; }

.modal.bottom-sheet {
  border-radius: 0px;
  bottom: 0px;
  max-height: 100% !important;
  height: 100%; }

.bottom-dialog .modal-dialog {
  width: 100%;
  margin: 0px;
  min-height: 45%;
  max-height: 75%;
  background: #ffffff;
  bottom: 0;
  position: absolute; }

.bottom-dialog .modal-content {
  box-shadow: none; }

.modal.bottom-sheet {
  max-height: 75%;
  overflow-y: hidden; }

.modal .modal-content {
  padding: 24px;
  border-radius: 0px;
  border: 0px;
  padding: 0px; }
  .modal .modal-content .panel-body {
    max-height: 100%; }

.modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0); }

.popup-dialog.modal {
  top: 70px; }

.modal-footer [type="checkbox"] + label {
  font-size: 13px;
  padding-left: 22px;
  margin-right: 20px; }

.modal-footer [type="checkbox"].filled-in:not(:checked) + label:after {
  top: 5px;
  border: 2px solid #757575;
  width: 16px;
  height: 16px; }

.modal-footer [type="checkbox"].filled-in:checked + label:after {
  top: 3px; }

.modal-footer [type="checkbox"].filled-in:checked + label:before {
  top: 3px; }

.modal-body--offsetTop {
  padding-top: 15px;
  padding-bottom: 0px; }

.label-radio-schedule {
  line-height: 18px !important;
  font-size: 16px !important; }

.grey-note {
  color: #797979; }

.modal.modal-alt {
  margin-top: 70px; }

@media (min-width: 768px) {
  .modal-xl {
    width: 90%; } }

/*
11.5. Alerts
*/
.alert-danger, .alert-success {
  margin-bottom: 0px;
  padding: 12px;
  margin-top: 10px; }

.alert-primary {
  background-color: #f5f5f5;
  color: #464646;
  border: 0px;
  padding: 5px 15px;
  line-height: 37px;
  margin-bottom: 0px; }

.alert-btn {
  padding-right: 10px; }
  .alert-btn .btn {
    box-shadow: none;
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px; }

/*
11.6. Fade In frames
*/
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*
11.7. ICONS COLORS
*/
.fa.up {
  color: #27c24c !important;
  font-size: 14px; }

.fa.unknown {
  color: #eeeeee !important;
  font-size: 14px; }

.fa.down {
  color: #f05050 !important;
  font-size: 14px; }

.fa.warning {
  color: #f0ad4e;
  font-size: 14px; }

/*
11.8. CHARTS
*/
.chart-title span {
  color: #797979; }

.line-chart, #chart, #chart_network {
  width: 100% !important;
  height: auto !important;
  padding-top: 10px; }

.chart_legend {
  padding: 0px 10px 20px 0px; }
  .chart_legend .linealt-legend li {
    float: left;
    padding: 0px 10px 10px 0px; }
    .chart_legend .linealt-legend li span {
      display: block;
      width: 10px;
      height: 10px;
      float: left;
      margin-right: 10px;
      border-radius: 10px;
      margin-top: 4px; }

@media (max-width: 350px) {
  .chart-controls .pull-left {
    float: right !important; }
  .content .white-bg select.info {
    width: 100px; }
  #throughputLegend {
    height: 50px; } }

/*
11.9. SORTING
*/
.sortorder:after {
  content: '\25b2'; }

.sortorder.reverse:after {
  content: '\25bc'; }

#main-content {
  position: relative; }

#loading-bar .bar {
  color: #464646;
  background: #464646;
  background-color: #464646;
  top: 70px !important;
  left: 20% !important; }

@media (max-width: 768px) {
  #loading-bar .bar {
    left: 0px !important; } }

@media (min-width: 1200px) {
  #loading-bar .bar {
    left: 230px !important; } }

.landingPage #wrapper + #loading-bar .bar,
.inituser #wrapper + #loading-bar .bar,
.logout #wrapper + #loading-bar .bar,
.login #wrapper + #loading-bar .bar {
  top: 0px !important;
  left: 0px !important; }

.organizationsSetup #wrapper + #loading-bar .bar {
  left: 0px !important; }

/*
11.10. ANGULAR UI TREE
*/
.angular-ui-tree-empty {
  border: 0px !important;
  min-height: 0px !important;
  background-color: #ffffff !important;
  background-image: none !important; }

.profile-band {
  color: #797979;
  font-weight: bold; }

.band-warning {
  margin-right: -12px; }

/*
11.11. USER INFO
*/
.register-network .panel-body {
  border: 1px solid #e5e5e5;
  min-height: 348px;
  max-height: 348px; }
  .register-network .panel-body [type="checkbox"] + label {
    height: auto;
    display: inline-block;
    line-height: 24px; }

.user-info .panel-body [type="radio"] + label {
  line-height: 25px; }

/*
11.12. ERROR STYLES
*/
.error_style, .configNetwork, .editProfile, .device_info, form.submitted {
  min-height: 0px; }
  .error_style input.ng-invalid, .configNetwork input.ng-invalid, .editProfile input.ng-invalid, .device_info input.ng-invalid, form.submitted input.ng-invalid {
    border-bottom: 2px solid #a94442; }
  .error_style .has-error, .configNetwork .has-error, .editProfile .has-error, .device_info .has-error, form.submitted .has-error {
    color: #a94442; }
  .error_style span.has-error, .configNetwork span.has-error, .editProfile span.has-error, .device_info span.has-error, form.submitted span.has-error {
    font-size: 12px;
    display: block;
    margin-top: -10px; }
  .error_style .radio-schedule-error, .configNetwork .radio-schedule-error, .editProfile .radio-schedule-error, .device_info .radio-schedule-error, form.submitted .radio-schedule-error {
    width: 75%;
    position: absolute;
    margin-left: 25%;
    margin-top: -12px !important; }

.editProfile .col-lg-4,
.editProfile .col-sm-4 {
  padding: 0px; }

.editProfile .form-horizontal .panel-default .panel-body {
  min-height: 305px !important; }

.editProfile .form-horizontal .panel-default .panel-heading {
  border: 0px solid #e5e5e5;
  border-bottom: 0px;
  text-align: center; }

.editProfile .block-header {
  background-color: #f9f9f9;
  text-align: center;
  padding-left: 30px;
  padding: 10px 20px; }

.editProfile p.block-header {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px; }

.editProfile #outgoingSpeed,
.editProfile #incomingSpeed,
.editProfile #inputMinSignal {
  width: 90%;
  margin-left: 5%; }

.device_info span.has-error {
  margin-top: 0px; }

/*
11.13. SEARCH
*/
.block-actions {
  padding-right: 20px; }
  .block-actions p {
    line-height: 28px;
    margin-bottom: 0px; }
  .block-actions .btn-default {
    height: 30px;
    line-height: 15px;
    margin-top: -4px; }
    .block-actions .btn-default i {
      opacity: 0.9; }

.block-info i {
  opacity: 0.9;
  padding-left: 20px; }

.network-devices-tab .block-info {
  margin-left: 20px;
  margin-bottom: 10px; }

.network-devices-tab .block-actions {
  padding-right: 0px; }

#search {
  font-size: 14px;
  margin-left: 5px; }

.current-firmware {
  line-height: 30px; }

.search-icon {
  position: absolute;
  top: 8px;
  right: 25px;
  font-weight: 800; }

.search {
  width: 140px !important;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px !important; }

/*
11.14. PAGINATION
*/
.pagination {
  float: right;
  margin-bottom: 0px; }
  .pagination li {
    position: relative;
    float: left;
    padding: 10px 16px;
    line-height: 1.846;
    text-decoration: none;
    color: #2196F3;
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    margin-left: -1px;
    height: auto; }
    .pagination li a {
      background: none !important;
      border: 0px;
      padding: 0px;
      color: #464646;
      font-size: 14px; }
  .pagination li.active {
    background-color: #f9a01e; }
    .pagination li.active a {
      color: #ffffff; }
    .pagination li.active a:hover {
      background: none; }
  .pagination .pagination-first a,
  .pagination .pagination-prev a,
  .pagination .pagination-next a,
  .pagination .pagination-last a {
    font-size: 18px;
    line-height: 16px;
    padding-bottom: 4px;
    font-weight: 100; }

/*
11.15. NETWORK NAVIGATION
*/
.networkNav {
  list-style: none;
  width: 100%;
  padding-left: 0px;
  font-size: 16px;
  line-height: 16px;
  color: #797979; }
  .networkNav a {
    margin-right: 5px;
    color: #797979; }
  .networkNav strong {
    color: #f9a01e;
    text-shadow: none; }
  .networkNav li {
    float: left; }
    .networkNav li.networkName {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 50%;
      display: inline-block; }
    .networkNav li span {
      margin-left: 5px;
      font-size: 14px;
      font-weight: 500; }
      .networkNav li span i {
        margin-right: 5px; }
  .networkNav li.currentNetwork {
    margin-top: -5px;
    margin-bottom: -5px; }
    .networkNav li.currentNetwork select {
      min-width: 150px; }

.blue {
  background-color: #5bc0de !important; }

.devices {
  cursor: pointer; }

@media (max-width: 768px) {
  .header .top-bar {
    background-color: #ffffff;
    margin-left: 0px;
    padding-right: 20px; }
  .header .logo {
    background-color: #ffffff;
    font-weight: bold;
    width: 100%;
    position: relative; }
  .organizationsSetup .header .top-bar {
    float: right;
    margin-left: 0px;
    margin-right: 15px; }
    .organizationsSetup .header .top-bar #navbar {
      display: block !important; }
      .organizationsSetup .header .top-bar #navbar .navbar-nav {
        margin: 16px 15px 14px 15px; }
  .organizationsSetup .header .logo {
    width: auto;
    float: left; }
  .content .widgets .col-lg-3 {
    margin-bottom: 20px; }
  div.networks {
    padding-left: 5px;
    padding-right: 5px; }
  div.networks .col-xs-1,
  div.networks .col-xs-2,
  div.networks .col-xs-3,
  div.networks .col-xs-4,
  div.networks .col-xs-5,
  div.networks .col-xs-6,
  div.networks .col-xs-7,
  div.networks .col-xs-8,
  div.networks .col-xs-9,
  div.networks .col-xs-10,
  div.networks .col-xs-11,
  div.networks .col-xs-12 {
    padding-left: 4px;
    padding-right: 4px; }
  .network_table .actions i {
    padding: 0px;
    margin: 0px; }
  .network_table i.up {
    padding-right: 2px; }
  .network_table i.down {
    padding-left: 2px;
    padding-right: 2px; } }

.network_table .up-down-network-col {
  line-height: 20px;
  padding: 10px; }
  .network_table .up-down-network-col span {
    display: inline-block; }

input[type=range]::-webkit-slider-thumb {
  background: #F9A01E; }

input[type=range]::-moz-range-thumb {
  background: #F9A01E; }

input[type=range]::-ms-thumb {
  background: #F9A01E; }

.panel-body p.range-field {
  padding-top: 0; }

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=file]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #F9A01E;
  box-shadow: 0 1px 0 0 #F9A01E; }

.form-control:focus {
  border-color: #DDDDDD; }

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  box-sizing: border-box; }

select,
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  border: 1px solid #dddddd;
  padding: 3px 5px;
  border-radius: 2px; }

input[type=number] {
  min-width: 65px; }

input[type=file] {
  padding: 0px; }
  input[type=file]:focus {
    outline: none; }
  input[type=file]::before {
    content: "Choose File";
    background: #ebebeb;
    left: -1px;
    top: -1px;
    position: absolute;
    padding: 6px 13px 6px 12px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    border-bottom: none;
    width: 120px;
    text-align: center; }

input[type=file]::-webkit-file-upload-button {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 0;
  padding-left: 119px;
  padding-top: 8px; }

.modal-content .page-title {
  margin-top: 15px; }

.modal-dialog .modal-content .page-content {
  padding: 1px 20px; }

.modal-dialog .modal-content .network_widget {
  min-height: inherit; }

.modal-backdrop {
  top: 70px; }

@media (max-width: 1200px) {
  .network_widget {
    min-height: inherit; }
  .network-tabs.network_widget {
    margin-bottom: 20px; }
  .header .navbar-nav .organization a {
    padding: 15px 0px; }
  .header .top-bar {
    background-color: #ffffff;
    margin-left: 220px;
    padding-right: 0px;
    padding-left: 9px; } }

.network-tabs .nav-tabs li.active a {
  border-left: none !important; }

.network-tabs .nav li a {
  border-right: 1px solid #e1e1e1; }

@media (min-width: 1200px) and (max-width: 1530px) {
  .network_widget, .content .white-bg {
    min-height: 360px; } }

@media (min-width: 1530px) and (max-width: 1690px) {
  .network_widget, .content .white-bg {
    min-height: 440px; } }

@media (min-width: 1690px) and (max-width: 1891px) {
  .network_widget, .content .white-bg {
    min-height: 470px; } }

@media (min-width: 1691px) {
  .network_widget, .content .white-bg {
    min-height: 530px; } }

@media (min-width: 2680px) {
  .network_widget, .content .white-bg {
    min-height: 670px; } }

.network_widget .widget-bottom {
  position: initial; }

.content .secondary {
  margin-top: 0px; }

.bottom-dialog .modal-dialog {
  overflow-y: auto; }

.modal-content .form-horizontal .panel-default .panel-body {
  min-height: inherit;
  padding: 20px 0px;
  border: 1px solid #e5e5e5; }

.btn-default,
.btn-default:hover,
.btn-default:focus {
  box-shadow: none;
  text-transform: none; }

.btn-default,
.btn-main {
  letter-spacing: 0px; }

.close {
  opacity: 0.6;
  font-size: 26px;
  font-weight: 900;
  margin-top: -7px; }
  .close:hover {
    opacity: 1; }

div:not(.alert-success) > .close {
  color: red; }
  div:not(.alert-success) > .close:hover {
    color: red; }

.fa.fa-trash-o {
  color: #464646; }

.profile-band {
  border: 1px solid #464646;
  background-color: #646464;
  color: #ffffff;
  border-radius: 4px;
  font-size: 10px;
  padding: 0px 1px;
  white-space: nowrap; }

.add-network-in-register {
  margin: 0px 6px;
  color: #464646; }
  .add-network-in-register i {
    margin-right: 10px; }

.network-tabs .nav-tabs {
  border-left: 1px solid #e1e1e1; }

.modal .modal-footer .btn {
  float: none;
  margin-bottom: 6px; }

.editProfile .panel-default .panel-body [type="checkbox"] + label {
  padding-top: 7px; }

.btn-discard {
  position: relative;
  border-radius: 2px; }

paging-search i.fa.fa-search {
  padding-left: 0; }

.progress .determinate.up-devices {
  background-color: #27c24c;
  width: 100%; }

.progress .determinate.down-devices {
  right: 0;
  left: initial; }

notify-bar {
  position: fixed;
  top: 70px;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  right: 0px;
  padding-left: 230px; }

.animation-wrapper {
  box-shadow: 5px 17px 8px -18px #C8C8C8;
  margin-top: 0px;
  border-radius: 0px; }

notify-bar .alert {
  line-height: 20px;
  margin-top: 0;
  border-radius: 0px;
  text-align: center; }

notify-bar .alert::first-letter {
  text-transform: uppercase; }

@media (max-width: 1200px) {
  notify-bar {
    padding-left: 20%; } }

@media (max-width: 767px) {
  notify-bar {
    padding-left: 0%; } }

@-webkit-keyframes alert-enter {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

@keyframes alert-enter {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

.animation-wrapper.alert-enter {
  overflow: hidden;
  -webkit-animation: alert-enter 0.3s;
  animation: alert-enter 0.3s; }

#loginbox .animation-container {
  height: 75px;
  margin-top: -75px; }

#loginbox .animation-wrapper.alert-enter {
  margin-top: 0px; }

.header .navbar-toggle .icon-bar {
  color: #B3B3B5;
  background-color: #B3B3B5; }

.navbar-toggle {
  margin-top: 16px;
  border: 1px solid #B3B3B5;
  z-index: 999999999; }

.navbar-toggle.notification {
  margin-right: 70px;
  padding: 6px 15px; }

button:focus {
  outline: none;
  background-color: initial; }

.nav-container {
  position: absolute;
  top: 70px;
  right: 0;
  padding: 10px;
  background: #fff;
  color: #464646; }

.saveConfig {
  position: fixed;
  z-index: 1;
  top: 0; }

@media (max-width: 767px) {
  .saveConfig {
    left: 0px;
    background: #fff;
    margin-left: 0;
    padding: 3px 10px;
    width: 100%;
    margin-left: 0px; }
    .saveConfig .btn-main {
      padding: 6px 5px; } }

@media (max-width: 767px) {
  div#navbar {
    display: none !important; } }

.networks-search {
  float: right; }

@media (max-width: 345px) {
  .networks-search {
    float: left; } }

nav.navbar {
  background-color: #fff;
  min-height: 70px;
  box-shadow: none;
  z-index: 9999; }

.firmwarestatus {
  font-weight: bold; }

.switch label .lever {
  margin: 0 0 0 0.3em;
  width: 38px; }

.overview-status-wrapper {
  margin: 0 -15px; }

@media (min-width: 1400px) {
  system-status .col {
    width: 50%; } }

.channel [type="checkbox"] + label {
  font-size: 14px;
  margin-left: 0;
  margin-top: 3px;
  margin-bottom: -10px; }

@media (min-width: 768px) {
  .channel {
    width: 50px; }
    .channel [type="checkbox"] + label {
      margin-left: 20px;
      margin-top: 5px;
      margin-bottom: -5px; } }

.break-word {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 100%; }

@media (max-width: 1200px) {
  table.networks thead th {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .search {
    width: 130px !important; } }

@media (max-width: 992px) {
  table.networks thead th {
    max-width: 50px; } }

@media (max-width: 767px) {
  .device_info .tab-content {
    max-height: none; }
  table.networks thead th {
    max-width: 30px; }
  .search {
    width: 130px !important; }
  .radioSwitch {
    margin-left: 0px;
    margin-top: 20px !important;
    float: left; }
  .pagination li {
    padding: 6px 12px; }
  .table-row {
    border-bottom: 0px; }
  .mobileTableTransform,
  .mobileTableTransform tbody,
  .mobileTableTransform td,
  .mobileTableTransform tr {
    display: block;
    border: 0px;
    border-radius: 0px;
    line-height: 28px !important; }
  .mobileTableTransform tr {
    clear: both; }
    .mobileTableTransform tr td {
      height: auto !important; }
  .mobileTableTransform tr:before,
  .mobileTableTransform tr:after {
    display: table;
    content: " "; }
  .mobileTableTransform tr:after {
    clear: both; }
  .mobileTableTransform td[class*="col-"],
  .mobileTableTransform th[class*="col-"] {
    display: block; }
  .mobileTableTransform .status-col {
    width: 50%;
    float: left; }
    .mobileTableTransform .status-col .progress {
      margin-top: 14px; }
  .mobileTableTransform .subnetwork td:first-child,
  .mobileTableTransform .subnetwork .subnetwork-icon {
    background-image: none !important; }
  .mobileTableTransform .subnetwork .subnetwork-icon {
    display: none !important; }
  .mobileTableTransform .status-col:before {
    display: none !important; }
  table.mobileTableTransform tr td.actions2 {
    width: 50%;
    float: right; }
    table.mobileTableTransform tr td.actions2 .fa {
      float: none;
      padding: 0px 8px;
      font-size: 14px; }
  table.mobileTableTransform.organizations-list tr td.actions2 {
    width: 100%;
    float: none; }
    table.mobileTableTransform.organizations-list tr td.actions2 a {
      float: left; }
  .mobileTableTransform tr {
    border: 1px solid #ebebeb;
    margin-bottom: 10px; }
  .mobileTableTransform tr .icons {
    width: auto;
    color: #797979; }
  .mobileTableTransform tr td .fa {
    float: right;
    margin-top: 8px;
    margin-right: 5px; }
  .mobileTableTransform .profiles-action {
    width: 100% !important; }
    .mobileTableTransform .profiles-action .fa {
      float: none; }
  .mobileTableTransform .mobileTableHeader label {
    width: 100%;
    height: auto; }
    .mobileTableTransform .mobileTableHeader label span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: block;
      margin-left: -5px;
      padding-left: 5px; }
  .mobileTableTransform tr td.mobileTableHeader {
    background-color: #ebebeb;
    border-top: 0px !important; }
  .mobileTableTransform .networksGroup-row {
    background: #ebebeb !important; }
  .mobileTableTransform .networksGroup-row td:first-child i {
    color: #f9a01e !important;
    font-size: 18px;
    margin-top: 5px; }
  .mobileTableTransform .form-group {
    display: inline-block; }
  .mobileTableTransform thead {
    display: none !important; }
  .mobileTableTransform tr td:not(.no-title):before {
    content: attr(data-title) ":";
    display: inline-block;
    padding-right: 5px;
    font-weight: bold; }
  .sidebar .sidebar-bottom {
    position: relative;
    padding: 10px 0px;
    width: 100%;
    color: #797979;
    font-size: 12px;
    cursor: pointer; } }

td.network-name + .tooltip,
td.network-name .tooltip {
  word-break: break-all; }

.organizations-wrapper {
  margin-top: 100px;
  display: block !important; }

.organizations-list .loginCell {
  width: 50px;
  border-right: 1px solid #ebebeb;
  text-align: center; }

.organizationsSetup #loginbox .modal-dialog {
  max-width: 1000px !important;
  width: auto !important; }

.organizationsSetup notify-bar {
  position: absolute;
  right: 20px;
  top: 10px; }

.organizationsSetup .alert-danger,
.organizationsSetup .alert-success {
  padding: 8px;
  border-radius: 2px;
  box-shadow: none; }

.organizationsSetup .animation-wrapper {
  box-shadow: none; }

.leaveOrganization {
  cursor: pointer; }

.leaveOrganization:hover {
  color: #f9a01e; }

.mobile-actions i {
  padding: 8px 10px;
  margin-top: 0 !important; }

/*
11.16. LANDING PAGE
*/
.landingPage {
  padding-top: 0;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif, "Microsoft Yahei", "微软雅黑";
  color: #6D6E70;
  height: inherit; }
  .landingPage .block-head, .landingPage h1, .landingPage h2 {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 30px; }
  .landingPage .navbar-default .navbar-collapse {
    position: relative; }
  .landingPage a {
    color: #f9a01e; }
  .landingPage a.greyLink {
    color: #5A5A5A; }
  .landingPage p.more-info {
    padding: 30px 0 0;
    font-size: 16px; }
  .landingPage .header-slide {
    background: #575757;
    padding-top: 100px;
    background: #575757 url("/static/img/landingpage/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center; }
    .landingPage .header-slide .container {
      position: relative; }
    .landingPage .header-slide .slide-content {
      color: #ffffff; }
      .landingPage .header-slide .slide-content h1 {
        font-size: 36px;
        margin-bottom: 10px;
        margin-top: 50px; }
      .landingPage .header-slide .slide-content h2 {
        margin-bottom: 50px;
        font-size: 22px; }
      .landingPage .header-slide .slide-content hr {
        max-width: 150px;
        border-width: 2px;
        margin-bottom: 18px; }
      .landingPage .header-slide .slide-content a {
        color: #ffffff; }
      .landingPage .header-slide .slide-content img {
        margin-left: 0px;
        margin-bottom: 10px; }
    .landingPage .header-slide img.systemImg {
      width: 100%;
      padding-right: 10%;
      margin-bottom: -4px;
      z-index: 1;
      position: relative; }
    .landingPage .header-slide img.deviceImg {
      position: absolute;
      bottom: -10%;
      right: 0;
      width: 30%;
      z-index: 3; }
  .landingPage .content-block {
    padding: 60px 0 40px 0;
    flex: 1; }
  .landingPage .howWorks {
    background: #f9a01e;
    color: #FFF;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2; }
    .landingPage .howWorks .slogan {
      font-size: 22px; }
  .landingPage .footer {
    background-color: #464646;
    color: #c8c8c8;
    padding: 40px 0 18px;
    width: 100%; }
    .landingPage .footer .row {
      margin-left: -15px;
      margin-right: -15px; }
    .landingPage .footer h3 {
      color: #FFF;
      font-weight: 500;
      margin: 0 0 14px;
      font-size: 18px; }
    .landingPage .footer a {
      color: #c8c8c8;
      line-height: 28px; }
    .landingPage .footer .footmenu {
      list-style: none;
      padding: 0;
      margin: 0; }
  @media (max-width: 992px) {
    .landingPage .footer {
      height: 360px; } }
  @media (max-width: 768px) {
    .landingPage .footer {
      height: 750px;
      padding-top: 0; }
      .landingPage .footer h3 {
        margin-top: 30px; } }
  .landingPage .form-control {
    font-size: 13px !important; }
  .landingPage .remember-me {
    font-size: 13px !important;
    font-weight: 500;
    padding-left: 25px;
    line-height: 16px;
    margin-top: 5px; }
  .landingPage .forgotPassword {
    margin-top: 15px;
    display: block; }
  @media (max-width: 992px) {
    .landingPage .remember-me {
      padding-left: 22px;
      padding-right: 5px; } }
  .landingPage [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 16px;
    width: 16px;
    border: 2px solid #dddddd; }
  .landingPage .headerButtons {
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    padding-top: 15px; }
    .landingPage .headerButtons .btn-main {
      float: none;
      line-height: 12px;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 13px; }
    .landingPage .headerButtons .loginBtn {
      background: #A2A2A2;
      border-color: #A2A2A2;
      color: #FFFFFF;
      font-weight: 700; }
    .landingPage .headerButtons .signUpBtn {
      background: #f9a01e;
      color: #ffffff;
      font-weight: 700;
      margin-left: 10px; }
  .landingPage .header-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 99999999; }
  .landingPage nav.navbar {
    background-color: #fff;
    min-height: 80px;
    height: auto;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    z-index: 4;
    border: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 0; }
    .landingPage nav.navbar .navbar-brand img {
      max-width: 380px;
      z-index: 9;
      position: relative; }
    @media (max-width: 380px) {
      .landingPage nav.navbar .navbar-brand img {
        max-width: 100%; } }
  .landingPage .mobileLogInButton {
    line-height: 14px;
    color: #777;
    font-size: 13px; }
  .landingPage .navbar-default .navbar-toggle {
    width: 100px;
    margin-top: 10px; }
  .landingPage .btn-main {
    border: 2px solid #F9A01B;
    color: #f9a01e;
    padding: 12px 30px;
    font-size: 15px;
    line-height: 14px;
    margin-top: 30px;
    border-radius: 21px;
    background: none;
    height: auto; }
  @media (max-width: 768px) {
    .landingPage .navbar-header {
      text-align: center; }
      .landingPage .navbar-header .navbar-brand {
        width: 100%; }
    .landingPage .headerButtons {
      width: 100%;
      text-align: center; }
    .landingPage .loginBtn,
    .landingPage .signUpBtn {
      width: 100%;
      max-width: 120px; } }
  .landingPage .breadcrumbs {
    margin-top: 80px;
    padding: 5px 0px;
    background: #f9a01e;
    color: #ffffff;
    font-size: 13px; }
    .landingPage .breadcrumbs a {
      color: #ffffff; }
  .landingPage .activationInput {
    margin-top: 15px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
  .landingPage .home-animation-wrapper {
    position: absolute;
    right: 0;
    min-width: 300px;
    text-align: center;
    top: 51px;
    line-height: 18px; }
  .landingPage .animation-wrapper {
    box-shadow: none; }
  .landingPage .landingLoginPage {
    height: 100vh;
    display: flex;
    flex-direction: column; }
    .landingPage .landingLoginPage .content-block {
      flex: 1; }
    .landingPage .landingLoginPage .login-btn {
      width: 100%;
      max-width: 180px;
      padding: 12px 0;
      margin-top: 5px; }

@media (max-width: 768px) {
  .landingPage nav.navbar {
    position: initial; }
  .landingPage .header-slide {
    padding-top: 0; }
  .landingPage .breadcrumbs {
    margin-top: 0; } }

.mass-upgrade-content th {
  text-align: center; }

.mass-upgrade-content th.text-left {
  text-align: left; }

.mass-upgrade-content td {
  text-align: center; }

.mass-upgrade-content td.text-left {
  text-align: left; }

.mass-upgrade-content .next-firmware {
  background: #fafafa;
  text-align: center;
  width: 250px;
  padding-left: 10px;
  padding-right: 10px; }
  .mass-upgrade-content .next-firmware select {
    width: 100%; }

.mass-upgrade-content .table-inventory th:nth-child(2) {
  position: relative;
  left: 0px; }

.mass-upgrade-content .checkbox-cell {
  width: 40px;
  padding-left: 20px; }

.mass-upgrade-content [type="checkbox"] + label {
  line-height: 28px;
  padding-left: 20px; }

.mass-upgrade-content [type="checkbox"].filled-in:not(:checked) + label:after {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #BBBBBB;
  top: 7px;
  z-index: 0;
  background: #ffffff; }

.mass-upgrade-content [type="checkbox"].filled-in:checked + label:after {
  width: 16px;
  height: 16px;
  top: 7px;
  z-index: 0; }

.mass-upgrade-content [type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

.mass-upgrade-content [type="checkbox"]:checked + label:before {
  top: 5px; }

@media (max-width: 767px) {
  .mass-upgrade-content table tr td {
    text-align: left !important; }
  .mass-upgrade-content .checkbox-cell,
  .mass-upgrade-content .next-firmware {
    width: 100%;
    padding: 5px; }
    .mass-upgrade-content .checkbox-cell .fa,
    .mass-upgrade-content .next-firmware .fa {
      margin-top: 10px;
      margin-left: 10px; } }

@media (max-width: 581px) {
  a.manage-firmwares {
    margin-right: -15px !important;
    margin-left: 15px;
    margin-top: 10px !important; } }

@media (max-width: 456px) {
  .check-all-firmwares {
    margin-left: 0px !important;
    margin-top: 10px;
    margin-right: 20px; } }

.cursor-default {
  cursor: default !important; }

.cursor-pointer {
  cursor: pointer !important; }

.networkRegistration .date-field {
  padding: 0; }

.static-legend.static-legend-SpectrumAnalyzer-waterfall {
  width: 100%;
  height: 20px;
  background-image: linear-gradient(to right, #1a3c4d, #1a3c4d, #40bf80, #6abf40, #bfaa40, #bf4040, #bf406a); }
  @media (min-width: 768px) {
    .static-legend.static-legend-SpectrumAnalyzer-waterfall {
      margin-top: 10px; } }

.static-legend.static-legend-SpectrumAnalyzer {
  margin-top: -10px; }

.static-legend.static-legend-siteSurvey {
  margin-top: -18px; }

@media (max-width: 992px) {
  .static-legend.static-legend-siteSurvey {
    margin-top: 0px; } }

.static-legend .static-legend-element {
  display: inline-block;
  color: #888;
  padding-right: 3px; }
  .static-legend .static-legend-element:after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0px 3px -2px 2px;
    border: 1px solid #C5C5C5;
    padding: 3px;
    box-shadow: inset 0px 0px 0px 1px white; }
  .static-legend .static-legend-element.legend-marking:after {
    background-color: #D4D4D4; }
  .static-legend .static-legend-element.legend-found-dev:after {
    background-color: #fbd17b; }
  .static-legend .static-legend-element.legend-device-range:after {
    background-color: rgba(255, 237, 140, 0.8); }
  .static-legend .static-legend-element.legend-maximal:after {
    background-color: #367DDE; }
  .static-legend .static-legend-element.legend-average:after {
    background-color: #7DDE36; }
  .static-legend .static-legend-element.legend-current:after {
    background-color: #ebebeb; }

@media (min-width: 992px) {
  analyzer-view .left-side-note {
    position: relative;
    bottom: -10px; } }

/** Spectrum analyzer ***/
.static-legend-label-SpectrumAnalyzer-waterfall {
  margin-top: 10px;
  padding-right: 0; }

analyzer-chart .flot-graph .legend .legendLabel {
  padding: 3px;
  color: #333; }

.flot-graph {
  width: 100%;
  height: 300px; }

analyzer-chart .navigation-control {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }
  analyzer-chart .navigation-control .pan-up,
  analyzer-chart .navigation-control .pan-down,
  analyzer-chart .navigation-control .zoom-home,
  analyzer-chart .navigation-control .zoom-out-vertical,
  analyzer-chart .navigation-control .zoom-out-horizontal,
  analyzer-chart .navigation-control .zoom-in-horizontal,
  analyzer-chart .navigation-control .zoom-in-vertical {
    display: none !important; }
  analyzer-chart .navigation-control .pan-right,
  analyzer-chart .navigation-control .pan-left {
    top: 0 !important; }
  analyzer-chart .navigation-control .zoom-out,
  analyzer-chart .navigation-control .zoom-in {
    top: 30px !important; }
  analyzer-chart .navigation-control .zoom-out {
    left: 0px !important; }
  analyzer-chart .navigation-control .pan-right {
    left: 29px !important; }

/** Series colors ***/
analyzer-chart .series-colors-1 {
  color: #f9a01e; }

analyzer-chart .series-colors-2 {
  color: #de8606; }

analyzer-chart .series-colors-3 {
  color: #000; }

/** END Spectrum analyzer ***/
/* CSS FOR COLLAPSING HORIZONTALY*/
.horizontal-collapse {
  height: 70px; }

.navbar-collapse.in {
  overflow-y: hidden; }

/*  input.time:before { display: block; content: 'Some'; }} */
.tab-slider {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: 490px; }

@media (min-width: 1200px) and (max-width: 1530px) {
  .tab-slider {
    min-height: 320px; } }

@media (min-width: 1530px) and (max-width: 1690px) {
  .tab-slider {
    min-height: 400px; } }

@media (min-width: 1690px) and (max-width: 1891px) {
  .tab-slider {
    min-height: 430px; } }

@media (min-width: 1691px) {
  .tab-slider {
    min-height: 490px; } }

@media (min-width: 2680px) {
  .tab-slider {
    min-height: 630px; } }

.horizontal-collapse {
  height: auto !important;
  width: 100%;
  -webkit-transition: width 0.35s, height 0.35s, margin-left 0.35s, margin-right 0.35s !important;
  /* Safari */
  transition: width 0.35s, height 0.35s, margin-left 0.35s, margin-right 0.35s !important;
  position: absolute;
  display: block; }

.horizontal-collapse.collapsing.in-add {
  float: left;
  margin-right: 0px;
  opacity: 1; }

.horizontal-collapse.collapsing.in-remove {
  float: left;
  margin-left: -100%;
  opacity: 1; }

.horizontal-collapse.in {
  margin-left: -15px !important;
  margin-right: -15px !important;
  opacity: 1 !important; }

.horizontal-collapse.collapse {
  margin-right: -100%;
  margin-left: 100%;
  float: left;
  opacity: 0; }

.system-alerts .title {
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: bold; }

.system-alerts input[type="range"] {
  width: 85%;
  float: right; }

.system-alerts .btn-discard {
  background: #464646;
  border: 1px solid #464646;
  color: #ffffff;
  margin-top: 15px !important; }

.formRadios table.uib-timepicker {
  margin-top: -20px; }

.formRadios .sunday table.uib-timepicker {
  margin-bottom: -20px; }

table.uib-timepicker {
  width: auto;
  margin-top: -10px; }
  table.uib-timepicker input[type=text] {
    margin: 0px 0px 0px 0px !important;
    margin-right: 0px !important;
    width: 40px !important; }
  table.uib-timepicker .btn-link {
    padding: 0px;
    width: 40px;
    height: auto;
    line-height: 1; }
    table.uib-timepicker .btn-link .glyphicon {
      color: #f9a01e;
      font-size: 10px; }
  table.uib-timepicker tr td {
    border-top: 0px solid !important; }
  table.uib-timepicker tr .uib-decrement .btn-link {
    margin-top: -15px; }

.router-dev {
  position: absolute;
  left: 6px;
  line-height: 20px;
  color: #adadad !important; }

.overridden-value {
  color: #F9A01E !important;
  font-weight: bold; }

.modal-body > div > a {
  color: #f9a01e !important; }

.info-note {
  color: #797979; }

.exclamation-color {
  color: #f9a01e !important; }

.row-disabled {
  color: #999 !important; }

.danger-msg {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

.indicator-position {
  padding-left: 40px !important; }

.gap-close {
  margin-right: -5px !important; }

.dl-simple dt {
  color: #888;
  font-size: 0.8em;
  font-weight: normal; }

.dl-simple dd {
  font-weight: bold;
  font-size: 0.9em; }

.dl-simple dd + dt {
  margin-top: 1em; }

.button-unstyled {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

.maps {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .maps .map-container {
    position: relative;
    border: 1px solid #ddd;
    flex: 1;
    display: flex;
    flex-direction: row;
    min-height: 500px; }
    .maps .map-container .map-view {
      flex: 1;
      display: block;
      position: relative;
      height: inherit; }
    .maps .map-container .map-sidebar {
      background-color: #fff;
      border-left: 1px solid #ddd;
      height: inherit;
      width: 350px;
      overflow-y: auto; }
      .maps .map-container .map-sidebar .sidebar-top {
        margin-bottom: 5px;
        margin-top: 5px; }
        .maps .map-container .map-sidebar .sidebar-top .close-btn {
          color: #888;
          font-size: 26px; }
      .maps .map-container .map-sidebar .device-info-title {
        background-color: #eee;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 10px; }
      .maps .map-container .map-sidebar p,
      .maps .map-container .map-sidebar .fa.fa-circle {
        font-size: 0.9em; }
  .maps div.angular-google-map-container {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

.device-location {
  position: relative; }
  .device-location .angular-google-map-container {
    height: 330px; }
  .device-location .map-searchbox {
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 110px;
    z-index: 2; }
    @media (max-width: 767px) {
      .device-location .map-searchbox {
        position: initial;
        width: 100%; } }
  .device-location .location-coordinates {
    background-color: #f5f5f5;
    font-size: 0.9em;
    padding: 5px;
    color: #888; }

.maps-container .gm-style-iw + div {
  display: none; }

.markerIconLabel {
  font-size: 11px;
  font-weight: bold;
  color: #555;
  text-align: center;
  width: 42px; }

.pac-container {
  z-index: 2500; }

.maps-err-container {
  background-color: #ccc;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 330px; }
  .maps-err-container .maps-err-icon {
    font-size: 38px; }
  .maps-err-container .maps-err-title {
    font-size: 20px;
    font-weight: 500; }
  .maps-err-container .maps-err-msg {
    margin-top: 15px; }

.maps-fix {
  display: flex;
  flex: 1;
  flex-direction: column; }
