﻿.background {
    background: url('../../images/alvm_backround.jpg');
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.layer {
    background-color: rgba(0,0,0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.imageuploadify-container {
    display: none !important;
}

.card-header img {
    height: 60px;
}
.avatar {
/*    background: gray;*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 20px;
}

.ValuationAdd .btn i {
    margin: 0;
}
.ValuationAdd .btn  {
    letter-spacing: inherit;
}

table tbody td {
    vertical-align: top !important;
}

#table-summary-market-rent-review tbody td {
    vertical-align: top !important;
}

.form-label {
    font-weight: bold;
    display: inline-block !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.form-select {
    width: auto !important;
}

.logo-text img {
    height: 45px;
}
/*MENU*/
#menu {
    background: #19193B;
}

.metismenu a {
    color: #fff;
}

.metismenu .disabled {
    opacity: .65;
}

.sidebar-wrapper .metismenu a {
    color: #fff;
}

.sidebar-wrapper .metismenu ul, .sidebar-wrapper {
    background: #00545F;
    border: 0;
}

    .sidebar-wrapper .metismenu ul li a {
        color: #fff;
    }

    .sidebar-wrapper .metismenu .mm-active > a, .sidebar-wrapper .metismenu a:active, .sidebar-wrapper .metismenu a:focus, .sidebar-wrapper .metismenu a:hover {
        color: #fff;
    }
.note-group-image-url{
    display:none!important;
}
.note-modal-footer{
    min-height:50px;
}
.note-editable {
    min-height: 200px !important;
    font-family: "Calibri";
}
.note-icon-caret::before{
    display:none!important;
}
/*editvaluation*/
.drop-zone {
    position: relative;
    z-index: 2;
}
.imageuploadify{
    z-index:-1;
}
.drop-zone.hover .imageuploadify {
    border-style: solid;
    background-color: rgba(242, 242, 242, .7);
}

#upload-list {
    /*table-layout: fixed;*/
}

    #upload-list th {
        vertical-align: middle;
        word-break:break-word;
    }

    #upload-list thead tr th:first-of-type {
        width: 50%;
    }

    #upload-list thead tr th:nth-of-type(2) {
        width: 15%;
    }

    #upload-list thead tr th:nth-of-type(3) {
        width: 15%;
    }

    #upload-list thead tr th:nth-of-type(3) {
        width: 15%;
    }

#loading-icon, .loading-icon {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(50%);
}
.loading-icon {
    transform: translate(-50%,60%);
}
.switcher-wrapper.switcher-toggled{
    display:none!important;
}
.switcher-toggled.switcher-gpt {
    width: 500px;
    top: 20px;
    right: 20px;
    background: transparent;
    height: 90vh;
    display: block !important;
}

.switcher-gpt .switcher-btn {
    background: #10A37F;
}

    .switcher-gpt .switcher-btn .icon-chatGPT {
        height: 45px;
    }

.switcher-toggled.switcher-gpt .switcher-body {
    /*overflow-y: scroll;*/
    height: 95vh;
    padding:0;
}

.switcher-toggled.switcher-gpt .chat-wrapper {
    height: 95vh;
}

.switcher-toggled.switcher-gpt .chat-content {
    position: relative;
    width: auto;
    overflow-y: scroll;
    height: calc(90vh - 250px);
}
.copy-btn:hover{
    cursor:pointer;
}

.switcher-toggled.switcher-gpt .chat-header, .switcher-toggled.switcher-gpt .chat-footer {
    left: 0;
}
.switcher-toggled.switcher-gpt .chat-footer {
    height:300px;
}
.switcher-toggled.switcher-gpt .chat-footer label{
    margin:0;
    font-weight:bold;
    padding:10px 0;
}
.switcher-toggled.switcher-gpt .chat-footer textarea {
    height: 150px;
}
    .switcher-toggled.switcher-gpt .chat-footer .input-forms {
        width: calc(100%);
    }

    .switcher-toggled.switcher-gpt .chat-content {
        margin-left: 0;
    }

.switcher-btn-pdfViewer {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: #19193B;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 13%);
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 40%;
    right: 100%;
    cursor: pointer;
    top: calc(40% - 50px);
}
.switcher-btn-pdfViewer img{
    height:30px;
}



.leaseSynopsis .withCheckbox .input-group-text {
    width: 70px;
    position: relative;
}

    .leaseSynopsis .withCheckbox .input-group-text .form-check-input {
        display: inline-block;
        right: 12px;
    }

.leaseSynopsis .form-label.withCheckbox {
    display: inline;
    position: relative;
    margin-left: 30px;
}
    .leaseSynopsis .form-label.withCheckbox .form-check-input {
        position: absolute;
        left: -6px;
    }

.leaseSynopsis .form-check{
    margin-left:20px;
}
.leaseSynopsis .input-group, .leaseSynopsis .note-editor {
    margin-bottom: 20px;
}
.leaseSynopsis .withCheckbox .form-check-input{
    display:none!important;
}
.leaseSynopsis .withCheckbox .bx.bx-check-circle, .leaseSynopsis .withCheckbox .fa.fa-check-circle {
    font-size: 20px;
    position: absolute;
    left: -30px;
    top: -5px;
    cursor: pointer;
    color: #6C757D;
}
.leaseSynopsis .withCheckbox .fa.fa-check-circle {
    top:0px;
}
    .leaseSynopsis .withCheckbox .fa.fa-check-circle.checked, .leaseSynopsis .withCheckbox .bx.bx-check-circle.checked {
        color: #0D6EFD;
    }

#pdfViewer #loading-icon {
    transform: translate(-50%,50%)!important;
}

#pdfViewer, .switcher-btn-pdfViewer {
    display: none;
}
#PDFframeContent{
    height: calc(100vh - 280px);
}
.sticky-top {
    top: 70px;
    z-index: 1;
}
/*#FIELD MAINTENANCE*/
.field_maintenance table tr th:nth-of-type(1), .field_maintenance table tr td:nth-of-type(1) {
    width: 150px !important;
}
.field_maintenance table tr th:nth-of-type(2), .field_maintenance table tr td:nth-of-type(2) {
    width: 200px !important;
}
div.dt-buttons{
    float:right!important;
}

.addValuation #upload-list thead tr th:nth-of-type(1), #upload-list tbody tr td:nth-of-type(1) {
    width: unset !important;
}
.addValuation #upload-list thead tr th:nth-of-type(2), #upload-list tbody tr td:nth-of-type(2), .addValuation #upload-list thead tr th:nth-of-type(3), #upload-list tbody tr td:nth-of-type(3) {
    width: 100px !important;
    position:relative;
    text-align:center;
}

.addValuation #upload-list tbody tr td .form-check-input[type=checkbox] {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(50%,-50%);
}
table tbody tr td .form-control{
    border: 1.5px solid #ced4da!important;
}

.mic {
    margin-top: -25px;
    border: 5px solid #008CFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 20px;
    position: relative;
}
    .mic.on {
        border: 5px solid #DC3545;
    }
    .mic i {
        font-size: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

