@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
    width: 100%;
    overflow: hidden;
}

html,
body {
    background: #3e61a4;
}

body,
body .container,
.panel-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    display: block;
}

.scrubber {
    position: absolute;
    width: 200%;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1.5vmin, #3e61af 1.5vmin, #3e61af 3vmin);
    background-position: 0 0;
    opacity: 0;
    animation: animatedBackground 3s linear infinite;
    -moz-animation: animatedBackground 3s linear infinite;
    -webkit-animation: animatedBackground 3s linear infinite;
    -ms-animation: animatedBackground 3s linear infinite;
    -o-animation: animatedBackground 3s linear infinite;
    transition: 0.3s ease-in-out opacity;
}

.scrubber.loading {
    opacity: 1;
}

.fader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(62, 96, 175, 0.5) 0%, #3E61AF 15%);
    background-repeat: repeat;
}

@keyframes animatedBackground {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-4.24vmin, 0);
      transform: translate(-4.24vmin, 0);
    }
  }
  
  @-webkit-keyframes animatedBackground {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-4.24vmin, 0);
      transform: translate(-4.24vmin, 0);
    }
}

h1,
.form-inline label {
    font-family: 'Droid Sans', sans-serif;
}

.form-inline .form-control {
    width: 250px;
}

.form-inline .form-control.smallwidth {
    width: 150px;
}

form.form-inline label {
    margin-right: 2px;
    width: 73px;
}

.page-header {
    margin: 10px 0;
    border-bottom: none;
    padding-bottom: 0;
}

.page-header img {
    position: absolute;
    height: 50px;
    left: 10px;
}

.panel,
.panel-default {
    margin: 0 15px;
    background: #f5f5f5;
}

.panel-body > .panel.map-holder {
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    background: none;
    position: -webkit-sticky;
    position: sticky;
}

.panel-default {
    margin: 0 10px;
    /*background: #fff;*/
    border-color: #f5f5f5;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.panel-default>.panel-heading {
    background: #f5f5f5;
    border-color: transparent;
    border-bottom: 0;
}

.panel-title {
    position: relative;
}

.form-inline .form-control {
    display: inline-block;
}

h1 {
    margin-top: 10px;
    color: #fff;
    text-align: center;
    line-height: 1.45;
    height: 50px;
    -webkit-text-shadow: 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    -moz-text-shadow: 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    -ms-text-shadow: 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    -o-text-shadow: 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    text-shadow: 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.panel-body {
    top: 128px;
    padding: 10px;
}

.panel-body #report {
    top: 44px;
    right: 15px;
    color: #fff;
    opacity: 0;
    padding: 15px 0;
    width: 35%;
    max-height: 90%;
    overflow: scroll;
    position: absolute;
    font-family: 'Droid Sans', sans-serif;
    border-radius: 8px;
    background: rgba(0, 0, 20, 0.7);
    border: 1px solid rgba(0, 0, 20, 0.5);
    -webkit-backdrop-filter: blur(20px);
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.panel-body #reprot.wrapUp {
    color: transparent;
}

.panel-body #report.visible {
    opacity: 1;
}

.panel-body #report.wrapUp {
    /*bottom: 90%;*/
}

#report .hide-show {
    right: 2.3%;
    position: fixed;
    margin-top: -10px;
}

#report .hide-show::after {
    content: 'Hide';
    cursor: pointer;
    color: #fff;
}

#report.wrapUp .hide-show::after {
    content: 'Show';
    cursor: pointer;
}

div.clipper {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    position: absolute;
    display: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s cubic-bezier(0.29, 0.08, 0, 1.13);
    -webkit-transition: 0.5s cubic-bezier(0.29, 0.08, 0, 1.13);
    /* -webkit-clip-path: inset(3.3% 3.3% 2.5% 20% round 10px);
    clip-path: inset(3.3% 3.3% 2.5% 20% round 10px); */
}

div.clipper.visible {
    display: block;
}

div.clipper.wrapUp {
    height: 6%;
    top: 3.1%;
}

div#report>ul {
    margin: 20px;
    top: 3.3%;
    right: 3.2%;
    bottom: 2.5%;
    left: 20%;
    overflow: auto;
    position: absolute;
}

div#report.wrapUp>ul {
    overflow: hidden;
}

#testJSON {
    width: 300px;
}

#map {
    width: 100%;
    height: 100%;
    min-width: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.form-group .ms-choice {
    height: 100%;
    border: none;
}

.form-group .ms-choice:focus {
    outline: none;
}

.form-group .ms-choice>span {
    height: 100%;
    line-height: 32px;
}

.form-group .form-control {
    font-family: 'Droid Sans', sans-serif;
}

.form-group .form-control:focus {
    outline: none;
    border-color: lightgrey;
    box-shadow: none;
}

button.btn-default,
button.btn-default:focus,
button.btn-default:active {
    color: #fff;
    width: 125px;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-right: 17px;
    background: #3cdcdc;
    border-color: transparent;
    border: none;
    transition: background .15s, box-shadow .15s linear;
}

button.btn-default:hover {
    color: #fff;
    cursor: pointer;
    background: #ee3c96;
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 10px rgba(238,60,150,.4);
}

.form-holder {
    width: auto;
    margin: auto;
    display: table;
}

.form-inline {
    width: 1255px;
    display: inline-block;
}

.form-horizontal {
    width: auto;
    display: table;
    position: relative;
    margin: 5px auto 4px auto;
}

.form-horizontal .form-group {
    margin: 10px 0 0 0px;
}

.form-group.latlong,
.form-group.loadinganimation {
    height: 34px;
    line-height: 34px;
}

/* #animation {
    width: 50px;
    top: 0;
    position: absolute;
    right: 0;
    margin: 18px 15px;
} */

#animation img {
    width: 30px;
    height: 30px;
}

.form-group.latlong.wMarginRight,
.form-group.loadinganimation.wMarginRight {
    box-shadow: -1px 0 0px #fff;
    border-left: 1px solid #ccc;
    margin-right: 20px;
    padding-left: 18px
}

.form-group.loadinganimation img {
    display: none;
}

.form-group.loadinganimation.loading img {
    display: block;
}

#showGOR {
    width: 15px;
    height: 15px;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding: 0;
    margin: 0 5px;
    line-height: 20px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: relative;
    margin: 0;
    width: 15px;
    height: 15px;
}

.form-inline input {
    margin: 0 3px 0 0;
}

label.checkbox-inline {
    display: inline-block;
    float: left;
    width: auto;
}

/*Report*/

#report table {
    width: 100%;
    letter-spacing: .05em;
}

#report>ul>li>li>table {
    margin: 0 0 30px 0;
}

#report h2 {
    margin: 0 20px 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
}

#report td {
    padding: 5px 20px;
}

button,
#report h2,
#report ul thead tr {
    font-family: 'Droid Sans', sans-serif;
}

#report ul {
    list-style-type: none;
    padding: 0;
}

#report tr {
    vertical-align: top;
}

#report ul th,
#report ul td {
    padding: 0 30px 10px 0;
}

#report>ul>li>li>table>tbody>tr>td>table>tbody>tr>td {
    padding: 0 10px 5px 0;
}

#report>table>tbody>tr:nth-of-type(even) {
    background-color: rgba(255,255,255,.05);
}

#report ul thead tr {
    color: #fff;
    font-size: 20px;
}

#report>ul>li>ul {
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
    margin: 0 0 20px 0;
}

#report>ul>li,
#report>ul>li>li>table>tbody>tr:nth-of-type(odd),
#report ul thead tr {
    -webkit-transition: 0.5s ease 0.5s color;
    transition: 0.5s ease 0.5s color;
}

#report.wrapUp>ul>li,
#report.wrapUp>ul>li>li>table>tbody>tr:nth-of-type(odd),
#report.wrapUp ul thead tr {
    color: transparent;
    -webkit-transition: 0.2s ease color;
    transition: 0.2s ease color;
}

@media (max-width: 1639px) {
    .panel-title {
        margin: auto;
    }
    label.checkbox-inline {
        margin: 0 15px 23px 0;
    }
}

/********* Rent Reduction Calculator *****************/

.RentCalc .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 250px;
}

.form-inline .form-group.latlong {
    width: 160px;
}

.form-inline.second .form-group {
    width: auto;
}

.form-inline .form-group.wMarginRight {
    margin-right: 20px;
}

.RentCalc .panel {
    width: 374px;
}

.RentCalc .row {
    width: 395px !important;
    display: table;
    margin: auto;
}

.RentCalc .form-inline {
    display: block !important;
    border-right: none;
    box-shadow: none;
    margin-bottom: 15px;
    margin-right: 0;
}

.RentCalc .form-inline input,
.RentCalc .form-inline select {
    width: 225px !important;
    margin: 0;
}

.RentCalc .form-inline label {
    width: 110px !important;
}

.RentCalc .panel-heading {
    padding: 15px;
}

.RentCalc div#results {
    width: 840px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    margin: auto;
    opacity: 0;
}

.RentCalc div#results.show,
.RentCalc .note.show {
    opacity: 1;
}

.RentCalc table {
    width: 100%;
}

.RentCalc div#results tr:nth-of-type(odd) {
    background: #f5f5f5;
}

.RentCalc div#results tr:nth-of-type(1) {
    background: #d9d9d9;
}

.RentCalc div#results th {
    text-align: center;
}

.RentCalc div#results td {
    text-align: right;
    padding-right: 5px;
}

.RentCalc div#results td,
.RentCalc div#results th {
    height: 30px;
    border-right: 1px solid #d9d9d9;
}

.RentCalc div#results tr td:last-of-type,
.RentCalc div#results tr:first-of-type th:last-of-type {
    border-right: none;
}

.RentCalc .note {
    text-align: center;
    margin-top: 15px;
    opacity: 0;
}

.form-inline .form-group label,
.form-inline .form-group span {
    margin-bottom: 0;
    font-family: 'Droid Sans', sans-serif;
}

/************************************ OVERRIDE BOOTSTRAP CSS ************************************/

.form-group .form-control {
    padding: 0;
}

.form-group input.form-control {
    padding-left: 10px;
}

@media (max-width: 1170px) {
    .RentCalc div#results {
        width: 100%
    }
}

@media (max-width: 700px) {
    .RentCalc div#results {
        overflow: scroll;
    }
    .RentCalc table {
        width: 800px;
    }
}

@media (max-width: 570px) {
    .RentCalc .form-inline .form-control {
        display: block;
    }
    .RentCalc .panel,
    .RentCalc .row {
        width: 257px !important;
    }
    .RentCalc .form-inline:last-of-type {
        margin-left: 114px;
    }
    .MainContentHolder {
        left: 18px;
        right: 18px;
    }
}

@media (max-width: 2416px) {
    /*
    .form-horizontal .form-group
    {
        margin: 0 0 0 0;
    }
*/
}

@media (max-width: 1285px) {
    .form-holder {
        width: 643px;
    }
    .panel-body {
        top: 155px;
    }
    .form-inline.seperator {
        box-shadow: none;
        border-right: none;
        width: 889px;
        margin-right: 0;
    }
    button.btn-default {
        margin-right: 0;
    }
    .form-group.latlong.wMarginRight, 
    .form-group.loadinganimation.wMarginRight {
        box-shadow: none;
        border-left: none;
        padding-left: 0;
    }
    .panel-heading {
        padding: 10px 15px 2px 15px;
    }
}

@media (max-width: 1000px) {
    .form-holder {
        width: 643px;
    }
    .form-inline.seperator {
        margin-bottom: 10px;
    }
    .panel-heading {
        padding-bottom: 4px;
    }
    .panel-body {
        top: 155px;
    }
}

@media (max-width: 940px) {
    .form-inline.seperator {
        width: 789px;
    }
    button.btn-default {
        margin-right: 17px;
        margin-top: 10px;
        margin-bottom: 6px;
    }
    .panel-body {
        top: 166px;
    }
    .form-inline.seperator {
        width: 760px;
    }
}

@media (max-width: 810px) {

}

@media (max-width: 683px) {
    .form-holder {
        width: 543px;
    }
    .form-inline .form-control {
        width: 400px;
    }
}

input.es-input {
    padding-right: 20px !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) right center no-repeat;
}

input.es-input:focus {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.es-list {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 1px solid #d1d1d1;
    display: none;
    z-index: 1000;
    background: #fff;
    max-height: 170px;
    overflow-y: auto;
    -moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
}

.es-list li {
    display: block;
    padding: 5px 10px;
    margin: 0;
}

.es-list li.selected {
    background: #f3f3f3;
}

[hidden] {
    display: none;
}

.visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

div.awesomplete {
    display: inline-block;
    position: relative;
}

div.awesomplete>input {
    display: block;
}

div.awesomplete>ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    border-radius: .3em;
    margin: .2em 0 0;
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, .8));
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    text-shadow: none;
}

div.awesomplete>ul[hidden],
div.awesomplete>ul:empty {
    display: none;
}

@supports (transform: scale(0)) {
    div.awesomplete>ul {
        transition: .3s cubic-bezier(.4, .2, .5, 1.4);
        transform-origin: 1.43em -.43em;
    }
    div.awesomplete>ul[hidden],
    div.awesomplete>ul:empty {
        opacity: 0;
        transform: scale(0);
        display: block;
        transition-timing-function: ease;
    }
}

/* Pointer */

div.awesomplete>ul:before {
    content: "";
    position: absolute;
    top: -.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: .4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.awesomplete>ul>li {
    position: relative;
    padding: .2em .5em;
    cursor: pointer;
}

div.awesomplete>ul>li:hover {
    background: hsl(200, 40%, 80%);
    color: black;
}

div.awesomplete>ul>li[aria-selected="true"] {
    background: hsl(200, 40%, 80%);
}

div.awesomplete>ul>li[aria-selected="true"] mark {
    color: #fff;
}

div.awesomplete mark {
    background: #ee3c96;
    color: #fff;
    padding: 0;
}

div.awesomplete li:hover mark {
    background: #329999;
}

div.awesomplete li[aria-selected="true"] mark {
    background: #329999;
    color: inherit;
}