html {
    background-color: #E8E8E8;
}
.private-pic {
	max-width: 250px;
}
.container-dark{
	background-color: #F5F5F5 !important;
}
/*
* Nav
*/
.nav {
    color: #999999;
    padding: 10px;
    height: 56px;
    line-height: 36px;
}

.nav a {
    color: #626262;
    margin-right: 10px;
}

.nav a:hover {
    color: #999999;
}

.bg-nav {
    background-color: #333333;
}

/*
* Header
*/
.header {
    padding: 30px 0px 30px 0px;
    margin-bottom: 20px;
}

.header h1 {
    color: #3b424e;
    font-weight: 500;
}

.header h2 {
    color: #8c8c8c;
}

/*
* Search
*/
.search {
    background-color: #ffffff;
    padding: 30px 0px 20px 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.search-info {
    color: #209cee;
}

.content {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.content .is-st {
    font-weight: 500;
}

.content ul li {
    list-style-type: none;
}

.content li {
    margin-bottom: 10px;
}

.fa-green {
    color: #23CF5F;
}

.whois-data {
    padding: 20px;
}

.whois-sidebar .banner {
    margin-bottom: 10px;
}

.copyrights {
    margin-top: 40px;
    font-size: 14px;
    color: #999999;
}

.hide {
    display: none;
}

#pole {
    margin-left: 10px;
}

.add_right_padding{
    padding-right: 30px;
}

#waiting_icon{
    margin-top: 6px;
    margin-left: 6px;
}

.error{
    color: #D8000C;
    background-color: #FFBABA;
    margin: 10px 0;
    padding: 12px;
    border: 0;
    outline: 0;
    font-weight: inherit;
    vertical-align: baseline;
}

.error > i{
    margin-right: 10px;
}

.whois_row{
    border-bottom: 1px solid #ddd;
}

.inner_row{
    margin-bottom: 5px;
}

.content table td, .content table th{
    padding: 5px 10px;
}

section{
    padding: 10px 0px;
}
.last-error{
    margin: 0px;
}

#not-active-table table {
    width: 716px; /* 140px * 5 column + 16px scrollbar width */
    border-spacing: 0;
}

#not-active-table tbody, #not-active-table thead tr { display: block; }

#not-active-table tbody {
    /* height: 220px; */
    height: 159px;
    overflow-y: auto;
    overflow-x: hidden;
}

#not-active-table tbody td, #not-active-table thead th {
    width: 140px;
}

#not-active-table thead th:last-child {
    width: 156px; /* 140px + 16px scrollbar width */
}

.navbar-item {
    color: white;
}

/* .refresh-activate-buttons{
    display: block;
    margin: 5px;
} */

  #checkbox-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #span-only-errors {
    font-weight: bold;
  }

  .center-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lbold {
    font-weight: bold;
    font-size: large;
  }