﻿.navbar-right > li > .select2-container {
    padding-top: 10px;
}

.navbar-right > li > .select2-container > span > span > span.select2-selection__arrow {
    margin-top: 10px; 
}

.pv-lg > a {
    opacity: .5;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}

.pv-lg > a:hover, .pv-lg > a:focus {
    color: inherit;
    opacity: 1;
}

.candidate-row {
    border-bottom: 1Px solid rgba(0, 0, 0, .5);
}

.activity-mailable {
    cursor: pointer;
}

.candidate-name, .candidate-address {
    position: relative;
}

.candidate-alias-remove, .candidate-address-remove {
    position: absolute;
    right: 15Px;
    z-index: 10;
}

label.required {
    position: relative;
}

label.required:after {
    color: red;
    content: '*';
    position: absolute;
    right: -8Px;
    top: 0;
}

td > table.table-condensed {
    margin: -8Px;
}

label.invoice-label {
    font-weight: normal;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.loading:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #374151;
    animation: spinner .6s linear infinite;
}

#OrderSearchesInfo {
    position: relative;
}

/* Report Styles */
.report-content table h3 {
    margin: 5Px 0;
}

.report-content table h4 {
    margin: 0;
}

.not-done {
    color: #ef4444 !important;
    text-decoration: dotted !important;
}

.report-layout-wrapper {
    padding: 10px;
}

.report-layout {
    max-width: 1200px;
    margin: 0 auto;
}

.report-header {
}

.report-section {
    margin-bottom: 20px;
    padding: 2px;
}

.client-info {
    font-size: 16px;
}

.report-section .report-section-header {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: #374151;
    padding: 8px;
}

.report-section .pre-report-message {
    font-size: 1.5rem;
}

.report-section.client-section {
    width: 100%;
    text-align: center;
}

.report-section.search-details-section {
    padding: 0 10px;
}

.report-section table.table .filled-header {
    background-color: #76db9b;
    color: #111;
}

.report-section.report-summary-section .footnote {
    text-align: right;
    font-size: 15px;
    color: #3b82f6;
}

.notifications-table tr.read {
    background-color: #efefef;
}

    .notifications-table  tr.unread {
        background-color: #ffffff;
    }

.shopping-cart h2 {
    margin: 10Px 0;
}

.powerbi-wrapper,
.report-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
}

    .powerbi-wrapper > iframe,
    .report-wrapper > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.message-wrapper {
    display: none;
}

.middle-name-ask {
    display: flex;
    margin-top: 4Px;
}

#session-expire-modal {
    z-index: 999999;
}

.table > thead > tr > th {
    padding: 14px 8px;
    color: #111;
}

.delete-activity, .delete-document {
    cursor: pointer;
    color: red;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

/* /searches/advanced */
#as-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; /* Start element at the top */
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 70px 15px 15px 15px;
    z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    overflow-y: auto; /* Add scrollbar since we're fixed position (not absolute) */
}

table.dataTable tr th.select-checkbox::before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
    display: block;
}

table.dataTable tr th.select-checkbox::before,
table.dataTable tr th.select-checkbox::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: '\2714';
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
}

#usersTable th::before, #usersTable th::after {
    display: none;
}


/* Cleaning up look */
body {
    background-color: #ffffff;
    color: #111;
}

.wrapper > section {
    background-color: #ffffff;
}

.sidebar > .nav > li > a > em,
.sidebar > .nav > li > .nav-item > em {
    color: #ffffff;
}

/*
.sidebar > .nav > li > a:focus, .sidebar > .nav > li > a:hover,
.sidebar > .nav > li > .nav-item:focus,
.sidebar > .nav > li > .nav-item:hover {
    text-decoration: none;
    outline: none;
    color: #23b7e5;
}
*/

}

.nav-item.active .btn-default .badge {
    background: #60a5fa;
}

/* Activity CSS */
.activity-table .activity-email-content {
    max-height: 25Px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .5s ease;
    -moz-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease;
}
    .activity-table .activity-email-content:hover {
        max-height: 1000Px;
    }

    .activity-table .activity-email-content:after {
        content: '...';
        display: block;
        position: absolute;
        bottom: 0;
        right: 15Px;
    }

    .activity-table .activity-email-content:hover:after {
        content: '';
    }

#ClientCreateForm .nav-tabs > li > a {
    cursor: default;
}
    #ClientCreateForm .nav-tabs > li > a:hover,
    #ClientCreateForm .nav-tabs > li > a:focus {
        background-color: #e5e7eb;
    }
    #ClientCreateForm .nav-tabs > li.active > a:hover {
        background-color: transparent;
    }

.signature input {
    font-family: 'Great Vibes', Brush Script MT, Brush Script Std, cursive;
    font-size: 180%;
}

#neos {
    z-index: 9999;
}

#matrixCanvas {
    display: none;
    z-index: 9999;
    position: fixed;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}