﻿/* CPI Overrides */
html body a {
    color: #4679cc;
    background-color: transparent;
}

/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

    .documentation blockquote.info {
        background: #edf2f9;
        border-left: 3px solid var(--info);
    }

    .documentation blockquote.warning {
        background: #fff4db;
        border-left: 3px solid var(--warning);
    }

    .documentation blockquote.danger {
        background: #fadeeb;
        border-left: 3px solid var(--danger);
    }

/* Enter custom CSS rules for your application here */


/* Summernote Editor Mods */
.note-icon-menu-check::before {
    display:none !important;
}
.note-toolbar .note-dropdown-menu.note-check a i {
    visibility: visible;
    color: inherit;
}


/* Modal Styles */
.modal-header {
    border-bottom: 1px solid #dee2e6;
    background:#EFEFEF;
}
.modal-header .modal-title {
    font-weight: bold;
    float:left;
}
.modal-header .close {
    float:right;
}
.modal-body {min-height:100px;font-size:1.2em;}
.modal-footer {
    border-top: 1px solid #dee2e6;
}

/* Header */
.town-name {
    color: #5b5b5b;
    font-size: 24px;
    margin:auto;
    display: inline-block;
}

/* Custom Page Content */
iframe, img {max-width:100%;}


/* Comparables Screen */
#comparables-list_processing
{
    top: 5% !important;
}

#js-nav-menu .nav-title
{
    margin-top:0px;
    padding-top:0px;
}

.nav-link-text {
    font-weight: bold;
}

/*Restricted Parcel View Change*/
.restricted-view
{
    display:none;
}

/* Table Cell Border Styles */

.brdr-full,
.brdr-full td,
.brdr-full th{
    border: 3px solid black !important;
}

.brdr-outline{
    border:3px solid black !important;
}
.brdr-top-left {
    border: 3px black;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: none;
}
.brdr-top-right {
    border: 3px black;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: solid;
}
.brdr-top-left-right {
    border: 3px black;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: solid;
}
.brdr-bottom-left {
    border: 3px black;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
}
.brdr-bottom-right {
    border: 3px black;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: solid;
}
.brdr-top {
    border: 3px black;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.brdr-bottom {
    border: 3px black;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
}
.brdr-right {
    border: 3px black;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: solid;
}
.brdr-left {
    border: 3px black;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: none;
}
.brdr-left-right {
    border: 3px black;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: solid;
}

.fill-column table{
    width:100%;
}

.sml-font th,
.sml-font td{
    font-size:7px !important;
}

.no-col-padding [class^="col-"]{
    padding-left: 0px;
    padding-right: 0px;
}

.report-table td {
    /*white-space: nowrap;
    text-overflow:clip;
    overflow:hidden;*/
}

.report-table td{
    vertical-align:top;
}

.report-table table{
    width:100%;
    height:100%;
}

.report-table img {
    max-width:400px;
    max-height:400px;
}

.img-container {
    height:400px;
}

.adjust-td-padding #owner-tax-table td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.adjust-td-padding #utilities-table td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.adjust-td-padding #audit-control-table td,
.adjust-td-padding #sales-information-table td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.adjust-td-padding #commercial-building-table td{
    padding-top:3px;
    padding-bottom:3px;
}

.adjust-td-padding #living-area td{
    padding-top:3px;
    padding-bottom:3px;
}

.adjust-td-padding #sales-information td{
    padding-top: 17px;
    padding-bottom: 17px;
}

.adjust-td-padding #sale-info-codes td{
    padding-top:20px;
    padding-bottom:20px;
}

a.scarsdale-footer-link{
    color:white;
    text-decoration:none !important;
}

    a.scarsdale-footer-link:hover {
        color: white !important;
        text-decoration: underline !important;
    }

/*Scarsdale Stuff*/
.scarsdale-layout .page-sidebar {
    background-image: none !important;
}

.scarsdale-layout .page-logo {
    background-image: none !important;
}

.scarsdale-layout .nav-footer {
    background-image: none !important;
}
/*Scarsdale Stuff*/

.text-center.bg-secondary.text-white{
    font-size:14px;
}

.no-comp-select .compcheck {
    display:none;
}

/* Absolute Center Spinner */
.overlay {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.overlay:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.overlay:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/*Error page bounce effect*/
.animated {
    /*background-image: url(/css/images/logo.png);*/
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 95px;
    margin-bottom: 60px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@media print {
    @page {
        size: A4;
        margin: 20px 10px 20px 10px;
    }

    html, body {
        height: auto;
        width: 1024px;
    }

    body {
        margin: 0 auto;
    }

    thead {
        display: table-row-group;
    }

    *
    {
        color: black !important;
    }

    .panel-hdr {
        border: none;
    }

    .panel {
        border: none;
    }

    .largeprint {
        font-size: 1.5em;
    }

    .no-print
    {
        display: none !important;
    }

}

@media screen and (max-width: 440px) {
    .town-name {
        font-size: 16px;
    }
}

@media screen and (max-width:1400px) {
    #parcel-toolbar{
        float:none !important;
    }
}

@media screen and (min-width: 993px)
{
    .scarsdale-layout .page-sidebar {
        margin-top: 200px;
    }

    .scarsdale-layout .page-header {
        margin-left: -300px;
        z-index: 1500;
    }
}