.overlay {
    background-color: rgba(0,0,0, 0.8);
    top: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    position: fixed;
    right: 0;
    padding: 5em;
    z-index: 9999;
    display: none;
    margin-right: 30%;
}

.overlay-content {
    box-sizing: border-box;
    /*position: relative;
    top: 46%;*/
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.overlay-content table th,
.overlay-content table td {
    padding: 5px;}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

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

.domain-detail{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 100;
    padding: 0 12px;
}
.domain-detail h3 {
    font-size: 17px;
    margin: 0;
    margin-right: 10px;
}
.domain-detail.pull-right{
    justify-content: flex-end;
}
.modal-body .overlay-content .table-heading {
    margin-bottom: 20px;
}
.modal-body .overlay-content .table-heading b{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
}
.modal-body .overlay-content table th,
.modal-body .overlay-content table td{
    font-weight: normal;
    word-wrap: break-word;
}

.modal-body .overlay-content table th{
    background-color: #007bff;
    color: #fff;
}

.ccjkClientData tbody::-webkit-scrollbar , .mtClientData tbody::-webkit-scrollbar {
    display: none;
}
.ccjkClientData tbody , .mtClientData  tbody {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    max-height: 100px;
    overflow: auto;
    display: block;
}
.modal-body .overlay-content .alert.alert-danger{
    font-size: 14px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    height: 50px;
}

.overlay-content .error-message{
    margin-top: -19px;
    float: left;
    color: #a94442;
    font-style: italic;
    display: block;
    position: fixed;
}

.fields-grid{
    display: block;
}

.third-row-fields{
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-left: 24%;
    padding-top: 8px;
}

.label-align{
    display: block;
    text-align: left;
}

#clearButton{
    margin-left: 6px;
}

.searchClientTableData4columns {
    display: grid !important;
    grid-template-columns: 10% 30% 30% 30%;

}

.searchClientTableData5columns {
    display: grid !important;
    grid-template-columns: 10% 20% 20% 25% 25%;
}

.searchClientTableData6columns {
    display: grid !important;
    grid-template-columns: 10% 18% 18% 18% 18% 18%;
}

.searchClientTableData7columns {
    text-align: center;
    display: grid !important;
    grid-template-columns: 10% 15% 15% 15% 15% 15% 15%;
}