@font-face {
    font-family: 'comfortaabold';
    src: url('../fonts/comfortaa_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'comfortaaregular';
    src: url('../fonts/comfortaa_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'comfortaathin';
    src: url('../fonts/comfortaa_thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geometrysoftpro';
    src: url('../fonts/Geometry_Soft_Pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #777;
    margin: 40px auto;
    font-size: 18px;
    color: #ddd;
    font-family: comfortaaregular, sans-serif;
}

container {
    width: 100%;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-param {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox .form-param {
    margin-bottom: 24px;
}

.form-signin .checkbox .form-param {
    font-weight: normal;
    font-size: 16px;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-signin .form-control:focus .form-param {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-param input[type="param"] {
    text-align: center;
    font-weight: normal;
    font-size: 16px; 
}

.input-group {
    border-collapse: separate;
    display: table;
    margin-bottom: 12px;
    position: relative;
}

.showdata {
    display:none;
}

.form-control {
    text-align: center;
    background: #ddd;
}

.btn-xs {
    margin-right: 5px;
}

.ledoff {
    background: url("../img/loffg.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    background-size: contain;
    position: relative;
}

.ledon {
    background: url(../img/lonb.png) no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    background-size: contain;
    position: relative;
}

.wifi-00 {
    background: url(../img/wifi-00.svg) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    padding: 18px;
    margin: 10px;

}
.wifi-25 {
    background: url(../img/wifi-25.svg) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    padding: 18px;
    margin: 10px;

}
.wifi-50 {
    background: url(../img/wifi-50.svg) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    padding: 18px;
    margin: 10px;

}
.wifi-75 {
    background: url(../img/wifi-75.svg) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    padding: 18px;
    margin: 10px;

}
.wifi-100 {
    background: url(../img/wifi-100.svg) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    padding: 18px;
    margin: 10px;

}

.badge-maxs {
    font-family: comfortaaregular;
    background-color: rgba(94,98,89,0.01);
    border-radius: 4px;
    color: #ddd;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    min-width: 130px;
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12) inset, -1px -1px 1px rgba(255, 255, 255, 0.12)inset;
    line-height: 1.0;
}

.badge-maxs span {
    font-family: geometrysoftpro;
    font-weight: 200;
    font-size: 36px;
    color: rgba(231, 255, 106);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.48), -1px -1px 2px rgba(255, 255, 255, 0.27);
}

.navbar-default {
    background: linear-gradient(to bottom, rgba(119, 119, 119, 0), rgba(119, 119, 119, 0));
    border-style: none;
    box-shadow: none;
}

.well {
    background: #777;
    background-image: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 1px 1px 4px rgba(255, 255, 255, 0.25) inset;
    border-style: none;
    margin: 0 auto;
    margin-bottom: 10px;    
}

.navbar-default .navbar-nav > li > a {
    background-color: rgba(116, 116, 116, 0.9);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15), 1px 1px 0px rgba(255, 255, 255, 0.15) inset;
    color: #ddd;
    text-shadow: none;
    border: 1px solid rgba(100, 200, 255, 0.0);
}

.navbar-nav > li > a {
    border-radius: 2px;
    margin: 2px;
    padding-bottom: 15px;
    padding-top: 15px;
    border: 1px solid rgba(100, 200, 255, 0.0);
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover {
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.3)inset,
                1px 1px 1px rgba(100, 100, 100, 0.8) inset
                ;
    background: rgba(110, 110, 110, 0.8);
    color: #ddd;
    border: 1px solid rgba(210, 255, 100, 0.40);
}

.navbar-default .navbar-nav > .active > a {
    background-image: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset,
        1px 1px 1px rgba(255, 255, 255, 0.3) inset,
        0 0px 4px rgba(210, 255, 100, 0.5);
    background-color: rgba(112, 112, 112, 0.8);
    color: #ddd;
    border: 1px solid rgba(210, 255, 100, 0.40);
}

.badgeline-maxs {
    font-family: comfortaaregular;
    background-color: rgba(119,119,119,0.01);
    border-radius: 4px;
    display: inline-block;
    margin: 4px 2px;
    min-width: 130px;
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12) inset, -1px -1px 1px rgba(255, 255, 255, 0.12)inset;
    line-height: 1.2;
}
span.badgeline-maxs {
    text-align: left;
}

.cpt {
    font-family: geometrysoftpro;
    font-weight: 100;
    font-size: 20px;
    color: rgba(231, 255, 106);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.badgeline-maxs td {
    text-align: center;
}

.badgeline-maxs.btn-group > .btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: none;
    text-shadow: none;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    border-style: none;
    border-radius: inherit;
    padding: 0 5px;
    box-shadow: none;
}

.dropdown-menu{
    background-color: #ccc;
    
}

.graph {
    background: none repeat scroll 0 0 #f0f0f0;
    box-shadow: 3px 3px 8px rgba(255,255,255,0.8) inset, 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.btn_style_r {
     min-width: 64px;
    border-radius: 32px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(255, 255, 255, 0.3) inset;
    border: 1px solid rgba(210, 255, 100, 0.0);
    transition-duration: 0.8s;
    transition-property: box-shadow;
}

.btn_style_r:hover {
    box-shadow: 1px 1px 6px rgba(210, 255, 100, 0.80), 1px 1px 1px rgba(255, 255, 255, 0.40) inset;
    border: 1px solid rgba(210, 255, 100, 0.60);
}

.btn_style_n {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
    border: 1px solid rgba(210, 255, 100, 0.0);
    transition-duration: 0.8s;
    transition-property: box-shadow;
    color: inherit;
    background-color: rgba(100, 100, 100, 0.2);
    margin-bottom: 5px;
    margin-left: 0px;
}

.btn_style_n:hover {
    box-shadow: 0px 0px 4px rgba(210, 255, 100, 0.80), 1px 1px 1px rgba(255, 255, 255, 0.40) inset;
    border: 1px solid rgba(210, 255, 100, 0.60);
}

.badgeline-maxs td {
    text-align: center;
}

.badgeline-maxs a {
    min-width: 160px;
    min-height: 40px;
}

.table-hover > tbody > tr:hover > td {
    background-color:  #707070;
}

.table-hover > thead > tr > th, 
.table-hover > tbody > tr > th, 
.table-hover > thead > tr > td, 
.table-hover > tbody > tr > td 
{
    border-bottom: 1px solid #696969;
    border-top: 1px solid #888888;
    text-align: center;
}

.progbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%; 
    background: rgb(116, 213, 252); 
    height: 5px; 
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.80), 0px 0px 2px rgba(255, 255, 255, 0.80) inset;
}

.progbarV0 {
    position: absolute;
    top: 8%;
    left: 90%;
    width: 10px; 
    background: rgba(116, 213, 252,0.05); 
    height: 90%; 
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.090), 0px 0px 2px rgba(255, 255, 255, 0.080) inset;
}
.progbarV1 {
    position: absolute;
    top: 8%;
    left: 90%;
    width: 10px; 
    background: rgb(116, 213, 252); 
    height: 90%; 
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8) inset;
}

.progbarV2 {
    position: absolute;
    top: 8%;
    left: 90%;
    width: 10px; 
    background: rgb(196, 225, 141); 
    height: 90%; 
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8) inset;
}

.progbarH {
    position: relative;
}
.progbarH0 {
    top: 110%;
    width: 24%; 
    background: rgba(116, 213, 252,0.05); 
    height: 8px; 
    border-radius: 2px;
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.090), 0px 0px 2px rgba(255, 255, 255, 0.080) inset;
    display: inline-block;
}
.progbarH1 {
    top: 110%;
    width: 24%; 
    background: rgb(116, 213, 252); 
    height: 8px; 
    border-radius: 2px;
    box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8) inset;
    display: inline-block;
}
.progbarH2 {
    top: 110%;
    width: 24%; 
    background: rgb(196, 225, 141); 
    height: 8px; 
    border-radius: 2px;
    box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8) inset;
    display: inline-block;
}

.comdb {
    text-align: center;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    
    color: inherit;
    background-color: rgba(119,119,119,0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.navbar-nav > li > .dropdown-menu{
    padding: 0px 0px;
    border-radius: 4px;
    
}

.radio, .checkbox {
    padding-left: 20px;
}

.popover-content {
    text-align:center;
}

/*svg text {
	text-shadow: 0px 0px 3px rgb(80,80,80);
}*/
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	/* float: right; */
	/* min-width: 198px; */
	padding: 5px 5px;
	margin: 4px 4px;
	font-size: 14px;
	/* text-align: left; */
	list-style: none;
	background-color: #737373;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: #ccc;
    transition-duration: 3.0s;
}

.dropdown-menu a{
    position: relative;
}

hr {
    border-top: 1px solid rgba(64, 64, 64, 0.2);
    height: 1px;
    border-radius: 1px;
    border-bottom: 1px solid rgba(158, 158, 158, 0.2);
}

.align-center {
    text-align: center;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  
  /* Get rid of default border in Firefox. */
  border: none;
  border-radius: 2px;
  background: rgba(0,0,0,0.15);
 
  /* Dimensions */
  width: 250px;
  height: 20px;
}

progress[value]::-moz-progress-bar { 
  background-image:
    -moz-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(0, 0, 0, 0.1) 33%, 
      rgba(0, 0, 0, 0.1) 66%, 
      transparent 66% 
    ),
    -moz-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.25)
    ),
    -moz-linear-gradient(
      left, 
      #09c, 
      #044
    );

  border-radius: 2px; 
  background-size: 35px 20px, 100% 100%, 100% 100%; 
}

input[type="file"] {
  display: block;
  margin: 10px auto;
}
