h1 {
    border: 1px #eee solid;
    color: brown;
    text-align: center;
    padding: 5px;
}

.container__search, .container__search-ip {
    margin: auto;
    width: 50%;
    padding: 2px;
    word-break: break-all;
}

.container__table {
    margin: auto;
    width: 100%;
    padding: 2px;
    text-align:center;
}

.container-table__row__header {
    text-align: center;
    color: #000000;
    font-size:14px;
}

.container__port-scan-box {
    text-align: center;
    border: 1px solid green;
    padding: 5px;
    margin: 5px;
}

.container-table__row1 {
    padding: 1px;
    margin: 1px 3px;
    width: 33%;
    border-radius: 15px;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.container-table--row2 {
    padding: 3px;
    margin: 25px 3px 3px;
    width: 80%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    display: inline-block;
}

.float-center {
   float:left;
}

.table-header {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.table-row-colun{
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
}

.table-row-value{
    vertical-align: middle;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
}

.float-message {
    position:fixed;
    z-index:1001;
    height: auto;
    width: auto;
    bottom: 0px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:#444;
    font-size:13px;
    border-radius:5px;
    background:#FFF;
    box-shadow:0px 5px 10px rgba(0,0,0,0.5);
}
.float-message-inner {
    position:relative;
}

.float-message-info {
    position:fixed;
    opacity: 0.7;
    z-index:999;
    max-width:400px;
    top: 50px;
    right:20px;
    padding:15px;
    color: #2c2b2b;
    font-size:16px;
    border-radius:5px;
    background: #bfecbf;
    box-shadow:0px 5px 10px rgba(0,0,0,0.5);
}
.float-message-info-inner {
    position:relative;
}

.close-link {
    text-decoration:none;
    color:#444;
    font-weight:bold;
    position:absolute;
    top:-15px;
    right: -5px;
    font-size:18px;
}

.alert-error {
  margin: auto;
  width: 50%;
  text-indent: 30px;
  border: 1px solid;
  padding: 15px 10px 15px 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('../img/warning.png');
}

.a1-server-info {
    position: relative;
    height: auto;
    width: 320px;
    left: 130px;
    top: -25px;
    text-align: center;
    text-decoration-line: none;
    color: #2c2b2b;
    background: #f5e1c3;
    border: 1px solid;
    border-radius: 5px;
    display: none;
}

.a1-server:hover .a1-server-info {
    display: block;
}

#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.container_table {
    display: flex;
    justify-content: center;
}

.container__table__in {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 1px;
    margin: 1px 3px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
