div.growlUI { background: url(check48.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
    color: white; padding: 5px 5px 5px 75px; text-align: left
}
#search-error{
        font-size: 11px;
    font-weight: 600;
}
.page-title {
    font-size: 23px;
    padding: 20px 0px;
}

.certificate-form {
    padding: 50px 10px;
    border: 1px solid #8c8f94;
    }
    .certificate-img {
    border: 1px solid #000;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    }
    .certificate-form input{
    /*padding: 20px 15px;*/
    padding: 0px 15px;
    border-radius: 0px;
    }
    .certificate-form .custom-btn{
    padding: 13px 45px;
    border: 0px;
    border-radius: 0px;
    font-size: 18px;
    }
    .certificate-form label {
    font-size: 16px;
    }
    .inner-ds {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    
    }
    .cert {
    text-align: center;
    padding-top: 50px;
    }
    h1.cert-title {
    font-size: 64px;
    text-transform: capitalize;
    }
    .cert-sub-title {
    font-size: 26px;
    font-weight: 600;
    color: #cfad7a;
    }
    .name-box {
    padding: 20px 0px;
    border-bottom: 1px solid #000;
    }
    .box-content {
    padding: 45px 0px;
    text-align: center;
    }
    .certificate-box {
    background-size: 100% 100%;
    width: 1122px;
    height: 794px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    }
    .certificate-box h1 {
    margin: 0;
    font-size: 70px;
    font-weight: 400;
    color: #30343a;
    }
    .certificate-box h5 {
    margin: 5px 0;
    font-size: 25px;
    color: #a77e2d;
    }
    .certificate-box span {
    margin: 0px 0;
    font-size: 20px;
    padding: 25px 0;
    border-top: 1px solid #2f2e2e;
    
    color: #2f2e2e;
    width: 40%;
    text-align: center;
    padding-bottom: 0px;
    
    }
    .no-b{
    padding: 0px !important;
    width: auto !important;
    text-align:unset !important;
    border-top:0px !important;
    font-size:unset !important;
    }
    .border-b{
    border-bottom: 1px solid #2f2e2e;
    padding-bottom: 15px;
    width: 40%;
    margin: 0 auto 45px;
    text-align: center;
    }
    .border-b h3{
    margin-bottom: 0px;
    }
    .btm-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    font-size: 14px;
    }
    .ftr_content {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    right: 80px;
    width: 57%;
    }
    
    .back {
  
    margin: 20px auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5px 50px;
    box-shadow: 0px 0px 10px;
    background-position: center;
    width: 440px !important;
    height: 290px !important;
    max-width: 440px !important;
    min-width: 440px !important;
}
.front {
    width: 440px !important;
    height: 290px !important;
    max-width: 440px !important;
    min-width: 440px !important;
}
.student_id {
    padding-right: 20px;
}
    .logo {
    width: 70%;
    height: auto;
    }
    .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .student-detail {
    list-style: none;
    padding-left: 15px;
    margin: 0;
    }
    .student-detail li {
    margin: 12px 0;
    color: #21344f;
    }
    .student_img img {
    background: #ccc;
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 5px 12px 20px 0px #ccc;
    }
    .btm-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    }
    .btm-content p {
    margin: 0;
    color: #21344f;
    }
    .divider {
    width: 100%;
    height: 3px;
    background-color: #b27c2e;
    margin: 12px;
    }
    .front {
    box-shadow: 0px 0px 10px #000;
    margin: 20px auto;
    
    }
    .header {
    display: flex;
    align-items: center;
   
    justify-content: space-between;
    }
    .card-logo img{
    width: 100%;
    max-width: 185px;
    }
    
    .banner {
    
   background-position: center;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: 100% 100%;
    height: 175px;
    }
    .qr_code {
   width: 95px;
    height: 94px;
    margin-left: 2px;
    }
    .student_name {
   width: 63%;
    height: 34px;
    background: #ffffff;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 2px;
    font-weight: bold;
    font-size: 18px;
    
    }
    .website-link {
    text-align: right;
    }
    .website-link p {
    padding: 10px 20px;
}
    .awd{
    width: 100%;
    text-align: center;
    }
    @media screen and (max-width:600px){
    .certificate-box {
    
    width: 100%;
    height: 300px;
    background-size: cover;
    }
    }

    @media (min-width: 768px) and (max-width:991px){
        .form-horizontal .control-label {
     text-align: left !important;
}
    }

    #student_card{
        background-color: #fff;
    }
    .bg-color{
        background-color: #fff;
    }
    .upload-img input {
        background: #fff;
        border: 0px !important;
    }
    .upload-img input:focus {
        outline:none !important;
    }
    @media screen and (max-width:1200px){
        .custom-grid{
        width: 100% !important; 
    }
    }

   .autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

#adminmenu a[href="admin.php?page=add-certificate"] { 
    display: none;
}

#adminmenu a[href="admin.php?page=view-card"] { 
    display: none;
}

/*=========verify-certificate============*/

.certificate-form {
    text-align: center;
}



.table-tool .search-container {
  float: right;
  padding: 20px 0px;
}

.table-tool input[type=text] {
  padding: 2px;
  font-size: 16px;
  border: 1px solid #132273;
}

.table-tool .search-container button {
  float: right;
  padding: 7px 10px;
  background: #ddd;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.table-tool .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .table-tool .search-container {
    float: none;
  }
  .table-tool input[type=text], .table-tool .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .table-tool input[type=text] {
    border: 1px solid #ccc;  
  }
}