
#fileman{
  position: absolute;
  width: 500px;
  height: 460px;
  top:50%;
  left:50%;
  border-radius: 5px;
  display:none;
}

#iniread{
 margin-left:5px;
}

.dynaout{
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
}

.dynaload{
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
}

.tim-header{
  width: 211px;
  background-color: black;
  float: left;
  margin-left: 9px;
  color:white;
  text-align: center;
}

.tim{
	width:55px;
	height:60px;
  margin-left:10px;

}

#day-out{

	border-radius:5px;
	background-color:red;
  float:left;
  width: 13%;
}

#day-head{
  background-color: rgba(255, 64, 1);
  width:100%;
  text-align: center;

}

#day-in{
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

#hour-out{

	border-radius:5px;
	background-color:red;
  float:left;
  width: 13%;
}

#hour-head{
  background-color: rgba(255, 64, 1);
  width:100%;
  text-align: center;
}

#hour-in{
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

#min-out{

	border-radius:5px;
	background-color:red;
  float:left;
  width: 13%;
}

#min-head{
  background-color: rgba(255, 64, 1);
  width:100%;
  text-align: center;
}

#min-in{
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}


.cont{
  border:1px solid;
  width:120px;
  height:50px;
  float: left;
  margin-left: 35px;
  margin-top: 33px;
}

#precent{
  background-color: red;
  width:1px;
  height: 100%;
}

#p-header{
  position: absolute;
  font-size:10px;
  margin-left:10px
}

#olek{
  float: left;
  margin-top: -5px;
}

.status{
  width: 485px;
  padding: 10px;
  display: block;
  clear: both;
  margin: 5px 0px;
  height:110px;
  background-color: rgb(33, 46, 59);
}

#ip{
  text-align: right;
  position: relative;
  margin-top:-26px;
  margin-right: 15px;
}

#device{
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  border-bottom:1px solid #707070;

}
#deviceadd {
  background-color: rgb(33, 46, 59);
}
#header{
  border-bottom: 1px solid #707070;
}

.keyheader{
  border-bottom: 1px solid #707070;
  text-align: center;
  margin-bottom: 10px;
  font-family: express;
}

.fieldwrapper {
  display: table;
  margin: 0 auto;
}

button.add{
  position: relative;
  top:5px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

button.remove{
  position: relative;
  top:5px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.keyd{
 width:140px;
}

fieldset
{
  border: solid 1px #000;
  padding:10px;
  display:block;
  clear:both;
  margin:5px 0px;
  height:100px;
  overflow: scroll;
  overflow-x: hidden;
}

select.fieldtype
{
  float:left;
  display:block;
  margin:5px;
}
input.remove
{
}
#yourform label
{
  float:left;
  clear:left;
  display:block;
  margin:5px;
}
#yourform input, #yourform textarea
{
  float:left;
  display:block;
  margin:5px;
}


#signal-strength {
  height: 60px;
  list-style: none;
  overflow: hidden;
  float:left;
  margin-top: 23px;
}
#signal-strength li {
  display: inline-block;
  width: 15px;
  float: left;
  height: 100%;
  margin-right: 1px;
}
#signal-strength li.pretty-strong {
  padding-top: 0px;
}
#signal-strength li.strong {
  padding-top: 15px;
}
#signal-strength li.weak {
  padding-top: 30px;
}
#signal-strength li.very-weak {
  padding-top: 45px;
}
#signal-strength li div {
  height: 100%;
  background: blue;
}

.konsool{
  position: relative;
  bottom: 22%;
  background-color: rgb(33, 46, 59);
}

#koutput{
  width: 504px;
  height: 460px;
  border: 1px solid rgb(136, 136, 136);
  overflow: scroll;
  overflow-x: hidden;
}

#kinput, #kinput2{
  width: 518px;
}

@-moz-document url-prefix() {
  #kinput2 {
    width: 525px;
  }
}

.led-green {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.led-yellow {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #FF0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
  -webkit-animation: blinkYellow 1s infinite;
  -moz-animation: blinkYellow 1s infinite;
  -ms-animation: blinkYellow 1s infinite;
  -o-animation: blinkYellow 1s infinite;
  animation: blinkYellow 1s infinite;
}

@-webkit-keyframes blinkYellow {
  from { background-color: #FF0; }
  50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
  to { background-color: #FF0; }
}
@-moz-keyframes blinkYellow {
  from { background-color: #FF0; }
  50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
  to { background-color: #FF0; }
}
@-ms-keyframes blinkYellow {
  from { background-color: #FF0; }
  50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
  to { background-color: #FF0; }
}
@-o-keyframes blinkYellow {
  from { background-color: #FF0; }
  50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
  to { background-color: #FF0; }
}
@keyframes blinkYellow {
  from { background-color: #FF0; }
  50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
  to { background-color: #FF0; }
}


.led-red {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #F00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
  -webkit-animation: blinkRed 0.5s infinite;
  -moz-animation: blinkRed 0.5s infinite;
  -ms-animation: blinkRed 0.5s infinite;
  -o-animation: blinkRed 0.5s infinite;
  animation: blinkRed 0.5s infinite;
}

@-webkit-keyframes blinkRed {
  from { background-color: #F00; }
  50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
  to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
  from { background-color: #F00; }
  50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
  to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
  from { background-color: #F00; }
  50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
  to { background-color: #F00; }
}
@-o-keyframes blinkRed {
  from { background-color: #F00; }
  50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
  to { background-color: #F00; }
}
@keyframes blinkRed {
  from { background-color: #F00; }
  50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
  to { background-color: #F00; }
}


.lib{
  width:100%;
  height:23%;
  background-color: white;
  margin: 0 auto;
  display: inline-block;
}

.lib-header{
  width:100%;
  background-color: rgba(22,160,133 ,0.8);
  text-align:center;
  line-height: 50px;
  font-family: chem2;
  font-size:25px;
}

.lib-outer{
    position: absolute;
    left:40%;
    top:50%;
    display: table-cell;
    width:500px;
    height:340px;
    background-image: url("/images/metalic.jpg");
    border:1px solid rgba(10,100,100 ,1 );
    vertical-align: middle;
    text-align: center;
}

#lib-button{
  background:transparent;
  border:none;
  float:right;

}

#lib-butt{
  width:40px;
  height:40px;
}

#top{

}

#bot{
  width: 100%;
  background-color: white;
  height:200px;
  margin-top:5px;
}

#left {
  float:left;
  width:50%;
  height:100%;
}
#right {
  float:right;
  width:50%;
  height:100%;
}

#table-content {
  overflow:auto;
  float:left;
  width:100%;
  height:82.7%;
}


#right thead th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  text-shadow: 1px 1px 1px #fff;
}
#right tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  background-color: rgba(175,220,186,0.5);
  text-shadow: 1px 1px 1px #fff;
  border-top: none;
  border-bottom: 1px solid rgba(211,211,211 ,1 );
}

#left thead th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  text-shadow: 1px 1px 1px #fff;
}
#left tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  background-color: rgba(175,220,186,0.5);
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
  border-top: none;
  border-bottom: 1px solid rgba(211,211,211 ,1 );
}
#left table tr:nth-child(odd) td{
 background:rgba(195,160,186,0.4);
}

#right table tr:nth-child(odd) td{
 background:rgba(195,160,186,0.4);
}

.lib button{
  background:transparent;
  border:none;

}

#liba :hover{

  border-color: #81a4d0;
  background-image: none;
  background-color: #dbeeff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #dbeeff), color-stop(48%, #d0e7ff), color-stop(52%, #bbd2f0), color-stop(100%, #bed6f5));
  background-image: -moz-linear-gradient(top, #dbeeff, #d0e7ff 48%, #bbd2f0 52%, #bed6f5);
  background-image: linear-gradient(top, #dbeeff, #d0e7ff 48%, #bbd2f0 52%, #bed6f5);
}

#liba {
  margin-left: 73%;
  background: #dddade;
  background-image: -webkit-linear-gradient(top, #dddade, #5e5e5e);
  background-image: -moz-linear-gradient(top, #dddade, #5e5e5e);
  background-image: -ms-linear-gradient(top, #dddade, #5e5e5e);
  background-image: -o-linear-gradient(top, #dddade, #5e5e5e);
  background-image: linear-gradient(to bottom, #dddade, #5e5e5e);
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  -webkit-box-shadow: 0px 1px 2px #171717;
  -moz-box-shadow: 0px 1px 2px #171717;
  box-shadow: 0px 1px 2px #171717;
  font-family: Arial;
  color: #1c0f1c;
  font-size: 16px;
  padding: 3px 15px 5px 15px;
  border: solid #8d9499 2px;
  text-decoration: none;
}
#liba:hover {
  background: #eceaed;
  background-image: -webkit-linear-gradient(top, #eceaed, #7a7a7a);
  background-image: -moz-linear-gradient(top, #eceaed, #7a7a7a);
  background-image: -ms-linear-gradient(top, #eceaed, #7a7a7a);
  background-image: -o-linear-gradient(top, #eceaed, #7a7a7a);
  background-image: linear-gradient(to bottom, #eceaed, #7a7a7a);
  text-decoration: none;
}