/* here you can put your own css to customize and override the theme */
/* @import url(../fonts/meteocons.css); */

#quickAction .idea {
    height: 56px;
    width: 56px;
    position: absolute;
    left: 50%;
    margin-top: -2px;
    font-size: 44px;
    line-height: 30px;
    font-weight: 100;
    border-radius: 61px !important;
}

body.thinking,
body.thinking a,
body.thinking td,
body.thinking div,
body.thinking button,
tbody.loading tr td {
    cursor: wait;
}

[class*=" fa-"] {
    font-size: auto;
}

.tour {
    max-width: 400px;
}

.tour .popover-title {
    font-size: 19px;
}

.navbar {
    background: #fff;
    border: none;
    box-shadow: 0px 1px 8px rgba(80,80,80,0.5);
}

#quickAction > a > i,
#viewsHeaderDrop > a > i,
#helpDrop > a > i {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 26px;
    font-weight: 100;
    line-height: 22px;
}

.quick-actions .popover-content {
    padding: 0;
}

.quick-actions a {
    color: inherit;
    width: 90px;
    padding: 10px 10px 5px;
    margin: 0;
    float: left;
}

.quick-actions a:hover {
    text-decoration: none;
    background: #eee;
}

.quick-actions i {
    margin: 8px 0 16px;
}

.quick-actions p {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

#action-button .dropdown-toggle {
    padding: 17px 10px 13px;
    margin-right: 0;
}

#action-button .dropdown-toggle i {
    font-size: 24px !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-form {
        padding: 0;
    }

    #sessionPropForm .selectize-input .item {
        max-width: 100%;
    }

    #universal {
        max-width: 100px !important;
        min-width: 100px !important;
    }
}

@media (min-width: 992px) {
    #sessionPropForm .selectize-input .item {
        max-width: 180px;
    }
}

@media (min-width: 1200px) {
    #sessionPropForm .selectize-input .item {
        max-width: 260px;
    }

    #universal {
        max-width: 188px !important;
    }
}

@media (min-width: 1600px) {
    #sessionPropForm .selectize-input .item {
        max-width: 500px;
    }

    #universal {
        max-width: 400px !important;
    }
}

#sessionPropForm .selectize-dropdown {
    min-width: 260px;
}

#sessionPropForm.navbar-left {
    margin-top: 10px;
    margin-left: 8px;
}

#sessionPropForm.navbar-left .selectize-input {
    width: 250px;
}

#sessionPropForm.navbar-left .selectize-input .item {
    width: 95%;
}

#sessionPropForm.navbar-left .selectize-dropdown {
    min-width: 250px;
}

#sessionPropForm .selectize-dropdown-content {
    max-height: 350px;
}

#bldgWeather {
    margin-top: 7px;
    margin-left: 10px;
    color: #ccc;
}

#weatherIcon {
    float: left !important;
    margin-right: 5px;
}

#bldgWeather .currentTemp {
    font-size: 16px;
    margin-bottom: 2px;
}

#bldgWeather .currentCond {
    font-size: 11px;
    white-space: nowrap;
    display: block;
    margin-top: -2px;
}

#uniSearch:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#action-button li.dropdown,
#top-navigation-tools li.dropdown {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#action-button li > .dropdown-menu:before {
    right: 20px;
}

#action-button li > .dropdown-menu:after {
    right: 21px;
}

#top-navigation-tools li > .dropdown-menu:before {
    right: 16px;
}

#top-navigation-tools li > .dropdown-menu:after {
    right: 17px;
}

#top-navigation-tools li > .dropdown-menu.with-heading:after {
    border-bottom-color: #0092CF;
}

.user_thumb {
    width: 36px;
    height: 36px;
    border-radius: 26px;
    margin-top: -14px;
    margin-bottom: -10px;
    border: 1px solid #ccc;
    margin-right: 2px;
}

.small-headshot {
    width: 36px;
    height: 36px;
}

.medium-headshot {
    width: 42px;
    height: 42px;
}

.large-headshot {
    width: 64px;
    height: 64px;
    max-width: none;
}

.bldg-select {
    font-weight: 300;
    font-size: 22px !important;
    color: #333 !important;
}

#bldg-select-menu {
    max-height: 200px;
    overflow-y: scroll;
}

#bldg-select-menu .fas,
#bldg-select-menu .far {
    float: right;
}

.bldg-icons {
    color: #ddd;
    font-weight: 400;
    padding: 10px !important;
    font-size: 15px;
}

.bldg-icons .meteo {
    line-height: normal !important;
    font-size: 20px;
}

nav ul .active > a {
    background: #0092CF;
}

.fa-spin-fast {
    -webkit-animation: fa-spin 1s infinite linear;
    -moz-animation: fa-spin 1s infinite linear;
    -o-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.navbar-nav > li > a {
    color: #999;
}

.nav .dropdown-menu.bigheading {
    padding-top: 0;
    border-top: none;
}

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

.nav-dropdown-content {
    height: 350px;
    min-width: 320px;
    max-width: 320px;
    overflow-y: auto;
}

.nav-dropdown-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-dropdown-content ul li {
    display: block;
    border-bottom: 1px solid #F5F7FA;
}

.nav-dropdown-content.static-list ul li,
.nav-dropdown-content ul li a:not(.del):not(.pin),
#dashTasks a {
    padding: 10px 20px;
    display: block;
    position: relative;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: #656D78;
    background: inherit;
    font-size: 13px;
}

.nav-dropdown-content ul li a:hover {
    color: #434A54;
}

.nav-dropdown-content ul li.unread a {
    background: #F5F7FA;
}

#inboxDrop .nav-dropdown-content ul li > a {
    width: 275px;
}

.nav-dropdown-content.static-list ul li .small-tools,
.nav-dropdown-content ul li .small-tools {
    float: right;
    padding: 10px 4px 0 0;
}

.nav-dropdown-content.static-list ul li .small-tools i,
.nav-dropdown-content ul li a .small-tools i {
    padding: 4px;
}

.nav-dropdown-content.static-list ul li .small-caps,
.nav-dropdown-content ul li a .small-caps {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    display: block;
    color: #AAB2BD;
}

.nav-dropdown-content.static-list ul li .btn-action,
.nav-dropdown-content ul li a .btn-action {
    padding-top: 9px;
    padding-bottom: 9px;
}

.nav-dropdown-content.static-list ul li .btn-action .btn,
.nav-dropdown-content ul li a .btn-action .btn {
    margin: 0 2px;
}

.nav-dropdown-content.static-list ul li .absolute-left-content,
.nav-dropdown-content ul li a .absolute-left-content {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.nav-dropdown-content.static-list ul li .icon-task,
.nav-dropdown-content ul li a .icon-task {
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}

.nav-dropdown-content ul li a .icon-task.completed {
    background: #8CC152
}

.nav-dropdown-content ul li a .icon-task.uncompleted {
    background: #E9573F
}

.nav-dropdown-content ul li a .icon-task.progress {
    background: #F6BB42
}

.nav-dropdown-content ul li:last-child {
    border-bottom: none;
}

.nav-dropdown-content li > a {
    display: inline-block !important;
}

.tokenfield.form-control {
    padding: 6px;
}

.tokenfield .token .close {
    padding-right: 8px;
    margin-top: 6px;
    width: 4px;
    margin-right: 4px;
}

#top-navigation-tools .dropdown > a > i.fas,
#top-navigation-tools .dropdown > a > i.far {
    font-size: 18px !important;
}

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

@media only screen and (max-width: 480px) {
    #top-navigation-tools > li > a {
        padding: 15px 6px;
    }
}

#agendaDrop .nav-dropdown-content .date,
#taskDrop .nav-dropdown-content li.priority,
#dashTasks li.priority {
    background: #ddd;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
}

#agendaDrop .nav-dropdown-content ul li a,
#taskDrop .nav-dropdown-content ul li a {
    height: auto;
}

#drawerAgenda .date {
    font-family: Montserrat;
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 1.1em;
}

#drawerAgenda .fa-stack {
    margin-top: 6px;
}

#drawerAgenda .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 6px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 17px !important;
    padding: 3px 0 0 1px;
    background-color: #ccc;
    margin-right: 6px;
}

#drawerAgenda .icon > i {
    display: inline-block;
}

#drawerActivity li,
#drawerTasks li,
#drawerStarred li {
    padding: 3px 0 9px;
}

#drawerActivity .date,
#drawerStarred .type {
    font-family: Montserrat;
    font-size: 0.85em;
    color: #999;
}

#drawerActivity .date,
#drawerStarred .type {
    font-size: 1em;
}

#drawerActivity .loc {
    color: #666;
}

#drawerStarred .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
    text-transform: uppercase;
}

#drawerStarred .loc,
#drawerStarred .date {
    font-size: 0.9em;
    color: #666;
}

#drawerStarred .star,
td.star .star {
    color: #f6cc23 !important;
    cursor: pointer;
    font-size: 15px;
}

a.open-task-details {
    color: #5b5b5b !important;
    cursor: pointer;
    font-size: 15px;
}

.open-task-details:hover {
    text-decoration: none;
}

.star:hover {
    text-decoration: none;
}

td.star {
    text-align: center;
}

#dashTasks li.priority {
    font-family: Montserrat;
    text-transform: uppercase;
    background: none;
    font-size: 1.1em;
    padding: 2px;
    margin-top: 10px;
}

#dashTasks li.priority .count {
    margin-left: 0;
}

#dashTasks li a i.check {
    display: inline-block;
    vertical-align: middle;
    margin: 8px !important;
}

#dashTasks a {
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    height: auto;
}

#dashTasks .badge {
    font-family: Montserrat;
    text-transform: uppercase;
    padding-top: 4px;
}

#dashTasks .task {
    font-weight: 600;
    white-space: normal;
}

#dashTasks .due {
    font-weight: 400;
}

#dashTasks .assign {
    font-family: Montserrat;
    font-weight: 400;
    color: #aaa;
}

.count {
    padding: 6px;
    border: 1px transparent;
    border-radius: 21px !important;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    margin: 6px;
    background: #ccc;
}

.bg-high {
    background: #D0021B;
}

.bg-med,
.bg-medium {
    background: #F5A623;
}

.bg-low {
    background: #8FC7C9;
}

.icon-date {
    margin-top: -15px;
    height: 15px;
    font-size: 9px;
    display: block;
    font-weight: 600;
    text-align: center;
    width: 22px;
}

.propThumb {
    width: 120px;
    height: 120px;
    background-position: center top;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.form-group .selectize-control.single.loading .selectize-input:after {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666;
    content: "\f110";
    border: none;
    width: auto;
    height: auto;
    top: 25%
}

.ui-timepicker-wrapper {
    z-index: 15001;
}

.form-control.selectize-control {
    height: initial !important;
}

.form-group.right {
    text-align: right;
}

.checkbox > label,
.form-horizontal .checkbox > label {
    padding-left: 20px;
    padding-right: 25px;
}

.badge {
    font-weight: 600;
}

.bootbox .modal-dialog {
    width: auto;
    text-align: center;
}

.bootbox .modal-content {
    width: auto !important;
    display: inline-block;
}

.bootbox h1 {
    white-space: nowrap;
}

.bootbox h1 b {
    font-weight: 400;
}

.changeProp {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0,0,0,0.2) !important;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5) !important;
    background-clip: padding-box;
    padding: 20px !important;
}

.changeProp .propThumb {
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}

.changeProp > i > i {
    color: #fff;
    font-size: 150px;
    margin-top: 120px;
    display: inline-block;
    opacity: 0.8;
}

.blockUI > h1 > .fa-2x {
    font-size: 1em;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px;
}

.close {
    background-image: none !important;
    text-indent: inherit;
    width: initial;
    height: initial;
    font-weight: 400;
}

#contacts > span {
    margin-bottom: 6px;
}

.input-group-btn.bootstrap-select > .btn {
    border-right: none;
}

.input-group-btn.bootstrap-select.icon > .btn {
    width: auto;
}

.expand-child .reqs,
.expand-child .docs {
    padding: 6px 12px 14px;
}

.expand-child table tr:first-child td {
    border-top: 1px solid transparent;
}

.expand-child .req-files {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.req-message {
    padding: 5px 0 15px;
}

.req-error-message {
    color: red;
    padding-top: 10px;
}

.docs .dropzone {
    border: 3px dashed #999;
    min-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.docs .dropzone:before {
    content: "Drop files here";
    padding: 10px;
    font-size: 30px;
    color: #999;
}

.docs .dropzone.dz-started {
    text-align: initial;
}

.docs .dropzone.dz-started:before {
    content: "";
}

.noborders th {
    border-radius: 0 !important;
}

.noborders th,
.noborders td {
    border-left: none !important;
    border-right: none !important;
}

.bootbox-alert .modal-content {
    text-align: left;
}

div[data-toggle="collapse"] {
    cursor: pointer;
}

.nav-tabs,
.nav-pills {
    margin-bottom: initial;
}

.panel-group .panel-title[data-toggle] {
    cursor: pointer;
}

.panel-group .panel-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    margin-right: 10px;
}

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

p.note {
    display: block;
    text-align: center;
    letter-spacing: -1px;
    font-size: .8em;
    width: 14px;
    height: 19px;
    background-position: 1px -337px;
    font-family: 'Open Sans';
    line-height: 2.4em !important;
}

/*** Tables ***/
.portlet .table-striped {
    background: #f3f3f3;
}

.datatable > thead th,
.datatable.fixedtableheader th {
    font-weight: 500;
    font-size: 12px;
    background: #0092cf;
    color: #FFF;
    text-align: left;
    letter-spacing: .3pt;
    white-space: nowrap;
    padding: 7px 9px;
    white-space: normal !important;
}

.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;
}

.datatable > thead th.table-thead-line-wrap,
.table-thead-line-wrap > .th-inner {
  white-space: normal !important;
}

.tabledata th:first-child {
    padding-left: 6px;
}

th.slim {
    width: 0;
    padding: 0;
    text-align: center;
}

th.docs,
th.work,
th.note,
th.mess,
th.jobs {
    max-width: 28px;
    padding: 0px 4px;
    text-align: center;
}

th.note,
td.note,
p.note {
    border: none;
    margin: 0;
}

th.tasks,
td.tasks,
p.tasks {
    border: none;
    margin: 0;
}

p.tasks {
    display: block;
    width: 14px;
    height: 19px;
    font-size: 0.8em;
    margin-bottom: 0;
    line-height: 2.4em;
}

p.tasks:before {
    content: "\f03a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    color: yellow;
    margin-bottom: 0;
    font-size: 1.5em;
    margin-right: -0.9em;
    vertical-align: middle;
}

.tabledata th a:hover {
    text-decoration: none;
}

th.sortASC,
th.sortDESC {
    background: #0085bd url(/assets/images/empower/sort.gif) right 2px no-repeat;
}

th.sortDESC {
    background-position: right -24px;
}

th.end {
    max-width: 100px;
}

td.order {
    white-space: nowrap;
    text-overflow: inherit;
}

td.order span,
.tabledata span.certified {
    margin: 0;
}

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

td.order span.vermin {
    background: #400080;
    border: 1px solid #4f039b;
    color: #FFF;
}

td.order span.mold {
    background: #008040;
    border: 1px solid #005c00;
    color: #FFF;
}

td.order span.fire {
    background: #e13c32;
    border: 1px solid maroon;
    color: #FFF;
}

.tabledata span.certified {
    float: right;
    color: #FFF;
    background: #7dbf58;
    border: 1px solid #5cb327;
    font-size: .68em;
    padding: 3px 2px;
}

.tabledata td.type {
    white-space: nowrap;
    text-align: center;
}

.tabledata td.type span {
    font-family: Tahoma;
    color: #666;
    font-size: 9.5px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 3px;
    border: 1px solid #BBB;
    border-radius: 2px;
    display: block;
}

.tabledata td.type.severity span {
    color: #FFF;
    background-color: #999;
}

.tabledata td.type.agency span {
    color: #FFF;
}
span.issuedfor { background: #b3b3b3}
span.omo { background: #f47a00; }
span.aor { background: #008cda; }
span.dep { background: #009D55; }
span.dhcr { background: #A19184; }
span.dob { background: #012778; }
span.dof { background: #E56D1E; }
span.doh, span.dohmh { background: #50738F; }
span.fdny { background: #B52C1A; }
span.dsny { background: #19b552; }
span.hpd { background: #00AEC6; }
span.sbs { background: #75B845; }
span.tax { background: #3E7185; }
span.ddc { background: #000; }
span.nypd { background: #5faee7; }
span.dpr { background: #89c45f; }
span.doitt { background: #fd9526; }
span.dot { background: #096; }
span.dca { background: #F60; }

span.issuedfor.hzad { background: #7008cb; }
span.issuedfor.txcm { background: #809b66; }
span.issuedfor.elev { background: #B8860B; }
span.issuedfor.fire { background: #DC143C; }
span.issuedfor.rs { background: #EBCB03; }
span.issuedfor.sign { background: #F4A460; }
span.issuedfor.bid { background: #B787B7; }
span.issuedfor.reg { background: #4682B4; }
span.issuedfor.rpie { background: #15466f; }


div.compliance-status.status.not-complied,
div.compliance-status-child.status.not-complied,
div.status.flex1,
div.status.ordered,
div.status.current,
div.status.open,
div.status.active,
div.status.loaactive,
div.status.permitactive,
div.status.NOVlate,
div.status.inactive,
div.status.falsecert,
div.status.overdue,
div.status.defect,
div.status.failed,
div.status.revoked,
div.status.rejected,
div.status.defaulted,
div.status.default,
div.status.fail,
div.status.nycha_suspended,
div.status.task-created,
div.status.task-overdue,
div.status.org,
div.status.businessownerchanged,
div.status.task-open {
    background: #d44937;
    border-color: #aa2b1a;
    color: #fff;
}

div.status.flex2,
div.status.close,
div.status.cancel,
div.status.writtenoff,
div.status.cancelled,
div.status.viogood,
div.status.condtndiff,
div.status.passed,
div.status.approved {
    background: #008040;
    border-color: #005c00;
}

div.status.flex3,
div.status.new,
div.status.violation,
div.status.violations,
div.status.inviolation,
div.status.notcomplied,
div.status.nocompliance,
div.status.certinvalid,
div.status.progress,
div.status.progres,
div.status.inprogress,
div.status.additionalinforequested,
div.status.applicationinprogress,
div.status.disapproved,
div.status.defectsexist,
div.status.fdnysummonsserved,
div.status.corrected-hearingrequi,
div.status.fail-tenant {
    background: #ff8100;
    border-color: #cd6700;
}

div.status.flex4,
div.status.stipulation,
div.status.docketed,
div.status.balance,
div.status.resolved,
div.status.pending,
div.status.novsent,
div.status.NOVsent,
div.status.NOVsentout,
div.status.viopending,
div.status.incomplete,
div.status.viocorrect,
div.status.defectcorrect,
div.status.paafeedue,
div.status.pendingpayment,
div.status.paymentpending,
div.status.schedulingpending,
div.status.schedulingpending,
div.status.pendingroutingapproval,
div.status.passwcmnt {
    color: #666;
    background: #FF6;
    border-color: #FC6;
}

div.compliance-status.status.complied,
div.compliance-status-child.status.complied,
div.status.flex5,
div.status.mailed,
div.status.closed,
div.status.paid,
div.status.issued,
div.status.cureletterissued-nohea,
div.status.signed,
div.status.complete,
div.status.completed,
div.status.paymentcomplete,
div.status.removed,
div.status.cancel,
div.status.dismissed,
div.status.satisfactory,
div.status.processed,
div.status.pass,
div.status.nycha_active,
div.status.pay,
div.status.decisionrendered,
div.status.task-completed {
    background: #86ca5d;
    border-color: #5cb327;
    color: #fff;
}

div.status.flex6,
div.status.proposed,
div.status.mailedtohpd,
div.status.faxscan™ {
    color: gray;
    background: #e6f825;
    border-color: #b5c947;
}

div.status.flex7,
div.status.offerreceived,
div.status.appeal,
div.status.hearingcomp,
div.status.abated-nohearingrequi,
div.status.voided-nohearingrequi,
div.status.referred,
div.status.reinspect,
div.status.rescheduled,
div.status.inspectiontestscheduled,
div.status.omocomplete,
div.status.history,
div.status.writeoff,
div.status.certpending,
div.status.pendingissuance,
div.status.ecbviolation,
div.status.reissued,
div.status.adj,
div.status.signed-off {
    background: #610cbd;
    border-color: #302680;
}

div.status.flex8,
div.status.inreview,
div.status.pendingreview,
div.status.summonsunderreview,
div.status.noaccess,
div.status.noaccess1,
div.status.inprocess,
div.status.permit-entire,
div.status.notfound,
div.status.task-accepted {
    background: #66a4c5;
    border-color: #004080;
}

div.status.flex9,
div.status.accepted,
div.status.noaccess2,
div.status.refused,
div.status.refuseaccess,
div.status.cured,
div.status.previnspect,
div.status.permit-part {
    background: #23988e;
    border-color: #2d5865;
}

div.status.flex10,
div.status.senttocity,
div.status.trial,
div.status.popgrant,
div.status.postpgrant,
div.status.affidavit,
div.status.llcomplied,
div.status.noviolation,
div.status.noviolations,
div.status.nodefects,
div.status.pre-filed {
    background: #0080ff;
    border-color: blue;
}

div.status.flex11,
div.status.inspecrequest,
div.status.senttoclient,
div.status.NOVcert,
div.status.assigned,
div.status.workdone,
div.status.certaccepted,
div.status.unprepared,
div.status.task-assigned {
    background: #ff58db;
    border-color: #c812de;
}

div.status.flex12,
div.status.defectletter,
div.status.onhold,
div.status.unsatisfact,
div.status.other {
    background: gray;
    border-color: #4c4c4c;
}

div.status.flex13,
div.status.contractsigned,
div.status.CIV14mailed,
div.status.compliance,
div.status.correctionrequestsubmit,
div.status.correction {
    background: blue;
    border-color: solid navy;
}

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

div.status.flex15,
div.status.expired,
div.status.failwitness {
    background: #4c4c4c;
}

div.status.error {
    background: #b3b3b3;
    border: 1px solid #999;
}


div.status.client-driven-status {
    background: #610cbd !important;
    border-color: #302680 !important;
    color: #FFF !important;
}
div.status.client-driven-status .status-word {
    display: inline-block;
    font-size: 9px;
    max-width: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
div.status.client-driven-status .status-word.long {
    font-size: 8px;
}

.status-container .status-subtitle {
    bottom: 2px;
    font-size: 9px;
    padding-top: 5px;
    padding-left: 23px;
    position: absolute;
}

.status-container {
    position: relative;
}

.tabledata .certVioDetails {
    text-transform: uppercase;
    font-size: .8em;
    white-space: normal;
}

.NotMe,
.NotMe i {
    vertical-align: baseline;
}

.modal-title i {
    vertical-align: baseline;
}

.modal .datepicker {
    z-index: 11000 !important;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .10s linear;
       -moz-transition: opacity .10s linear;
        -ms-transition: opacity .10s linear;
         -o-transition: opacity .10s linear;
            transition: opacity .10s linear;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .2s ease-out;
         -o-transition:      -o-transform .2s ease-out;
            transition:         transform .2s ease-out;
}

/* define table skin */
.expand-child th,
.expand-child td,
.expand-child.samerow td,
fieldset.files td {
    white-space: normal !important;
    font-size: .935em;
    border-top: 1px dotted #DDD;
    cursor: text;
    vertical-align: top;
    padding: 2px;
}

.expand-child table td,
.expand-child.samerow table td,
#attachForm fieldset.files td {
    display: table-cell;
    padding: 5px;
}

.expand-child td table {
    border-bottom: 1px solid #DDD;
    margin-bottom: 6px;
    width: 100%;
}

.expand-child table td {
    border-top: 1px solid #DDD;
    padding: 9px 7px;
    padding-left: 2px !important;
}

.expand-child div.title {
    font-weight: 700;
    width: 76px;
    float: left;
}

.expand-child div.sub-title {
    font-weight: 600;
    padding-left: 20px;
    padding-right: 18px;
}

.expand-child div.data {
    margin: 0 10px 8px 0;
    line-height: 16px;
    display: table;
    white-space: normal;
}

.expand-child div.annotation-divider {
    margin-top: 15px;
    border-top: 1px dotted #DDD;
}

.expand-child div.data .annotation {
    padding-top: 10px;
    margin-top: 5px;
}

div.data.money {
    text-align: right;
    margin-left: 76px;
    padding-left: 4px;
}

div.total {
    border-top: 1px solid;
    padding-top: 4px;
}

.expand-child div.full {
    display: block;
    clear: both;
    margin-bottom: 6px;
    white-space: normal !important;
}

.expand-child div.module-field-value {
    border-bottom: 1px solid #DDD;
    overflow: auto;
    padding-bottom: 15px;
    padding-top: 15px;
}

.expand-child div.module-field-value:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.expand-child div.auto-triggered-workflows {
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-top: 15px;
}

.expand-child div.auto-triggered-workflows:last-child {
    border-bottom: none;
    padding-left: 10px;
    padding-bottom: 0;
}

.expand-child div.data .field-triggered-item .fas.primary-stack-icon,
.expand-child div.data .field-triggered-item .fa-bolt,
.expand-child div.data .field-triggered-item .fa-wrench {
    color: white;
    padding-top: 7px;
}

.expand-child div.data .field-triggered-item .fa-certificate,
.expand-child div.data .field-triggered-item .fa-circle {
    padding-top: 7px;
}

.expand-child div.data .field-triggered-item .fa-certificate {
    color: black;
}

.expand-child div.data .field-triggered-item .fa-circle {
    color: #787878;
}

.expand-child div.data .display-field {
    float: left;
    max-width: 145px;
}

.expand-child div.data .field-triggered-item {
    margin-left: 150px;
    margin-bottom: 5px;
}

.expand-child div.data .field-triggered-item:last-child {
    margin-bottom: 0;
}

.expand-child div.data .field-triggered-item .fa-stack {
    font-size: 9px;
    margin-right: 1px;
    top: -8px;
}

.expand-child div.data .field-attachments {
    margin-top: 5px;
}

.expand-child div.data .field-attachment {
    border: 1px solid #f9f9f9;
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: top;
}
.expand-child .field-attachment-mini {
    border: 1px solid #e4e4e4;
    margin-right: 10px;
    width: 70px;
    height: 70px;
}

.expand-child .last {
    margin-left: 67px;
}

.expand-child td.sub {
    border: 0 1px 0 0 dotted #DDD;
}

.expand-child td.sub:last-child {
    border-right: none;
}

.expand-child fieldset .row {
    margin: 0 -25px !important;
}

.expand-child fieldset:last {
    margin-bottom: 2px;
}

.expand-child fieldset div.title {
    width: 100px;
}

.expand-child fieldset div.half.left {
    float: left;
    width: 310px;
}

.expand-child fieldset div.left.half {
    float: left;
    width: 50%;
}
.expand-child fieldset div.left.half.title{
    width: 162px;
}
.logstatus {
    max-width: 162px !important;
}

.tabledata td.avgERP,
.tabledata .rowcolor0 td.avgERP,
.tabledata tr.rowHover td.avgERP {
    font-style: italic;
    background-image: url(/assets/images/empower/icn_empower.png);
    background-position: 3px;
    background-repeat: no-repeat;
}

tr.child div.title {
    font-weight: 700;
    width: 66px;
    float: left;
}

tr.child .last {
    margin-left: 67px;
}

.tabledata tr.child th a {
    color: #000;
}

tr.child td {
    white-space: normal;
    padding-bottom: 10px;
    font-size: .9em;
    border-top: 1px dotted #DDD;
    display: none;
}

.expand-child .details td,
.expand-child .dispHist td,
.expand-child .vioHist td,
.expand-child .statHist td,
.expand-child .infrac td {
    border: 1px solid #CCC;
    display: table-cell;
    text-align: center;
}

.expand-child table div.status {
    padding-left: 3px;
    padding-right: 3px;
}

.expand-child tr.head td,
.expand-child tr.foot td,
.expand-child tr.date td {
    display: table-cell;
    padding: 4px 8px 3px;
    background: #c4c4c4;
    letter-spacing: .5px;
    font-weight: 700;
    white-space: nowrap;
}

.expand-child tr.date td.arrow {
    background: url(/assets/images/empower/toggle_arrows.png) 1px -6px no-repeat;
    background-color: inherit;
    border-top: hidden;
    border-bottom: hidden;
    width: 11px;
    padding: 0;
}

.expand-child .dispHist {
    width: auto;
}

.expand-child .dispHist table {
    width: 100%;
}

.status_history {
    margin-bottom: 10px;
}

.status_history > div {
    display: inline-table;
    min-width: 85px;
    margin-right: 11px;
    text-align: center;
    vertical-align: middle;
}

.status_history > div:not(:first-child):before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    float: left;
    margin-left: -9px;
    margin-top: 12px;
    font-size: 16px;
}

.status_history > div.tall:not(:first-child):before {
    margin-top: 21px;
}

.status_history div {
    max-width: 120px;
}

.status_history span.date {
    text-align: center;
    display: block;
    padding: 2px 3px;
    background: #e4e4e4;
    letter-spacing: .5px;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-bottom: none;
}

.status_history div.user {
    padding: 2px 3px;
    border: 1px solid #ccc;
    border-top: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.status_history .status {
    max-width: initial;
}

.status_history > div.client-driven {
    border: 1px solid #CCC;
}

.status_history > div.client-driven.tall {
    margin-top: 5px;
}

.status_history > div.client-driven .status {
    background: #ADEAFF;
    border: solid 1px #ccc !important;
    color: #5B5B5B;
    padding-left: 4px;
    max-width: 120px;
}

#fc_chat_layout {
    opacity: 0;
}

.expand-child .units .label {
    margin-bottom: 3px;
    padding: 6px;
    display: inline-block;
}

.act {
    margin: 6px 3px 0px;
    display: inline-block;
}

.act i {
    vertical-align: top;
}

.blur th,
.blur td,
.blur p,
.blur a {
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
    color: rgba(51, 51, 51, 0);
    opacity: 0.5;
}

.task.High.header {
    background: none repeat scroll 0 0 #ddd;
}

.task.Medium.header {
    background: none repeat scroll 0 0 #ddd;
}

.task.Low.header {
    background: none repeat scroll 0 0 #ddd;
}

.task.No.header {
    background: none repeat scroll 0 0 #ddd;
}

.task h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 0 16px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.task p {
    margin: 0 0 0 16px;
}

.nav-dropdown-content ul li a i.check,
#dashTasks li a i.check {
    background: none repeat scroll 0 0 #fff;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 17px;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 3px;
    width: 17px;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}

.taskCheck {
    display: none !important;
}

.dropdown-wait {
    position: absolute;
    top: 40%;
    left: 45%;
    opacity: .35;
}

.nav-dropdown-content ul li a label {
    margin-left: 15px;
    padding-left: 5px;
}

.nav-dropdown-content ul li a label p {
    font-size: 0.8em;
    color: #D8C3BF;
}

.nav-dropdown-content ul li a i.check,
#dashTasks i.check {
    margin: 10px !important;
    line-height: normal;
    color: #999;
}

#taskList i.check,
#dashTasks i.check {
    background: none repeat scroll 0 0 #fff;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 17px;
    left: 0;
    outline: medium none;
    top: 3px;
    width: 17px;
    box-sizing: content-box;
    margin-right: 5px;
}

li.task.complete h6 {
    text-decoration: line-through;
}

#line div {
    display: inline-block;
}

#line span {
    margin-right: 5px;
}

#taskList li,
#dashTasks li {
    list-style-type: none;
}

#tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabs li {
    display: inline;
    margin: 0 0.5em 0 0;
}

#tabs li a {
    padding: 0 1em;
}

#tabs .selected {
    background: white;
    border: solid #DDDDDD;
    border-width: 1px 1px 0 1px;
}

#taskPanel {
    border: solid thin #CBCBCB;
}

#taskPanel header {
    background: none repeat scroll 0 0 #4c4f53;
    color: #fff;
}

#taskBody {
    padding: 10px;
}

.third {
    float: left;
    width: 31.2%;
}

.main {
    margin-top: 10px;
}

.main:first-child {
    margin-top: 0;
}

.sub {
    margin-left: 18px;
}

.bootstrap-table .bars {
    height: auto;
    width: auto;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    z-index: 75!important;
}

.loading-text {
    font-size: 13px !important;
}

p.check {
    background: url(/assets/images/empower/toggles.png) no-repeat -38px -39px;
    width: 12px;
    height: 13px;
    float: left;
    margin: 2px 6px 0 0;
    padding: 0;
}

li.checked p.check {
    background-position: -50px -39px;
}

#modules li {
    list-style: none;
    padding: 4px 2px;
}

#activeModules {
    padding: 10px;
}

div.module {
    float: left;
    height: 125px;
    width: 125px;
    text-align: center;
    border: 3px solid #666;
    color: #666;
    border-radius: 3px;
    margin: 6px;
    vertical-align: bottom;
    display: table-cell;
    padding: 6px;
    cursor: pointer;
}

div.module .closer {
    cursor: pointer;
    position: relative;
    background: #fff;
    top: -17px;
    right: -63px;
}

#activeModules div.module:hover {
    background-color: #eee;
}

#activeModules div.module .fa-3x {
    margin: 5px;
}

div.module .fa-3x {
    margin: 15px;
}

div.module p {
    text-overflow: ellipsis;
    overflow: hidden;
}

#addModule {
    cursor: pointer;
    background: #57a957;
    color: #fff;
    padding: 6px 10px;
    width: 106px;
    border-color: inherit;
}

.chats {
    margin: initial;
}

.chats li .datetime {
    color: #666;
    font-size: 12px;
    margin-left: 3px;
}

#profile_pic {
    cursor: pointer;
    min-width: 100%;
    border: 1px transparent;
}

#profile_pic:hover {
    opacity: 0.7;
    border: 1px dashed #ccc;
}

.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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Open Sans', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.apt-info-box {
    padding: 8px 0 6px;
    text-align: left;
    border-bottom: 1px dotted #bbb;
}

.apt-tenant-box {
    text-align: right;
    color: #707070;
    padding-top: 6px;
}

.apt-tenant-box h4 {
    color: #000;
    font-size: 15px;
    font-weight: 400 !important;
    margin: 0px !important;
}

.vend_logo {
    width: 80%;
}

.vend_types {
    padding: 20px 0;
}

.vend_types .badge {
    display: block;
    margin-bottom: 2px;
}

.apt-num-lg {
    background: #0092CF !important;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0px 2px 4px #414141;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
}

.apr-pop-address {
    margin-left: 12px;
}

.stats-column {
    background-color: #ededed;
}

.tenant-row,
.contact-row {
    border-bottom: 1px solid #ededed;
    padding: 0px 10px 10px
}

.tenant-row:last-of-type,
.contact-row:last-of-type {
    border-bottom: none;
}

.tenant-primary {
    text-align: right;
    float: right !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: initial;
    padding: .24em .6em .3em !important;
}

.no-tenant-name {
    color: #d6d6d6 !important;
}

.eventVioCert,
.eventVioCert div {
    border-color: #ffa31e;
    background-color: #ec831d !important
}

.eventHearing,
.eventHearing div {
    border-color: #6304c3;
    background-color: #6304c3 !important
}

.eventDEPexpires,
.eventDEPexpires div {
    border-color: #66f;
    background-color: #0080ff !important
}

.eventWOdue,
.eventWOdue div {
    border-color: green;
    background-color: #00944b !important
}

.eventHoliday,
.eventHoliday div {
    border-color: navy;
    background-color: #004080 !important
}

.eventUser,
.eventUser div {
    border-color: purple;
    background-color: #800040 !important
}

.dobPermitExpire,
.dobPermitExpire div {
    border-color: #da41d3;
    background: #b81fb1 !important
}

.FDNYHearing,
.FDNYHearing div {
    background-color: #e60012 !important;
    border-color: #e60012
}

.DSNYHearing,
.DSNYHearing div {
    background-color: green !important
}

.DOTHearing,
.DOTHearing div {
    background-color: #8fc31f !important;
    border-color: #8fc31f
}

.DEPHearing,
.DEPHearing div {
    background-color: #00a0e9 !important;
    border-color: #00a0e9
}

.DOHMHHearing,
.DOHMHHearing div {
    background-color: #67999a !important;
    border-color: #67999a
}

.elevInspExpire,
.elevInspExpire div {
    background-color: #e62d2d !important;
    border-color: #e62d2d;
}

.ll152due,
.ll152due div {
    border-color: green;
    background-color: #00944b !important
}

.task3,
.task3 div {
    background-color: #C26565 !important;
    border-color: #FFABAB
}

.task2,
.task2 div {
    background-color: #826430 !important;
    border-color: #826440
}

.task1,
.task1 div {
    background-color: #777777 !important;
    border-color: #000
}

/* compliance-dashboard */
.proactive-compliance {
    width: 100%;
}

.proactive-compliance i {
    margin-right: 10px;
    font-size: 9px;
}

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

.donut-chart-container {
    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;
}

.proactive-compliance li a:hover,
.proactive-compliance li a:active,
.proactive-compliance li a.active {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .proactive-compliance ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .proactive-compliance li {
        flex: 1 1 0px;
        width: 0 !important;
        max-width: 200px
    }
}

.in-compliance-check {
    font-size: 45px;
    padding: 19px;
    color: #64A824;
}

.no-records-created {
    height: 45px;
    width: 45px;
}

.inner-anchor-box {
    height: 115px;
}
/* end compliance dashboard */

/***
Tasks Widget
***/
.tasks-widget:after {
    clear: both;
}

.tasks-widget .task-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tasks-widget .task-list > li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #F4F6F9;
}

.tasks-widget .task-list > li:hover {
    background: #F4F6F9;
}

.tasks-widget .task-list > li.last-line {
    border-bottom: none;
}

.tasks-widget .task-list > li.task-done {
    background: #f6f6f6;
}

.tasks-widget .task-list > li.task-done:hover {
    background: #f4f4f4;
}

.tasks-widget .task-list > li.task-done .task-title-sp {
    text-decoration: line-through;
}

.tasks-widget .task-list > li > .task-bell {
    margin-left: 10px;
}

.tasks-widget .task-list > li > .task-checkbox {
    float: left;
    width: 30px;
}

.tasks-widget .task-list > li > .task-checkbox input[type="checkbox"] {
    cursor: pointer;
}

.tasks-widget .task-list > li > .task-title {
    color: #838FA1;
    margin-right: 10px;
}

.tasks-widget .task-list > li > .task-title .task-title-sp {
    margin-right: 5px;
}

.tasks-widget .task-list > li .task-config-btn {
    margin-top: -1px;
}

.tasks-widget .task-list > li > .task-config {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tasks-widget .task-list > li:hover > .task-config {
    display: block;
    margin-bottom: 0 !important;
}

.tasks-widget .task-footer {
    margin-top: 5px;
}

.tasks-widget .task-footer:before,
.tasks-widget .task-footer:after {
    content: " ";
    display: table;
}

.tasks-widget .task-footer:after {
    clear: both;
}

.tab-counter-unaccepted-tasks {
    background: red;
    display: none !important;
}

.split-form .left-side {
    background: #f6f6f6;
    margin-top: -15px;
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 480px) {
    .tasks-widget .task-config-btn {
        float: inherit;
        display: block;
    }

    .tasks-widget .task-list-projects li > .label {
        margin-bottom: 5px;
    }
}

.datatable .fa-stack.fa-lg {
    margin-bottom: -14px;
}

.datatable .fa-stack-2x {
    font-size: 2em !important;
}

.datatable .tag {
    margin: 2px;
}

.datatable .tasks-expand-col,
.datatable .tasks-favorite-col,
.datatable .tasks-priority-col {
    width: 30px;
}

.datatable .tasks-status-col {
    min-width: 50px;
    position: relative;
}

.datatable .tasks-title-col {
    max-width: 200px;
}

.datatable .tasks-title-col h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.datatable .tasks-title-col .task-workflow-name {
    margin: 0px;
    margin-top: -8px;
    color: #cdcecd;
}

.datatable .tasks-title-col .task-workflow-name a {
    color: #cdcecd;
}

.datatable .tasks-assignee-col {
    max-width: 200px;
}

.datatable .tasks-creator-col {
    max-width: 200px;
}

.datatable .tasks-property-col {
    max-width: 200px;
}

.datatable .tasks-status-user-not-accepted {
    font-size: 16px;
    color: #aaa;
}

.datatable .tasks-status-user-not-accepted .fa-arrow-right {
    margin-right: -2px;
}

.datatable td.type span.trans-type {
    font-family: Montserrat;
    font-size: 9pt;
    font-weight: 600;
}

.req-files i.fa-camera {
    margin-top: 10px;
    margin-right: 2px;
    margin-left: 8px;
}

.fa-pen-nib,
.fa-file-upload {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.req-files i.fa-pen-nib {
    margin-top: 10px;
    margin-right: 2px;
    margin-left: 8px;
}

.files i.fa-paperclip {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 2px;
}

p.check-green,
p.inprogress {
    margin-left: -4px;
}

p.check-green:before,
p.inprogress:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

p.check-green:before {
    content: "\f00c";
    color: #7ed321;
    font-size: 20px;
}

p.inprogress:before {
    content: "\f021";
    color: #5B5B5B;
    font-size: 17px;
}

.check-green + a {
    margin-left: -1px;
}

.inprogress + a {
    margin-left: 4px;
}

.datatable .tasks-accept {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.tasks-type-icon {
    background-color: #ddd;
    width: 24px;
    height: 24px;
    border-radius: 100% !important;
    position: relative;
}

.tasks-type-icon:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.tasks-default-type:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.tasks-photo:before {
    content: "\f030";
}

.tasks-signature:before {
    content: "\f5ad";
}

.tasks-inspection:before {
    content: "\f03a";
}

.tasks-preventive-maintenance:before {
    content: "\f0ad";
}

.tasks-incident-reporting:before {
    content: "\f071";
}

.tasks-document-management:before {
    content: "\f574";
}

.tasks-compliance-management:before {
    content: "\f46c";
}

.notif-type-email:before {
    content: "\f0f3";
}

.tasks-check {
    position: relative;
}

.tasks-check-static {
    cursor: default !important;
}

.tasks-check:hover,
.tasks-check-static:hover {
    text-decoration: none;
}

.tasks-check:before,
.tasks-check-static:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 24px;
    color: #ddd;
}

.tasks-default-check {
    border-radius: 100% !important;
    height: 24px;
    width: 24px;
}

.tasks-default-check:before {
    color: #ddd;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
}

.tasks-check.checked:before,
.tasks-check-static.checked:before,
.tasks-check:not(.blocked):hover:before {
    color: #7ed321;
}

.tasks-check.disabled:before,
.tasks-check-static.disabled:before {
    color: #ddd;
}

.tasks-check.checked.disabled:before,
.tasks-check-static.checked.disabled:before {
    color: #7ed321;
    opacity: 0.5;
}

.tasks-status-col .tasks-icon-blocked:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f023";
    font-size: 18px;
    position: absolute;
    top: 28px;
    left: 22px;
}

#mytoptasks-listTable .tasks-status-col .tasks-icon-blocked:before {
    top: 22px;
    left: 22px;
}

i[class^="tasks-importance-"]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: red;
    font-style: normal;
}

.tasks-importance-1:before {
    content: "\f12a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.tasks-importance-2:before {
    content: "\f12a\f12a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.tasks-importance-3:before {
    content: "\f12a\f12a\f12a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/**
 * Start Task Priority
 */
.task-priority {
    font-style: normal;
}

.task-priority:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.task-priority.low-priority:before {
    color: #7ed321;
    content: "\f12a";
}

.task-priority.medium-priority:before {
    color: #f5a623;
    content: "\f12a\f12a";
}

.task-priority.high-priority:before {
    color: #d0021b;
    content: "\f12a\f12a\f12a";
}

.taskFullEmail {
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    background-color: #fafafa;
    max-height: 400px;
    overflow-y: scroll;
}

/**
 * END Task Priority
 */

/* Bootsrap Tour */
.tour-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tour-step-backdrop {
    position: relative;
    z-index: 1101;
    background: inherit;
}

.tour-step-backdrop > td {
    position: relative;
    z-index: 1101;
}

.tour-step-background {
    position: absolute !important;
    z-index: 1100;
    background: inherit;
    border-radius: 6px;
}

.popover[class*="tour-"] {
    z-index: 1100;
}

.popover[class*="tour-"] .popover-navigation {
    padding: 9px 14px;
}

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    float: right;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    cursor: pointer;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
    cursor: default;
}

.popover[class*="tour-"].orphan {
    position: fixed;
    margin-top: 0;
}

.popover[class*="tour-"].orphan .arrow {
    display: none;
}

.special_message {
    padding: 16px 10px 16px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.editable:hover {
    border-bottom: 1px dotted;
}

.editable:hover:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f303";
    border: none;
    margin-left: 6px;
    opacity: 0.6;
}

th.sortable {
    cursor: pointer;
}

th.sortable:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dc";
    opacity: 0.6;
    margin-left: 3px;
}

th.sortable.asc:after {
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 1;
}

th.sortable.desc:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 1;
}

.ui-helper-hidden {
    display: none
}

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

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.page-lock {
    width: 350px !important;
}

.table-scroll-div {
    max-height: 210px;
}

.require-action {
    max-width: none !important;
    line-height: 11px !important;
    width: 70px;
}

#tenantActionOverTimeChartDiv {
    min-height: 252px;
}

#tenantResponseSummaryChartDiv {
    top: 10px;
}

div.status.fdny_pa_active {
    background: #86ca5d;
    border-color: #5cb327;
}

div.status.fdny_pa_inactive {
    background: #b3b3b3;
    border-color: #cccccc;
}

.bootstrap-select {
    width: 60px \0;
}

.modal .modal-header .close {
    width: 14px \0;
}

#top-navigation-bar #action-button {
    margin-right: 10px;
    margin-top: 8px;
}

.modal.modal-edit-all-notifications {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.modal-edit-all-notifications .modal-dialog {
    width: auto;
    min-width: 700px;
    overflow-y: initial !important
}

.modal-edit-all-notifications .modal-body {
    overflow-y: hidden;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: column;
    flex-flow: column;
    max-height: 450px;
    max-height: calc(100vh - 203px);
}

#editNotifications .datatable thead {
    position: relative;
}

.column-header-wrapper {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-right: 12px; /* to account for scroll bar in body */
}

#column-header {
    background: white;
    width: 100%;
}

#column-header td {
    padding: 0 9px 5px 20px;
}

#column-header td:first-child,
#assetsTable #column-header td {
    padding: 0 9px 5px;
}

#alertSettings #column-header td,
#bldgUsers #column-header td,
#assetsTable #column-header td {
    padding-top: 5px;
}

.modal .datatable-wrapper {
    flex-grow: 1;
    overflow-y: auto;
}

.master-switch-row {
    border-bottom: 1px solid #ddd;
}

.notif-prop-name {
    max-width: 175px;
    white-space: normal !important;
    border-right: 1px solid #ddd;
}

.modal .email-alerts-wrapper {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}

.email-alerts-wrapper > div {
    padding-right: 10px;
}

.email-alerts-wrapper > div:last-child {
    padding-right: 0;
    padding-left: 10px;
}

.email-alerts-wrapper #allPropertyEmails {
    min-width: 98px;
    width: auto !important;
    width: 98px;
}

.modal-edit-all-notifications .selectize-control,
.modal-edit-all-notifications .selectize-input {
    height: 34px;
}

.autocreate-tasks-wrapper {
    border-left: 1px solid #ddd;
    padding-left: 20px !important;
}

#alertSettings .datatable-wrapper,
#bldgUsers .datatable-wrapper {
    overflow-y: auto;
    max-height: 350px;
}

#assetsTable .datatable-wrapper {
    overflow-y: auto;
    max-height: 250px;
    padding-right: 12px;
}

#assetsTable .datatable > tbody td {
    white-space: normal !important;
}

.alertRow {
    display: flex !important;
    display: -ms-flexbox !important;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 20px !important;
}

.alertRow > label {
    padding-right: 10px;
}

.alertFrequency {
    width: 100px;
}

@media (max-width: 650px) {
    .alertFrequency {
        width: 75px;
    }
}

#alertSettings .alertFrequency.selectize-control,
#bldgUsers .alertFrequency.selectize-control {
    padding: 0 10px;
    box-sizing: content-box;
}

.disabledSelect {
    color: lightgray;
    border-color: lightgray;
}

.hideRow {
    display: none;
}

.showRow {
    display: block;
}

.selectize-dropdown .optgroup[data-group=top] .option {
    padding: 3px 12px;
}

.assets-cards .assets-records > div {
    font-size: 12px;
    padding: 5px 0;
}

.assets-card .asset-card-heading {
    margin-bottom: 5px;
}

.assets-card {
    position: relative;
}

.assets-card:hover .edit-icon {
    display: block;
}

.asset-unit-rollup-wrapper,
.module-rollup-wrapper {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.asset-rollup,
.module-rollup,
.unit-rollup {
    position: relative;
    width: 48%;
    margin-bottom: 7px;
}

.asset-popover-toggle,
.unit-popover-toggle,
.module-popover-toggle {
    cursor: pointer;
}

.card-module-popover-toggle {
    background-color: #F9F9F6;
    padding: 10px 10px 12px;
    text-align: center;
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card-asset-popover-toggle,
.card-unit-popover-toggle {
    border: 5px solid #F9F9F6;
    padding: 10px 10px 12px;
    text-align: center;
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.module-popover-toggle-disabled {
    cursor: auto !important;
}

.asset-popover-toggle.list-asset-popover-toggle,
.module-popover-toggle.list-module-popover-toggle {
    width: 36px;
    margin-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-asset-popover-toggle h4,
.card-unit-popover-toggle h4,
.card-module-popover-toggle h4 {
    font-size: 20px;
}

.popover-included .popover,
.popover-included-datatable .popover {
    font-family: 'Open Sans','Montserrat', sans-serif !important;
}

.popover-included .module-rollup-popover,
.popover-included-datatable .module-rollup-popover {
    min-width: 300px;
    left: 5% !important;
    top: 90% !important;
    padding: 25px;
}

.popover-included .module-rollup-popover.bottom-right,
.popover-included-datatable .module-rollup-popover.bottom-right {
    left: auto !important;
    right: 5% !important;
}

.popover-included .module-rollup-popover .arrow,
.popover-included-datatable .module-rollup-popover .arrow {
    left: 10% !important;
}

.popover-included .module-rollup-popover.bottom-right .arrow,
.popover-included-datatable .module-rollup-popover.bottom-right .arrow {
    left: auto !important;
    right: 10% !important;
}

.popover-included .module-rollup-popover .popover-title,
.popover-included-datatable .module-rollup-popover .popover-title {
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 0;
    font-family: 'Open Sans','Montserrat', sans-serif !important;
    padding: 0 0 10px;
}

.popover-included .module-rollup-popover .popover-content,
.popover-included-datatable .module-rollup-popover .popover-content {
    padding: 0 !important;
}

.module-rollup-details-row {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
    font-size: 12px;
}

.module-rollup-details-row:first-child {
    border-bottom: 1px solid #b3b3b3;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b3b3b3;
}

.module-rollup-details-row:last-child {
    border-bottom: 0;
}

.module-rollup-details-row > div {
    padding: 0 10px;
}

.module-type-name {
    font-weight: 700;
}

.module-type-count {
    text-align: right;
}

.popover-included.datatable > thead th {
    white-space: normal !important;
    vertical-align: top;
}

.popover-included.datatable > tbody td {
    white-space: normal !important;
    position: relative !important;
    overflow: visible !important;
}

.edit-icon {
    padding-top: 7px;
    padding-right: 7px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
}

.edit-icon span {
    color: #5B5B5B;
    opacity: 0.6;
}

#modal-asset-form input[type=text] {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
}

.card.popover-included {
    cursor: auto !important;
    overflow: visible !important;
}

.icon-assets-header {
    width: 20px;
    height: 20px;
}

.icon-air-handler {
    background: url(/assets/images/assets/icon-asset-air-handler.svg) 0px/contain no-repeat;
}

.icon-alarm {
    background: url(/assets/images/assets/icon-asset-alarm.svg) 0px/contain no-repeat;
}

.icon-backflow-prevention-assembly {
    background: url(/assets/images/assets/icon-asset-backflow-prevention-assembly.svg) 0px/contain no-repeat;
}

.icon-boiler {
    background: url(/assets/images/assets/icon-asset-boiler.svg) 0px/contain no-repeat;
}

.icon-chiller {
    background: url(/assets/images/assets/icon-asset-chiller.svg) 0px/contain no-repeat;
}

.icon-cooling-tower {
    background: url(/assets/images/assets/icon-asset-cooling-tower.svg) 0px/contain no-repeat;
}

.icon-elevator {
    background: url(/assets/images/assets/icon-asset-elevator.svg) 0px/contain no-repeat;
}

.icon-emergency-system {
    background: url(/assets/images/assets/icon-asset-emergency-system.svg) 0px/contain no-repeat;
}

.icon-extinguishing-system {
    background: url(/assets/images/assets/icon-asset-extinguishing-system.svg) 0px/contain no-repeat;
}

.icon-fire-escape {
    background: url(/assets/images/assets/icon-asset-fire-escape.svg) 0px/contain no-repeat;
}

.icon-ffe {
    background: url(/assets/images/assets/icon-asset-furniture-fixtures-equipment.svg) 0px/contain no-repeat;
}

.icon-gym {
    background: url(/assets/images/assets/icon-asset-gym.svg) 0px 3px/contain no-repeat;
}

.icon-hvac {
    background: url(/assets/images/assets/icon-asset-hvac.svg) 0px/contain no-repeat;
}

.icon-pressure-vessel {
    background: url(/assets/images/assets/icon-asset-pressure-vessel.svg) 0px/contain no-repeat;
}

.icon-pool {
    background: url(/assets/images/assets/icon-asset-pool.svg) 0px/contain no-repeat;
}

.icon-range-hood {
    background: url(/assets/images/assets/icon-asset-range-hood.svg) 0px/contain no-repeat;
}

.icon-smoke-control-system {
    background: url(/assets/images/assets/icon-asset-smoke-control-system.svg) 0px/contain no-repeat;
}

.icon-sprinkler-standpipe {
    background: url(/assets/images/assets/icon-asset-sprinkler.svg) 0px/contain no-repeat;
}

.icon-standpipe {
    background: url(/assets/images/assets/icon-asset-standpipe.svg) 0px/contain no-repeat;
}

.icon-storage-tank {
    background: url(/assets/images/assets/icon-asset-underground-storage-tank.svg) 0px/contain no-repeat;
}

.icon-generator {
    background: url(/assets/images/assets/icon-asset-generator.svg) 0px/contain no-repeat;
}

.icon-water-heater {
    background: url(/assets/images/assets/icon-asset-water-heater.svg) 0px/contain no-repeat;
}

.icon-water-booster-pump {
    background: url(/assets/images/assets/icon-asset-water-booster-pump.svg) 0px/contain no-repeat;
}

.icon-water-tower {
    background: url(/assets/images/assets/icon-asset-water-tower.svg) 0px/contain no-repeat;
}

.module-record-data-buttons {
    margin-right: 20px;
}

.expand-child fieldset .progress-status-bar.row {
    margin: 0 !important;
}

.expand-child fieldset .progress-status-bar .ui.progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.progress-status-bar .col-xs-8 {
    max-width: 200px;
    min-width: 100px;
}

.progress-status-bar > div {
    padding: 0;
}

.progress-status-bar .progress-status-bar-label {
    padding-left: 10px !important;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.progress-bar-container {
    position: relative;
    top: 4px;
}

.progress-bar-value {
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
    position: absolute;
    top: 2px;
}

.inspection-status-name {
    text-align: right;
}

i.customer-satisfaction,
i.condition,
img.custom-mod-field-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    vertical-align: text-top;
}

.client-driven-status.status {
    background: #610cbd;
    border-color: #302680;
}

.compliance-status.status {
    cursor: pointer;
    max-width: 120px;
    padding: 0 12px 0 4px;
    position: relative;
}
.compliance-status.status::before {
    content: "\f078";
    font-size: 8px;
    position: absolute;
    right: 3px;
    top: 53%;
    transform: translateY(-50%);
}
.compliance-status i.customer-satisfaction,
.compliance-status i.condition,
.compliance-status img.custom-mod-field-icon {
    filter: brightness(0) contrast(1) invert(1);
    margin-top: -2px;
}

.compliance-staff.staff {
    background: transparent;
    border: 1px solid #ccc !important;
    color: #ccc;
    max-width: 200px;
    min-height: 22px;
    overflow: hidden;
    padding: 0 12px 0 4px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
}
.compliance-staff.staff > span {
    cursor: pointer;
    font-size: 8px;
    font-weight: 600;
    position: absolute;
    right: 2px;
    width: 10px;
    top: 53%;
    transform: translateY(-50%);
}

.icon-very-unhappy {
    background-image: url(/assets/images/modules/icon-card-1-very-unhappy.svg);
}

.icon-unhappy {
    background-image: url(/assets/images/modules/icon-card-2-unhappy.svg);
}

.icon-neutral {
    background-image: url(/assets/images/modules/icon-card-3-neutral.svg);
}

.icon-happy {
    background-image: url(/assets/images/modules/icon-card-4-happy.svg);
}

.icon-very-happy {
    background-image: url(/assets/images/modules/icon-card-5-very-happy.svg);
}

.icon-new {
    background-image: url(/assets/images/modules/icon-section-new@2x.png);
}

.icon-good {
    background-image: url(/assets/images/modules/icon-section-good@2x.png);
}

.icon-fair {
    background-image: url(/assets/images/modules/icon-checkmark@2x.png);
}

.icon-poor {
    background-image: url(/assets/images/modules/icon-card-needs-repair@2x.png);
}

.icon-missing {
    background-image: url(/assets/images/modules/icon-section-missing@2x.png);
}

.icon-damaged {
    background-image: url(/assets/images/modules/icon-section-thumbsdown@2x.png);
}

.icon-na {
    background-image: url(/assets/images/modules/icon-section-not-applicable@2x.png);
}

.input-signature, .form-control.input-signature {
    font-family: 'Sacramento', cursive, sans-serif;
    font-size: 20px;
}

.red-pdf {
    color: #8b0000 !important;
}

.link-processing,
.link-processing:hover {
    color: #aaa;
    cursor: wait !important;
    text-decoration: none;
}
.link-disabled,
.link-disabled:hover {
    color: #aaa;
    cursor: not-allowed;
    text-decoration: none;
}

.btn-width-150 {
    width: 150px;
}

.far-disabled,
.fas-disabled {
    color: #CCC !important;
}

.datatable tbody tr.workflow-template {
    border-bottom: solid 1px #e0e0e0;
}

.datatable tr.workflow-template:not(.rowHover) td {
    background-color: #fff;
}

.datatable .workflow-template .workflow-template-title {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    color: #4a4a4a;
}

.datatable .workflow-template .workflow-template-description {
    font-family: 'Open Sans';
    font-size: 11px;
    line-height: 14px;
    color: #656565;
}

.datatable .workflow-template .workflow-template-tag {
    padding: 1px 6px;
    border-radius: 7px !important;
    background-color: rgba(0, 77, 139, 0.15);
    font-family: 'Open Sans';
    font-size: 9px;
    color: #4a4a4a;
}

.datatable .workflow-template .preview-button {
    background-color: #0f75bc;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 8px;
}

.workflow-template-card  {
    border-radius: 2px !important;
    border: solid 1px #dedede;
    cursor: pointer;
    height: 210px;
    margin: 0px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
}

.workflow-template-card:hover {
    box-shadow: 0px 1px 4px rgba(153, 153, 153, 0.8) !important;
}

.workflow-template-card  .workflow-template-title {
    color: #000000;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    line-break: normal;
    margin: 0;
}

.workflow-template-card .workflow-template-td-container {
    flex-grow: 1;
    margin-bottom: 10px;
    width: 100%;
}

.workflow-template-card .workflow-template-description {
    font-family: 'Open Sans';
    font-size: 11px;
    line-height: 14px;
    color: #656565;
    padding-top: 5px;
    border-top: 1px solid #e4e4e4;
}

.workflow-template-card .workflow-template-tag {
    margin-right: 5px;
    padding: 1px 6px 2px;
    border-radius: 7px !important;
    background-color: rgba(0, 77, 139, 0.15);
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 9px;
    color: #4a4a4a;
}

.workflow-template-card .workflow-template-tag-container {
    margin-bottom: 8px;
    flex-grow: 0;
    width: 100%;
}

.workflow-template-card .workflow-template-card-footer {
    text-align: center;
    width: 100%;
}

.workflow-template-card .workflow-template-card-footer .preview-button {
    background-color: #0f75bc;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

.item-project-details {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

button.flowChartButton {
    background: inherit;
    border: 1px solid #0f75bc;
    color: #0f75bc;
    font-size: 8px;
    height: 15px;
    padding: 0;
    width: 78px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.flowChartDiagram {
  position: absolute;
  top: 0;
  right: 0;
}

.flowChartDiagram button.flowChartDiagramButton {
    background: transparent;
    box-shadow: none;
}

.boardDiagram {
    position: absolute;
    top: 13px;
    right: 15px;
}

.boardDiagram a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0em;
    margin: 0em;
}

button.flowChartChildButton,
.boardIconButton button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

button.flowChartButton span,
button.flowChartChildButton span,
.boardIconButton button span {
    font-size: 9px;
    font-weight: bold;
    padding-left: 2px;
    text-transform: uppercase;
}

button.flowChartChildButton span,
.boardIconButton button span {
    padding-left: 10px;
}

button.flowChartButton i.fas {
    font-size: 5px;
    line-height: 5px;
    margin-top: 0 !important;
}

button.flowChartChildButton i.fas,
.boardIconButton button i.fas {
    font-size: 7px;
    line-height: 7px;
    margin-top: 0 !important;
}

.btn.boardButton {
    background: inherit;
    border: 1px solid #0f75bc;
    color: #0f75bc;
    font-size: 8px;
    height: 15px;
    padding: 0;
    width: 78px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.boardButton i.fas {
    font-size: 7px;
    line-height: 5px;
    right: 12px;
    margin-top: 0 !important;
    position: relative;
}

#toast-container > .maintenance-info {
    opacity: .95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    background-color: #e7f1f8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14) !important;
    font-size: 15px;
    border-radius: 5px !important;
    border: 2px solid #0f75bc;
    width: 350px;
    padding-left: 60px !important;
}

#toast-container > .maintenance-info:before {
    background-image: url("/assets/images/maintenance/gears-blue@3x.png");
    background-size: 39px 31px;
    width: 39px;
    height: 31px;
    content: "";
    margin-left: -50px;
    margin-right: 0;
}

#toast-container > .maintenance-info > .toast-close-button {
    width: 20px;
    height: 20px;
    background-image: url("/assets/images/maintenance/icon-close.png") !important;
}

#toast-container > .maintenance-info > .toast-title {
    font-weight: 600;
    color: #0f75bc;
    text-transform: uppercase;
}

#toast-container > .maintenance-info > .toast-message {
    color: #293238;
}

.saveViewBtn.disabled {
    cursor: not-allowed;
    color: #ddd;
    pointer-events: none;
}

.popover.views-popover {
    min-width: 250px;
    max-width: 250px;
}

.views-popover .popover-content {
  padding: 0;
}

#viewsPopoverContainer .views-loading {
    height: 75px;
    text-align: center;
}

#viewsPopoverContainer .views-loading > i {
    margin-top: 30px;
}

#viewsDiv {
  vertical-align: top;
}

#viewsListingDrop .dropdown-menu,
#viewsPopoverContainer .dropdown-menu {
    left: auto;
    max-height: 300px;
    max-width: 250px;
    min-width: 200px;
    overflow-x: auto;
    overflow-y: scroll;
    right: -10px;
}

#viewsPopoverContainer #viewsPopoverSearch {
    border: 1px solid lightgray;
    padding: 5px 7px;
    margin: 11px 11px 0;
    width: 220px;
}

#viewsPopoverContainer .dropdown-menu {
    border: transparent;
    left: 0;
    margin-top: 0;
    max-height: 300px;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    width: 250px;
}

#viewsListingDrop .dropdown-menu .disabled a,
#viewsPopoverContainer .dropdown-menu .disabled a {
    color: #5B5B5B;
    cursor: not-allowed;
    pointer-events: none;
    white-space: normal;
}

#viewsPopoverContainer .dropdown-menu .views-sublabel {
    display: block;
    font-size: 11px;
}
