.g-checker-form input.form-control.url {
    height: 25px;
    width: 85%;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 10px 0px 0px 10px;
}
.g-checker-form .call_url {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /* height: 51px; */
    cursor: pointer;
    width: 15%;
    border-radius: 0px 10px 10px 0px;
}
.table-responsive .table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ccc;
}

.table-responsive .table tr, .table-responsive .table tr td, .table-responsive .table tr th  {
    border-spacing: 0;
    border: 1px solid #ccc;
}

.table-responsive {
    width: 100%;
    overflow-y: hidden;
    min-height: 650px;
}
.g-checker-form
{
	display: flex;
}
.number, .line{
	width: 10%;
}

.loader::before {
  content: "";
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

/*.loader { max-width: 320px; }*/
.loader select, .loader::before {
  width: 100%;
  height: 32px;
}

.loader { position: relative; }
.loader select { z-index: 1; }
.loader::before {
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
}


.loader select {
  pointer-events: none;
  opacity: 0.5;
}
 
/* (E) HIDE SPINNER WHEN DONE LOADING */
.done.loader select {
  pointer-events: auto;
  opacity: 1;
}
.done.loader::before { display: none; }

.error_msg {
    background-color: #cb0303c2;
    color: #fff;
    padding: 1px 0px 1px 9px;
    margin-top: 15px;
    border-radius: 7px;
    font-size: 15px;
    margin-bottom: 15px;
    
}
.success_msg {
    background-color: #209120cc;
    color: #fff;
    padding: 1px 0px 1px 9px;
    margin-top: 15px;
    border-radius: 7px;
    font-size: 15px;
    margin-bottom: 15px;
}