
.astric{
    color: red;
}

.page-background-home {
    position: relative; 
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.page-background-home::before {    
    content: "";
    background-image: url('../images/background.png');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
}

/* User Login */
.family-tree-header {
    position: absolute;
    width: 100%;
    top: 15px;
    right: 0;
    text-align: right;
}

.family-tree-header a {
    padding: 10px;
    width: 130px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #0079ff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #0079ff;
    cursor: pointer;
    z-index: 9;
    margin-right: 15px;
}

/* Error Fields */
.error-field{
    float: left;
    width: 100%;
    font-size: 14px;
    color: red;
    font-weight: 500 !important;
}

.error-field p{
    margin-bottom: 0;
}

.drpdown-validation .error-field{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.drpdown-validation-a .error-field{
    position: absolute;
    bottom: -5px;
    left: 10px;
}

.textarea-validation .error-field{
    position: absolute;
    bottom: -15px;
    left: 5px;
}

/* Table */
#qc_table{
    font-size: 14px;
}

.table-action{
    width: 100px;
}

.table-edit, .table-delete{
    float: left;
    width: 49%;
    text-align: center;
    cursor: pointer;
}

.table-edit{
    color: #007bff;
}

.table-delete form button{
    color: #ff0000;
    border: 0;
    background-color: transparent;
}

.table-action-divider{
    float: left;
    width: 2%;
}

.table-accept .fa-thumbs-up{
    color: #00b200;
}

.table-reject .fa-thumbs-down{
    color: #ffa500;
}


.table-icon .far, .table-icon .fab{
    cursor: pointer;
    font-size: 18px;
}

.tracker .fa-eye{
    color: #007bff;
    cursor: pointer;
    font-size: 16px;
}

.remove-row{
    float: left;
    width: 100%;
    text-align: right;
    color: red;
    font-size: 20px;
    cursor: pointer;
}

#duplicateAppForm{
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.delete-form{
    float: left;
    width: 100%;
    color: red;
    text-align: center;
}

.remove-form,
.remove-photo {
    margin-top: 25px;
    padding: 15px;
    color: red;
    cursor: pointer;
}


/* Select 2 */
.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}


/* Delete - Flashdata message */
.deleted_message,
.accepted_message{
    position: fixed;
    z-index: 9999;
    top: 50px;
    left: 45%;
}

.deleted_message .alert-dismissible .close, .deleted_message .alert-dismissible .mailbox-attachment-close,
.accepted_message .alert-dismissible .close, .accepted_message .alert-dismissible .mailbox-attachment-close {
    top: -10px;
    color: #fff;
    opacity: 9999;
}

.deleted_message .alert-danger,
.accepted_message .alert-danger{
    padding: 5px 25px;
    font-size: 14px;
    margin-left: 5px;
}

/* Edit Family Member Details */
.marriage-date{
    display: none;
}

.photo-preview{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.photo-preview-title{
    position: absolute;
    left: 130px;
    color: #0e66ae;
}

.photo-preview img{
    width: 100px;
}

/* Cropper JS */
img {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}

#canvas {
    height: 600px;
    width: 100%;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid black;
}

#cropped-result{
    width: 200px;
    height: 200px;
}

.display-none{
    display: none;
}


/* Admin Lte changes */
.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
    border-right: 1px solid #ced4da;
}

.user-panel .image {
    padding-top: 0.8rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #333;
}

.icheck-primary{
    float: left;
    width: 100%;
}

.icheck-primary input[type=checkbox] {
    width: 25px;
    height: 20px;
    position: relative;
    top: 6px;
}

/* Member Application */
.member-app-th, .member-app-td{
    border: 1px solid #ccc;
    font-size: 16px;
}

.member-app-th{
    font-weight: 600;
}

.app-status-pending{
    color: #828282;
}

.app-status-completed{
    color: green;
}

.table-edit button{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

.app-status-table-completed{
    float: left;
    width: 100%;
    color: green;
    text-align: center;
}

/* Member form */
.form-note{
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 15px;
    font-weight: 500;
}


/* Admin Guide */
.admin-guide ul li{
    list-style-type: decimal;
}

.admin-guide .table-edit{
    float: none;
    width: auto;
    padding: 0 5px;
}

.admin-guide .table-delete{
    float: none;
    width: auto;
    padding: 0 5px;
    color: #ff0000;
}


/* Loader */
.loader {
    min-width: 200px;
    width: 100%;
    height: 100vh;
    padding: 10px;
    left: 0;
    top: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: progress;
    background-color: #fff;
    transition: 0.3s linear;
    z-index: 9999;
}

.loader-111 {
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 2px #333, 0 0 1px #333, 0 0 1px #333;
    letter-spacing: 2px;
    position: relative;
}
.loader-111::after {
    content: "Loading";
    position: absolute;
    left: 0;
    top: 0;
    color: #FF3D00;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-animation: animloader111 6s linear infinite;
            animation: animloader111 6s linear infinite;
}
  
@-webkit-keyframes animloader111 {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes animloader111 {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}