html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    color: #313d4f;
    box-sizing: border-box;
}

.main {
    width: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.button:hover {
    cursor:pointer;
}

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

#main {
    color: #2f5570;
    width: 100%;
    position: absolute;
}

.button {
    background-color: #3b547d;
    border-radius: 4px;
    color: #ffffff;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
}

.button:hover {
    cursor: pointer;
}

#left-keys {
    float:left;
    margin-left: 0px;
    margin-right: 5px;
    padding: 5px;
    box-sizing: border-box;
    overflow: auto;
}

#right-tr {
    margin-top: 13px;
    width:450px;
    overflow: auto;
}

#right-error {
   float:left;
   width:auto;
   box-sizing: border-box;
   overflow: auto;
   margin-left: 350px;
}

.devices {
   box-sizing: border-box;
   overflow: auto;
   height: 400px;
}

.devices_text {
    width:100%;
    height:262px;
    overflow:auto;
}

.data-block {
    border-radius: 0px;
    border: 1px solid #cccccc;
    color: #2f5570;
    padding: 5px;
    margin: 1px;
    background-color: #ffffff;
    display:block;
    overflow: auto;
}

.items-center {
    padding: 10px;
}

.margin-obj {
    margin: 10px
}

.margin-obj-left {
    margin-left: 10px;
    margin-top: 10px;
}

.table-padding {
    padding: 10px;
}

.black {
    background-color: black;
}

#ping-label {
    margin-top: 10px;
}

.logs-margin {
}

.keys-block {
    margin-top: 20px;
    width: 100%;
    overflow: auto;
    float: left;
}

.logs_text {
    width:100%;
    height:400px;
    overflow:auto;
}

.table-header {
    color:white;
    background-color: #3b547d;
}

.header-text {
    text-align: center;
    margin-top: 15px;
    color: #2f5570;
}

.first {
     height: 20px;
     position: absolute;
 }

.second {
    top: 20px;
    height: 20px;
	position: relative;
}

.table {
    background-color: #ffffff;
}

tr:nth-child(even) {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

tr:nth-child(odd) {
    background-color: #f2f7ff;
    border: 1px solid #cccccc;
}

table td {
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  text-align: center;
  vertical-align:top;
}

table {
    border-spacing: 1px;
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

.secondary-table {
    border: 0px;
    background-color: #ffffff;
}

.tr-label {
    display: inline-block;
    width: 130px;
    height: 25px;
    margin-bottom: 3px;
}

.tr-input {
    width: 250px;
    margin-bottom: 3px;
    height: 25px;
}

#tr-block {
    height: 70px;
    margin-bottom: 15px;
}

.keys-size {
    width: 480px;
    margin-right: 3%;
}

.sign-button {
    float: right;
    margin-top: 10px;
}

.key-id {
    float: left;
    margin-top: -35px;
    margin-left: 130px;
    z-index: 999;
}

.gen-button {
    float: right;
    margin-top: 5px;
}

.gen-button:hover {
    cursor: pointer;
}

.error_label {
    color: #870418;
    border: 1px solid #870418;
}

.error-data-block {
    border-radius: 5px;
    border: 1px solid #870418;
    color: #870418;
    padding: 5px;
    background-color: #ffffff;
    display:block;
    overflow: auto;
    z-index: 999;
}

#input-command {
    width: 600px;
}

.inactive_d {
    margin: 3px;
    width: 10px;
    height: 10px;
    background-color: #cccccc;
}

.active_d {
    margin: 3px;
    width: 10px;
    height: 10px;
    background-color: MediumSeaGreen;
}

.input_block {
    width: 830px;
}

.h2 {
    margin-left: 15px;
    margin-top: 15px;
}

.bold-text {
    font-weight: bold;
}

.tabcontent {
  display: none;
  padding: 0px 0px;
  border-top: none;
  width: 85%;
}

.margin_top {
    margin-top: 15px;
}

.t_header {
    background-color: #3b547d;
}

.success_c {
    color: #2a8255;
}

.fail_c {
    color: #873141;
}

.imei {
   display: none;
}

.background-body {
    background-color: #f2f7ff;
}

.left-side {
    float: left
}

nav {
	position: relative;
	margin-top: 15px;
	width: 15%;
    background: #f2f7ff;
    float: left;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
   background: #f2f7ff;
}
nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #2f5570;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
nav ul li a:hover {
	background: #1d4f71;
	color: #fff;
	cursor: pointer;
}
nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 10px;
	float:right;
	cursor: pointer;
}

nav ul li.active, nav ul li a.active, nav ul.active, nav ul li.sub-menu.active {
	background: #1d4f71;
	color: #fff;
}

nav ul ul {
	background: #f2f7ff;
}
nav ul li ul li a {
	border-left: 6px solid transparent;
	padding: 10px 20px;
}
nav ul li ul li a:hover {
	border-left: 6px solid #3498db;
	cursor: pointer;
}

.textwrapper {
  border:1px solid #999999;
  margin:5px 0;
  padding:3px;
}

#logsValue {
    width: 100%;
}

.color {
    display: block;
    margin-left: auto;
    margin-right: auto;
}