.dp__clear_icon, .dp__input_icon{
    display: none !important;
}
/*footer.main-footer.corporate_footer {*/
/*    bottom: 0px !important;*/
/*    position: absolute;*/
/*}*/
.five9-chat-button {
    font-size: 24px !important;
    background: #c11111 !important;
}

.five9-chat-button:after {
    content: ' Now' !important;
}

#five9-popout-button {
    float: right;
}

#make-payment #flashMessages .alert-custom-success {
    font-size: 1em;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */

@media only screen

and (min-device-width: 375px)

and (max-device-width: 667px)

and (-webkit-min-device-pixel-ratio: 2)

and (orientation: portrait) {

    .wrapper {
        margin-top: 150px;
    }

}

/* Landscape */

@media only screen

and (min-device-width: 375px)

and (max-device-width: 667px)

and (-webkit-min-device-pixel-ratio: 2)

and (orientation: landscape) {

    .wrapper {
        margin-top: 150px;
    }

}

/* ----------- Google Pixel ----------- */

/* Portrait */

@media screen

and (device-width: 360px)

and (device-height: 640px)

and (-webkit-device-pixel-ratio: 3)

and (orientation: portrait) {

    .wrapper {
        margin-top: 150px;
    }

}

/* Landscape */

@media screen

and (device-width: 360px)

and (device-height: 640px)

and (-webkit-device-pixel-ratio: 3)

and (orientation: landscape) {

    .wrapper {
        margin-top: 150px;
    }

}
.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

fieldset {
    border: 4px solid black;
    padding: 1rem 2rem;
}
legend {
    font-style: italic;
    padding: 0 1rem;
}
.quote {
    border-bottom: 4px solid black;
    padding: 2.6rem calc(2rem + 6px) 1rem;
    position: relative;
    overflow: hidden;
    margin: 0;
    border-left: none;
}
.quote:before,
.quote:after {
    content: ' ';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: black;
    bottom: 0;
    top: 1rem;
}
.quote:after {
    left: 0;
}
.quote:before {
    right: 0;
}
.attribution {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 2.4rem;
    margin-top: .35rem;
    padding: 0 1rem;
    background: transparent;
}
.attribution:before,
.attribution:after {
    position: absolute;
    content: ' ';
    bottom: calc(50% - 1px);
    height: 4px;
    background-color: black;
    width: 100vw;
}
.attribution:before {
    right: 100%;
}
.attribution:after {
    left: 100%;
}

/*input[type=search]::-webkit-search-cancel-button {*/
/*    -webkit-appearance: searchfield-cancel-button;*/
/*    margin-right: 10px;*/
/*}*/

.jiggle {
    -webkit-animation: jiggle 0.5s infinite;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: jiggle;
    -moz-animation-iteration-count: infinite;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
}

.jiggle-2x {
    -webkit-animation: jiggle 0.5s infinite;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: jiggle;
    -moz-animation-iteration-count: infinite;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.jiggle-3x {
    -webkit-animation: jiggle 0.2s infinite;
    -moz-animation-duration: 0.2s;
    -moz-animation-name: jiggle;
    -moz-animation-iteration-count: infinite;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}

.jiggle-extreme {
    -webkit-animation: jiggle 0.3s infinite;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: jiggle;
    -moz-animation-iteration-count: infinite;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
}

@-moz-keyframes jiggle {
    0% {
        -moz-transform: rotate(-1deg);
    }
    50% {
        -moz-transform: rotate(1deg);
    }
}

@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: rotate(-1deg);
    }
    50% {
        -webkit-transform: rotate(1deg);
    }
}

@-moz-keyframes jiggle-3x {
    0% {
        -moz-transform: rotate(-3deg);
    }
    50% {
        -moz-transform: rotate(3deg);
    }
}

@-webkit-keyframes jiggle-3x {
    0% {
        -webkit-transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(3deg);
    }
}

.resident-name {
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
}

.property-name {
    font-family: 'Open Sans', sans-serif;
}

.detail-boxes {
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    -ms-box-shadow: 0 1px 2px #ccc;
}

.detail-boxes-accordion {
    background-color: #fff;
    border: 1px solid #000;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    -ms-box-shadow: 0 1px 2px #ccc;
}

.accordion {
    transition: 0.4s;
    cursor: pointer;
}
.accordion-panel {
    display: none;
    overflow: hidden;
    padding: 0 20px;
}
.accordion-panel .row {
    padding: 10px 0;
}

.detail-boxes-accordion h2 {
    color: #000;
    font-size: 1.8em;
    padding: 0;
    margin: 10px;
}

.detail-boxes-accordion h2::after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.detail-boxes-accordion .active h2::after {
    content: '\2212';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.detail-boxes-accordion .accordion-panel {
    background: #FFFFFF;
    padding: 0 20px 20px 20px;
    font-size: 1.3em;
}

.detail-boxes h2 {
    font-size: 3em;
    letter-spacing: 5px;
}

.whitespace {
    margin: 20px;
}

.resident-account-details {
    font-size: 1.2em;
    margin-top: 30px;
}

.resident-details-page {
    font-size: 1.1em;
    margin: auto;
}

.parking-policy-number {
    color: #C11111;
    font-weight: bold;
    font-size: 1em;
}

.contact-details {
    font-size: 1em;
}

.alert-custom-success {
    margin: 10px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}
.alert-custom-warning {
    margin: 10px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}
.alert-custom-danger {
    margin: 10px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}
.alert-custom-info {
    margin: 10px;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}
.alert-custom-unknown {
    margin: 10px;
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.modal {
    overflow: auto !important;
}

.hamburger-menu::before {
    margin: 0 auto;
    text-align: center;
}

.hamburger-menu::after {
    content: 'Menu';
    color: #FFFFFF;
    display: block;
    line-height: 10px;
    margin-top: 0;
    font-size: 0.7em;
}

.details-mobile {
    font-size: 1.2em;
}

.details-mobile .row {
    margin-bottom: 20px;
}

.details-mobile .detail-label {
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
}

.btn-info-new {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.action-box {
    background: #f7f7f7;
    border: 1px solid #dedede;
    padding: 20px;
}

.section-heading {
    text-decoration: underline;
    margin-bottom: 20px;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row .resident-account-details {
    display: flex;
    padding: 0.5em;
    width: 100%;
    flex: 1;
    flex-basis: 50%;
}

.flex-row .resident-account-vehicles {
    display: flex;
    padding: 0.5em;
    flex: 1;
}

input#vin {
    font-size: 16px;
    height: 60px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.display-alphanumeric {
    font-size:1.3em;
    letter-spacing: 3px;
    font-weight: 900;
}

input#vin::-webkit-input-placeholder { /* WebKit browsers */
    color:    black;
    opacity: 0.5 !important;
}

.highlight-changes {
    background: #ffff00 !important;
}

.nav-collapse::-webkit-scrollbar {
    width: .8em;
}
.nav-collapse::-webkit-scrollbar,
.nav-collapse::-webkit-scrollbar-thumb {
    overflow:visible;
    border-radius: 4px;
}
.nav-collapse::-webkit-scrollbar-thumb {
    background: rgba(255,0,0,.5);
}
.cover-bar {
    position: absolute;
    background: #fff;;
    height: 100%;
    top: 0;
    right: 0;
    width: .4em;
    -webkit-transition: all .5s;
    opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
    opacity: 0;
    -webkit-transition: all .5s;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.app-label {
    text-align: left;
}

.app-value {
    text-align: left;
}

.flex-row-hack {
    display: flex;   /* Magic begins */
    flex-wrap: wrap; /* Allow multiple lines */
}

.left, .right {
    flex: 50%;
}

@media screen and (max-width: 600px) {
    .left, .right {
        flex: 100%;
        text-align: center;
    }
    .row {
        flex-direction: column;
    }
}

.btn-group .dropdown-menu li a {
    font-size: 1.2em;
}

.btn-group .dropdown-menu li:hover a {
    color: #FFFFFF;
    background-color: #C11111;
    border-color: #000000;
    font-size: 1.3em;
}

.row .content-divider:not(:first-child) {
    border-left: 1px dashed #c11;
}

.resident-vehicle-listing h4 {
    text-decoration: underline;
}

.resident-vehicle-listing .view-content {
    font-size: 1.2em;
}

.property-title-name {
    text-align: left;
}

.add-violation-details {
    font-size: 1.5em;
}

.add-violation-details code {
    font-size: 1.5em;
}

.add-violation-details .row {
    margin: 10px 0;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */

@media only screen

and (min-device-width: 375px)

and (max-device-width: 667px)

and (-webkit-min-device-pixel-ratio: 2)

and (orientation: portrait) {

    #bs-example-navbar-collapse-1{
        padding-bottom: 10px;
    }

    #dashboardFamilyFriends .heading {
        text-align: center;
    }

    .parking-policy-header {
        font-size: 2em !important;
    }

    .pageheading {
        padding-bottom: 20px;
    }

    .details-mobile {
        text-align: center;
    }

    .action-box .btn {
        margin-bottom: 20px;
    }

    .property-name {
        font-family: 'Open Sans', sans-serif;
        border-top: 5px dotted #C11111;
        padding-top: 20px;
    }

    .mobile-label {
        text-align: center !important;
    }

    .flex-row .resident-account-details {
        flex: none !important;
    }

    input#vin {
        font-size: 15px!important;
        height: 60px!important;
        padding: 10px!important;
        text-align: center!important;
    }

    input#vin::-webkit-input-placeholder { /* WebKit browsers */
        color:    black;
        opacity: 1 !important;
    }

    .left, .right {
        flex: 100%;
    }

    .content-divider {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
        border-left: none !important;
    }

    .row .content-divider:not(:first-child) {
        border-left: none !important;
    }

    .selectproperty {
        background: none !important;
        padding: 0 !important;;
    }

    .property-title-name {
        text-align: center;
    }

    .add-violation-details {
        text-align: center;
    }

    .training-video {
        margin-bottom: 20px;
    }

    .document-upload-button {
        margin-bottom: 20px;
    }

    .document-upload-expiration {
        margin-bottom: 20px;
    }

    .flex-row .resident-account-vehicles {
        max-width: 100%;
    }
}

/* Landscape */

@media only screen

and (min-device-width: 375px)

and (max-device-width: 667px)

and (-webkit-min-device-pixel-ratio: 2)

and (orientation: landscape) {

    #bs-example-navbar-collapse-1{
        padding-bottom: 10px;
    }

    #dashboardFamilyFriends .heading {
        text-align: center;
    }

    .parking-policy-header {
        font-size: 2em !important;
    }

    .pageheading {
        padding-bottom: 20px;
    }

    .details-mobile {
        text-align: center;
    }

    .action-box .btn {
        margin-bottom: 20px;
    }

    .property-name {
        font-family: 'Open Sans', sans-serif;
        border-top: 5px dotted #C11111;
        padding-top: 20px;
    }

    .mobile-label {
        text-align: center !important;
    }

    .flex-row .resident-account-details {
        flex: none !important;
    }

    input#vin {
        font-size: 15px!important;
        height: 60px!important;
        padding: 10px!important;
        text-align: center!important;
    }

    input#vin::-webkit-input-placeholder { /* WebKit browsers */
        color:    black;
        opacity: 1 !important;
    }

    .left, .right {
        flex: 100%;
    }

    .content-divider {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
        border-left: none !important;
    }

    .row .content-divider:not(:first-child) {
        border-left: none !important;
    }

    .selectproperty {
        background: none !important;
        padding: 0 !important;;
    }

    .property-title-name {
        text-align: center;
    }

    .add-violation-details {
        text-align: center;
    }

    .training-video {
        margin-bottom: 20px;
    }

    .document-upload-button {
        margin-bottom: 20px;
    }

    .document-upload-expiration {
        margin-bottom: 20px;
    }

}

/* ----------- Google Pixel ----------- */

/* Portrait */

@media screen

and (device-width: 360px)

and (device-height: 640px)

and (-webkit-device-pixel-ratio: 3)

and (orientation: portrait) {

    #bs-example-navbar-collapse-1{
        padding-bottom: 10px;
    }

    #dashboardFamilyFriends .heading {
        text-align: center;
    }

    .parking-policy-header {
        font-size: 2em !important;
    }

    .pageheading {
        padding-bottom: 20px;
    }

    .details-mobile {
        text-align: center;
    }

    .action-box .btn {
        margin-bottom: 20px;
    }

    .property-name {
        font-family: 'Open Sans', sans-serif;
        border-top: 5px dotted #C11111;
        padding-top: 20px;
    }

    .mobile-label {
        text-align: center !important;
    }

    .flex-row .resident-account-details {
        flex: none !important;
    }

    input#vin {
        font-size: 15px!important;
        height: 60px!important;
        padding: 10px!important;
        text-align: center!important;
    }

    input#vin::-webkit-input-placeholder { /* WebKit browsers */
        color:    black;
        opacity: 1 !important;
    }

    .left, .right {
        flex: 100%;
    }

    .content-divider {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
        border-left: none !important;
    }

    .row .content-divider:not(:first-child) {
        border-left: none !important;
    }


    .selectproperty {
        background: none !important;
        padding: 0 !important;;
    }

    .property-title-name {
        text-align: center;
    }

    .add-violation-details {
        text-align: center;
    }

    .training-video {
        margin-bottom: 20px;
    }

    .document-upload-button {
        margin-bottom: 20px;
    }

    .document-upload-expiration {
        margin-bottom: 20px;
    }

}

/* Landscape */

@media screen

and (device-width: 360px)

and (device-height: 640px)

and (-webkit-device-pixel-ratio: 3)

and (orientation: landscape) {

    #bs-example-navbar-collapse-1{
        padding-bottom: 10px;
    }

    #dashboardFamilyFriends .heading {
        text-align: center;
    }

    .parking-policy-header {
        font-size: 2em !important;
    }

    .pageheading {
        padding-bottom: 20px;
    }

    .details-mobile {
        text-align: center;
    }

    .action-box .btn {
        margin-bottom: 20px;
    }

    .property-name {
        font-family: 'Open Sans', sans-serif;
        border-top: 5px dotted #C11111;
        padding-top: 20px;
    }

    .mobile-label {
        text-align: center !important;
    }

    .flex-row .resident-account-details {
        flex: none !important;
    }

    input#vin {
        font-size: 15px!important;
        height: 60px!important;
        padding: 10px!important;
        text-align: center!important;
    }

    input#vin::-webkit-input-placeholder { /* WebKit browsers */
        color:    black;
        opacity: 1 !important;
    }

    .left, .right {
        flex: 100%;
    }

    .content-divider {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
        border-left: none !important;
    }

    .row .content-divider:not(:first-child) {
        border-left: none !important;
    }

    .selectproperty {
        background: none !important;
        padding: 0 !important;;
    }

    .property-title-name {
        text-align: center;
    }

    .add-violation-details {
        text-align: center;
    }

    .training-video {
        margin-bottom: 20px;
    }

    .document-upload-button {
        margin-bottom: 20px;
    }

    .document-upload-expiration {
        margin-bottom: 20px;
    }

}

.box-black {
    background: #000;
    width: 80%;
    height: 100%;
}

.table.table-striped tr td .newmagr.newmagr_selectr .btn.btn-default.dropdown-toggle {
    background: #FFF !important;
    color: #000 !important;
}

.do-not-tow-box {
    font-weight: 900;
    letter-spacing: 2px;
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
}
.ls-vehicle-information{
    font-size: 1.3em;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 2px 0;
}

.training-video {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
}

.training-video .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.training-video .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.training-video .card-title {
    margin-bottom: .75rem;
    font-size: 2.25rem;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.training-video .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    text-align: center;
}

.training-video-clickable:hover {
    cursor: pointer;
}

.training-video h3 {
    font-family: 'Open Sans', sans-serif;
}

.training-video p {
    font-family: 'Open Sans', sans-serif;
}


.vehicle-documents fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

.vehicle-documents fieldset legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
}

.upload-document {
    box-shadow: 0px 10px 14px -7px #3e7327 !important;
    background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%) !important;
    background-color:#77b55a !important;
    border-radius:4px !important;
    border:1px solid #4b8f29 !important;
    display:inline-block !important;
    cursor:pointer !important;
    color:#ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size:18px !important;
    font-weight:bold !important;
    padding:10px 12px !important;
    text-decoration:none !important;
    text-shadow:0px 1px 0px #5b8a3c !important;
    height: 100% !important;
    text-align: center;
}
.upload-document:hover {
    background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
    background-color:#72b352;
}
.upload-document:active {
    position:relative;
    top:1px;
}
.team-india-fix-property-info {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

#parkingStartDateQuestion {
    cursor: pointer;
}

.is-valid {
    border-color: #28a745 !important;
}
.is-invalid {
    border-color: #dc3545 !important;
}
