.header-block button {
    float: right;
}

/* Comman Css Start */
@media print {
  body * {
    visibility: hidden;
  }
  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }
  #print_div * {
    visibility: visible;
  }
}
input.error, select.error, textarea.error {
    border: 1px solid red !important;
}

label.error {
    color: red;
    font-weight: normal !important;
    font-size: 15px;
}
div.error-group {
    border: 1px solid red !important;
    border-radius: .25rem;
}
div.error-group input.error, div.error-group .input-group-text {
    border: none !important;
}
div.error-group .form-control:focus {
    border-color:  transparent;
}
.primary-color {
    color: #007bff !important;
}
.danger-color {
    color: #dc3545 !important;
}
.info-color {
    color: #17a2b8 !important;
}
.warning-color {
    color: #ffc107 !important;
}
.success-color {
    color: #28a745 !important;
}

/* Custom Css */
.header-block button.add, .header-block a.add {
    float: right;
}
.form-control:disabled:hover, .form-control[readonly]:hover {
    cursor: no-drop;
}

/*.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}*/
.family_add_form {
    background: green;
    padding: 5px 8px 5px 8px;
    border-radius: 50px;
}
.checklist_add_form {
    background: green;
    padding: 5px 8px 5px 8px;
    border-radius: 50px;
}
.family_remove_form {
    background: red;
    padding: 5px 8px 5px 8px;
    border-radius: 50px;
}
.checklist_remove_form {
    background: red;
    padding: 5px 8px 5px 8px;
    border-radius: 50px;
}
.checklist_edit_form {
    background: #007bff;
    padding: 5px 8px 5px 8px;
    border-radius: 50px;
}
.family_add_form i, .family_remove_form i , .checklist_add_form, .checklist_edit_form, .checklist_remove_form{
    color: #FFFFFF;
}

.education_add_form {
    background: green;
    padding: 5px 8px 5px 8px;
    border-radius: 50px;
}
.education_remove_form {
    background: red;
    padding: 5px 8px 5px 8px;
    border-radius: 50px;
}
.education_add_form i, .education_remove_form i {
    color: #FFFFFF;
}
.table.viewer-table td, .table.viewer-table th {
    padding: .50rem;
}

.cm-auth-page {
    height: 100vh !important;
    margin: 0;
    padding: 0;
}

.cm-bg-wrapper {
    background-image: url('../img/img-auth.jpg');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

.login-logo img {
    max-width: 260px;
}
img.cm-wrapper-size {
  max-width: 150px;
  max-height: 100px;
  margin-bottom: 15px;
}

/* The Modal (background) (image modal) */
.cm-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: auto;
    height: auto;
    overflow: hidden;
    outline: 0;
    margin-left: 35%;
    margin-top: 7%;
    background-color: black;
}

 /*Modal Content */
.cm-modal-content {
  position: relative;
  background-color: #fefefe;
}

/* The Close Button */
.cm-close {
  color: white;
  top: 5px;
  font-size: 35px;
  font-weight: bold;
}
.cm-modal-header {
  display: none;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* default modal close */
.cm-modal {
  display: none;
}
.cm-close:hover,
.cm-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cm-cursor {
  cursor: pointer;
}

/*image url hide(summernote)*/
.note-group-image-url {
  display: none;
}

.note-image-btn {
  display: none;
}
.main-content {
  min-height: calc(103vh - 120px);
}

.dataTables_paginate {
    margin-top: 10px;
}
.first {
    background-color: #007bff !important;
    color: #fff !important;
}
.last {
    background-color: #007bff !important;
    color: #fff !important;
}
.dataTables_paginate .page-item {
    padding: 0.4rem 0.75rem;
    color: #000000;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin: 0px 3px;
    font-weight: 500;
}
.dataTables_paginate .page-item:hover {
    background-color: #007bff;
    color: #fff;
}

.dataTables_paginate .paginate_input {
    border: 1px solid #bfc5cbfa;
    padding: 0.2rem 0.75rem;
    width: 60px;
    text-align: center;
}

/* #candidateexamlist_paginate {
    margin-top: 10px;
}
#candidateexamlist_first {
    background-color: #007bff !important;
    color: #fff !important;
}
#candidateexamlist_last {
    background-color: #007bff !important;
    color: #fff !important;
}
#candidateexamlist_paginate .page-item {
    padding: 0.4rem 0.75rem;
    color: #000000;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin: 0px 3px;
    font-weight: 500;
}
#candidateexamlist_paginate .page-item:hover {
    background-color: #007bff;
    color: #fff;
}

#candidateexamlist_paginate .paginate_input {
    border: 1px solid #bfc5cbfa;
    padding: 0.2rem 0.75rem;
    width: 60px;
    text-align: center;
} */

.cm-code-instructions {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.446);
    margin-bottom: 20px;
}


/*Custom media query Start*/
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }
    .filter-area {
        flex-wrap: inherit;
    }
    .dataTables_paginate .paginate_input {
        width: 40px;
    }
    #candidateexamlist_paginate .paginate_input {
        width: 40px;
    }
}

.progress-container {
    display: flex;
    align-items: center;
}
.progress {
    flex-grow: 1;
    margin-right: 10px;
}
