@media (min-width: 992px) {
    .modal-xl {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1200px;
    }
}

#machine-details-section{
    margin-top: 8px;
}
#machine-details-section label {
    font-weight: 700;
}
#machine-details-section input {
    margin-top: 0;
    margin-bottom: 3px;
}
.non-link {
    color: #333;
    text-decoration: underline;
}

#resolve-store-modal, #new-store-modal{
    z-index: 99999;
}

.dataTables_filter {
    display: none;
}

.dataTables_paginate {
    display: none;
}

.pq-delete-checkbox {
    width: 100%;
}

.border-box {
    border: 2px solid rgba(118, 118, 118, 0.2);
    border-radius: 10px;
    margin-bottom: 2rem;
}

.border-box--error {
    border: 1px solid red;
}

.p-4 {
    padding: 1.8rem;
}

.mb-3 {
    margin-bottom: 1rem;
    margin-top: 0;
    border-bottom: 1px solid rgba(156, 156, 156, 0.31);
    font-size: 1em;
    font-weight: bold;
}

#best-matched-stores-list li, #rb_best_matched_chains_list li {
    cursor: pointer;
}

#best-matched-stores-list li:hover {
    background: #f0f0f0;
}

#rb_best_matched_chains_list li:hover {
    background: #f0f0f0;

}

#best-matched-stores-list li.active {
    background: #428bca;
}

#rb_best_matched_chains_list li.active {
    background: #428bca;

}

.pq_checkbox {
    float: right;
    zoom: 1.25;
}

.select2-results__option[aria-selected], .select2-results__message {
    text-align: left;
}

@media screen and (min-width: 992px) {
    #job_create_modal .modal-dialog {
        width: 900px;
    }
 }
@media screen and (min-width: 1224px) {
    #job_create_modal .modal-dialog {
        width: 1200px;
    }
}
#job_create_modal .form-group, .assign-store {
    text-align: left;
}

@media screen and (min-width: 992px) {
    #deal_create_modal .modal-dialog {
        width: 900px;
    }
 }
@media screen and (min-width: 1224px) {
    #deal_create_modal .modal-dialog {
        width: 1200px;
    }
}
#deal_create_modal .form-group, .assign-store {
    text-align: left;
}

#show_remediation_log .modal-title {
    text-align: left;
}

#show_remediation_log .modal-header {
    display: block;

}
.fa-external-link-square-alt {
    color: #000000;
}
/* checkbox styled to red for machine already present at store of create job */
.main {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    cursor: pointer;
}


/* Creating a custom checkbox
based on demand */
.machine-present-check {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 2px;

}

/* Specify the background color to be
shown when checkbox is active */
.main input:active ~ .machine-present-check {
    background-color: white;
    border: 1px solid rgb(133, 133, 133);
}

/* Specify the background color to be
shown when checkbox is checked */
.main input:checked ~ .machine-present-check {
    background-color: #d9534f;
}

/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.machine-present-check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Display checkmark when checked */
.main input:checked ~ .machine-present-check:after {
    display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.main .machine-present-check:after {
    left: 4px;
    bottom: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.unfilled {
    padding-left: 10px;
}
.unfilled[data-tool-tip] {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}
.unfilled[data-tool-tip]::after {
    content: attr(data-tool-tip);
    display: block;
    position: absolute;
    background-color: dimgrey;
    padding: 0.8em .5em;
    color: white;
    border-radius: 5px;
    font-size: 0.8em;
    bottom: 0;
    left: -100%;
    white-space: pre-line;
    line-height: 1.2;
    transform: scale(0);
    transition: transform ease-out 150ms,
    bottom ease-out 150ms;
    z-index: 99999;
}
.list_top[data-tool-tip]::after {
    white-space: nowrap!important;

}
.unfilled[data-tool-tip]:hover::after {
    transform: scale(1);
    bottom: 110%;
}
a:hover {
    text-decoration: none;
}
#confirm-job-create-modal {
    z-index: 1055;
}
