@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: #fefefe;
    margin: 40px auto;
    font-size: 18px;
    color: #555;
    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;
}

.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(240, 240, 240, 0.23); //rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #555;
    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.1)inset, -1px -1px 0px rgba(255,255, 255, 0.5) inset;
    line-height: 1.0;
}

.badge-maxs span {
    font-family: geometrysoftpro;
    font-weight: 200;
    font-size: 36px;
    color: rgb(50, 200, 255);
    text-shadow: 0px 0px 1px rgb(255, 255, 255), 0px 0px 4px #fff;  //  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), -2px -2px 3px #e3e2e2;
}

/*.badge-maxs:hover, .badgeline-maxs:hover {
    box-shadow: 1px 1px 5px  rgba(100, 200, 255, 0.9);
}*/

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

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

.navbar-default .navbar-nav > li > a {
    background-color: rgba(247, 247, 247, 0.9);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12), 1px 1px 0px rgba(255, 255, 255, 0.9) inset;
    text-shadow: none;
}

.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 0px rgba(255, 255, 255, 0.8)inset,
                1px 1px 0px rgba(120, 120, 120, 0.2) inset
                ;
    background: rgba(240, 240, 240, 0.8);
    border: 1px solid rgba(100, 200, 255, 0.6); //1px solid rgba(100, 200, 255, 0.60);
}

.navbar-default .navbar-nav > .active > a {
    background-image: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12), 1px 1px 0px rgba(255, 255, 255, 0.9) inset, 0px 0px 6px rgba(100, 200, 255, 0.61);
    background: rgba(245, 245, 245, 0.2);
    border: 1px solid rgb(100, 200, 255);
}

.badgeline-maxs {
    font-family: comfortaaregular;
    background-color: rgba(240, 240, 240, 0.23);
    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.1)inset, -1px -1px 0px rgba(255,255, 255, 0.5) inset;
    line-height: 1.2;
}
span.badgeline-maxs {
    text-align: left;
}

.cpt {
    font-family: geometrysoftpro;
    font-weight: 100;
    font-size: 20px;
    color: rgb(50, 200, 255);
    text-shadow: 0px 0px 3px rgba(240, 240, 240, 1), 0px 0px 3px #e3e2e2;
}

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

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

.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: #f9f9f9;
    
}
.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(100, 200, 255, 0.0);
    transition-duration: 0.8s;
    transition-property: box-shadow;
}

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

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

.btn_style_n:hover {
    box-shadow: 0px 0px 6px rgba(116, 213, 252, 0.80), 1px 1px 1px rgba(255, 255, 255, 0.40) inset;
    border: 1px solid rgba(116, 213, 252, 0.6);
}

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

.table-hover > thead > tr > th, 
.table-hover > tbody > tr > th, 
.table-hover > thead > tr > td, 
.table-hover > tbody > tr > td 
{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f7f7f7;
    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(234, 233, 215, 0.2); 
    height: 90%; 
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 0), 0px 0px 2px rgba(255, 255, 255, 0.74) 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, 1), 0px 0px 1px rgba(255, 255, 255, 0.99) 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;
}

.comdb {
    text-align: center;
    position: relative;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    
    color: inherit;
    background-color: rgba(240,240,240,0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(100, 100, 100, 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 1px rgba(80,80,80,0.5);
}*/
hr {
    border-top: 1px solid rgba(177, 177, 177, 0.2);
    height: 1px;
    border-radius: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.align-center {
    text-align: center;
}
    
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

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

