/*
	Loaded FOURTH for general common styles
	
	After this, any page / component specific styles can be loaded as needed.
*/

body.full-width .content {
    max-width: unset;
}

.home-page h1 {
    text-align: center;
    font-size: 120px;
    margin: auto;
}

.login-page h1 {
    text-align: center;
    font-size: 72px;
    margin: 40px auto;
    font-weight: 500;
}

.password-reset-page h1.company {
    text-align: center;
    font-size: 120px;
    margin: auto;
}

h3 {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    position: relative;
}

h3 .action,
.block-title > .action {
    position: absolute;
    right: 10px;
    top: 10px;
}

a:hover {
    text-decoration: none !important;
}

input[type="radio"],
input[type="checkbox"] {
    flex-shrink: 0 !important;
}

@keyframes generic-wait {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.waitable {
    position: relative;
}

.waitable:after {
    position: absolute;
    display: none;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: generic-wait 2s infinite linear;
    content: '\f1ce';
    top: 0;
    right: 2px;
}

.waitable.waiting:after {
    display: block;
}

.generic_pager * {
    display: inline-block;
    vertical-align: middle;
}

.generic_pager input {
    width: 30px;
    padding: 3px 6px;
    text-align: center;
    border: none;
    margin: 0;
    position: relative;
    top: -1px;
}

.generic_pager a {
    font-size: 15px;
    width: 23px;
    height: 23px;
    border-radius: 24px;
    background: #323544;
    color: #FFF;
    position: relative;
    margin: 0 4px;
}

.generic_pager a:hover {
    background: #0095e2;
    color: #FFF;
}

.generic_pager a i {
    position: absolute;
    top: 4px;
    left: 5px;
}

.generic_pager .pager_next i,
.generic_pager .pager_prev i {
    top: 5px;
    left: 5px;
}

a.pager_last i {
    left: 6px;
}

.generic_pager .pager_next i {
    left: 7px;
}

.generic_pager .pager_pages {
    padding-left: 10px;
    top: 2px;
    position: relative;
}

.generic_pager .pager_info {
    padding: 0 10px;
    border-left: 1px solid #dddddd;
    top: 2px;
    position: relative;
}

.pager_total_records,
.pager_total_pages {
    display: inline-block;
    padding: 4px 10px;
    position: relative;
    top: -1px;
}

.pager_total_records {
    padding: 4px 4px;
}

.addr-line {
    display: block;
}

.addr-line.first-line {
    display: inline-block;
}

.reply-controls {
    clear: both;
}

#userInfo .logout a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #16647b;
    color: #FFF;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}

#userInfo .logout a:hover {
    color: #FFF;
    text-decoration: none;
    background: #f75b49;
}

#userInfo .details {
    display: none;
}

input[type=text].hasDatepicker ~ i {
    position: absolute;
    right: 10px;
    padding-top: 10px;
}

@keyframes fade-in-anim {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out-anim {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*
	Notifications for everything, including modal dialogs; therefore z-index must be higher than everything 
*/
.flash-message {
    background-color: #ece400;
    color: #000000;
    font-size: 36px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
    animation-name: fade-in-anim;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
    z-index: 10001;
    line-height: 90px;
}

.flash-message.show {
    display: block;
    animation-name: fade-out-anim;
    animation-duration: 8s;
    animation-fill-mode: forwards;
}

.flash-message:before {
    font-family: 'Pe-icon-7-stroke';
    content: '\e647';
    padding-right: 20px;
}

/*
	cFront overrides to Bootstrap
*/
.col-sm-3 {
    padding-bottom: 2%;
}

.col-sm-3 a.assign-item {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 32px;
}

label.implicit {
    font-weight: normal;
}

.metro-menu li .btn,
.metro-child-menu li .btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-table {
    background: #ffffff;
}

.mobile-table .clickable:hover td {
    background: rgba(139, 210, 243, 0.25);
}

.property-link,
.item-link {
    display: inline-block;
    vertical-align: top;
}

.mobile-table .property-link,
.search-item .property-link,
.mobile-table .item-link,
.search-item .item-link {
    color: #000000;
    text-decoration: none;
}

.hl-box.hl-grey .property-link,
.hl-box.hl-grey .item-link {
    color: #ffffff;
    text-decoration: none;
}

.hl-box.hl-yellow .property-link,
.hl-box.hl-yellow .item-link {
    color: #000000;
    text-decoration: none;
}

.property-link:hover,
.item-link:hover {
    color: #16647b;
}

.property-link:after,
.item-link:after {
    content: "";
    width: 2px;
    height: 100%;
    opacity: 0;
    background: #16647b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.property-link:hover:after,
.item-link:hover:after {
    opacity: 1;
    transition: all ease 0.7s;
}

.overlay {
    position: fixed;
    z-index: 1002;
    background: #203b43;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    padding: 40px;
    max-width: 1600px;
}

.popup.overlay {
    z-index: 1001 !important;
    max-width: 100%;
}

.overlay h1 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #FFFFFF;
}

.overlay .close-overlay {
    position: absolute;
    right: 0;
    line-height: 1.2;
    font-weight: 800;
    font-size: 52px;
    color: #FFFFFF;
    top: 0px;
    box-sizing: border-box;
    width: 72px;
    height: 52px;
    background: #16647b;
}

.overlay .close-overlay:hover {
    color: #ffffff;
    background: #f75b49;
}

.tenant-group-bar {
    clear: both;
    margin-top: 10px;
}

.tenant_name {
    font-size: 16px;
}

.login_details input[type=text] {
    border: none;
    width: 300px;
    margin: 0 0 10px 0;
    padding: 6px 12px;
    font-size: 16px;
}

.login_details label {
    color: #ffffff;
    font-weight: normal;
}

.login_details .controls {
    margin-top: 20px;
}

.import_history {
    padding: 40px 20px 20px 20px;
}

.name_label {
    font-weight: 600;
    display: block;
}

.btn.inactive {
    opacity: 0.15;
    pointer-events: none;
}

.btn.inactive:hover {
    background: #323544 !important;
}

input[type=checkbox] {
    zoom: 1.3;
    vertical-align: text-bottom;
}

input[type=radio] {
    zoom: 1.3;
    vertical-align: text-bottom;
}

.app-progress .progress-step {
    cursor: pointer;
}

.pdf_frame {
    width: 100%;
    border: none;
    min-height: 80vh;
}

.sign-controls {
    text-align: center;
    margin-top: 10px;
}

.totals, .grand-total {
    width: 75% !important;
}

.app-progress.one-step:before {
    width: 0;
}

.uppercase {
    text-transform: uppercase;
}

.doc-check {
    transition: all ease 0.7s;
}

.doc-check a,
.doc-check a:visited,
.doc-check a:active {
    color: #ffffff;
}

.doc-check a:hover {
    color: #ffffff !important;
}

.doc-check:hover {
    background: #38ad5d;
}

input.stealth {
    border: none;
    padding: 0;
}

input.stealth:hover {
    background: #eeeeee;
}

input.stealth:focus {
    background: #ffffff;
    border: 1px solid rgb(238, 238, 238);
    padding: 2px;
}

.doc-check ~ input.stealth {
    text-align: center;
    width: 185px;
}

.tenant-assignation {
    display: block !important;
}

.tenant-assignation .tenant-setup input {
    background: rgba(0, 0, 0, 0.25);
    border: none;
    outline: none;
    padding: 5px;
    color: #ffffff;
    vertical-align: middle;
}

.unread-flag {
    width: 10px;
    height: 10px;
    background: #5bd95e;
    border-radius: 4em;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.message.unread {
    font-weight: bold;
}

.block-title.dark .close-overlay {
    color: #ffffff !important;
}

.block-title .actions {
    position: absolute;
    top: 15px;
    right: 15px;
}

.destructive:hover {
    background: #ff414e !important;
}

.block-unit .row > .tile {
    margin: 10px !important;
}

property-details-current-documents .row div.tile:first-of-type {
    width:100%;
}

/*
	Modal dialogs; z-index must be higher than everything except flash message
*/
.popup.overlay.confirm {
    z-index: 5000 !important;
}

.popup.overlay.confirmation-result {
    z-index: 5001 !important;
}

.popup.overlay.confirmation-result .content,
.popup.overlay.confirmation-result .content h2 {
    color: #ffffff;
}

.popup .text {
    font-size: 16px;
}

.popup .text label {
    display: inline-block;
    width: 150px;
}

.popup .content,
.popup.overlay.confirm .content {
    position: absolute;
    width: 60%;
}

.btn.light {
    text-transform: inherit;
    font-weight: inherit;
}

.hl-box-header {
    float: left;
    width: 33%;
    padding: 0 20px;
    box-sizing: border-box;
}

tr.property_name.clickable:hover td {
    opacity: 0.75;
    cursor: pointer;
    background: #000000;
    ;
}

textarea.full {
    width: 100%;
    border: none;
    min-height: 200px;
    background: #ffffff;
    font-size: 16px;
    padding: 20px;
    color: #000000;
}

.edit-tenant-group .rent-share {
    display: block;
    padding-top: 10px;
}

.edit-tenant-group .hl-box {
    display: block !important;
}

.edit-tenant-group .rent-share input[type="text"] {
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    text-align: center;
    width: 50px;
}

input.dark {
    color: #000000;
    margin: 0 0 10px 0;
    border: none;
}

.strong {
    font-weight: bold;
}

.slide-righter {
    display: inline-block;
    width: 0px;
    overflow: hidden;
    transition: width ease 0.7s;
}

.slide-righter.open {
    width: 150px;
}

table.maintenance-status .section-label {
    display: block;
    box-sizing: border-box;
    height: 20px;
}

table.maintenance-status .hl-box {
    display: block;
    box-sizing: border-box;
    height: 80px;
    margin-bottom: 5px;
}

.unified-search {
    position: relative;
}

.unified-search-results {
    display: none;
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 2000;
    padding: 10px 20px;
    width: calc(80% + 60px);
}

.unified-search-results.open {
    display: block;
}

.unified-search-results .section-header {
    padding: 16px 5px 8px 5px;
    border-bottom: 1px solid #EDEDED;
    font-size: 28px;
    font-weight: 500;
}

.unified-search-results .section-header span {
    position: relative;
    top: 3px;
    margin-right: 7px;
}

.unified-search-results .close-overlay {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    line-height: 20px;
    margin: 0;
    background: #ededed;
    padding: 6px;
}

.unified-search-results .close-overlay:hover {
    text-decoration: none;
    cursor: pointer;
    background: #f75b49;
    color: #FFFFFF;
    transition: all ease 0.7s;
}

.unified-search-results .no-results,
.unified-search-results li.result a {
    display: block;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
}

.unified-search-results .no-results {
    color: #999999;
}

.unified-search-results li.result a:hover {
    text-decoration: none;
    cursor: pointer;
    background: #ededed;
    transition: all ease 0.7s;
}

th input {
    outline: none;
    border: none;
    padding: 2px;
}

.overlay h1 .secondary {
    position: absolute;
    right: 80px;
}

.hl-drk-green.edit {
    display: inherit !important;
}

.checkboxes label {
    display: inline-block !important;
    width: auto !important;
}

.checkboxes input {
    display: inline-block;
}

.quick-message input[type=text] {
    width: 100%;
    margin-bottom: 10px;
}

.wp-pay .btn.large {
    align-self: flex-start;
}

.wp-pay {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
}

wp-logos a {
    padding: 0px 10px 10px 10px;
}

wp-logos {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 20px;
}

.wp-info {
    text-align: left;
    padding-top: 20px;
}

.wp-info:hover {
    text-decoration: none;
    color: #16647b
}

.wp-info > span {
    font-size: 35px;
}

.wp-info > * {
    display: inline;
    vertical-align: middle;
}

.btn.btn-drk-grey.btn-icon.active {
    background: #16d7a9
}

.col-md-12 .light p {
    color: #ffffff;
}

div.terms {
    max-width: 600px;
    margin: auto;
    text-align: justify;
}

select.filter-select {
    background: #16647b;
    color: #ffffff;
    font-weight: bold;
    outline: none;
    border: none;
    padding: 7px;
}

select.filter-select.stealth {
    padding: 0;
    cursor: pointer;
}

.btn:hover select.filter-select,
.active select.filter-select {
    background: #0cad61;
    transition: all ease 0.7s;
}

.dark .tenancy-summary {
    color: #ffffff;
}

.tenancy-dates * {
    opacity: 0.8;
    letter-spacing: 1px;
    font-size: 0.83em;
}

.tenancy-date {
}

.tenancy-date.year.primary {
    font-size: 1em;
    font-weight: 800;
    opacity: 1;
}

.circle.yellow,
.circle.red {
}

.circle.yellow.zero,
.circle.red.zero {
    background: #eeeeee !important;
}

.add-doc-button {
    margin-left: 5px;
}

.block-unit .tenancy-dates {
    font-size: 24px;
}

.block-unit .rent {
    font-size: 24px;
}

.gbp {
    padding-right: 5px;
}

.gbp:before {
    content: '\00a3';
}

body ul.history {
    padding: 0;
    margin: 0;
}

body ul.history li {
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted rgba(22, 100, 123, 0.5);
}

body ul.history li > label {
    flex-basis: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}

body ul.history li > label.date {
    display: flex;
    flex-direction: column;
}

body ul.history li > label.date .time {
    color: #16647b;
    font-size: 0.9em;
    font-weight: normal;
}

body ul.history li > .type {
    flex-basis: 180px;
    flex-shrink: 0;
    margin-right: 15px;
}

body ul.history li > .message {
    flex-basis: 100%;
    padding: 0;
}

body ul.history li > .message .log-additional {
    color: #16647b;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}

.event-type-EndTenancy .type {
    color: #ff414e;
    font-weight: bold;
}

table.payments tr.unpaid *:not(.pay-button) {
    color: #ff414e;
}

table.payments tr.incomplete * {
    color: #cccccc;
}

.sub {
    opacity: 0.75;
    font-weight: normal;
}

.edit-dialog.sub,
.delete-dialog.sub {
    opacity: 1;
    font-weight: inherit;
}

.edit-dialog.sub h2,
.delete-dialog.sub h2 {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.edit-dialog.sub .buttons,
.delete-dialog.sub .buttons {
    margin-top: 10px;
}

.button-set.disabled {
    opacity: 0.3;
}

.hl-drk-green a {
    color: #ffffff;
}

.popup .content h2 {
    color: #000000;
}

.popup.overlay .content h2 {
    color: #000000;
}

.popup.overlay.sub .content h2 {
    color: #ffffff;
}

table.data td h3,
.block-unit.white h3 {
    color: #000000;
    white-space: nowrap;
}

.overlay .bg-white h3 {
    color: #000000;
}

.form-row .compound {
    display: flex;
}

.form-row .compound > * {
    margin-right: 5px;
}

.form-row .compound > :last-child {
    margin-right: 0;
}

.form-row .compound label {
    display: inline-block;
}

.doc-check.superseded:before {
    content: 'VOID';
    position: absolute;
    color: #ff414e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    z-index: 4;
    padding: 2px 10px 2px 10px;
    border: 3px dashed #ff414e;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(350deg) translate(-20px, -10px);
}

/* DEBUG - SET TO DISPLAY NONE ON LIVE */
.debug {
    display: none;
    text-decoration: none;
    position: absolute;
    right: 0px;
    background: #ffeeee;
    border: 1px solid #ff22dd;
    z-index: 10;
}

.indev input {
    display: block;
}

.disabler-container {
    position: relative;
    clear: both;
}

.disabler {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

assign-tenants .disabler-container {
    height: 370px;
}

select-tenant .property-link {
    margin-left: 20px;
}

.multi-button {
    background: #16647b;
    color: #FFF;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
    padding: 6px 18px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: space-around !important;
    padding: 0 !important;
    width: 50px;
}

.multi-button a {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multi-button.yellow a:hover {
    background: #fcff22 !important;
}

.multi-button.yellow {
    background: #e8eb0f;
}

.multi-button.yellow:hover {
    background: #e8eb0f !important;
}

.multi-button.yellow a {
    color: #16647b;
}

.additional-clauses {
    width: 100%;
}

.takeover {
    position: fixed;
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    background: #ffffff;
    z-index: 1001;
    padding: 40px;
    height: calc(100vh - 10%);
    overflow-y: scroll;
}

.takeover h1 {
    color: #000000;
}

.privacy li {
    list-style: circle;
    padding: 5px 0 5px 0;
}

.privacy > * {
    max-width: 800px;
}

.takeover button {
    background: #323544;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
}

.takeover .controls {
    margin-top: 20px;
}

.takeover button:hover {
    background: #ef3b54
}

label.for-checkbox {
    width: calc(100% - 50px) !important;
    padding-left: 10px;
}

label.for-checkbox:after {
    content: '' !important;
}

view-application-form-docs .overlay {
    z-index: 10000;
}

.lead-flag {
    color: #ff0099
}

.hl-drk-green .lead-flag {
    color: #424786
}

.dash .dash-unit.hl-green:hover:before {
    background: #16d7a9 !important;
}

.dash-unit i.warning {
    color: #e8eb0f
}

.metro-menu .btn.has-alerts {
    position: relative;
    overflow: visible;
}

.metro-menu .btn.has-alerts:after {
    position: absolute;
    right: -10px;
    top: -20px;
    font-family: FontAwesome;
    content: '\f071';
    color: #e8eb0f;
    z-index: 1;
    font-size: 32px;
}

.grand-total .overdue {
    color: #ff414e;
    font-size: 0.9em;
}

.add-manual-payment label {
    width: 200px !important;
}

.add-manual-payment input[type=text] {
    width: calc(100% - 240px) !important;
}

.add-manual-payment select {
    width: calc(100% - 240px) !important;
}

.buttons.h {
    display: flex;
    float: right;
    margin-bottom: 10px;
}

.buttons.h > * {
    margin-left: 10px;
}

.buttons .btn b {
    color: #e8eb0f;
}

.add-manual-payment .readonly {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
    width: calc(100% - 240px) !important;
    padding: 5px;
    display: inline-block;
}

.add-manual-payment .key-info input[type="text"],
.add-manual-payment .key-info select {
    font-size: 20px;
    font-weight: 600;
}

.bacs-pay {
    padding: 20px;
    background: #f5f5f5;
}

.bacs-pay p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: left;
}

.bacs-pay p.help {
    margin-bottom: 10px;
    font-size: 20px;
}

.bacs-pay p.help:last-child {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
}

.bacs-pay label {
    font-weight: normal;
    display: inline-block;
    width: 10em;
}

.bacs-pay span {
    font-weight: 600;
    background: #fefefe;
    padding: 4px;
    display: inline-block;
    width: 18em;
}

.block-row.no-float {
    float: none;
}

.btn .filter-select {
    width: 5.5em;
}

.compound .compound-editor {
    display: flex;
    width: calc(100% - 150px);
    flex-grow: 0;
    justify-content: space-between;
}

.compound .compound-editor > * {
    width: 100%;
}

.destructive-action {
    color: #ff414e !important;
}

.destructive-action:hover {
    color: #fff200 !important;
}

.action-box {
    display: flex;
}

.action-box :not(:last-child) {
    margin-right: 10px;
}

.action-box label.implicit {
    position: relative;
    padding-left: 24px;
}

.action-box label.implicit input[type=checkbox] {
    position: absolute;
    left: 0;
}

.item-record {
    position: relative;
}

.item-record.deleting {
    filter: saturate(0);
    opacity: 0.75;
}

.deleting-sign {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    stroke-width: 2px;
    stroke: #909090;
}

.deleting .deleting-sign {
    display: block;
}

.col-sm-3 .deleting-sign {
    width: calc(100% - 15px);
    height: calc(100% - 30px);
}

a.destructive-action {
    white-space: nowrap;
    font-style: normal !important;
    text-decoration: none !important;
}

.col-sm-2.audit-log-menu-item {
    text-align: right;
    float: right;
}

.audit-log-menu-item .btn {
    padding: 5px !important;
    width: 80px !important;
    font-size: 11px;
    font-weight: 100;
}

.btn label {
    white-space: nowrap;
    margin-bottom: 0;
}

.property-details .tenancy-selector {
    min-width: 20em;
}

.property-details .tenancy-selector .btn {
    position: relative;
    overflow: hidden;
}

.tenancy-selector.c-and-f .btn:before {
    position: absolute;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.3);
    right: -20px;
    width: 100px;
    text-align: center;
    top: 20px;
}

.tenancy-selector.c-and-f.current-tenancy .btn:before {
    content: 'Current';
    background: rgba(22, 255, 61, 0.3);
}

.tenancy-selector.c-and-f.future-tenancy .btn:before {
    content: 'Future';
}

.tenancy-selector.c-and-f.completed-tenancy .btn:before {
    content: 'Current';
}

.select-tenants .controls {
    display: flex;
    margin-top: 10px;
}

.select-tenants .controls.moving {
    flex-direction: column;
}

.select-tenants .controls > div {
    margin-right: 5px;
}


.select-tenants .controls.moving > div {
    display: flex;
    margin-bottom: 5px;
}

.select-tenants .controls.moving > div .group-help {
    margin-left: 10px;
}