﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import "../node_modules/bootstrap/scss/bootstrap";

/* Main, No change */
html, body {
    /*Override bootstrap font family */
    --bs-font-sans-serif: Inter var, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
    /*font-family: Inter var, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;*/
}

h1 {
    font-size: 1.25rem;
    font-weight: 300;
}

h2 {
    font-size: 1.0rem;
    font-weight: 300;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

h4 {
    font-size: 1.25rem;
    color: #123a41;
}

h5 {
    font-size: 1.00rem;
    color: #123a41;
}

p {
    font-size: 1rem;
}

a {
    font-size: 1rem;
    cursor: pointer;
    color: #456d74
}

small {
    font-size: .5rem;
    white-space: nowrap;
}

.smaller {
    font-size: .7rem;
    white-space: nowrap;
}

.small a {
    font-size: .75rem;
    cursor: pointer;
    color: #456d74 !important
}

.small-input {
    padding: .1rem 1rem .1rem 1rem;
}

.edit-cell {
    display: block;
    cursor: pointer;
}

@media (min-width: 480px) {
    h1 {
        font-size: 1.5rem;
        font-weight: 400;
    }

    h2 {
        font-size: 1.25rem;
        font-weight: 200;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 1.75rem;
        font-weight: 400;
    }

    h2 {
        font-size: 1.75rem;
        font-weight: 200;
    }
}

.header .menu-button, .header {
    text-align: center;
    color: #ffffff;
}
.menu-button span {
    padding-bottom: .5em;
    padding-left: .55em;
    padding-right: .55em;
    padding-top: .38em;
}

.menu-button span:hover {
    background-color: #e9ecef;
    color: black;
    cursor: pointer;
    border-radius: 50%;
}

.settings {
    /*flex: 0 0 250px;*/
    text-align: center;
}

.settings a {
    color: #ffffff;
    text-transform: uppercase;
    text-wrap: none;
}
.settings a:hover {
    background-color: #528dee;
    text-decoration: none;
}

.settings .navbar-toggler {
    background-color: #123a41;
}

.login-details {

}

.login-alert {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
}

.login-details a {
    color: #123a41;
    text-transform: uppercase;
    text-wrap: none;
}

.login-details a:hover {
    text-decoration: underline;
    background-color: #ffffff;
}

.login-details img {
  border-radius: 50%;
}

.picture-icon .k-icon {
    padding: 1px 1px 1px 1px;
    font-size: 28px;
    position: relative;
    top: 60px;
    right: 45px;
    z-index: 3;
}

.header .k-button {
    border: none;
    background-color: transparent;
    background-image: none;
    color: #ffffff;
}

.header .k-button:hover {
    background-color: #123a41;
    padding: 5px;
    border-radius: 50%;
}

.header .title {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 25px;
}

.header .k-avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 25px;
    box-shadow: 0 0 0px 1px #ffffff;
}

.header .k-avatar img {
    width: 40px;
    height: 40px;
}

@media (min-width: 480px) {
    .header .title {
        flex-direction: row;
        align-items: center;
    }

    .header .vl {
        border-left: 1px solid #ffffff;
        height: 25px;
        margin: 6px 15px;
    }
}

a, .btn-link {
    color: #456d74;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.k-drawer-items {
    font-weight: 400;
}

.k-drawer-content {
    margin: .25rem;
}

app {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
}

label{
    margin-bottom: 0rem !important;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content {
    padding-top: 1.1rem;
}

.address {
    margin: 0;
    padding: 0;
    line-height: 1rem !important;
}

@media screen and (max-width: 768px) {
    .portal-brand {
        display: none
    }

    .drawer:not(.k-drawer-expanded) .k-drawer {
        display: none;
    }
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu
{
    min-width: 20rem;
    z-index: 1001;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    font-size: .75rem !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: column;
    }

    .sidebar {
        width: 175px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.large-icons .k-icon {
    font-size: 80px;
    color: #dee2e6;
}

/* WORK DEAL */
.loader-indicator {
    
}

.btn {
    margin: 0px; /* removes box.com margin */
}

.btn.btn-primary:focus {
    border-color: #33cc33 !important;
    box-shadow: 0 0 10px rgba(51, 204, 51, 1) !important;
}
.workdeal-loader-container {
    position: relative;
    height: 90vh;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.btn-autocomplete {
    padding-left: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    cursor: pointer;
    border: 2px solid #123a41;
    border-radius: .25rem;
}

    .btn-autocomplete span {
        color: darkgreen;
        font-size: 1rem;
        font-weight: 400;
    }

.btn-clearform {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    margin-left: 3px;
    cursor: pointer;
    border: 2px solid #123a41;
    border-radius: .25rem;
}

    .btn-clearform span {
        color: #64696e;
        font-size: 1rem;
        font-weight: 400;
    }

.blue-circle .k-icon {
    color: #123a41;
}

.form-field-label {

}
/* Tool Tip Format */
.template-wrapper {
    display: flex;
    flex-direction: row;
}

.template-wrapper p {
    font-size: 1em;
    line-height: 1.2;
    width: 180px;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
}

.property-loader-search {
    position: absolute;
    margin-top: 60px;
    z-index: 10;
}

.property-loader {
    position: relative;
    margin-left: 40%;
    margin-top: 0px;
    z-index: 10;
}
/* WORK AREA */
.review-nav {
    float: left;
    display: block;
    width: 24vh;
    height: 80vh;
}

.drop-zone {
    height: 100%;
    border: 2px #ffffff !important;
}
    .drop-zone input[type=file] {
        position: fixed;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 1;
    }

.drop-zone-highlight {
    border: 2px dashed green !important;
}

.form-area-loader-container {
    position: fixed;
    width: 60vw;
    height: 83vh;
    margin: 0 auto;
    z-index: 1000;
}

.form-area {
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: .5em;
    padding-top: .5em;
}

/* Work Deal Tree List colors*/
.property-active {
    background-color: #ffffff !important;
    color: #ffffff !important;
}

.property-working {
    background-color: #A8A29E !important;
    color: #A8A29E !important;
}
.property-tied-out {
    background-color: #2C9C88 !important;
    color: #2C9C88 !important;
}

.property-exception {
    background-color: red !important;
    color: red !important;
}

.small-icon .k-icon {
    font-size: 10px;
    padding-right: .10rem;
}

.property-list-menu {
    right: 205px;
    position: absolute;
}

.review-list-menu {
    position: relative;
}

.work-by-button {
    padding: 0rem .375rem 0rem .375rem;
    font-size: .9rem;
    
}
    .work-by-button.k-button-solid-base.k-selected {
        background-color: #123a41;
        border-color: #123a41;
    }
/* Work Deal Status Text*/
.text-active {
    color: #ffffff;
}

.text-working {
    color: #A8A29E;
}

.text-tied-out {
    color: #2C9C88;
}

.text-exception {
    color: red;
}

.worklistcircle div, .worklistcircle span {
    background-color: #123a41;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}

.assignedlistcircle div {
    background-color: #456d74;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}

.worklistcircleempty div {
    background-color: #ffffff;
    height: 0px;
    width: 0px;
    font-size: 0px;
    color: #ffffff;
}

.worklistcircle:empty {
    display: none;
}

.search-button {
    width: 33px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-left: 0px;
    vertical-align: top;
    border-radius: .25rem;
}

/* Reporting Color */
.reporting-internal {
    color: #123a41;
    font-weight: bold;
}
/* Work Deal No Data */
.cloud {
    color: #EBEBEB;
    font-size: 90px;
}

.k-grid-norecords .k-badge-container {
    display: inline-block
}

.k-grid-norecords .k-badge-container > .k-badge {
    position: absolute;
    left: 70px;
    top: 25px;
}

.k-grid-norecords {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.k-grid-norecords:hover {
    background-color: #ffffff !important;
}
/* Grid Layout For Work Deal */
.grid-layout-container {

}

.grid-layout {
    margin: auto;
    display: grid;
    grid-auto-rows: min-content;
    height: 100%;
    overflow: auto;
}

.repeater-button {
    width: 200px;
}
/* Tree List for Work Deal*/
.fill-tree-column {
    height: 100%;
    width: 100%;
    cursor: pointer
}
/* Reporting Grid/Import Data Changes*/
.k-grid td {
    padding-top: .15rem !important;
    padding-bottom: .15rem !important;
    padding-right: .15rem !important;
    padding-left: .15rem !important;
}
.k-grid th {
    padding-top: .15rem !important;
    padding-bottom: .15rem !important;
    padding-right: .15rem !important;
    padding-left: 0rem !important;
}
.k-hierarchy-cell {
    width: 0px;
}
/* Forms */
.control {
    height: 90px;
}
.textbox-number {
    width: 150px !important;
}

.textbox {
    width: 95% !important;
}

.textbox-date {
    width: 95% !important;
}
.textbox-date-mini {
    width: 50%;
}

.textbox-money {
    width: 95% !important;
}

.dropdown-list {
    width: auto !important;
    z-index: 1;
}

.k-textarea {
    vertical-align: text-top;
    width: 95% !important;
}

.f-textarea {
    vertical-align: text-top;
    width: 95% !important;
}

.k-notification {
    width: 530px;
}

.notification-parent {
    position: relative;
    padding-top: 10px;
}

.k-notification-container {
    margin: 6px 6px;
}

.k-loader-container {
    z-index: 1;
}

/* DASHBOARD */
@media screen and (max-width: 768px) {
    .dashboard-controls {
        display: none !important;
    }
}

.dashboard-controls {
    position: absolute;
    right: 5px;
    top: 84px;
}

.dashboard-loader-container {
    position: relative;
    height: 90vh;
    width: 96vw;
    margin: 0 auto;
    z-index: 1000;
}

.dealsbystats tr.k-selected > td {
    background-color: #123a41;
    color: #ffffff;
}

.dealsbystats tr[aria-level="1"].k-master-row > td {
    border-bottom: .12rem solid #000000;
    background-color: #ced4da;
}

.dashboard-button {
    cursor: pointer;
    color: rgba(33, 37, 41, 0.5);
}

    .dashboard-button:hover {
        color: #343a40;
    }

.active {
    color: green;
}

.inactive {
    color: red;
}

.client-list {
    height: 100%;
    overflow-y: auto;
}

.deal-summary {
    height: 100%;
    overflow-y: auto;
    padding-top: .5em;
}

.tile-overflow .k-card-body {
    overflow-y: auto !important;
}

.review-chart {
    height: 200px;
}

@media screen and (max-height: 1080px) {
    .review-chart {
        height: 200px;
    }
}

.exceptions-chart {
    cursor: pointer;
}

.badge-pill {
    padding-left: .4em !important;
}

.current-activity .k-listview-content span {
    display: list-item;
    padding-bottom: 5px;
}

.recent-activity .k-listview-header,
.k-listview-content {
    padding: 0px;
}

.recent-activity .k-listview-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, 225px);
    gap: 0px 5px;
}

.favorite-link {
    color: #456d74;
    cursor: pointer;
}
.favorites-list {
    padding: 3px 3px 3px 3px;
}

.favorites-list:hover {
    background-color: #ebebeb;
}

.tile-selector {
    width: 80%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 2px solid #123a41;
    border-radius: .25rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tile-disabled {
    border: 2px solid rgba(33, 37, 41, 0.5);
    color: rgba(33, 37, 41, 0.5);
}

.tile-enabled {
    border: 2px solid #123a41;
    color: #123a41;
}

    .tile-selector div .k-icon {
        font-size: 3rem;
        font-weight: 400;
    }

    .tile-selector div {
        font-size: 1rem;
        font-weight: 400;
    }

/* REPORTING */
.reporting-loader-container {
    position: relative;
    height: 80vh;
    width: 80vw;
    margin: 0 auto;
    z-index: 1000;
}

.big-button {
    width: 250px;
}

/* Review Builder */
.builder {}

.builder div.k-card-header {
    padding: 0rem 0rem;
}

.builder div.k-window-titlebar {
    padding: .25rem .25rem;
}

.builder div.k-card-body {
    padding: 0rem .5rem;
}

.builder-review input.k-textbox {
    width: 75% !important;
}

.builder-menu {
    padding: 0rem !important;
}

.editor-input {
    width:50% !important
}

ul.k-menu-group li {
    min-width: 100px;
}

.k-window-content {
    padding: 0rem 0rem !important;
}

.k-dialog {
    padding: 1rem 1rem !important;
}
/* Custom Loader */
.login-disabled-button {
    pointer-events: none;
    opacity: 0.4;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #123a41;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spinloader 1.5s linear infinite;
}

    .loader img {
        height: 48px;
        width: 48px;
        animation: spinlogo 1.5s linear infinite;
    }

@keyframes spinloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinlogo {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

/* Microsoft Login */
.service {
    display: flex;
    align-items: center;
    background-repeat: repeat-x;
    color: #49545C;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: none;
    padding-right: 2em;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 2px;
}

    .service:hover {
        background: #e9ecef;
    }

/* Box.com */
.box-container {
    width: 100%;
    height: 92.9vh;
    margin: 0;
    padding: 0;
    min-width: 320px;
    cursor: pointer
}

.box-outer {
    z-index: 3;
    position: absolute;
    right: 0px;
    width: 24.5%;
    height: 93vh;
    border: 1px solid #dee2e6;

}
.box-close {
    z-index: 4;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 0px;
}

.preview-close {
    z-index: 4;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 0px;
    padding-top: .5rem;
    padding-right: .1rem
}

/* Chat / Threaded Conversation */
.threadcircle {
    background-color: #64696e;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
}

.pt_spacer {

}

.thread-comment-input {
    width: 100% !important;
}

.send-comment {
    width: 5%;
}
    .send-comment a {
        
        padding: .25em;
        text-decoration: none !important;
    }

    .send-comment i {
        color: #123a41;
        font-size: 1.5em;
    }

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 125px 0px 0px;
    color: #444;
    text-align: left;
    height: 100%;
}

    .direct-chat-text:after, .direct-chat-text:before {
        position: absolute;
        right: 100%;
        top: 15px;
        border: solid transparent;
        border-right-color: #d2d6de;
        content: ' ';
        height: 0;
        width: 0;
        pointer-events: none;
    }

    .direct-chat-text:after {
        border-width: 5px;
        margin-top: -5px;
    }

    .direct-chat-text:before {
        border-width: 6px;
        margin-top: -6px;
    }

.right .direct-chat-text {
    background: #123a41;
    color: #ffffff;
    margin-right: 0px;
    margin-left: 125px;
}

    .right .direct-chat-text:after, .right .direct-chat-text:before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #123a41;
    }

