@font-face {
    font-family: 'OCR';
    src: url('../fonts/ocraext.eot');
    src: url('../fonts/ocraext.eot#iefix') format('embedded-opentype'), url('../fonts/OCRAEXT.woff2') format('woff2'), url('../fonts/ocraext.woff') format('woff'), url('../fonts/OCRAEXT.TTF') format('truetype'), url('../fonts/ocraext.svg') format('svg');
}

body {
    background-color: #f0f0f0;
}

.card {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* Tables */
.sortable th a:hover {
    text-decoration: none;
}

.table-titles th {
    width: 25%;
    text-align: right;
}

.badge {
    vertical-align: middle;
}

/* File Type Icon Colors */
.text-word {
    color: #0066ff;
}

.bg-word {
    background-color: #0066ff;
}

.text-excel,
.text-csv {
    color: #008A00;
}

.bg-excel,
.bg-csv {
    background-color: #008A00;
}

.text-pdf {
    color: #ff0000;
}

.bg-pdf {
    background-color: #ff0000;
}
/* END File Type Icon Colors */

/*#ledgerTotal {
  display: none;
  text-align: center;
  font-weight: bold;
}*/

@media print {
    a[href]:after {
        content: none !important;
    }
}

.popover-title {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: black;
}

.popover-content {
    color: black;
}

.btn.poppop {
    border-radius: 10px !important;
    display: inline-block !important;
    min-width: 10px !important;
    padding: 3px 7px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.table-alert > tbody > tr > td {
    border-bottom: 1px solid #808080 !important;
    border-top: 0;
}

@media print {
    @page {
        top: 0;
        margin: 0;
        height: 11in;
        width: 8.5in;
    }
}

.check-outer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2em;
    margin-top: 1rem;
    border-top: 1px dashed #888888;
    text-align: center;
}

.check-inner {
    width: 50%;
    text-align: center;
    background-color: #eceeef;
    margin-left: 25%;
    padding-top: 10px;
}

.checkLogo {
    position: fixed;
    padding-top: 2px;
    margin-right: -8em;
    top: 0;
    right: 0;
}

.checkLogo2 {
    position: fixed;
    padding-top: 2px;
    margin-right: -11em;
    top: 0;
    right: 0;
}

.OCR {
    font-family: "OCR";
    font-size: 17px;
    text-align: right !important;
    margin-bottom: 2.01em;
    margin-right: 3.01em;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.OCR-2 {
    font-family: OCR;
    font-size: 17px;
    text-align: right !important;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 1.9em;
    margin-right: -6.5em;
    z-index: -1;
    visibility: hidden;
}

.checkNO {
    padding-top: 2px;
    margin-right: 4.02em;
    text-align: right;
}

.perm-title {
    vertical-align: middle !important;
}

.empty-message {
    padding: 5px 5px;
    text-align: center;
    color: black !important;
}

div:not(.bootstrap-tagsinput) > span.twitter-typeahead {
    display: flex !important;
}

.twitter-typeahead > #assocSettings, .twitter-typeahead > #username {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group > .twitter-typeahead {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.bootstrap-tagsinput {
    width: 100%;
}

.input-group > .bootstrap-tagsinput {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 7px 12px;
}

.tt-cursor {
    color: #ffffff !important;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.tt-input {
    background-color: inherit !important;
}

.tt-menu.tt-align-right {
    left: auto !important;
    right: 0 !important;
}

.tt-suggestion {
    white-space: normal;
}

@media (min-width: 576px) {
    .tt-menu.tt-menu-profile {
        left: auto !important;
        right: 0 !important;
    }

    .tt-suggestion {
        white-space: nowrap;
    }
}

.btn-issue {
    position: fixed;
    left: 100%;
    top: 40%;
    transform: rotate(90deg);
    transform-origin: top left;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: top left;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: top left;
    text-decoration: none !important;
    font-size: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.wrapwrap {
    white-space: pre;
}

.has-success > .custom-control-input:disabled:checked ~ .custom-control-indicator {
    background-color: rgba(92,184,92,.7);
}

.has-danger > .custom-control-input:disabled:checked ~ .custom-control-indicator {
    background-color: rgba(217,83,79,.7);
}

.btn {
    cursor: pointer;
}

/* Placeholder CSS */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

.pdf-viewer {
    width: 100%;
    /*height: 100%;*/
    height: 50vh;
    background: rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.pdf-page-canvas {
    display: block;
    margin: 5px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.gridLayout {
    display: grid;
    display: -ms-grid;
    /*display: -moz-grid;*/
    grid-template-columns: repeat(auto-fill, minmax(95px, 100px));
    grid-gap: 20px;
    align-items: stretch;
}

    .gridLayout .imgTag {
        border: 1px solid #ccc;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
        width: 100px;
        height: 100px;
    }

.textMessageBubble {
    background: lightgray;
}

#resident-quick-search {
    color: white;
}

.portrait-card-img {
    /*object-fit: cover !important;*/
    width: inherit !important;
    max-height: -webkit-fill-available !important;
}

.portrait-card-width {
    max-width: 540px !important;
}

.landscape-card-img {
    width: -webkit-fill-available !important;
    height: 120px !important;
    /*object-fit: cover !important;*/
}

.object-fit-cover {
    object-fit: cover !important;
}

.step-tabs {
    font: .75em sans-serif;
    list-style: none;
}

    /* CALENDAR WIZARD CSS*/
    .step-tabs.bc3x {
        font-size: 1.25em;
        padding-right: 24px;
        padding-left: 0;
        text-align: left;
    }

    .step-tabs li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .step-tabs li a {
            background-color: #ddd;
            box-sizing: border-box;
            color: #0D5C78;
            display: block;
            padding: 10px 19px 20px 47px;
            position: relative;
            text-decoration: none;
            transition: .25s;
            height: 63px;
            line-height: 42px;
        }

    .step-tabs li {
        border-top: transparent solid 3px
    }

        .step-tabs li.active a, .step-tabs li a.active {
            color: #fff !important;
            background: #0D5C78 !important;
        }

        .step-tabs li.currenttab {
            background: red !important;
        }

        .step-tabs li.active a:after {
            border-left-color: #0D5C78;
        }

.number {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    color: #0D5C78;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    font-family: Segoe UI;
    text-align: center;
}

    .number .active {
        color: #fff;
        background: #0D5C78;
    }

input.error {
    border: #dc3545 solid 2px;
}

.error {
    width: 100%;
    font-size: 14px;
    color: #dc3545;
}

.tab-content {
    border: none;
    margin: 0;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-size: calc(.75em + 2.4rem) calc(.75em + .375rem);
}
/* Mobile */
@media only screen and (max-width: 600px) {
    .landscape-card-img-sm {
        width: 100%;
        height: 80px;
    }
}

/* Desktop */
@media only screen and (min-width: 600px) {
    .landscape-card-img-sm {
        width: 8em;
        height: 7em;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) {
    .step-tabs li:first-child a {
        padding: 10px 17px 20px 28px;
    }

    .step-tabs li a:before {
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent;
        border-left: 32px solid #fff;
        content: "";
        position: absolute;
        top: 0;
        right: -32px;
        z-index: 1;
    }

    .step-tabs li a:after {
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent;
        border-left: 32px solid #dddddd;
        content: "";
        position: absolute;
        top: 0;
        right: -31px;
        transition: .25s;
        z-index: 1;
    }

    .step-tabs li a.active:after {
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent;
        border-left: 32px solid #0D5C78;
        content: "";
        position: absolute;
        top: 0;
        right: -31px;
        transition: .25s;
        z-index: 1;
    }

    .step-tabs li:last-child a:before, .step-tabs li:last-child a:after {
        border: none;
    }
}

.fc .fc-scrollgrid-section-sticky > * {
    background: inherit !important;
}

.table tbody tr .card-view .card-view-title {
    min-width: 50% !important;
    margin-right: 10px;
    padding-bottom: 3px;
}

.upicon {
    font-size: 40px;
    color: #4D4D4D
}

.dropzone {
    width: 98%;
    margin: 1%;
    border: 2px dashed #3498db !important;
    border-radius: 5px;
    transition: 0.2s;
    background: #FAFAFA
}

    .dropzone.dz-drag-hover {
        border: 2px solid #3498db !important;
    }

.dz-message.needsclick img {
    width: 50px;
    display: block;
    margin: auto;
    opacity: 0.6;
    margin-bottom: 15px;
}

.dropzone.dz-started .dz-message span.text {
    display: none;
}

.dropzone .dz-message {
    text-align: center;
    margin: 0 !important;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #1C75BC
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.borderb {
    border-bottom: 2px solid #f1f1f1;
}