body {
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #777777;
	margin:0;
}

h1,h2,h3 { font-family: 'Architects Daughter', serif; color: #161d27; margin-top: 0; text-align:center; letter-spacing:1px; }


	.cent { text-align:center; }
	
	
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    margin: 0;
        margin-right: 0px;
		filter:none;
}	

.top { background:#000; padding:20px; margin-bottom:30px; }
.top h1 { color:#fff; margin-bottom:0; }
.box { width: 90%; max-width: 400px; margin: auto; text-align: center; display:none; }



.box button, .box input { width:100%; margin-bottom:10px;  }
.row button, .row input { width:90%; margin-bottom:10px;  } 

.row input { background:#f7f7f7; border:1px solid #afafaf; }
.row input.b_log { background: #dfdfdf; color: #000; cursor:pointer; }

	.ramka { padding:15px; border:1px solid #dfdfdf; }

.status { position: relative; width: 55px; height: 25px; float: left; margin-right:10px; }
.lista { width:100%; margin-top:40px; }
.lista ul { width: 90%; max-width: 500px; margin: auto; text-align: center; }
.lista li { width: 100%; padding:7px; }

.l_brak { border-top:1px solid black; border-bottom:1px solid black; }
.komu {border-top:1px solid red; border-bottom:1px solid red; text-align:center; margin-top: 20px; font-weight: bold; padding: 10px; }


.del_device { cursor:pointer; margin-left:20px; }
.activd { color:red; }
ul { list-style:none; }
.seti { text-align:center; margin-top:40px; }
.seti .ram { width:200px; text-align:left; margin:auto }

.flogin { width:90%; max-width:400px; margin:auto;}
.lf { border:1px solid #ddd; }

	.rowt { width:100%; color:#000;  text-align:center; padding:10px; }
	.rowt h2 { margin-bottom:0; }
	.row { width:100%; padding-top:10px; text-align:center; }
	.row span { text-align:right; }
	
.lista label.lname { float:left; }	
	
.test_p { text-align:center; margin-top:30px; }	

.save_set { padding: 5px 60px; cursor: pointer; }
	
	
.logout	{ position:absolute; color:#fff; right:10px; top:10px; }
.test_p { display:none; }
.info_zgoda { display:none; }

* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 26px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
bottom: 0px;
background-color: #999;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #319559;
}

input:focus + .slider {
  box-shadow: 0 0 1px #319559;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}		