.verifyme-error {
    text-align: center;
    background: white;
    padding: 25px 0px;
    border: 2px solid red;
    font-size: 22px;
    width: 100%;
}






#verifications_pending th, #verifications_pending td {
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
	text-align: center !important;
	box-shadow: none !important;
}

#verifications_pending th.dt-type-numeric, #verifications_pending th.dt-type-date, #verifications_pending td.dt-type-numeric, #verifications_pending td.dt-type-date {
    text-align: center !important;
}

#verifications_pending thead th { text-align: center; border-right: none !important; border-left: none !important;  }

#verifications_pending > tbody > tr {
    height: 73px !important;
    font-size: 15px !important;
}

#verifications_pending th {
    font-size: 14px !important;
}

#verifications_pending thead {
    height: 38px;
}


 #verifications_pending > thead {   background: #f9f9f9 !important; }
 
 
 
 
 
 
 
 .datatables-filters { width: fit-content !important;
    margin: 0 auto !important; margin-top: 22px !important; }
	
.datatables-filters select  {     padding: 5px 10px;
    font-size: 14px; }	
 
#verifications_pending .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

#verifications_pending .btn {
    border-radius: 3px;
}

#verifications_pending .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

#verifications_pending .btn-default {
    color: #333;
    border-color: #adadad;
}

#verifications_pending .btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


#verifications_pending .dt-length label { display: none; }

.paging_full_numbers {
    width: auto !important;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    font-weight: 700 !important;
    background: #004e7b !important;
    color: #ffffff !important;
    border: 1px solid;
    margin-right: 3px;
}

div.dt-container .dt-paging .dt-paging-button.current { color: #ffffff !important; }

.paginate_button.current  {
  color: red !important;
}

div.dt-container .dt-paging .dt-paging-button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0px 8px !important;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
    border: 1px solid !important;
    margin-right: 4px !important;
}

#verifications_pending td {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: 1px solid #fff;
}


#verifications_pending  tbody {
background: white !important;

}


#verifications_pending  div.dt-container div.dt-layout-cell.dt-end {
    text-align: left;
}


#btn_bypass_approved { margin: 0 auto;
    display: block; }

.bypass-approved-note {
    width: 173px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;
}


 

@media only screen and (max-width: 768px) {

#doc_table td:nth-child(3), 
#doc_table th:nth-child(3), 
#doc_table td:nth-child(2), 
#doc_table th:nth-child(2), 
#doc_table td:nth-child(6), 
#doc_table th:nth-child(6) 
{
    display: none !important;
}

h6.wizard-doc-line-1, h5.wizard-doc-line-2, h6.wizard-doc-line-3, h6.wizard-doc-line-4 {
    text-transform: none !important;
    color: #474747;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
}

}



