/*  Custom styles to apply SiteCompli theme:
  stage: Phase One
  dev:   VM
  date:  08/11/15 */

/* Header */
header.navbar .green-jungle.btn {
    background-color: #1c78ba;
}

header.navbar .green-jungle.btn:focus,
header.navbar .green-jungle.btn:hover,
header.navbar .green-jungle.btn:active {
    background-color: #1c78ba;
}

#logo {
    background: url(/assets/images/logo/SiteCompli/SiteCompli-logo_color.png) 0 6px no-repeat;
    background-image: url(/assets/images/logo/SiteCompli/SiteCompli-logo_color.svg);
}

#logo_custom {
    background: url(/assets/images/logo/SiteCompli/SiteCompli-logo_color.png) 0 6px no-repeat;
    background-image: url(/assets/images/logo/SiteCompli/logomark/SiteCompli-logomark_color.svg), none;
    background-size: 36px auto;
}

#logo_foot {
    background: url(/assets/images/logo/SiteCompli/SiteCompli-logo_color.png) no-repeat;
    background-image: url(/assets/images/logo/SiteCompli/SiteCompli-logo_color.svg), none;
    background-size: 120px auto;
    display: inline-block;
    height: 40px;
    width: 150px;
    margin: 4px;
}

@media (max-width: 991px) {
    #logo {
        background: url(/assets/images/logo/SiteCompli/SiteCompli-logo_color.png) 0 6px no-repeat;
        background-image: url(/assets/images/logo/SiteCompli/logomark/SiteCompli-logomark_color.svg);
        background-size: 36px auto;
    }
}

/* Body */
body {
    background-color: #f0f3f5;
}

a {
    color: #1C75BB;
}

.datatable > thead th,
.datatable.fixedtableheader th,
#filterToggle {
    background: #1C75BB !important;
}

#filterForm {
    border-color: #1C75BB !important;
}

.portlet.light,
.dashboard-stat {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 3px solid #ccc;
    border-left: 0;
}

.portlet.light .portlet.light,
.dashboard-stat .portlet.light {
    border: solid 0px #fff;
}

.portlet.light > .portlet-title > .caption > .caption-subject,
#bldg_name span {
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.badge {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    font-weight: 700;
    font-family: 'Open Sans';
}

.smallinks .fas,
.smallinks .far {
    background: transparent;
}

/* Grid */
div.label-primary {
    background-color: #1c78ba;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

#compliance-sum h1 {
    text-shadow: 0 0 0 #fff !important;
}

.datatable > thead th,
.datatable.fixedtableheader th {
    font-size: 11px;
    text-transform: uppercase;
    background: #fff !important;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding: 9px;
}

.datatable > thead th > div.header-button-div > a.header-button,
.datatable.fixedtableheader th > div.header-button-div > a.header-button {
    text-transform: none;
}

.datatable > thead th > div.header-button-div.disabled,
.datatable.fixedtableheader th > div.header-button-div.disabled {
    cursor: not-allowed;
}

td.order span,
.datatable td.type span,
.tabledata span.certified,
:not(.filter) > .status {
    border: solid 1px #ccc !important;
}

:not(.filter) > .status {
    font-family: Montserrat;
    border-color: transparent !important;
}

td.order span {
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

legend {
    text-transform: uppercase;
    color: #5b5b5b !important;
    font-family: Montserrat;
    padding: 4px 0;
    margin-bottom: 12px;
}

/* Navigation */
aside#left-panel {
    background: #282f33 url(/assets/images/nav-pattern-bkg.png) top left;
    text-transform: uppercase !important;
}

nav ul ul {
    background: #5f6468;
}

nav ul li.active > a {
    background: #1c78ba;
}

/* Right Drawer */
#workBench {
    box-shadow: inset 0 0 5px #ccc;
    border-left: 1px solid #EBEBEB;
    background: #fafafa;
    position: fixed;
    z-index: 1400;
    height: 100%;
    width: 260px;
    top: 0px;
}

#workBench.open {
    right: 0px;
}

#workBench.closed {
    right: -260px;
}

.drawer_open #content,
.drawer_open .navbar-fixed-top {
    margin-right: 260px;
}

.workbench-closed #content,
.workbench-closed #main #content,
.workbench-closed .navbar-fixed-top {
    padding-right: 50px;
}

@media (max-width: 767px) {
    #workBench {
        right: -260px;
        display: none;
    }

    .drawer_open #content,
    .drawer_open .navbar-fixed-top,
    .workbench-closed #content,
    .workbench-closed .navbar-fixed-top {
        margin-right: 0;
    }

    #drawer-bar {
        display: none;
    }
}

#workBench .tab-content {
    overflow-y: auto;
    height: 90%;
    padding: 8px 16px;
}

#workBench .nav-tabs a {
    height: 50px;
    width: 40px;
}

#workBench a.notices {
    background: url('/assets/images/icon-bell.svg') center no-repeat;
}

#workBench a.starred {
    background: url('/assets/images/icon-star.svg') center no-repeat;
}

#workBench a.tasks {
    background: url('/assets/images/icon-tasks.svg') center no-repeat;
}

#workBench .nav-tabs > li.active > a,
#workBench .nav-tabs > li > a:hover {
    border: none;
    box-shadow: none;
}

#workBench li.active a.notices {
    background: url('/assets/images/icon-bell-solid.svg') center no-repeat;
}

#workBench li.active a.starred {
    background: url('/assets/images/icon-star-solid.svg') center no-repeat;
}

#workBench li.active a.tasks {
    background: url('/assets/images/icon-tasks-solid.svg') center no-repeat;
}

#workBench li.active:after {
    content: " ";
    height: 11px;
    width: 11px;
    position: absolute;
    background: #fafafa;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(-45deg);
    bottom: -5px;
    left: 15px;
}

#workBench .user {
    text-align: right;
    padding: 6px 10px 0px 0px;
}

#workBench h1,
#workBench h2,
#workBench h3,
#workBench h4,
#workBench h5,
#workBench h6 {
    text-transform: uppercase;
}

#workBench h3 {
    margin-top: 0;
}

/* Lock screen */
.page-logo {
    min-width: 348px;
}

.yellow-gold.btn {
    background-color: #1C75BB !important;
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
}

/* New dashboard design */
html {
    line-height: 1;
}

.wrapper ol,
.wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* Core: General Layout Style */
html,
body {
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.split-form > .row > .left-side {
    margin-left: -15px;
}

/* Layout */
.wrapper {
    min-height: 100%;
    position: relative;
    background: #ffffff;
    overflow: hidden !important;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.anchor-style {
    cursor: default !important;
}

#widgetPage {
    min-height: 800px;
}

#repOptions .has-feedback {
    position: inherit;
}

/* H1 - H6 font */
.wrapper > .content-wrapper h1,
.wrapper > .content-wrapper h2,
.wrapper > .content-wrapper h3,
.wrapper > .content-wrapper h4,
.wrapper > .content-wrapper h5,
.wrapper > .content-wrapper h6,
.wrapper > .content-wrapper .h1,
.wrapper > .content-wrapper .h2,
.wrapper > .content-wrapper .h3,
.wrapper > .content-wrapper .h4,
.wrapper > .content-wrapper .h5,
.wrapper > .content-wrapper .h6 {
    font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
}

/* General Links */
.wrapper a {
    color: #979797;
    text-decoration: none;
}

.wrapper a:hover,
.wrapper a:active,
.wrapper a:focus {
    outline: 0;
    text-decoration: none;
    color: #979797;
}

:focus {
    outline: 0;
}

/* Content Wrapper - contains the main content */
#content {
    padding: 0;
}

#main #content {
    padding: 10px 14px;
}

aside#workbench-container~div#content div.content-wrapper {
    padding-right: 12px;
}

.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 200px;
    z-index: 820;
}

@media (max-width: 767px) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        transform: translate(200px, 0);
    }
}

.content-wrapper,
.sidebar {
    min-height: 100%;
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #ffffff;
    z-index: 800;
}

.content-wrapper {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .content-wrapper {
        padding-top: 100px;
    }
}

.main-footer {
    padding: 15px;
    font-size: 11px;
    color: #979797;
    line-height: 16px;
}

.main-footer a {
    font-size: 11px;
    color: #979797;
    line-height: 16px;
    text-decoration: underline;
}

.main-footer a:hover {
    color: #979797;
    text-decoration: none;
}

/* Content */
.content:not(.ui *) {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Page Header */
.page-header {
    margin: 10px 0 20px;
    font-size: 22px;
}

.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}

/* Component: Main Header */
.main-header {
    position: relative;
    min-height: 50px;
    max-height: 100px;
    border-bottom: 1px solid #EBEBEB;
    z-index: 1030;
    width: 100%;
}

.main-header > .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0 !important;
    margin-left: 200px;
    border: none;
    min-height: 50px;
    border-radius: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #EBEBEB;
}

.nav li .dropdown-menu li {
    float: none;
}

#pdashboard-header .navbar-nav {
    margin: 0px !important;
    height: 50px;
}

#top-navigation-bar .header-views i {
  font-weight: 600;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px;
    font-family: 'fontAwesome';
    display: none;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.main-header .sidebar-toggle:hover {
    color: #1C75BB;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

@media (max-width: 768px) {
    .main-header .sidebar-toggle {
        display: block;
    }
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 200px;
    font-family: 'Montserrat';
    padding: 0 15px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .main-header .logo {
        background-color: #242b2f;
    }
}

.main-header .logo .logo-lg {
    display: block;
    max-width: 120px;
    margin: 0 auto;
}

#pdashboard-header > #top-navigation-bar > ul#top-navigation-tools {
    margin-left: 0;
}

#top-navigation-tools > li {
    float: right;
}

#pdashboard-header li a span.user-image .status-bar {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -3px;
    right: -11px;
    padding: 0.4em;
    display: inline-block;
    border-radius: 50% !important;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    background-color: #C1272D;
    color: #ffffff;
    font-size: 9px;
    font-family: 'Montserrat';
    font-weight: 700;
    border: 2px solid #ffffff;
}

#pdashboard-header li.drawer-bar a i {
    font-size: 12px !important;
}

#pdashboard-header li.drawer-bar a:hover,
#pdashboard-header li.drawer-bar a:active {
    background: none;
}

.content-header {
    position: relative;
    padding: 20px 15px;
}

.content-header > h1.page-title {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #242A2E;
    text-transform: uppercase;
    margin: 0px !important;
    display: inline-block;
}

.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .content-header > h1.page-title {
        display: inline-block;
        margin: 0px !important;
    }
}

.content-header > .stat-nav {
    float: right;
    background: transparent;
}

.content-header > .stat-nav ul {
    margin: 0;
    padding: 0;
}

.content-header > .stat-nav li {
    text-decoration: none;
    display: inline-block;
}

.content-header > .stat-nav li a:hover {
    text-decoration: none;
    color: #B2B2B2;
}

.content-header > .stat-nav li a.pd-export,
a.pd-export {
    height: 24px;
    padding: 4px 12px;
    border: 1px solid #D4D4D4;
    border-radius: 2px !important;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #B2B2B2;
    text-transform: uppercase;
    text-decoration: none;
}

.content-header > .stat-nav li a.pd-export i,
a.pd-export i {
    margin-left: 5px;
    vertical-align: baseline;
    display: inline;
}

.down-arrow {
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 5px;
    background: url('/assets/images/png-fallback/icon-down-chevron.png') no-repeat;
    background-image: url('/assets/images/icon-down-chevron.svg');
    vertical-align: middle;
}

/*COMMON BUTTON*/
.btn-blank {
    height: 24px;
    padding: 6px 12px;
    margin: 0;
    border: 1px solid #D4D4D4;
    border-radius: 5px !important;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #B2B2B2;
    text-transform: uppercase;
}

/*wrapper classes*/
.innerbody {
    padding-left: 20px;
    width: auto;
    clear: both;
    height: auto;
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

    .main-header .logo,
    .main-header .navbar {
        width: 100%;
        float: none;
        position: relative !important;
    }

    .main-header .navbar {
        margin: 0;
    }

    .main-header .navbar-custom-menu {
        float: right;
    }

    .main-sidebar {
        padding-top: 100px !important;
    }
}

/*  Component: Sidebar */
.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 200px;
    z-index: 810;
    background: #242b2f url('/assets/images/png-fallback/updated-nyc-grid-nav-bkg.png') no-repeat;
    background-image: url('/assets/images/updated-nyc-grid-nav-bkg.svg');
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .main-sidebar {
        -webkit-transform: translate(-200px, 0);
        -ms-transform: translate(-200px, 0);
        -o-transform: translate(-200px, 0);
        transform: translate(-200px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-200px, 0);
        -ms-transform: translate(-200px, 0);
        -o-transform: translate(-200px, 0);
        transform: translate(-200px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    padding: 17px 0px;
    min-height: 100%;
}

.portfolio-block {
    margin-top: 20px;
}

.main-sidebar .selectize-dropdown .optgroup-header {
    color: #787878;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: normal;
}

.main-sidebar .selectize-dropdown,
.main-sidebar #sessionPropForm .selectize-dropdown-content {
    color: #5B5B5B;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: normal;
}

.main-sidebar .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #b2b2b2 transparent transparent;
}

.main-sidebar #sessionPropForm .selectize-dropdown {
    min-width: 230px;
    width: auto !important;
    margin-left: 10%;
    top: 24px !important;
}

.main-sidebar #sessionPropForm .selectize-input .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
    height: auto;
    margin-top: 0;
    width: 118px;
}

.main-sidebar .selectize-input {
    min-height: 24px;
}

.main-sidebar .selectize-input > input {
    color: #ffffff;
}

#sessionPropForm {
    display: inline;
}

#sessionPropForm .selectize-input {
    background: none;
    border: none;
    width: auto;
    padding-right: 36px;
    font-size: 22px;
    font-weight: 300;
    margin: 8px 0 0;
}

#sessionPropForm .selectize-input .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 23px;
    margin-bottom: -2px;
}

.portfolio-menu,
.main-sidebar #sessionPropForm .selectize-input {
    background-color: #242a2e;
    border: 1px solid #57595a;
    border-radius: 5px !important;
    color: #b2b2b2;
    display: block;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: normal;
    height: 24px;
    padding: 3px 12px;
    min-height: 24px;
    margin: 0% 9% 8%;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
    text-align: left;
    box-shadow: none;
}

.portfolio-menu i {
    float: right;
    top: 0;
    position: relative;
}

.portfolio-block > .open > .dropdown-menu {
    width: 100%;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar nav > ul {
    scrollbar-width: none; /* Latest versions of Firefox */
    width: 115% !important; /* Hide the scrollbar in case the explicit styling fails */
}
.sidebar nav > ul::-webkit-scrollbar {
    width: 0;
}

.sidebar nav ul li.active > a {
    background: none !important;
}

.sidebar nav ul li {
    border-bottom: 0;
}

.sidebar nav ul li.open ul,
.sidebar nav ul li.open {
    width: 199px;
}

.sidebar nav ul li.open ul li.active {
    background: #1C75BB;
}

.sidebar nav ul li.active > a:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    line-height: 32px !important;
    width: 27px;
    position: absolute;
    right: -16px;
    font-size: 35px;
    color: #ffffff;
    top: 3px;
}

.sidebar nav ul li a {
    display: block;
    width: 200px;
    border: 1px solid transparent;
    line-height: 35px;
    min-height: 35px;
    color: #787878;
    font-weight: normal;
    padding: 0px;
    padding-left: 15px;
    margin: 0;
    text-align: left;
    font-size: 12px;
    font-family: 'Montserrat';
    box-sizing: border-box;
}

.sidebar nav ul li a:hover {
    color: #ffffff;
}

.sidebar ul.sub-menu li a {
    padding: 8px 15px 8px 40px;
    color: #a8a8a8;
    line-height: 20px;
}

.sidebar ul.sub-menu li a i {
    height: auto;
    margin: -2px 8px auto auto;
    font-size: 16px !important;
    line-height: 23px !important;
    width: 24px !important;
    position: static;
}

.sidebar nav ul li a i {
    width: 24px;
    height: 33px;
    padding: 0;
    margin-right: 12px;
    float: left;
    display: inline-block;
    text-align: center;
    position: relative;
}

.sidebar nav ul li a span.title {
    display: inline-block;
    font-size: 12px;
    font-family: 'Montserrat';
    position: relative;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.sidebar nav > ul > li > a b {
    top: 0px !important;
}

.sidebar nav ul b {
    margin-top: -1px;
}

/*tasks Icon */
.sidebar > nav ul li a i {
    top: 5px;
    line-height: 24px;
}

.sidebar > nav ul li a:hover > i.fas,
.sidebar > nav ul li a:hover > i.far,
.sidebar > nav ul > li.active > a > i.fas,
.sidebar > nav ul > li.active > a > i.far {
    background-color: #F6A623;
    background-position: center center;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 33px;
}

/* Dashboard Icon */
.sidebar > nav ul li a i.dashboard {
    background: url('/assets/images/png-fallback/nav-icon-dashboard.png') no-repeat 3px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-dashboard.svg'), none;
}

.sidebar > nav ul li a:hover > i.dashboard,
.sidebar > nav ul > li.active > a > i.dashboard {
    background: url('/assets/images/png-fallback/nav-icon-dashboard-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-dashboard-hover.svg'), none;
}

/*quick links Icon */
.sidebar > nav ul li a i.quicklinks {
    background: url('/assets/images/png-fallback/nav-icon-quicklinks.png') no-repeat 8px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-quicklinks.svg'), none;
}

.sidebar > nav ul li a:hover > i.quicklinks,
.sidebar > nav ul > li.active > a > i.quicklinks {
    background: url('/assets/images/png-fallback/nav-icon-quicklinks-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-quicklinks-hover.svg'), none;
}

/* Portfolio Icon */
.sidebar > nav ul li a i.portfolio {
    background: url('/assets/images/png-fallback/nav-icon-properties.png') no-repeat 6px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-properties.svg'), none;
}

.sidebar > nav ul li a:hover > i.portfolio,
.sidebar > nav ul > li.open > a > i.portfolio {
    background: url('/assets/images/png-fallback/nav-icon-properties-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-properties-hover.svg'), none;
}

/* Assets Icon */
.sidebar > nav ul li a i.assets {
    background: url('/assets/images/png-fallback/nav-icon-assets.png') no-repeat 6px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-assets.svg'), none;
}

.sidebar > nav ul li a:hover > i.assets,
.sidebar > nav ul > li.open > a > i.assets {
    background: url('/assets/images/png-fallback/nav-icon-assets-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-assets-hover.svg'), none;
}

/* Team Icon */
.sidebar > nav ul li a i.team {
    background: url('/assets/images/png-fallback/nav-icon-team.png') no-repeat 4px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-team.svg'), none;
}

.sidebar > nav ul li a:hover > i.team,
.sidebar > nav ul > li.active > a > i.team {
    background: url('/assets/images/png-fallback/nav-icon-team-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-team-hover.svg'), none;
}

/* Maintenance Icon */
.sidebar > nav ul li a i.maintenance {
    background: url('/assets/images/png-fallback/nav-icon-maintenance.png') no-repeat 3px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-maintenance.svg'), none;
}

.sidebar > nav ul li a:hover > i.maintenance,
.sidebar > nav ul > li.open > a > i.maintenance {
    background: url('/assets/images/png-fallback/nav-icon-maintenance-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-maintenance-hover.svg'), none;
}

/* Tenants Icon */
.sidebar > nav ul li a i.tenants {
    background: url('/assets/images/png-fallback/nav-icon-tenants.png') no-repeat 4px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-tenants.svg'), none;
}

.sidebar > nav ul li a:hover > i.tenants,
.sidebar > nav ul > li.open > a > i.tenants {
    background: url('/assets/images/png-fallback/nav-icon-tenants-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-tenants-hover.svg'), none;
}

/* Report Icon */
.sidebar > nav ul li a i.reports {
    background: url('/assets/images/png-fallback/nav-icon-reports.png');
    background-image: url('/assets/images/nav-bar-icons/nav-icon-reports.svg'), none;
    background-repeat: no-repeat;
    background-position: 3px center;
}

.sidebar > nav ul li a:hover > i.reports,
.sidebar > nav ul > li.active > a > i.reports {
    background: url('/assets/images/png-fallback/nav-icon-reports-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-reports-hover.svg'), none;
}

/* Calendar Icon */
.sidebar > nav ul li a i.calendar {
    background: url('/assets/images/png-fallback/nav-icon-calendar.png') no-repeat 4px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-calendar.svg'), none;
}

.sidebar > nav ul li a:hover > i.calendar,
.sidebar > nav ul > li.active > a > i.calendar {
    background: url('/assets/images/png-fallback/nav-icon-calendar-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-calendar-hover.svg'), none;
}

/* Utilities Icon */
.sidebar > nav ul li a i.utilities {
    background: url('/assets/images/png-fallback/nav-icon-utilities.png') no-repeat 5px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-utilities.svg'), none;
}

.sidebar > nav ul li a:hover > i.utilities,
.sidebar > nav ul > li.open > a > i.utilities {
    background: url('/assets/images/png-fallback/nav-icon-utilities-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-utilities-hover.svg'), none;
}

/* Services Icon */
.sidebar > nav ul li a i.services {
    background: url('/assets/images/png-fallback/nav-icon-services.png') no-repeat 2px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-services.svg'), none;
}

.sidebar > nav ul li a:hover > i.services,
.sidebar > nav ul > li.open > a > i.services {
    background: url('/assets/images/png-fallback/nav-icon-services-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-services-hover.svg'), none;
}

/*nyc agencies Icon */

/*.sidebar  >  nav ul li a i.nyc-agencies{
  background: url('/assets/images/nav-bar-icons/nav-icon-nyc-agencies.svg') 4px center no-repeat;
}
.sidebar  >  nav ul li a:hover  >  i.nyc-agencies, .sidebar  >  nav ul  >  li.open  >  a  >  i.nyc-agencies{
background: url('/assets/images/nav-bar-icons/nav-icon-nyc-agencies-hover.svg') left center no-repeat;
}*/
.sidebar > nav ul li a i.nyc-agencies {
    background: url('/assets/images/png-fallback/nav-icon-nyc-agencies.png') no-repeat 5px 7px;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-nyc-agencies.svg'), none;
}

.sidebar > nav ul li a:hover > i.nyc-agencies,
.sidebar > nav ul > li.open > a > i.nyc-agencies {
    background: url('/assets/images/png-fallback/nav-icon-nyc-agencies-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-nyc-agencies-hover.svg'), none;
}

/* LA Agencies Icon */
.sidebar > nav ul li a i.la-agencies {
    background: url('/assets/images/png-fallback/nav-icon-la-agencies.png') no-repeat 5px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-la-agencies.svg'), none;
}

.sidebar > nav ul li a:hover > i.la-agencies,
.sidebar > nav ul > li.open > a > i.la-agencies {
    background: url('/assets/images/png-fallback/nav-icon-la-agencies-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-la-agencies-hover.svg'), none;
}

/* Legal Icon */
.sidebar > nav ul li a i.legal {
    background: url('/assets/images/png-fallback/nav-icon-legal.png') no-repeat 2px center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-legal.svg'), none;
}

.sidebar > nav ul li a:hover > i.legal,
.sidebar > nav ul > li.open > a > i.legal {
    background: url('/assets/images/png-fallback/nav-icon-legal-hover.png') no-repeat left center;
    background-image: url('/assets/images/nav-bar-icons/nav-icon-legal-hover.svg'), none;
}

.feature-selected {
    background-color: #4A4A4A !important;
}

.feature-selected:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(74, 74, 74, 0);
    border-top-color: #4A4A4A;
    border-width: 16px;
    margin-left: -20px;
}

.feature-selected h1 a,
.feature-selected .feature-content .title,
.feature-selected .feature-content .subtitle,
.feature-selected .feature-content .title sup {
    color: #ffffff !important;
}

.feature-selected h1 i {
    display: none !important;
}

.feature-selected .feature-content {
    display: inherit !important;
}

.feature-box .hide {
    display: none;
}

.feature-boxes {
    border-radius: 2px !important;
    background-color: #F9F9F9;
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: none;
}

.feature-boxes h1 {
    margin: 0;
    padding: 0;
}

.feature-boxes h1 a {
    display: block;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #1C75BB;
    min-height: 34px;
    padding: 0px 12px;
    line-height: 34px;
    border-bottom: 2px solid #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.feature-boxes h1 i {
    display: inline;
    float: right;
    line-height: 34px;
    font-size: 14px;
}

.feature-boxes h1 a:hover,
.feature-boxes h1 a:focus {
    color: #1C75BB;
    text-decoration: none;
}

.feature-boxes .inner {
    padding: 0px 10px 10px;
}

.feature-boxes .feature-graph {
    min-height: 135px;
    width: 100%;
    margin-top: 18px;
}

.feature-boxes .img-block {
    width: 100%;
    height: 110px;
}

.feature-boxes .img-block img {
    vertical-align: bottom;
}

.feature-boxes .feature-graph span {
    display: block;
    color: #B2B2B2;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 9px;
    text-align: left;
    padding-left: 2px;
    margin: 3px 0px;
}

.feature-boxes .feature-content {
    width: 100%;
    min-height: 60px;
}

.feature-boxes .feature-content .title {
    font-size: 32px;
    font-size: 2.2vw;
    line-height: 37px;
    color: #4A4A4A;
    font-family: 'Montserrat';
    display: inline-block;
}

.feature-boxes .feature-content .title sup {
    font-size: 59%;
    color: #4A4A4A;
}

.feature-boxes .feature-content span {
    font-size: 12px;
    line-height: 14px;
    color: #CCCCCC;
    font-family: 'Montserrat';
    word-spacing: 0.56px;
    display: none;
}

.feature-boxes .feature-content span i {
    font-size: 12px;
    color: #D0021B;
    vertical-align: bottom;
}

.feature-boxes .feature-content .subtitle {
    font-size: 12px;
    color: #707070;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 17px;
    text-align: left;
}

@media (max-width: 480px) {
    .features-section .col-xs-6 {
        width: 100% !important;
    }
}

/*widgets sections */

/*compliance-widgets*/
.widgets-container {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 35px;
}

.widgets-header {
    width: 100%;
    margin-bottom: 16px;
    clear: both;
}

.widgets-header h1 {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #1C75BB !important;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0;
}

.widgets-container span.widgets-icons {
    display: inline-block;
    float: left;
    margin-right: 15px;
    vertical-align: middle;
}

.widget-setting {
    display: inline-block;
    float: right;
    width: 19px;
    height: 19px;
    border: none;
}

.widget-setting i {
    color: #c9c9c9;
    font-size: 19px !important;
    line-height: 19px;
}

.widget-content {
    width: 100%;
    background: #f8f8f8;
    padding: 20px;
    border-bottom: 2px solid #ffffff;
    margin: 0;
}

.widget-content .col-md-5,
.widget-content .col-md-7 {
    padding-right: 0;
    padding-left: 0;
}

.widget-content h1 {
    color: #4A4A4A;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 16px;
    margin-bottom: 17px;
    text-transform: uppercase;
    margin-top: 0;
}

.widget-content h1 small {
    margin-left: 25px;
}

.widget-content h1 small.data-tbl-small {
    margin-left: 8px;
    color: #5B5B5B;
    font-family: 'Open Sans';
    font-size: 11px;
}

.widget-content h1 small i {
    font-size: 11px;
}

.widget-content h2 {
    color: #9B9B9B;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: 16px;
    margin-bottom: 17px;
    margin-top: 0;
    text-transform: uppercase;
}

.widget-banner {
    width: 100%;
    min-height: 42px;
    padding-right: 20px;
    margin-bottom: 10px;
    background: url('/assets/images/widget-banner-right.png') top right no-repeat #f2dadd;
}

.widget-banner .banner-no {
    min-width: 72px;
    height: 42px;
    float: left;
    color: #ffffff;
    line-height: 42px;
    font-size: 32px;
    font-family: 'Montserrat';
    text-align: center;
    padding-right: 20px;
    padding-left: 10px;
    background: url('/assets/images/widget-banner-left.png') top right no-repeat #d01d1b;
}

.widget-banner .banner-no i {
    float: right;
    margin-left: 10px;
    font-size: 75px;
    top: -15px;
    color: #f2dadd;
    position: relative;
    right: -3px;
}

.widget-banner .banner-no a {
    text-decoration: none;
    color: #ffffff;
}

.widget-banner .banner-text {
    float: left;
    width: auto;
    color: #D0021B;
    font-size: 14px;
    text-align: left;
    padding: 12px 0px 12px 8px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.widget-banner .banner-text span {
    font-family: 'Open Sans';
    font-size: 12px;
    margin-left: 8px;
}

.widget-banner .banner-text a {
    text-decoration: none;
    color: #D0021B;
}

.widget-banner .banner-text span a {
    text-decoration: underline;
    color: #D0021B;
}

.widget-banner .banner-text a:hover {
    text-decoration: none;
    color: #D0021B;
}

@media (max-width: 767px) {
    .widget-banner .banner-text {
        padding: 10px 0px 0px 8px;
    }

    .widget-banner .banner-text span {
        font-size: 12px;
    }
}

/*high-impact-item*/
.high-impact-item {
    width: 100%;
    padding: 10px 10px 0px;
    margin: 0;
}

.high-impact-item .row {
    border-bottom: 1px solid #EDEDED;
}

.high-impact-item .row:last-child {
    border-bottom: 0;
}

.high-impact-item .li-padding li {
    padding-top: 15px;
}

.high-impact-item li:nth-of-type(3n + 1) {
    padding-left: 0;
    border-left: 0;
}

.high-impact-item li:nth-of-type(n + 4) {
    border-top: 1px solid #EDEDED;
}

.high-impact-item li,
.jpermits li,
#jumper-Finance li {
    width: 33.3333333%;
    float: left;
    min-height: 52px;
    padding: 10px 15px 15px 25px;
    border-left: 1px solid #EDEDED;
    display: inline-block;
}

#jumper-Finance li {
    padding-top: 0;
}

.jpermits li {
    padding-top: 0;
}

#jumper-Tasks .jpermits ul {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#jumper-Tasks .jpermits li {
    padding: 0;
    width: 20%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

#jumper-Tasks .jpermits ul a {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

@media (max-width: 991px) {
    #jumper-Tasks .jpermits ul {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #jumper-Tasks .jpermits .title-data {
        width: auto;
    }
}

.jpermits li,
#jumper-Finance li {
    width: 25%;
}

#jumper-Maintenance .wov-section li {
    width: 100%;
    border-left: 0;
    padding: 10px 30px 0px 0px;
}

#jumper-Maintenance .wov-section li .title {
    text-align: left;
}

#jumper-Maintenance .wov-section li .title-data {
    width: 100%;
}

@media (max-width: 991px) {
    .jpermits li,
    #jumper-Tasks .jpermits li,
    #jumper-Finance li {
        width: 50%;
    }

    .jpermits li:nth-of-type(3n),
    .jpermits li:nth-of-type(5n),
    #jumper-Finance li:nth-of-type(3n) {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 480px) {

    .jpermits li,
    #jumper-Tasks .jpermits li,
    #jumper-Finance li {
        width: 100%;
        border-bottom: 1px solid #EDEDED;
        border-left: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    #jumper-Tasks .jpermits ul a {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #jumper-Finance li {
        padding-top: 15px;
    }
}

#jumper-Finance li.dofcharge {
    width: 100%;
}

#jumper-Finance li.dofcharge span.heading {
    padding-top: 0;
}

.jpermits li:first-child,
#jumper-Finance li:first-child {
    padding-left: 0;
    border-left: 0;
}

.jpermits .count-label {
    color: #5B5B5B;
    font-size: 11px;
    line-height: 16px;
}

.high-impact-item .title,
.jpermits .title,
#jumper-Finance .title,
#jumper-Maintenance .title,
#jumper-Tenants .title {
    font-size: 32px;
    line-height: 37px;
    color: #4A4A4A;
    word-spacing: -1px;
    font-family: 'Montserrat';
    display: inline-block;
    margin-right: 10px;
    float: left;
    min-width: 45px;
    text-align: center;
}

#jumper-Task .jpermits .title {
    margin-right: 8px;
    min-width: 30px;
}

#jumper-Finance .responsive-finance-items li {
    width: 50%;
}

#jumper-Finance .responsive-finance-items li:nth-of-type(3n) {
    padding-left: 0;
    border-left: 0;
}

#jumper-Finance .title a {
    color: #4A4A4A;
    text-decoration: none;
}

.jpermits .title a,
.jpermits .title a:hover {
    color: #4A4A4A;
}

.high-impact-item .title sup,
.jpermits .title sup,
#jumper-Finance .title sup,
#jumper-Maintenance .title sup,
#jumper-Tenants .title sup {
    font-size: 60%;
    color: #4A4A4A;
}

.high-impact-item .title a {
    color: #4A4A4A;
    text-decoration: none;
}

.high-impact-item .title-data {
    width: 70%;
}

.high-impact-item .title-data,
.jpermits .title-data,
#jumper-Finance .title-data,
#jumper-Maintenance .title-data,
#jumper-Tenants .title-data {
    float: left;
}

#jumper-Task .jpermits .title-data {
    float: none;
}

#jumper-Finance .title-data {
    width: 100%;
}

@media (max-width: 991px) {

    .high-impact-item .title-data,
    .jpermits .title-data,
    #jumper-Finance .title-data {
        width: 100%;
    }
}

.high-impact-item .title-data span.heading,
.jpermits .title-data span.heading,
#jumper-Finance span.heading,
#jumper-Maintenance span.heading,
#jumper-Tenants span.heading {
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #5B5B5B;
    display: block;
    font-family: 'Open Sans';
}

#jumper-Finance span.heading {
    padding-top: 10px;
}

.title-data span.heading i {
    color: #5B5B5B;
    font-size: 12px;
    vertical-align: text-bottom;
}

.title-data span.heading a {
    color: #5B5B5B;
    text-decoration: none;
}

.title-data span.heading i:hover {
    color: #D0021B;
}

.high-impact-item .title-data span.heading-data {
    font-size: 12px;
    line-height: 14px;
    color: #CCCCCC;
    word-spacing: 0.56px;
    display: none;
    font-family: 'Montserrat';
}

.title-data span.heading-data i {
    font-size: 12px;
    color: #D0021B;
    vertical-align: bottom;
}

.getrefund {
    text-decoration: underline;
    font-size: 9px;
    color: #9B9B9B;
    line-height: 13px;
    margin-left: 8px;
}

#jumper-Finance li.overview-selected > .title {
    background: url('/assets/images/banner-stat-green.svg') no-repeat;
    background-size: contain;
    background-position: left center;
    width: 100%;
    max-width: 275px;
    min-height: 42px;
    text-align: left;
    padding: 3px 0px 0px 8px;
    color: #fff;
}

#jumper-Finance li.overview-selected > .title a,
#jumper-Finance li.overview-selected > .title a > sup {
    color: #ffffff;
}

#jumper-Finance li.overview-selected > .title-data > span.heading {
    color: #64A824;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* ECB FINES BLOCK */
.ecb-fines-block {
    width: 100%;
}

.ecb-fines-block i {
    margin-right: 10px;
    font-size: 9px;
}

.ecb-fines-block li {
    border-left: none !important;
    width: auto !important;
    padding: 0px !important;
    margin-right: 25px;
    margin-bottom: 25px;
}

.ecb-fines-block li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 12px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    text-align: center;
    float: left;
    min-height: 210px;
    min-width: 160px;
}

.ecb-fines-block li:last-child {
    margin-right: 0;
}

li .li-label {
    color: #5B5B5B;
    font-size: 10px;
    font-family: 'Montserrat';
    width: 100%;
    margin-bottom: 15px;
}

.ecb-count-block {
    width: 100%;
    padding: 11px 0px;
}

.ecb-count-block sup {
    font-size: 60%;
    color: #4A4A4A;
}

.ecb-count-block .li-count {
    color: #4A4A4A;
    font-family: 'Montserrat';
    font-size: 28px;
    line-height: 32px;
    word-spacing: -1.66px;
    display: block;
    text-align: center;
}

.ecb-count-block .li-title {
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: #5B5B5B;
    word-spacing: -0.77px;
    font-family: 'Open Sans';
    text-align: center;
}

.ecb-fines-block li a:hover,
.ecb-fines-block li a:active,
.ecb-fines-block li a.active {
    color: #D0021B !important;
    text-decoration: none;
    border: 1px solid #D0021B;
}

.ecb-fines-block li a:hover > .ecb-count-block .li-count,
.ecb-fines-block li a:hover > .ecb-count-block .li-title,
.ecb-fines-block li a:hover > .li-label,
.ecb-fines-block li a:hover > .ecb-count-block sup {
    color: #D0021B !important;
}

.ecb-fines-block li a:active > .ecb-count-block .li-count,
.ecb-fines-block li a:active > .ecb-count-block .li-title,
.ecb-fines-block li a:active > .li-label,
.ecb-fines-block li a:active > .ecb-count-block sup {
    color: #D0021B !important;
}

.ecb-fines-block li a.active > .ecb-count-block .li-count,
.ecb-fines-block li a.active > .ecb-count-block .li-title,
.ecb-fines-block li a.active > .li-label,
.ecb-fines-block li a.active > .ecb-count-block sup {
    color: #D0021B !important;
}

.ecb-fines-block thead tr th {
    font-size: 9px;
    line-height: 10px;
    color: #9B9B9B;
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-align: right;
}

.ecb-fines-block thead tr th:first-child {
    text-align: left;
}

.ecb-fines-block tbody tr td {
    color: #4A4A4A;
    font-size: 11px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: right;
}

.ecb-fines-block tbody tr td a {
    color: #4A4A4A;
}

.ecb-fines-block tbody tr td:first-child {
    color: #5B5B5B;
    font-size: 12px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}

.ecb-fines-block tfoot tr td {
    font-style: 16px;
    font-family: 'Montserrat';
    color: #4A4A4A;
    padding-top: 10px;
    text-align: right;
}

.ecb-fines-block tfoot tr td:first-child {
    text-align: left;
}

.ecb-fines-block tfoot tr td span.tfoot-total {
    color: #B2B2B2;
    font-style: 14px;
}

/*violations*/
.violation-block,
.complaints-block {
    width: 100%;
}

.widget-graph-block {
    width: 100%;
    height: 100%;
    min-height: 160px;
    padding-right: 30px;
}

.col-md-8new {
    height: 100%;
    min-height: 150px;
    position: relative;
    top: -15px;
}

.widget-graph-block img {
    width: 100%;
}

.widgets-graphs-section li a {
    min-width: 68px;
    min-height: 80px;
    float: left;
    padding: 10px 8px 8px;
    margin: 0px 10px 12px 0px;
    border: 1px solid #EDEDED;
    color: #4A4A4A;
    font-family: 'Montserrat';
    font-size: 28px;
    line-height: 32px;
    word-spacing: -1.66px;
    display: inline-block;
    text-align: center;
}

.complaints-block li a {
    min-width: 84px;
    min-height: 78px;
}

.tenants-block li a,
.maintenance-block li a {
    min-width: 84px;
    min-height: 80px;
}

.widgets-graphs-section li a span.li-title {
    display: block;
    font-size: 10px;
    line-height: 13px;
    color: #5B5B5B;
    word-spacing: -0.77px;
    font-family: 'Open Sans';
    text-align: center;
    width: 68px;
}

.complaints-block li a span.li-title {
    width: 90px;
}

.widgets-graphs-section li a:hover,
.widgets-graphs-section li a:active,
.widgets-graphs-section li a.active {
    color: #D0021B !important;
    text-decoration: none;
    border: 1px solid #D0021B;
}

.widgets-graphs-section li a:hover > span.li-title,
.widgets-graphs-section li a:active > span.li-title,
.widgets-graphs-section li a.active > span.li-title {
    color: #D0021B !important;
}

/*INSPECTIONS classes*/
.inspection-status {
    float: left;
    padding-top: 25px;
}

.inspection-table {
    margin-bottom: 20px;
}

.inspection-cat-table {
    width: 50%;
    float: left;
}

.inspection-table thead tr {
    background: none !important;
}

.inspection-table thead tr th {
    font-size: 12px;
    line-height: 13px;
    color: #4A4A4A;
    font-family: 'Open Sans';
    font-weight: 700;
    border-bottom: 1px solid #E7E7E7 !important;
    padding: 0px 8px 8px 8px !important;
    text-transform: uppercase;
}

.inspection-table thead tr th .small {
    font-weight: normal;
    font-size: 12px;
}

.inspection-table tbody tr td {
    font-size: 11px;
    color: #5B5B5B;
    line-height: normal;
    font-family: 'Open Sans';
    border: none;
    vertical-align: middle;
    padding: 0px 8px;
}

.inspection-table tbody tr:first-child > td {
    padding-top: 8px;
}

.inspection-table tbody tr td:first-child {
    font-family: 'Montserrat';
    font-size: 18px;
    width: 35px;
}

.inspection-table tbody tr td a {
    color: #5B5B5B;
    text-decoration: none;
}

.col-green {
    color: #7ED321;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 21px;
}

.col-yellow {
    color: #F5A623;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 21px;
}

.col-red {
    color: #D0021B;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 21px;
}

.col-grey {
    color: #4A4A4A;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 21px;
}

/*finance widget*/
.finance-chart {
    min-height: 214px !important;
}

.padding-none {
    padding-left: 0px;
    padding-right: 0px;
}

/*dashboard table*/
.dashboard-table {
    margin-bottom: 0px !important;
}

.dashboard-table thead tr {
    background: none !important;
}

.dashboard-table thead tr th {
    font-size: 9px;
    line-height: 13px;
    color: #9B9B9B;
    font-family: 'Open Sans';
    border-bottom: 1px solid #E7E7E7 !important;
    padding: 3px 8px 8px !important;
}

.dashboard-table tbody tr:first-child td {
    padding-top: 10px !important;
}

.dashboard-table tbody tr:last-child td {
    padding-bottom: 10px !important;
}

.maint-table .dashboard-table tbody tr td {
    font-weight: normal;
}

.maint-table .dashboard-table tfoot tr td {
    padding: 0px 8px;
}

.maint-table .dashboard-table tbody tr td a {
    color: #1C75BB;
    text-decoration: underline;
}

.maint-table .dashboard-table tbody tr td a:hover {
    color: #1C75BB;
    text-decoration: none;
}

.dashboard-table tbody tr td {
    color: #4A4A4A;
    font-size: 11px;
    line-height: 22px;
    padding: 0px 8px !important;
    font-family: 'Open Sans';
    font-weight: 600;
    border-top: none !important;
}

.dashboard-table tbody tr td label.status-open {
    min-width: 85px;
    height: 17px;
    line-height: 17px;
    padding: 0px 12px;
    background: #f4e4e5;
    color: #D0021B;
    font-family: 'Montserrat';
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px !important;
}

.dashboard-table tbody tr td span.add-unit {
    margin-left: 20px;
    display: inline-block;
}

.dashboard-table tbody tr td strong {
    font-family: 'Open Sans';
    font-weight: 700;
}

.dashboard-table tfoot tr th {
    color: #B2B2B2;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 21px;
    word-spacing: 0.3px;
    text-transform: uppercase;
}

.dashboard-table tfoot tr td {
    color: #4A4A4A;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 21px;
    padding: 8px;
    word-spacing: 0.34px;
    border-top: 1px solid #E7E7E7 !important;
    border-bottom: 1px solid #f8f8f8 !important;
}

.dashboard-table tfoot td a.show-more {
    color: #1C75BB;
    font-size: 9px;
    line-height: 10px;
    text-decoration: none;
}

/*dashboard data table*/
.dashboard-data-table {
    margin-bottom: 0px !important;
}

.dashboard-data-table thead tr {
    background: none !important;
}

.dashboard-data-table thead tr th {
    font-size: 11px;
    color: #707070;
    font-family: 'Montserrat';
    border-bottom: 1px solid #E7E7E7 !important;
    padding: 3px 8px !important;
    text-align: center;
}

.aw-data-table .dashboard-data-table thead tr th .th-inner {
    line-height: normal;
    padding: 5px;
    padding-right: 30px;
}

.dashboard-data-table thead tr th:first-child {
    text-align: left;
}

.dashboard-data-table thead tr th b.uppercase {
    text-transform: uppercase;
}

.dashboard-data-table thead tr th b,
.bootstrap-table .table > thead > tr > th .tc-th {
    color: #707070;
    font-size: 9px;
    font-family: 'Open Sans';
    display: block;
    width: 100%;
    line-height: 11px;
    text-align: center;
    font-weight: normal;
}

.bootstrap-table .table > thead > tr > th .tc-th b {
    display: inline-block;
    width: auto;
}

.dashboard-data-table .table > thead > tr {
    padding: 0;
}

.dashboard-data-table tbody tr td {
    color: #787878;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

.dashboard-data-table tbody tr td .label-primary {
    background-color: #7F9CAC;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.dashboard-data-table tbody tr td .label {
    text-shadow: none !important;
    font-size: 12px;
    font-weight: 800;
    padding: 2px 6px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.dashboard-data-table tbody tr td a {
    color: #787878;
    text-decoration: none;
}

.dashboard-data-table tbody tr td a:hover,
.dashboard-data-table tbody tr td:first-child a:hover {
    color: #4A4A4A;
}

.dashboard-data-table tbody tr td:first-child {
    color: #4A4A4A;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

.dashboard-data-table tbody tr td:nth-child(n + 4) {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
}

.dashboard-data-table tbody tr td:first-child a {
    font-weight: 600;
    color: #4A4A4A;
}

/*data table pagination*/
.dashboard-data-table span.pagination-info {
    font-size: 12px;
    font-family: 'Open Sans';
    color: #5C5C5C;
}

.pagination > li > a {
    padding: 2px 12px !important;
    line-height: 1.428571429;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border-radius: 3px !important;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 0 1px;
    padding: 2px 10px !important;
}

.tenants-data-table .fixed-table-container {
    border: none;
}

.tenants-data-table .fixed-table-container thead th {
    border: none;
}

.tenants-data-table .fixed-table-container tbody td {
    border: none;
}

.tenants-data-table .fixed-table-container tbody td:first-child {
    font-weight: normal;
}

.tenants-data-table .fixed-table-container thead tr th .th-inner {
    line-height: normal;
    padding: 5px;
}

.tenants-data-table .fixed-table-container tbody td a {
    color: #4A4A4A;
}

.tenants-data-table .fixed-table-container tbody td:nth-child(2) {
    color: #4A4A4A;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

.tenants-data-table .fixed-table-container tbody td:nth-child(3) {
    border-right: 1px solid #E7E7E7;
}

.tenants-data-table .fixed-table-container thead th:first-child {
    text-align: left !important;
}

.tenants-data-table .fixed-table-container tbody tr td:nth-child(n + 4) {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    color: #4a4a4a;
}

.tenants-data-table .table > tbody {
    border-bottom: 1px solid #E7E7E7;
}

.tenants-data-table .bootstrap-table .table {
    border-bottom: 0;
}

.mytoptasks-table .table-responsive tbody td a.task_title {
    color: #4A4A4A;
    font-weight: 600;
}

.mytoptasks-table a.propName {
    color: #1C75BB;
}

.mytoptasks-table .priority {
    color: red;
    font-size: 14px;
}

.aw-data-table .fixed-table-container {
    border-bottom: 0;
}

.aw-data-table .export {
    margin-right: 217px;
}

.bootstrap-table .table > thead > tr > th i.squaredark {
    color: #8745C2;
    font-size: 8px;
    margin-right: 8px;
}

.bootstrap-table .table > thead > tr > th i.squarelight {
    color: #BD95E0;
    font-size: 8px;
    margin-right: 8px;
}

.bootstrap-table .table > thead > tr > th .tc-bar-heading {
    margin-right: 25px;
    display: inline-block;
    float: left;
}

.progress {
    margin-bottom: 0;
    height: 15px;
}

.progress > .progress-bar-comp {
    background-color: #8745C2;
}

.progress > .progress-bar-viol {
    background-color: #BD95E0;
}

/*data table td color*/
.dashboard-data-table > .fixed-table-pagination .page-next a,
.dashboard-data-table > .fixed-table-pagination .last-page a {
    font-size: 22px;
}

.dashboard-data-table tbody tr td span.red-td,
.dashboard-data-table tbody tr td span.red-td i {
    color: #D0021B;
    float: left;
    width: 100%;
    padding-left: 10%;
    text-align: left;
}

.dashboard-data-table tbody tr td span.green-td,
.dashboard-data-table tbody tr td span.green-td i {
    color: #64A824;
    float: left;
    width: 100%;
    padding-left: 10%;
    text-align: left;
}

.dashboard-data-table tbody tr td span.black-td,
.dashboard-data-table tbody tr td span.black-td i {
    color: #4A4A4A;
    float: left;
    width: 100%;
    padding-left: 10%;
    text-align: left;
}

.dashboard-data-table tbody tr td span.red-td i,
.dashboard-data-table tbody tr td span.green-td i,
.dashboard-data-table tbody tr td span.black-td i {
    margin-right: 5px;
    float: none;
}

.dashboard-data-table tbody tr td span.blank-state {
    content: '&mdash;';
    font-family: 'Open Sans';
    color: #ececec;
    font-weight: 900;
    font-size: 16px;
}

.fixed-table-pagination .pagination-info {
    font-size: 12px;
    color: #4A4A4A;
    font-family: 'Open Sans';
}

.fixed-table-pagination .page-list .btn-default {
    border-radius: 3px !important;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 0 4px 0 8px;
    padding: 3px 7px;
}

/*data table search*/
.widget-content .fixed-table-toolbar .search {
    position: relative;
    margin-top: -38px;
    margin-bottom: 10px;
    line-height: 34px;
}

.dh-tbl-search {
    margin-right: 15px;
    border-radius: 2px !important;
}

.dh-tbl-search input[type="text"],
.widget-content .fixed-table-toolbar .search input[type="text"] {
    height: 24px;
    border: 1px solid #DCDCDC;
    background: none;
    width: 202px;
    font-family: 'Open Sans';
    font-size: 12px;
    padding: 0px 30px 0px 12px;
    color: #B5B5B5;
    border-radius: 2px !important;
}

.widget-content .fixed-table-toolbar .search input[type="text"] {
    background: url('/assets/images/png-fallback/mag-glass-icon.png') no-repeat 180px 4px;
    background-image: url('/assets/images/mag-glass-icon.svg');
}

.dh-tbl-search .form-control-feedback.fas,
.dh-tbl-search .form-control-feedback.far,
.fixed-table-toolbar .search .form-control-feedback.fas,
.fixed-table-toolbar .search .form-control-feedback.far {
    line-height: 24px;
    height: 24px;
    width: 25px;
    color: #B5B5B5;
}

/*Sticky Header*/
.sticky-band.static-header {
    position: fixed;
    z-index: 100;
    top: 50px; /* height of search bar */
    width: 100%;
    padding-right: 200px;
    padding-left: 0px;
    height: auto;
    border-bottom: 1px solid #EEEEEE;
    background: #ffffff;
}

aside#workbench-container~div#content div.content-wrapper section.sticky-band.static-header {
    padding-right: 212px;
}

.drawer_open .sticky-band.static-header > section {
    margin-right: 260px;
}

.workbench-closed .sticky-band.static-header > section {
    margin-right: 50px;
}

.static-header .feature-boxes {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .static-header .feature-boxes {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .sticky-band.static-header {
        padding-right: 0;
        display: none;
    }
}

/*miscellaneous classes*/
.padding-left15 {
    padding-left: 15px !important;
}

.padding-right15 {
    padding-right: 15px;
}

.left-space20 {
    padding-left: 20px;
}

.padding-bottom8 {
    padding-bottom: 8px;
}

.margin-top10 {
    margin-top: 10px;
}

.tbl-bdr-btm {
    border-bottom: 1px solid #E7E7E7;
}

.header-fixed,
.leftbar-fixed-left {
    position: fixed;
    overflow: inherit;
}

.header-fixed {
    top: 0;
}

/*maintennance widget*/
#jumper-Maintenance .maint-mav-section li {
    width: 20%;
    float: left;
    padding-right: 30px;
}

@media (max-width: 991px) {
    #jumper-Maintenance .maint-mav-section li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    #jumper-Maintenance .maint-mav-section li {
        width: 100%;
    }
}

.mav-block {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mav-left {
    float: left;
    color: #D5D5D5;
    font-family: 'Montserrat';
    font-size: 20px;
    vertical-align: top;
    padding-left: 0;
    width: 8%;
    line-height: 1;
}

.mav-body {
    width: 90%;
    border-left: 1px solid #EDEDED;
    padding-left: 10px;
    color: #7C7C7C;
    font-family: 'Open Sans';
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    float: left;
}

.mav-body .left-block {
    float: left;
    width: 20%;
}

.mav-body .right-block {
    float: left;
    width: 80%;
}

.mav-body span {
    font-family: 'Open Sans';
    font-weight: 600;
    display: block;
    min-width: 24px;
}

.mav-body .mav-heading {
    color: #4A4A4A;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    vertical-align: top;
    margin: 0px 0px 3px;
}

.mav-body .mav-heading a {
    color: #4A4A4A;
}

/*empower design updates*/
#pdashboard-header .quick-actions p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Montserrat';
    color: #5B5B5B;
}

/* create task */
.quick-actions .icon-check {
    color: #D34031;
}

/* create work order */
.quick-actions .fa-clipboard {
    color: #E5720B;
}

/* create tenant request */
.quick-actions .icon-earphones-alt {
    color: #7C6A9D;
}

#pdashboard-header .font-grey-mint {
    color: #B2B2B2 !important;
}

.card-view:first-child .value {
    font-weight: normal;
    font-size: 16px !important;
}

.split-form .left-side > .clearfix {
    clear: none;
}

.zero-stat-data,
.zero-stat-data-nav {
    width: 100%;
    min-height: 155px;
    border: 1px solid #EDEDED;
    background: url('/assets/images/zero-stat-data.png') center center no-repeat;
}

.zero-stat-data-nav {
    border: none !important;
}

/*dashboard charts stylesheet */
#pieChartAnchorDiv {
    width: 100%;
    height: 135px;
    font-size: 11px;
}

.chartdiv {
    display: inline-block;
    width: 100%;
    height: 135px;
    vertical-align: top;
    margin-left: auto;
    overflow: visible;
    text-align: left;
}

.lineChart {
    width: 100%;
    height: 150px;
    font-size: 11px;
}

i.loader {
    color: #1C75BB !important;
}

/*
* Component: Form
* ---------------
*/
.form-control {
    border-radius: 0px !important;
    box-shadow: none;
    border-color: #DCDCDC;
}

.form-control:focus {
    border-color: #DCDCDC !important;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #9B9B9B;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #9B9B9B;
}

.form-control::-webkit-input-placeholder {
    color: #9B9B9B;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control {
    border-color: #00a65a !important;
    box-shadow: none;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control {
    border-color: #f39c12 !important;
    box-shadow: none;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

/* Input group */
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

/* Component: Button
* -----------------
*/
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn:not(.fa) {
    font-family: Montserrat;
}

.btn.uppercase {
    text-transform: uppercase;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
    outline: 0;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}

.btn-default {
    background-color: #fff;
    color: #444;
    border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #eee;
}

.btn-primary {
    background-color: #1C75BB;
    border-color: #367fa9;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #367fa9;
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c;
}

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #00acd6;
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925;
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #e08e0b;
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
================================================== custom css ===============================================
*/
#action-button li.dropdown,
#top-navigation-tools li.dropdown {
    margin: 0;
    padding: 0;
}

#top-navigation-tools > li > a {
    padding: 12px 11px;
}

.user_thumb {
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    display: inline-block;
    border: none;
    margin: -5px 0 !important;
}

.nav-dropdown-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #E6E9ED;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    background: #242A2E;
    text-transform: uppercase;
}

div.status.flex14,
div.status.certified {
    background: #ADEAFF;
    border-color: #2ba9d4;
    color: #5B5B5B;
}

.apt-badge {
    background: #0092CF !important;
    color: #fff;
    border-color: inherit;
    border-radius: 4px;
    min-width: 50px;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0px 3px 5px #414141;
    font-family: 'Open Sans', 'Montserrat', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.apt-tenant-box h4 {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0px !important;
}

.apt-num-lg {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 8px 12px !important;
}

/*
======================================= tool css ==============================================
*/
#banner .info {
    padding-top: 8px;
    font-weight: 500;
    font-size: 13px;
    float: right;
    color: #5B5B5B;
}

.card .box > a > div {
    font-size: 9px;
    padding: 1px 0;
    font-family: 'Open Sans';
    color: #5B5B5B;
    font-weight: 600;
}

.datatable > tbody td {
    padding: 11px 9px;
    cursor: default;
    vertical-align: middle;
    color: #5B5B5B;
    font-weight: 500;
    background-color: #FFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.datatable > tbody.report-body td {
    white-space: normal !important;
}

.table-responsive {
    overflow: visible !important;
    border: none !important;
    font-family: 'Open Sans';
}

td.order span.lead {
    background: #666;
    border: 1px solid #5B5B5B;
    color: #FFF;
}

.status.flex14,
.status.certified {
    background: #ADEAFF;
    border-color: #2ba9d4;
    color: #5B5B5B;
}

#footer {
    text-align: center;
    bottom: 0;
    font-size: 13px;
    font-family: 'Open Sans', 'Montserrat';
    line-height: 18px;
    padding-top: 0;
    margin-bottom: 0;
    color: #979797;
}

.drawer_open #footer {
    margin-right: 259px;
}

.workbench-closed #footer {
    margin-right: 50px;
}

#main #footer .main-footer {
    margin-left: 0px !important;
    margin-bottom: -50px;
}

ul.checkboxes li > span {
    color: #5B5B5B;
    font-size: 12px;
    cursor: default;
    display: block;
    padding: 1px 0 1px 22px;
    font-weight: 400;
}

ul.checkboxes li.unchecked div.check_div,
ul.checkboxes li.checked div.check_div {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: normal !important;
    font-size: 1.35em;
    color: #5B5B5B;
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
}

/* Simple-Player */
.simple-player-container {
    display: inline-block;
    border-radius: 5px;
    background-color: #5B5B5B;
    padding: 5px 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(0.5, #888), color-stop(0.51, #777), color-stop(1, #777));
    background-image: -moz-linear-gradient(center top, #777 0%, #888 50%, #777 51%, #777 100%);
    -webkit-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.5);
    height: 22px;
}

.latestCopy .fa-file-excel {
    color: darkgreen;
}

.latestCopy .fa-file-pdf {
    color: darkred;
}

.modal-header {
    background: #242A2E;
    height: 62px;
    padding: 21px;
}

.modal-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.modal-title .icon {
    margin-right: 9px;
}

.modal-footer button:not(.btn-icon-only):not(.btn-xs) {
    text-transform: uppercase;
    height: 41px;
}

.tooltip {
    z-index: 10051;
    position: fixed;
}

/*Agency watch pulse background*/
@-webkit-keyframes warning_pulse {
    0% {
        background-color: rgba(255, 30, 0, 0.1);
    }

    50% {
        background-color: rgba(255, 30, 0, 0.3);
    }
}

@-moz-keyframes warning_pulse {
    0% {
        background-color: rgba(255, 30, 0, 0.1);
    }

    50% {
        background-color: rgba(255, 30, 0, 0.3);
    }
}

.pulse-sc {
    background-color: rgba(255, 30, 0, 0.1);
    -moz-animation: warning_pulse 2.5s ease infinite;
    -webkit-animation: warning_pulse 2.5s ease infinite;
    margin: -8px;
    padding: 10px 0;
    display: block;
    clear: both;
    min-height: 39px;
}

/*Custom report section*/
#custom-report {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    color: #4A4A4A;
}

#custom-report .panel-info {
    border: none;
}

#custom-report .panel-info > .panel-heading {
    background-color: #ecf6fc;
    border-color: none;
    color: inherit;
}

#custom-report h4.panel-title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    color: #4A4A4A;
    text-transform: none;
}

#custom-report h4.panel-title input[type=checkbox] {
    margin-right: 15px;
}

#custom-report p.select-report {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #4A4A4A;
}

#custom-report .panel-group .panel-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f146";
    margin-right: 10px;
    color: #9B9B9B;
    font-size: 12px;
}

#custom-report .panel-group .panel-title.collapsed:before {
    content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#custom-report .repot-panel {
    width: 100%;
    margin: 0px auto;
    padding: 0% 7%;
    box-sizing: border-box;
    background: #f6fbfe;
}

#custom-report .repot-left label {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    color: #4A4A4A;
    text-transform: none;
    margin-bottom: 0;
}

#custom-report .repot-left input {
    margin-right: 15px;
}

#custom-report .repot-panel .datatable > tbody tr {
    border-bottom: 1px solid #E8E8E8;
}

#custom-report .repot-panel .datatable > tbody td {
    background: none;
}

#custom-report .repot-left {
    width: 40%;
    float: left;
}

#custom-report .repot-right {
    width: 60%;
    float: left;
}

.custom-report-wrapper .select-agency-block {
    float: left;
    width: 30%;
}

.custom-report-wrapper .global-setting-block {
    float: left;
    width: 70%;
}

#custom-report .btn-default {
    background: none;
    border-color: #DCDCDC;
}

#custom-report .btn-default:active,
#custom-report .btn-default.active {
    background-color: #64A824;
    background-image: none;
    color: #fff;
}

#custom-report .btn-default:active > label,
#custom-report .btn-default.active > label {
    font-weight: 700;
}

#custom-report .btn-default:hover,
#custom-report .btn-default:focus,
#custom-report .btn-default:active,
#custom-report .btn-default.active {
    border-color: #64A824;
    background: #64A824;
    color: #fff;
}

#custom-report .btn-xs {
    padding: 0;
    height: 23px;
    font-size: 10px;
}

#custom-report .btn-xs label {
    font-size: 10px;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

#custom-report .btn-sm,
#custom-report .btn-xs {
    line-height: 23px;
}

.custom-report-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
}

.custom-report-wrapper .row {
    margin-bottom: 10px;
}

.custom-report-wrapper h2 {
    font-size: 14px;
    color: #4A4A4A;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.custom-report-wrapper span {
    color: #4A4A4A;
    font-size: 12px;
    font-family: 'Open Sans';
}

.custom-report-wrapper .padding-none,
.padding-none {
    padding-left: 0;
    padding-right: 0;
}

.custom-report-wrapper .blue-font-style {
    color: #1C75BB;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.cst-rpot-rdo label,
.custom-report-wrapper .checkbox label {
    color: #4A4A4A;
    font-size: 12px;
    font-family: 'Open Sans';
}

.cst-rpot-rdo label input {
    margin-right: 9px;
}

.cst-rpot-rdo a {
    font-weight: 600;
    font-size: 12px;
    font-family: 'Open Sans';
}

.cst-rpt-select > .selectize-input {
    height: 32px;
    background: #f6f6f6;
}

.hideRow {
    display: none;
}

.showRow {
    display: block;
}

.padding5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.padding6 {
    padding: 6px;
}

.col-md-custom-3 {
    width: 20%;
}

.col-md-custom-4 {
    width: 27%;
}

.report-label {
    width: 100%;
    display: block;
    text-align: left !important;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 14px;
    margin: 5px 0px !important;
}

.col-space0 {
    padding: 8px 0px !important;
}

.no-space {
    padding: 0px !important;
}

.form-lable {
    padding: 8px 15px 8px 0px !important;
    text-align: right;
}

.rpt-right {
    text-align: right;
    padding-right: 15px;
}

.rpt-cntr {
    text-align: center;
    line-height: 30px;
}

.paddingleft15 {
    padding-left: 15px !important;
    line-height: 30px;
}

.width60 {
    width: 60%;
}

.col-20 {
    width: 20%;
    float: left;
    padding-right: 15px;
}

.col-30 {
    width: 30%;
    float: left;
    padding-right: 15px;
}

/*SC Forms*/
#sc_form {
    height: 100%;
}

#sc_form #formList {
    margin-bottom: 0px !important;
}

#sc_form .tocify {
    margin-left: 0;
    max-height: 69% !important;
    width: 20% !important;
}

#sc_form .tocify-header {
    text-indent: 0px !important;
}

.row .portlet {
    border: none;
    background-color: #F9F9F9;
}

.propDashThumb {
    background-position: center center;
    height: 200px;
}

/*property profile widget*/
.row > .portlet > .portlet-title > .caption {
  float: none;
  display: inherit;
  line-height: 18px !important;
}

.daterangepicker .drp-selected {
    padding-top: 7px;
}

.daterangepicker .btn {
    margin: 0px 5px 7px 1px !important;
    width: 12% !important;
}
