.transparent {
    display: none;
}

.tight-grid .k-grid td {
    padding: 0px;
}

.tight-grouping-row .k-grid .k-grouping-row td {
    padding: 2px;
}

.border-full {
    border: 1px solid #EFEFEF;
}

.border-bottom {
    border-bottom: 1px solid #EFEFEF;
}

.clickable {
    cursor: pointer;
}

.k-picker-wrap.error-border, .error-border {
    border: 3px solid red !important;
}

/* make buttons thinner that are inline */
.k-widget .k-button.k-grid-update, .k-widget .k-button.k-grid-cancel,
.k-widget .k-button.k-grid-delete, .k-widget .k-button.k-grid-edit {
    padding: 5px 8px 5px 13px;
    min-width: 0
}

.k-button.k-grid-update .k-icon::before, .k-widget .k-button.k-grid-update .k-icon::before {
    content: "\f0c7";
}

.k-invalid {
    background-color: #bf6b6b !important;
}

.k-grid .inactive, .k-grid tr.inactive:hover {
    background-color: lightgray;
}

.k-grid .vacant, .k-grid tr.vacant:hover {
    background-color: #fff379;
}

.k-grid .nonleasable, .k-grid tr.nonleasable:hover {
    background-color: #c4c4c4;
}

.k-grid .notShown, .k-grid tr.notShown:hover {
    background-color: #dfeefc;
}

.k-grid .empty, .k-grid tr.empty:hover {
    background-color: #ffff88;
}

.k-grid .interval, .k-grid tr.interval:hover {
    background-color: #d5f3ff;
}

.validation-error {
    box-shadow: 0 0 10px #AE0000 !important;
}

.validation-error:hover {
    border-color: #AE0000 !important;
}

.validation-message {
    color: red;
}

.overall {
    background-color: #f3ebfb;
}

/* redwall overwrites */
table.table-normal tr td {
    padding: 5px 10px;
    border-top: 1px solid rgba(42, 62, 173, .1)
}

.k-grid tr td {
    padding: 5px 10px;
}

.k-grid-excel {
    float: right;
}

.k-grouping-header .k-link, .k-grouping-header .k-link:link {
    color: #fff;
}

.k-grouping-header {
    padding: 4px;
    line-height: 25px;
}

.k-grid .k-grouping-header .k-group-indicator, .k-grid .k-grouping-header .k-link, .k-grid .k-grouping-header .k-link:link {
    padding: 2px;
    color: #fff;
    background-color: #32408f;
    border-color: #32408f;
    box-shadow: none;
}

.k-grid-footer, .k-grid-footer td {
    font-size: 15px !important;
}

.k-grid-header .k-state-active {
    background: tomato;
}

div.k-grid-header .k-header-column-menu.k-state-active {
    background: tomato;
}

/*.k-widget.k-window .k-window-content div.k-upload button.k-button.k-clear-selected,*/
/*.k-widget.k-window .k-window-content div.k-upload button.k-button.k-upload-selected {*/
/*margin-left: 0px;*/
/*margin-top: 5px;*/
/*}*/

.k-clear-selected, .k-upload-selected {
    display: none !important;
}

.k-filter-menu .k-button.k-primary {
    background-color: rgba(0, 0, 0, 0);
    color: #444
}

.limit-lines-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 150px;
}

.limit-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px;
}

.section-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.k-grid .overdue, .k-grid tr:hover.overdue {
    background-color: #ffbfbf;
}


.k-grid .color1, .k-grid tr:hover.color1 {
    background-color: #82bff342;
}

.k-grid .color2, .k-grid tr:hover.color2 {
    background-color: #94fb724d;
}

.k-grid .color3, .k-grid tr:hover.color3 {
    background-color: #12ff314d;
}

.section-head .tab-header-icon-button span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-head .icon-button {
    margin-right: 0;
}

.section-head .icon-button i {
    font-size: 18px;
}

.section-head {
    padding-right: 0;
}

div.content-body {
    margin-top: 10px;
}

@media print {
    .k-grid-content {
        max-height: none !important;
    }
}

.grid-search-found {
    background-color: yellow;
}

.search-input {
    border: 0 !important;
    box-shadow: none !important
}

input.search-input {
    height: 20px;
    padding: 5px 5px 5px;
    border: 0 !important;
    box-shadow: none !important;
    text-indent: 20px;
    font-weight: 500;
    width: 200px
}


input.search-input::-webkit-input-placeholder {
    color: #3b3c57
}

input.search-input::-moz-placeholder {
    color: #3b3c57
}

input.search-input:-ms-input-placeholder {
    color: #3b3c57
}

input.search-input::placeholder {
    color: #3b3c57
}

.search-wrapper {
    position: relative;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    transition: .25s -webkit-transform ease-in-out;
    transition: .25s transform ease-in-out;
    transition: .25s transform ease-in-out, .25s -webkit-transform ease-in-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-wrapper.is-search {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.search-button {
    position: absolute;
    z-index: 1;
    margin: 0 4px;
    font-size: 17px;
    text-decoration: none;
    color: #3b3c57;
    margin-top: -2px
}

.search-button .icon {
    height: 17px;
    width: 16px
}


.icon-fees {
    background-image: url(images/fees.svg)
}

.top-right {
    min-width: 0px;
}

.clearfix {
    float: left;
    clear: both;
    width: 100%;
}

.custom-nav > .k-tabstrip-items-wrapper > .k-tabstrip-items .k-state-default .k-link {
    color: #3b3c57;
    text-transform: none;
    font-weight: 500;
    border: none;
}

.custom-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item {
    margin: 0 !important;
    text-transform: none !important;
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    font-weight: 500;

    border-color: #418851;
    border-top-color: rgb(65, 136, 81);
    border-right-color: rgb(65, 136, 81);
    border-bottom-color: rgb(65, 136, 81);
    border-left-color: rgb(65, 136, 81);
}

.custom-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item.k-state-hover, .custom-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item:hover {
    background: rgba(42, 62, 173, .03);
}

.custom-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item.k-state-active {
    background: #ebecf4
}

.k-tabstrip-items-wrapper {
    white-space: nowrap;
}

.k-grid tr[data-uid]:nth-child(3n+1) td.k-group-cell {
    border-top: none;
}


.icon-costs {
    background-image: url(images/house-util.svg)
}

.k-grid tr td {
    font-size: 14px;
}

body {
    font-size: 14px;
}

.tab-header .km-button {
    font-size: 14px;
}

.main-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item {
    font-size: 16px;
}

h1 {
    font-size: 20px;
}

h2, h3 {
    font-size: 16px;
}

.k-button, .k-widget .k-button {
    height: auto;
    min-height: 28px;
}

.section-head.header-underline-green:not(.header-narrow), .section-head.header-underline:not(.header-narrow) {
    margin-bottom: 3px;
}


@font-face {
    font-family: "DejaVu Sans";
    src: url(../stylesheets/fonts/DejaVuSans.ttf?v=1.1) format("truetype")
}

@font-face {
    font-family: "DejaVu Sans";
    font-weight: 700;
    src: url(../stylesheets/fonts/DejaVuSans-Bold.ttf?v=1.1) format("truetype")
}

.sup {
    vertical-align: super;
    font-size: smaller;
}

div.content-header {
    margin-top: 15px
}

div.drop-zone {
    height: 200px;
    border-style: dashed;
    background-color: #f0f0f3;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-color: #646467;
}

td.opacity-column {
    color: #3b3c5780;
}

.k-grid tbody a.k-button.custom-command-icon {
    min-width: 0;
    padding: 12px;
}


.combobox-round span.k-autocomplete input.k-input, .combobox-round span.k-autocomplete {
    border-radius: 13px;
    height: 24px;
    min-height: 24px;
}

.bold {
    font-weight: bold;
}

.k-toolbar.k-grid-toolbar {
    background: 0 0 !important;
}

.k-multiselect-wrap {
    border-color: #cacfea !important;
}

.k-checkbox:checked:disabled + .k-checkbox-label:before {
    color: #fff;
    border-color: #52aa66;
    background-color: #52aa66;
}

.k-grid-pager {
    float: left;
}

.hide-selected > li.k-state-selected {
    display: none;
}

.k-progressbar {
    background-color: rgb(245, 245, 245);
    height: 18px;
    width: 200px;
}

.k-progressbar .k-state-selected {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.k-tabstrip-items-wrapper {
    background-color: transparent;
}

.k-grid .k-grouping-header {
    background-color: #52aa66;
}

.k-button.k-bare, .k-widget .k-button.k-flat {
    padding: 4px;
    min-width: 0;
}

.k-pager-sm {
    overflow: hidden;
}

.k-drawer-item.k-state-selected {
    background-color: #ebebeb;
    color: #3b3c57;
}

.k-drawer-item {
    color: #3b3c57;
    font-size: 14px;
    font-weight: 500;
}

.k-popup .section-head {
    margin: 0px;
}

.k-tooltip {
    padding: 0px;
}

.k-pager-wrap .k-pager-numbers .k-link, .k-pager-wrap .k-pager-numbers .k-state-selected, .k-pager-wrap .k-pager-numbers .k-state-selected:hover {
    padding-bottom: 0px;
    border-top-width: 8px;
    border-color: #52aa66 transparent transparent;
}

.k-checkbox:checked {
    color: #fff;
    border-color: #52aa66;
    background-color: #52aa66;
}

.k-dropzone .k-dropzone-hint {
    display: none;
}

.k-window-title {
    font-weight: 500;
}

.k-tabstrip > .k-content:focus, .k-checkbox > .k-content:focus {
    outline-style: none;
}

.flex-end {
    justify-content: flex-end;
    width: 100%;
}

.width40 {
    width: 40px;
}

.width200 {
    width: 200px;
    min-width: 200px;
}

.k-list-scroller {
    height: auto !important;
    max-height: 45vh !important;
}

.k-list-container {
    height: auto !important;
}

.disabled {
    pointer-events: none;
}

.k-treelist tr.k-state-selected td {
    background-color: #62ce7b;
}

.page-header-icon-button.k-button.k-button-icontext.k-grid-add {
    border: none;
}

.page-header-icon-button.k-button.k-button-icontext.k-grid-add:hover {
    color: #2a3ead;
    border: none;
    background: none;
}

.k-button, .k-widget .k-button {

}

.width-100-percentage {
    width: 100%;
}

.width-200-px {
    width: 200px;
}

.margin-left-5px {
    margin-left: 5px;
}

.font14 {
    font-size: 14px;
}

.client-selection {
    width: 12%;
    float: right;
    z-index: 5;
    padding: 5px;
}

.padding-5px {
    padding: 5px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.margin-5px {
    margin: 5px;
}

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

.padding-left5 {
    padding-left: 5px;
}

.padding-right5 {
    padding-right: 5px;
}

.padding-3-align-right {
    padding: 3px;
    text-align: right;
}

.form-row-header {
    background: #ddd;
    font-weight: bold;
}

.rental-custom-controls {
    display: flex;
}

.margin-for-header-elements {
    margin-right: 0.2em;
    margin-left: 0.2em;
}

.padding-bottom-for-kendo-buttons {
    padding-bottom: 0.5em;
}

.k-calendar > .k-header {
    background-color: #52aa66 !important;
    color: white !important;
}

.k-nav-fast {
    color: white !important;
}

.k-nav-next {
    color: white !important;
}

.k-nav-prev {
    color: white !important;
}

.k-calendar td.k-state-selected .k-link {
    background-color: #52aa66 !important;
    color: white !important;
}

.k-calendar-td .k-today > .k-link {
    color: white !important;
}

.notActiveValue {
    color: lightgray;
}

.renewableValue {
    color: lightgreen;
}

.newIndexLine {
    background-color: #dfeefc;
}

.newIndexLine-withBoxShadow {
    background-color: #dfeefc;
    max-width: 140px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),
    0 0 2px rgba(0, 0, 0, 0.2);
}

.bg-light-pink {
    background-color: #f4d3d4 !important;
    max-width: 140px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),
    0 0 2px rgba(0, 0, 0, 0.2);
}

.editable-cell {
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.2)
}

.table-normal td {
    font-size: 14px !important;
}

