﻿html,
body {
    height: 100%;
}

body {  
 
    background: #003f9c !important;
    background: -webkit-radial-gradient(left, #00c3ff, #003f9c, #6f00ff) !important;
    background: -o-radial-gradient(left, #00c3ff, #003f9c, #6f00ff) !important;
    background: radial-gradient(to right, #00c3ff, #003f9c, #6f00ff) !important;

} 
body, label {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.6em !important;
    color: black; 
}
input[type="text"],
textarea,
label,
div,
span {
    text-transform: uppercase;
}

input[type="text"]:disabled {
}

.ui-widget, .btn, .dropdown-item {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

input {
    border-radius: 7px;
    border-width: 1px;
}
[type="text"]:disabled {
    color: black;
} 
.navbar-btn {
    
}
.comparisonRx {
    width:100%;
}
card-center {
    border-radius: 10px;
}
.sb-title {
    position: relative;
    top: -12px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.concession0 {
    font-size:20px;
    color:dodgerblue;
    margin-right:25px;
}
.concession1 {
    font-size: 20px;
    margin-right: 25px;
    color:blue;
}
.concession2 {
    font-size: 20px;
    margin-right: 25px;
    color: grey;
}
.sb-title-icon {
    position: relative;
    top: -5px;
    color: gold;
}

.card-container {
    display: flex;
    height: 500px;
    width: 600px;
}

.panel {
    background: white;
    width: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.half-input-container {
    display: flex;
    justify-content: space-between;
}

.half-input {
    max-width: 120px;
}

.map {
    width: 272px;
}

h2 {
    margin: 0;
    font-family: Montserrat, sans-serif;
} 
.button-cta {
    height: 40px;
    width: 40%;
    background: #3367d6;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.48);
    cursor: pointer;
}
/* Google End */

.card-body {
    background-color: #dfe3ee !important;
}

.logo {
    font-size: 100px;
    position: absolute;
}

.logo1 {
    color: dodgerblue;
    z-index: 3;
    margin: 0 0 0 50px;
}


#TCount {
    font-size: 18px;
    font-weight: bold; 
}
.countInfo {
    font-size: 18px;
    font-weight: bold;
}
.red {
    background-color: #d9534f !important;
    color:white !important;
}
.blue {
    background-color: #0275d8 !important;
    color: white !important;
} 

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
    width: 160px;
    text-align: left;
    margin-bottom: 10px;
}

.btn-google {
    color: #fff;
    background-color: #E46F61;
    border-color: rgba(0,0,0,0.2);
    width: 160px;
    text-align: left;
    margin-bottom: 10px;
}

.btn-varovat {
    color: #fff;
    background-color: #326EE7;
    border-color: rgba(0,0,0,0.2);
    width: 160px;
    text-align: left;
    margin-bottom: 10px;
}



#socialLoginForm {
    text-align: center;
}

.HashtagInput {
    height: 60px !important;
    margin: 0 10px 10px 10px;
    width: 100%;
    display: inline-block;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: none;
    border-style: none;
}

.GroupInput {
    height: 50px !important;
    width: 80%;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #CCCCCC;
    margin: 3px 10px 3px 10px;
}

 
.Phone {
    height: 80px !important;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    border: none;
    font-size: 36px;
}

#tiny {
    height: 0;
    width: 0;
    margin: 0;
    border: none;
    padding: 0;
}

#Message {
    font-size: 20px;
    resize: none;
    width: 90%;
    height: 200px;
}

#formmessage {
    margin-right: 15px;
}

.CoolNum {
    font-family: Montserrat, sans-serif;
    font-size: 100px;
    position: absolute;
} 

.MainPageText {
    font-weight: 300 !important;
    color: white;
    display: inline;
}

.MainPageBold {
    font-weight: 500 !important;
    color: white;
    display: inline;
}

.sendingMessages {
    color: #152cdb;
    font-weight: 300 !important;
    display: inline;
    font-size: 2.5rem;
}
 

.card-center {
    top: 40% !important;
}

.numeric, .onlynumbers, .integer, .money, .roundUp {
    text-align: right;
}

.input-group .form-control {
    float: none;
}

.input-group .input-buttons {
    position: relative;
    z-index: 3;
}

.help-tip {
    margin: 2px 5px -4px 8px;
    text-align: center;
    background-color: dodgerblue;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    font-size: 8px;
    line-height: 10px;
    cursor: pointer;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 20px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.vIcon {
    margin-left: 0 !important;
    color:white;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text:after {
    color: white;
    mix-blend-mode: difference;
}


.speech-bubble {
    background: #009FE4;
    color: black;
    padding: 7px 15px;
    width: 70%;
    margin-right: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
    border-radius: 30px;
    font-weight: 100 !important;
}

    .speech-bubble::after {
        content: "";
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #009FE4;
        position: absolute;
        margin-left: 60px;
    }

.bubble {
    border-radius: 5px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.5), 3px 3px 0 hsla(0,0%,0%,.1);
    color: #333;
    display: inline-block;
    font: 16px/25px sans-serif;
    padding: 15px 15px;
    position: relative;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.5);
    color: black;
    margin: 0 30px 30px 40px;
}

    .bubble:after, .bubble:before {
        border-bottom: 25px solid transparent;
        border-right: 25px solid #fff0a0;
        bottom: -25px;
        content: '';
        position: absolute;
        right: 25px;
    }

    .bubble:before {
        border-right: 25px solid hsla(0,0%,0%,.1);
        bottom: -28px;
        right: 22px;
    }


.horizontal { z-index:-1 !important;
}

.header-area {
    z-index: 10 !important;
}

.card {
    z-index: 10 !important;
    margin-top: -24vh !important;
    border-radius: 10px !important;
    border: 2px solid #007BFF;
} 
.h11 {
    width: 350px;
    padding-left: 10px;
    text-align: center;
}
.d11 {
    clear: both;
    display: inline;
    width: 350px;
    padding-left: 10px;
    float:left;
    margin-bottom: 2px;
}
.d11:hover {
    font-weight: 500 !important;
    cursor: pointer;
}
 
.d21 { 
    display: block;
    padding-left: 10px;
    margin: 2px 0 0 3px;
    width:250px;
}
.d21:hover {
    font-weight: 500 !important;
    cursor: pointer;
}
.cContainer {
    display: block;  
}
 
.DivAmenity {
    display: block !important; 
    float:left;
}

.cAGroup, .rAGroup, .aAGroup, .AGroup {  
    width: 210px;
    padding-left: 10px;
    font-weight: 500 !important;
    margin-top: 2px;
}
.AAmenity { 
    display: block;
    width: 210px;
    padding-left: 30px;
    float: left;
    margin-top: 2px;
}
.iNoBorder {
    outline: none;
    border-color: white;
    border: none;
}



.AValue {
    width: 65px;
    float: left;
    margin-top:2px;
}
.AExist {
    height:30px;
}
.exist {
    height: 28px; 
}

.checkbox-2x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin-left:20px;
    position:relative;
}

.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin-left: 20px;
    position: relative;
    height: 15px;
    
}
.co {
    width: 285px;
    float: left;
    clear: both;
}
.ui-dialog-titlebar {
    display: none !important;
}
#coAmount {
    width:50%;
}
.form-check-input {
    margin-top:1px !important;
}

.d { 
    margin-top: -5px;
    margin-left: 7px;
    display: block;
}
.d1 {
    width: 285px;
    float:left;
    clear:both;
     
}
.d2 {
    width: 285px;
    float: left;
    clear:left;
}
.d3 {
    width: 150px;
    float: left;
    clear:both;
}

.d4{
    width: 40px;
    float: left;

} 

.d5 {
    width: 80px;
    float: left;
}


.aTValue {
        margin-left:140px;
        margin-bottom: 20px;
}
.aTExist {
    margin-left:23px;
}
.aAmenity {
    margin-left: 35px;
}

.aTType {
    margin-left: 15px;
}
.min {
    font-size: 11px !important;
    margin-bottom: 2px !important;
    margin-left: 12px;
    clear: both;
    display: block;
    float: left;
    font-weight: 500 !important;
}

.aTitle {
    font-size: 11px !important;
    margin-bottom: -2px !important;
    float: left; 
    font-weight: 500 !important;
}

.m {
    font-size: 11px !important;
    margin-bottom: 3px !important;
    margin-left: 4px;
    float: left;
    display: block;
    width: 54px;
    text-align: center;
}
.m1 {
    font-size: 11px !important;
    margin-bottom: 3px !important;
    margin-left: 12px;
    width: 50px;
    display: block;
    float: left;
    clear: both;
}

.m2 {
    font-size: 11px !important;
    margin-bottom: 3px !important;
    width: 40px;
    text-align: center;
    display: block;
    float: left;
    margin-left: 100px;
}

.m3 {
    font-size: 11px !important;
    margin-bottom: 3px;
    margin-left: 15px;
    display: block;
    float: left;
    margin-left: 17px;
}
.m4 {
    font-size: 11px !important;
    margin-bottom: 3px !important;
    display: block;
    float: left;
    width: 80px;
    margin-left: 12px;
    font-weight: 500 !important;
}
.ot {
    display: block;
    float: left;
    width: 80px;
    margin-top: -3px !important; 
    margin-left: 12px;
}

.DivType {
    display: block !important;
}
.occupancy {
    clear:both;
}
.occupancy, .term {
    width: 40px;
    border-radius: 7px;
    border-width: 1px;
}
 

.t {
    margin-left: 4px;
    width: 50px;
    text-align: right;
    border-radius: 7px;
    border-width: 1px;
}

.t1 {
    background-color: white;
    border-radius: 7px;
    padding-left:2px;
    padding-right:2px; 
}
.ht {
    display: none;
    max-height: 0;
}

.tDescription {
    margin-left: 5px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 130px;
    display: inline-block;
    position: relative; 
}

.tNumbers {
    display: inline-block;
    position: relative;
    margin-left:-85px; 
    padding-left:5px;
    background-color:white;
    z-index:100;
}
.tx {
    width: 26px;
    margin-left: 1px;
    cursor: pointer;
    float: left;
}

.t3, .t5, .t7 {
    margin-left:12px !important;
}
.t8, .t9, .t10, .t11 {
    display:none;
}
.mTa {
    margin-left: 5px;
}

.mT1 {
    margin-left: 39px;
}
.mT0 {
    color: #0069D9;
}
.mT0:hover {
    color: white;
    background-color: #0069D9;
    border-radius: 3px;
}
.mT00 {
    font-size: 18px;
    float:left;
    margin:0;
    width:60px;
    text-align:center;
    margin:0 !important;
    clear:both;
}
.mT00:hover {
    color: white;
    background-color: #0069D9;
    border-radius: .25rem;
        
}

.btnCommunities {
    width:95px;
}
#btnCommunitiesCancel:hover {
    background-color: #0D6EFD !important;
}
.fa-bars {
    font-size:20px;
}
#btnMenu {
    float:right;
    margin-top:-10px;
    margin-right:5px;
}

.link {
    font-size: 14px;
}
.tDescription {
    clear:both;
    float:left; 
}
.tCB {
    float:right;
    margin-right:10px
}
.tCBYes {
    color: dodgerblue;
}
.tcBNo {
    color:red;
}
#typeList {
    width:100%;
    height:200px;
}



.ha {
    display: none;
}
.ha.exist {
    margin-top:5px;
}

.AdoHave { 
    background-color:gray !important;
    border-color:black !important;
}
.big, .spinner {
    font-size: 95px !important;
    vertical-align: middle;
    margin-top: 20px;
    font-size: 88px;
    color: dodgerblue;
}
.bar {
    font-size: 68px;
    color: dodgerblue;
    margin-top: -30px;
    font-stretch:extra-expanded;
}

.verybig {
    font-size: 125px !important;
    vertical-align: middle;
    margin-top: 20px;
    font-size: 88px;
    color: dodgerblue;
    margin-top: 60px;
    margin-bottom:10px;
}

.bigDescription {
    font-size: 18px;
    color: dodgerblue;
    margin-top: 5px;
}
.mediumDescription {
    font-size: 18px;
    color: dodgerblue;
    margin-top: 3px;
}
.mediumcontainer {
    float: left;
    height: 150px;
    width: 120px;
    margin-left: 10px;
    text-align: center;
    margin-top: -24px;
}


.bigcontainer { 
    float: left;
    height: 150px;
    width: 120px;
    margin-left: 10px;
    text-align: center; 
    margin-top:-5px;
}


.dTitle {
    font-size:25px;
    color:black;
    width:100%;
    text-align:center;
}
.sDialog {
    border-radius: 18px;
    border: 10px solid red;
    transform:scale(1);
}
.subTitle, #delSubTitle {
    margin-top: 5px;
    margin-bottom: 5px;
}
#aaMsg, #acMsg, #arMsg, #aaaMsg, #axMsg, #atMsg, #rrrMsg {
    width: 100%;
    color: dodgerblue;
    text-align: center;
}
#removeMsg {
    width: 100%;
    color: red;
    text-align: center;
}
.theradio {
    margin-top: 5px;
}
.radioicon {
    transform: scale(1.2)
}
.preicon {
    width:40px;
}
.bStar {
    color: black;  
    float: left;
    margin-top:8px;
    margin-left:3px;
    margin-right:-5px;
}
 

 
ul.ui-autocomplete.ui-menu {
    z-index: 1000;
}
#selectMaster{
    z-index: 1000;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
}
#selectCommunityDialog {
    overflow-y: hidden;
}

.at1 {
    margin: 3px 0 0 15px;
    width:220px;
}
.rt1 {
    margin: 3px 0 0 15px;
}
.blueBorder {
    border: 2px solid #0D6EFD;
}
.blueSmall {
    border: 1px solid #0D6EFD;
}
.del {
    color: red;
    display:none;
    font-size:25px;
    cursor:pointer;
    margin-top:2px;
    margin-left: 5px;

}
#delTitle, #removeCommunity {
    font-size: 25px !important;
    color: black !important;
    width: 100% !important;
    text-align: center !important;
    color: red !important;
}

.menuItem {
    color: #007BFF;
    margin-right: 10px;
}
.menuHead {
    margin-right: 5px;
}
.dropdown-item {
    cursor: pointer;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.dropdown-item:hover {
    background-color: #c9d0ff !important;
}
.subject {
    color:gold !important;
    font-size:20px !important;
}
.okcancel {
    width:150px !important;
}
.ocIcon {
    margin-right:10px; 
}
.isDisabled {
    background-color: lightgray !important;
    color: black !important;
    border:1px solid #ded4da !important;
}
.Disab {
    background-color: #f5f5f5 !important;
}
.userName {
    display: block;
    height: 28px;
} 
.fl {
    float:left; 
}
.u {
    margin-right:10px;
}
.e {
    margin-right: 10px;
    margin-left:10px;
}
.rightsCB {
    display: inline-block;
    float: right;
    margin-top:5px !important;
}
.fU {
    width:270px;
}

.fE {
    width: 310px;
}


.VRounded {
    background-color: white;
    border-radius: 7px;
    border-color: dodgerblue !important;
    outline: 0 none !important;
}
.VRounded:focus {
    border-color: dodgerblue !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(30, 144, 253, 0.6) !important;
    outline: 0 none !important;
}

.divRound {
    background-color: white; 
    border: 1px solid dodgerblue !important;
    border-radius: 7px;
    border-right: none !important;
}
.divNoScroll {
    background-color: white;
    border: 1px solid dodgerblue !important;
    border-radius: 7px;
}
 
input[type='checkbox']{
    border-color: dodgerblue !important;
}
.form-check-input-checked-border-color {
    color:dodgerblue !important;
}
.areaName { 
}
.smallArea {
    width: 310px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
    margin-left:-15px;
 
}
.AreaCB {
    margin-right:8px;
}
ul {
    list-style-type: none;
    padding:0;
}
.SA, .SU3, .SU2 ,.SU1, .STA3, .STA2, .STA1 {
    display:none;
}
.dialogTitle {
    color: black;
    font-weight:100;
    width:100%;
    text-align:center;
}
#formmessage {
    width: 100%;
    text-align: center;
}
 

@-webkit-keyframes box1 {
    0%, 50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@keyframes box1 {
    0%, 50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@-webkit-keyframes box2 {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@keyframes box2 {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@-webkit-keyframes box3 {
    0%, 50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@keyframes box3 {
    0%, 50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@-webkit-keyframes box4 {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}

@keyframes box4 {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}

html {
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
    }

 
    body .dribbble {
        position: fixed;
        display: block;
        right: 20px;
        bottom: 20px;
    }

        body .dribbble img {
            display: block;
            height: 28px;
        }

.datepicker td, th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}

.ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    background-color: dodgerblue !important;
}
.ui-widget-header {
    background-color: dodgerblue !important;
}
.datepicker {
    background: #007BFF url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}
.ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png) !important;
}
.big-cb {
    width: 18px;
    height: 18px; 
    border-radius: 3px;
}
#theDays td { 
    width:40px;
    text-align:center
}
#theDays {
    margin-top:5px;
}
.sRed {
    color:red;
}

.sBlue {
    color: dodgerblue;
}
#loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    z-index: 9999999;  
}
 
.mItem {
    vertical-align: bottom;
    width: 130px;
    padding: 10px;
    float: right;
    text-align: center;
    font-weight: 500 !important;
    margin-top: 15px;
}
.theMenu {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    position: absolute;
    left: 50%;
}
.mThin {
    font-weight:200;
}

.mThin:hover {
    font-weight: 600;
}

.cr {
    display: inline-block;
    width: 250px;
    height: 60px;
    margin-top: 420px;
    margin-right:  10px; 
    position:fixed; 
}

.image-containerx {
    height: 100%; /* Set the container height to 100% */
    overflow: hidden; /* Hide any overflow */
    background-image: url('/Pictures/1.jpg'); /* Set the background image */
    background-size: auto 100%; /* Resize the background image to maintain aspect ratio */
    background-position: center; /* Center the background image */
}
.image-container {
    width: 100%;
    height: 307px; 
    position: relative;
    white-space: nowrap;
    overflow:hidden;
    display:inline-flex;
}

.image-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease-in-out;
}

.image-wrapper img {
    width: 264px;
    height: 307px;
    object-fit: cover;
}

.scroller {
    position: absolute;
    top: 230px;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 35px !important;
    display: none;
    text-shadow: 2px 2px 4px dodgerblue;
}
.noShow {
    display: none !important;
    visibility: hidden;
}

.hist td:first-child {
    background-color: lime;
}
.hf {
    width:150px;
}
.bigPic {
    height: 450px;
    max-width: 750px;
}

.smallPic {
    max-width: 100%;
    max-height: 100%;
}
.sFrame {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    float:left;
}
.sIcons {
    width: 180px;
    height: 150px;
    display: inline-block;
}
.iRed {
    color: red;
    font-size: 20px;
    margin-left:5px;
    margin-top:10px;
}
.iGold {
    color: gold;
    font-size: 20px;
    margin-left: 3px;
    margin-top: 30px;
}
.iBlack {
    font-size: 20px;
    margin-left: 3px;
    margin-top: 30px;
}
.iBlack:hover {
    cursor: pointer;
}
.iGold:hover {
    cursor: pointer;
}
.iRed:hover {
    cursor: pointer;
}
.toVerif {
    border:2px solid red !important;
}
.coRed {
    color:red !important;
}
.oM, .oY {
    width: 58px;
    border: none;
    text-align: center;
}
#ToldData th {
    width:58px; 
    text-align:center;
}
.oI {
    text-align:right;
    width:58px;
}
#OldDataTable {
    border: 1px solid #007BFF;
    border-radius: 7px;
    padding: 0px;
    margin: 0px;
}

#ToldHead {
    position: fixed;
    background-color: #007BFF;
    margin:0;
}

 
.tdRent {
    width:245px !important;
}
#ToldHead td, #ToldData td {
    width: 80px;
}


#ToldData {
    margin-top: 55px;
    color: black;
}
.oM, .oY {
    margin: 5px 0 5px 0;
    border-radius: 4px;
}

.oM, .oY, oI {
    font-size: 14px !important;
}
.areaContainer {
    z-index: 100;
}

.dList {
    width: 80px;
    margin-left:5px;
}
#theReport {
    border-radius: 7px;
    border: 1px solid dodgerblue;
    height: 245px;
    overflow-y: scroll;
    padding: 5px 8px 5px 8px;
}
.close {
    position: -webkit-sticky; /* Safari & IE */
    position: sticky;
    top: 0;
    z-index: 100 !important;
    text-align: right;
    padding-right: 5px;
    
}
.rCommunity {
    font-weight: 600 !important;
}
.rType {
    font-weight: 600 !important;
}
.rArea {
    font-weight: 700 !important;
}
.rDivider {
    padding: 0 !important;
    margin: 0 !important;
    border-top: 2px solid #bbb;
}
.googleChartTitle {
    font: bold 14px Arial;
    text-align: center;
    position: absolute;
    width: 100%;
    padding-top: 8px;
    margin-bottom:-30px;
}
.rNums {
    width: 60px !important;
    text-align: right;
    float: left;
}
.rDates {

    width: 60px !important;
    text-align: left;
    float: left;
    
}

.rTitle {
    width: 200px !important;
    float: left;
}

.repL {
    clear: both;
    display: flex;
    height: 20px !important;
    text-align:left;
}
.MainTitle {
    margin: 50px auto 0 auto;
    padding: 10px;
    inline-size:fit-content;
    font-size:20px;
    border:none;
}
.MainsubTitle {
    clear: both;
    margin: 20px auto 0 auto;
    padding: 10px;
    inline-size: fit-content;
    font-size: 20px;
}
.MainTitlePDF {
    padding-top: 300px;
    margin: 300px auto 0 auto;
    padding: 10px;
    inline-size: fit-content;
    font-size: 20px;
}

.repContainer {
    margin:auto;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tpage { 
}

/**/
/* main styles */
/**/
.pcss3t {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;

}

    .pcss3t > input {
        position: absolute;
        left: -9999px;
    }

    .pcss3t > label {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        transition: all 0.1s;
        -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -webkit-transition: all 0.1s;
    }

        .pcss3t > label i {
            display: block;
            float: left;
            margin: 16px 8px 0 -2px;
            padding: 0;
            border: 0;
            outline: none;
            font-family: FontAwesome;
            font-style: normal;
            font-size: 17px;
        }

    .pcss3t > input:checked + label {
        cursor: default;
    }

    .pcss3t > ul {
        list-style: none;
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        font-size: 13px;
    }

        .pcss3t > ul > li {
            position: absolute;
            width: 100%;
            overflow: auto;
            padding: 30px 40px 40px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            opacity: 0;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

    .pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
    .pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
    .pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
    .pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
    .pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
    .pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
    .pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
    .pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
    .pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
    .pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transform: scale(1,1);
        -webkit-transform: rotate(0deg);
    }


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
    height: auto !important;
}

    .pcss3t-height-auto > ul > li {
        position: static;
        display: none;
        height: auto !important;
    }

.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
    display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
    margin-top: 20px;
}

    .pcss3t .grid-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .pcss3t .grid-row:first-child {
        margin-top: 0;
    }

.pcss3t .grid-col {
    display: block;
    float: left;
    margin-left: 2%;
}

    .pcss3t .grid-col:first-child {
        margin-left: 0;
    }

    .pcss3t .grid-col .inner {
        padding: 10px 0;
        border-radius: 5px;
        background: #f2f2f2;
        text-align: center;
    }

.pcss3t .grid-col-1 {
    width: 15%;
}

.pcss3t .grid-col-2 {
    width: 32%;
}

.pcss3t .grid-col-3 {
    width: 49%;
}

.pcss3t .grid-col-4 {
    width: 66%;
}

.pcss3t .grid-col-5 {
    width: 83%;
}

.pcss3t .grid-col-offset-1 {
    margin-left: 19%;
}

    .pcss3t .grid-col-offset-1:first-child {
        margin-left: 17%;
    }

.pcss3t .grid-col-offset-2 {
    margin-left: 36%;
}

    .pcss3t .grid-col-offset-2:first-child {
        margin-left: 34%;
    }

.pcss3t .grid-col-offset-3 {
    margin-left: 53%;
}

    .pcss3t .grid-col-offset-3:first-child {
        margin-left: 51%;
    }

.pcss3t .grid-col-offset-4 {
    margin-left: 70%;
}

    .pcss3t .grid-col-offset-4:first-child {
        margin-left: 68%;
    }

.pcss3t .grid-col-offset-5:first-child {
    margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
    color: #666;
}

    .pcss3t .typography h1,
    .pcss3t .typography h2,
    .pcss3t .typography h3,
    .pcss3t .typography h4,
    .pcss3t .typography h5,
    .pcss3t .typography h6 {
        margin: 40px 0 0 0;
        padding: 0;
        font-family: Gabriela, Georgia, serif;
        text-align: left;
        color: #333;
    }

    .pcss3t .typography h1 {
        font-size: 40px;
        line-height: 60px;
        text-shadow: 3px 3px rgba(0,0,0,0.1);
    }

    .pcss3t .typography h2 {
        font-size: 32px;
        line-height: 48px;
        text-shadow: 2px 2px rgba(0,0,0,0.1);
    }

    .pcss3t .typography h3 {
        font-size: 26px;
        line-height: 38px;
        text-shadow: 1px 1px rgba(0,0,0,0.1);
    }

    .pcss3t .typography h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .pcss3t .typography h5 {
        font-size: 15px;
        line-height: 23px;
        text-transform: uppercase;
    }

    .pcss3t .typography h6 {
        font-size: 13px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .pcss3t .typography p {
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 20px;
        text-align: left;
    }

    .pcss3t .typography ul,
    .pcss3t .typography ol {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .pcss3t .typography li {
        position: relative;
        margin-top: 5px;
        padding-left: 20px;
    }

        .pcss3t .typography li ul,
        .pcss3t .typography li ol {
            margin-top: 5px;
        }

    .pcss3t .typography ul li:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 4px;
        background: #404040;
    }

    .pcss3t .typography ol {
        counter-reset: list1;
    }

        .pcss3t .typography ol > li:before {
            counter-increment: list1;
            content: counter(list1)'.';
            position: absolute;
            top: 0;
            left: 0;
        }

    .pcss3t .typography a {
        text-decoration: underline;
        color: #1889e6;
    }

        .pcss3t .typography a:hover {
            text-decoration: none;
        }

    .pcss3t .typography .pic {
        padding: 4px;
        border: 1px dotted #ccc;
    }

        .pcss3t .typography .pic img {
            display: block;
        }

    .pcss3t .typography .pic-right {
        float: right;
        margin: 0 0 10px 20px;
    }

    .pcss3t .typography .link {
        text-decoration: underline;
        color: #1889e6;
        cursor: pointer;
    }

        .pcss3t .typography .link:hover {
            text-decoration: none;
        }

    .pcss3t .typography h1:first-child,
    .pcss3t .typography h2:first-child,
    .pcss3t .typography h3:first-child,
    .pcss3t .typography h4:first-child,
    .pcss3t .typography h5:first-child,
    .pcss3t .typography h6:first-child,
    .pcss3t .typography p:first-child {
        margin-top: 0;
    }

    .pcss3t .typography .text-center {
        text-align: center;
    }

    .pcss3t .typography .text-right {
        text-align: right;
    }


/**/
/* steps */
/**/
.pcss3t-steps > label {
    cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
    -webkit-transform: scale(0.1,0.1);
}

.pcss3t-effect-rotate > ul > li {
    -webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top > ul > li {
    top: -40px;
}

.pcss3t-effect-slide-right > ul > li {
    left: 80px;
}

.pcss3t-effect-slide-bottom > ul > li {
    top: 40px;
}

.pcss3t-effect-slide-left > ul > li {
    left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
    text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
    text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
    float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
    text-align: center;
}

    .pcss3t-icons-top > label i {
        float: none;
        margin: 0 auto -10px;
        padding-top: 17px;
        font-size: 23px;
        line-height: 23px;
        text-align: center;
    }

.pcss3t-icons-right > label i {
    float: right;
    margin: 0 -2px 0 8px;
}

.pcss3t-icons-bottom > label {
    text-align: center;
}

    .pcss3t-icons-bottom > label i {
        float: none;
        margin: -10px auto 0;
        padding-bottom: 17px;
        font-size: 23px;
        line-height: 23px;
        text-align: center;
    }

.pcss3t-icons-only > label i {
    float: none;
    margin: 0 auto;
    font-size: 23px;
}


 


/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
    .pcss3t > label {
        display: block;
    }

    .pcss3t > .right {
        float: none;
    }
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 13px;
    line-height: 49px;
}

    .pcss3t > label:hover {
        background: #f2f2f2;
    }

.pcss3t > input:checked + label {
    background: #fff;
}

.pcss3t > ul {
    background: #fff;
    text-align: left;
}

.pcss3t-steps > label:hover {
    background: #e5e5e5;
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px rgba(0,0,0,0.2);
    color: #808080;
    opacity: 0.8;
}

    .pcss3t-theme-1 > label:hover {
        background: #fff;
        opacity: 1;
    }

.pcss3t-theme-1 > input:checked + label {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #2b82d9;
    opacity: 1;
}

.pcss3t-theme-1 > ul {
    border-radius: 5px;
    box-shadow: 0 3px rgba(0,0,0,0.2);
}

.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
    /*    border-top-left-radius: 0;*/
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-1 > label {
        margin-right: 0;
    }

    .pcss3t-theme-1 > input:checked + label {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-radius: 5px;
    }

    .pcss3t-theme-1 > .tab-content-first:checked ~ ul {
        border-top-left-radius: 5px;
    }
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
    padding: 5px;
    background: rgba(0,0,0,0.2);
}

    .pcss3t-theme-2 > label {
        margin-right: 0;
        margin-bottom: 0;
        background: none;
        border-radius: 0;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        color: #fff;
        opacity: 1;
    }

        .pcss3t-theme-2 > label:hover {
            background: rgba(255,255,255,0.2);
        }

    .pcss3t-theme-2 > input:checked + label {
        padding-bottom: 0;
        background: #fff;
        background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
        background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
        text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
        color: #822bd9;
    }

    .pcss3t-theme-2 > ul {
        margin: 0 -5px -5px;
        border-radius: 0;
        box-shadow: none;
    }

@media screen and (max-width: 767px) {
    .pcss3t-theme-2 > ul {
        margin-top: 5px;
    }
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
    background: rgba(0,0,0,0.8);
}

    .pcss3t-theme-3 > label {
        background: none;
        border-right: 1px dotted rgba(255,255,255,0.5);
        text-align: center;
        color: #fff;
        opacity: 0.6;
    }

        .pcss3t-theme-3 > label:hover {
            background: none;
            color: #d9d92b;
            opacity: 0.8;
        }

    .pcss3t-theme-3 > input:checked + label {
        background: #d9d92b;
        color: #000;
        opacity: 1;
    }

    .pcss3t-theme-3 > ul {
        border-top: 4px solid #d9d92b;
        border-bottom: 4px solid #d9d92b;
        border-radius: 0;
        box-shadow: none;
    }


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
    margin: 0 10px 10px 0;
    border-radius: 5px;
    background: #78c5fd;
    background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
    background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
    box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
    line-height: 39px;
    text-shadow: 0 1px rgba(0,0,0,0.5);
    color: #fff;
}

    .pcss3t-theme-4 > label:hover {
        background: #90cffc;
        background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
        background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
        background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
        background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
        background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
    }

.pcss3t-theme-4 > input:checked + label {
    top: 1px;
    background: #5f9dc9;
    background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
    background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
    text-shadow: none;
}

.pcss3t-theme-4 > ul {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-4 > label {
        margin-right: 0;
    }
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
    padding: 15px;
    border-radius: 5px;
    background: #ad6395;
    background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
    background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}

    .pcss3t-theme-5 > label {
        margin-right: 10px;
        margin-bottom: 15px;
        background: none;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        opacity: 1;
    }

        .pcss3t-theme-5 > label:hover {
            background: rgba(255,255,255,0.15);
        }

    .pcss3t-theme-5 > input:checked + label {
        background: rgba(255,255,255,0.3);
        color: #000;
    }

        .pcss3t-theme-5 > input:checked + label:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-top: 10px;
            margin-left: -6px;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
        }

    .pcss3t-theme-5 > ul {
        margin: 0 -15px -15px;
        border-radius: 0 0 5px 5px;
        box-shadow: none;
    }

@media screen and (max-width: 767px) {
    .pcss3t-theme-5 > input:checked + label:after {
        display: none;
    }
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
    height: 430px;
}

.theTap {
    height:43px !important;
    vertical-align:middle !important;
    padding-top:10px !important;
    font-size:12px !important;

}
.thetail {
    margin-bottom:10px; 
}
.thetail th {
    border-bottom: 3px double black !important;
}
.thetail tr td {
    vertical-align:top;
}

.page {
   /*  border: 3px solid red;*/
    display: block;
    padding: 12px;
    page-break-after: always;
    width:100%;
    text-align:center;
}
#pageBreak {
    padding-top:20px;
}

.pdfFont {
    font-size: 10px !important;
}

.tDetailU, .tDetailR, .tDetailS, .tDetailD {
    margin: auto;
}

.tDetailU tr, .tDetailR tr, .tDetailS tr, .tDetailD tr {
    height: 25px;
}

.tDetailD tr td:nth-child(1) {
    width: 35px;
    text-align: right;
}

.tDetailU tr td:nth-child(1) {
    width:35px;
    text-align:right;
}
.tDetailU tr td:nth-child(2) {
    width: 20px;
    text-align: center;
}

.cellUp {
    vertical-align: top;
    color: red;
}
.tDetailR tr td:nth-child(1) {
    width: 20px;
    text-align: center;
}

.tDetailR tr td:nth-child(2) {
    width: 35px;
    text-align: right;
}
.tDetailR tr td:nth-child(3) {
    width: 20px;
    text-align: center;
}

.tDetailR tr td:nth-child(4) {
    width: 35px;
    text-align: right;
}

.tDetailS tr td:nth-child(1) {
    width: 35px;
    text-align: right;
}

.tDetailS tr td:nth-child(2) {
    width: 20px;
    text-align: center;
}

.tDetailS tr td:nth-child(3) {
    width: 35px;
    text-align: right;
}
.dth {

}
.rd1b {
    margin: auto;
    margin-top:14px;
}

.rd1t {
    margin: auto;
}
.spacer {
    flex-grow: 1;
    width: 100%;
    margin: auto;
}
.tdNotes {
    height: 100%;
    position: relative;
}

.rConcession {
    padding: 3px;
    width: 100%;
    text-align:left !important;
}

.rOccupancy {
    padding: 3px;
    position: absolute;
    bottom: 0;
}

#pdfProgress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    margin-left: 480px;
    margin-top: 140px;
    background-color: rgba(0, 0, 0, 0);
    display:none;
}

.comparisonH {
    width: 100%;
    z-index:2;
    position:relative;
    padding-left:20px;
    text-align:center;
}
.comparisonR {
    vertical-align: top;
    width: 800px;
    z-index: 2;
    padding-left: 20px;
}

.ComparisonG {
    vertical-align: top;
    width: 800px;
    height: 700px;
    margin: -120px auto 0 auto;
    z-index: 1 !important;
}
.repPicture {
    max-height: 300px;
    max-width: 550px;
}

.pictureFrame {

    border: 2px solid black;
    margin: 10px auto 0 auto;
    padding: 20px;
    inline-size: fit-content;
}
.pictureTable {
    margin: 0 auto 0 auto;
    inline-size: fit-content;
}
.pictureTable td{
    padding:0 10px 0 10px;
}
.pictureTable th {
    text-align:left;
 }
.unitTable {
    margin: 10px auto 0 auto;
    border: 1px solid black;
    font-size: 12px !important;
}
.unitTable th {
    border: 1px solid black;
    padding: 5px;
    text-align: center;

}
.unitTable td {
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding: 2px 4px 0 4px !important;
    text-align: left !important;
}
.RPqty {
    width: 33px !important;
    text-align: right;
}
.smallTR {
    line-height: 9px !important;
    height: 9px !important;
}
.rDollars {
    width: 15px;
    text-align: right;
}
.rNumer {
    width:40px;
    text-align:right;
}
.rDash {
    width: 15px;
    text-align: center;
}
.rNotes {
    margin: 10px auto 0 auto;
    width:700px;
    text-align:left !important;
}
#containerPicture {
    font-size: 12px !important;
}
.pictureTable, pictureTable th {
    font-size: 12px !important;
}
.tRConcession td {
    padding: 0 10px 0 0;
}
#NewcoList {
    width: 486px;
    height: 98px;
    border: 1px solid dodgerblue;
    overflow-y: scroll;
    border-radius: 10px;
    margin-top: -3px;
    padding:3px;
}
.nConDesc {
    width: 180px;
    margin: 2px;
}
.nConValue {
    width:85px;
    text-align:right;
}
.nConType {
    width: 100px;
    margin-left:10px;
}
.nConTerm {
    width: 40px;
    text-align:center;
}
.nConTC {
    width: 40px;
    text-align: center;
    cursor: pointer;
}
.checkConcession {
    font-size: 10px;
    color: dodgerblue;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}
.checkConcessionInput {
    border: none;
    width: 8px;
    height: 8px;
    margin-top: -10px;
    margin-left: -10px;
    float: left;
    cursor: pointer;
}

.userlabel, .fl {
    font-size:14px !important;
}
.email {
    width:100% !important;
    margin-bottom:3px;
}


.dialog-handle {
    cursor: move; /* Change cursor to indicate draggable area */
    background-color: #ccc; /* Style for the handle */
    height: 20px;
}
.subCom {
    font-weight: 500 !important;
}
.subCon {
    padding-left:25px !important;
}
.trConcession {
    
    display: inline-block;
}


.trConcession tr th:first-child {
    border-top-left-radius: 10px;
} 
.trConcession tr:nth-child(even) {
    background-color: #f2f2f2;
}
.trConcession th {
    color:white;
    background-color:dodgerblue;
    font-weight:400;
}
.trConcession td {
    padding: 2px 8px 2px 8px;
}
.trAmenity {
    display: inline-block;
}

.trAmenity tr th:first-child {
    border-top-left-radius: 10px;
}

.trAmenity tr:nth-child(even) {
    background-color: #f2f2f2;
}

.trAmenity th {
    color: white;
    background-color: dodgerblue;
    font-weight: 400;
}

.trAmenity td {
    padding: 2px 8px 2px 8px;
}




.cor {
    text-align: right;
    padding-right: 5px;
}

.trRent {
    display: inline-block;
}

.trRent tr th:first-child {
    border-top-left-radius: 10px;
} 


.trRent td {
    padding: 2px 8px 2px 8px;
    text-align: right;
}

.trRent th {
    background-color: dodgerblue;
    color: white;
    font-weight: 400;
}

.trRent tr:nth-child(even) {
    background-color: #f2f2f2;
}

.average {
    font-weight:600;
}


.tAddress {
    display: inline-block;
    margin-top:10px;
}

.tAddress tr:nth-child(even) {
    background-color: #f2f2f2;
}
.ath {
    background-color: dodgerblue;
    color:white;
    padding:10px;
    font-weight:400;
}

.ath:first-child {
    border-top-left-radius: 10px;
} 

 
 


.RepLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.matrixTitle {
    font-weight: 600 !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
}

.MatrixTable {
    border-collapse: collapse;
    font-size:10px !important;
    margin: auto;
}
.MatrixTable td {
    border-right:solid 1px #ccc;
}
.MatrixTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

th.rotate > div {
    transform:
    /* Magic Numbers */
    translate(5px, 67px)
    /* 45 is really 360 - 45 */
    rotate(280deg);
    width: 2px !important;
    font-weight: 400;
    font-size: 10px !important;
}

th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    padding: 2px 5px;
}
td.rotate {
    width:5px!important;
}
.MatrixCommunity {
    text-align: left;
    width:150px !important;
    border-right:0 !important;
}
.spacer {
    width:1px !important;
    margin-left: -20px;
}
.selected {
    background-color: dodgerblue;
    color: white;
}
