* {
    box-sizing: border-box;
    outline: none;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #333;
}

a {
    color: #f57800;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #f57800;
    text-decoration: underline;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 1em;
    font-weight: normal;
}

h1,
.h1 {
    font-size: 26px;
    /*font-weight: 800;*/
    /*color: #008056;*/
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

strong {
    font-weight: 600;
}

p {
    margin: 0 0 15px;
}

.nowrap {
    white-space: nowrap;
}

.splash {
    text-align: center;
    padding: 10% 0;
}

.splash .loader {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 170px;
    height: 35px;
    padding: 10px;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 89;
}

.splash .loader span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #006544;
    text-align: center;
    font-weight: bold;
    width: 100%;
    -webkit-animation: fade 1.2s infinite;
    -moz-animation: fade 1.2s infinite;
}

.splash .loader > div {
    display: inline-block;
    height: 32px;
    width: 24px;
    border-radius: 3px;

    -webkit-animation: splash 1.2s infinite ease-in-out;
    animation: splash 1.2s infinite ease-in-out;
}

.splash .loader > div i {
    color: #333;
    font-size: 24px;
    line-height: 32px;
}

.splash .loader .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.splash .loader .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.splash .loader .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.splash .loader .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

h1 .btn,
.h1 .btn,
h2 .btn,
.h2 .btn,
h3 .btn,
.h3 .btn,
h4 .btn,
.h4 .btn,
h5 .btn,
.h5 .btn,
h6 .btn,
.h6 .btn {
    font-size: 14px;
    line-height: 1.5;
}

h1 .btn,
.h1 .btn {
    margin-top: 4px;
    margin-bottom: 4px;
}

.btn {
    /*display: table;
    padding: 5px 15px;*/
    display: inline-block;
    padding: 5px 12px;
    border: 0;
    text-align: center;
    background: #008056;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.btn:disabled {
    color: rgba(255, 255, 255, 0.5);
}

.btn:hover:enabled,
.btn:active:enabled,
.btn:focus:enabled {
    background: #109066;
    color: #fff;
    text-decoration: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary {
    background: #f57800;
    color: #fff;
}

.btn-primary:hover:enabled,
.btn-primary:active:enabled,
.btn-primary:focus:enabled {
    background: #e06e00;
    color: #fff;
}

.btn-default {
    background: #008056;
    color: #fff;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #006544;
    color: #fff;
}

.processing {
    background-size: 60px 60px;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    animation: move 1s linear infinite;
    pointer-events: none;
}

.btn-primary.processing {
    color: rgba(255, 255, 255, .7);
    background-color: #e06e00;
    pointer-events: none;
}

.btn-reset {
    background: transparent;
    color: #f57800;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
}

.btn-reset:hover,
.btn-reset:active,
.btn-reset:focus,
.btn-reset:hover:enabled,
.btn-reset:active:enabled,
.btn-reset:focus:enabled {
    background: transparent;
    color: #f57800;
    text-decoration: underline;
}

.form-group {
    display: block;
    margin-bottom: 10px;
}

.form-group input,
.form-group select,
.form-group textarea {
    border: 1px solid #ccc;
    padding: 10px 12px;
    width: 100%;
    outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #00a36e;
}

.message {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    margin-bottom: 10px;
}

.message i {
    margin-right: 5px;
}

.message.error {
    background: #f55300;
    color: #fff;
}

.message.success {
    background: #3fa900;
    color: #fff;
}

.message.info {
    background: #00a36f;
    color: #fff;
}

.login-form-outline {
    width: 300px;
    /*margin: 10% auto;*/
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}

.login-logo {
    display: block;
    position: relative;
    padding: 0 0 20px;
    text-align: center;
}

.login-logo-bottom {
    display: block;
    position: relative;
    padding: 20px 0 0;
    text-align: center;
}

.login-logo .logo,
.login-logo-bottom .logo {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}

.login-logo h1 {
    position: absolute;
    left: 92px;
    bottom: -7px;
    font-size: 16px;
    font-weight: normal;
}

.login-form {
    display: inline-block;
    width: 300px;
    margin: 20px auto 5px;
    text-align: center;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
}

.login-form h2 {
    font-size: 18px;
    margin: 0 0 25px;
    text-align: center;
}

.login-form .box-icon {
    font-size: 60px;
    color: #00a36f;
    margin: 10px auto 0;
    text-align: center;
}

.login-form .form-group {
    text-align: left;
}

.main-header {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 0 10px 0 7px;
    background: #484848;
    border-bottom: 2px solid #00a36e;
    color: #fff;
}

.main-header .app-logo,
.main-header .app-logo:hover,
.main-header .app-logo:active,
.main-header .app-logo:focus {
    color: #fff;
    text-decoration: none;
}

.main-header .app-logo {
    position: relative;
    float: left;
    margin: 10px 0 5px;
}

.main-header .app-logo img {
    height: auto;
    /*margin: 0 10px 0 0;*/
    margin: 0;
    max-height: 25px;
    max-width: 186px;
    width: auto;
}

.main-header .app-logo img.nl {
    height: 25px;
    width: 186px;
}

.main-header .app-logo .screen-logo {
    display: inline-block;
}

.main-header .app-logo .phone-logo {
    display: none;
}

.main-header .app-logo h4 {
    font-weight: normal;
    font-size: 10px;
    margin: 0;
    position: absolute;
    left: 60px;
    bottom: -4px;
}

.main-header a {
    color: #fff;
}

.user-menu-outline {
    float: right;
    color: #fff;
}

.user-profile {
    display: inline-block;
    float: left;
}

.user-profile .user-details {
    display: block;
    text-align: right;
    padding: 3px 15px 8px 0;
}

.user-profile .user-details strong {
    display: block;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    margin-top: 3px;
}

.user-profile .user-details small {
    display: block;
    font-size: 11px;
    line-height: 1;
    margin-top: 5px;
    white-space: nowrap;
}

.user-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-menu li {
    display: block;
    list-style: none;
}

.user-menu li a {
    color: #333;
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.user-menu li a:hover,
.user-menu li a:active,
.user-menu li a:focus {
    color: #333;
    text-decoration: none;
}

.user-settings {
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    cursor: pointer;
    position: relative;
    z-index: 250;
}

.btn-user-settings {
    display: block;
    font-size: 16px;
    padding: 0;
    height: 32px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .6);
    border-top: 2px solid rgba(0, 0, 0, .6);
    background: #222;
    color: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 240;
}

.btn-logout {
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    font-size: 16px;
    padding: 0;
    height: 32px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .6);
    background: #222;
    color: #fff;
    border-radius: 4px;
}

.btn-logout:hover,
.btn-logout:active,
.btn-logout:focus {
    background: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-refresh {
    display: block;
    float: left;
    margin: 5px 10px 10px 20px;
    font-size: 16px;
    padding: 0;
    height: 32px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .6);
    background: #222;
    color: #fff;
    border-radius: 4px;
}

.btn-refresh:hover,
.btn-refresh:active,
.btn-refresh:focus {
    background: #fff;
    border-color: #ccc;
    color: #333;
}

.user-settings .user-menu {
    text-align: left;
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 230;
}

.user-profile:hover ~ .user-settings .btn-user-settings,
.user-profile:focus ~ .user-settings .btn-user-settings,
.user-settings:hover .btn-user-settings,
.user-settings:focus .btn-user-settings,
.user-settings .btn-user-settings:hover,
.user-settings .btn-user-settings:active,
.user-settings .btn-user-settings:focus,
.user-menu-outline.open .user-settings .btn-user-settings {
    padding: 0 0 4px;
    height: 36px;
    background: #fff;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    border-color: #ccc;
    border-top-color: #00a36e;
    color: #333;
}

.user-profile:hover ~ .user-settings .btn-user-settings i,
.user-profile:focus ~ .user-settings .btn-user-settings i,
.user-settings:hover i,
.btn-user-settings:hover i,
.btn-user-settings:active i,
.btn-user-settings:focus i,
.user-menu-outline.open .user-settings i {
    color: #333;
}

.user-profile:hover ~ .user-settings .user-menu,
.user-profile:focus ~ .user-settings .user-menu,
.user-settings:hover .user-menu,
.user-settings:focus .user-menu,
.btn-user-settings:hover ~ .user-menu,
.btn-user-settings:active ~ .user-menu,
.btn-user-settings:focus ~ .user-menu,
.user-menu-outline.open .user-settings .user-menu {
    background: #fff;
    display: block;
    margin: 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-top: 2px solid #00a36e;
    border-bottom: 2px solid #00a36e;
    border-radius: 4px 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.user-profile:hover ~ .user-settings .user-menu li a,
.user-profile:focus ~ .user-settings .user-menu li a,
.user-settings:hover .user-menu li a,
.user-settings:focus .user-menu li a,
.btn-user-settings:hover ~ .user-menu li a,
.btn-user-settings:active ~ .user-menu li a,
.btn-user-settings:focus ~ .user-menu li a,
.user-menu-outline.open .user-settings .user-menu li a {
    padding: 8px 18px;
    white-space: nowrap;
}

.user-profile:hover ~ .user-settings .user-menu li a:hover,
.user-settings:hover .user-menu li a:hover,
.user-profile:focus ~ .user-settings .user-menu li a:hover,
.user-settings:focus .user-menu li a:hover,
.user-menu-outline.open .user-settings .user-menu li a:hover,
.btn-user-settings:hover ~ .user-menu li a:hover,
.user-profile:hover ~ .user-settings .user-menu li a:active,
.user-settings:hover .user-menu li a:active,
.user-profile:focus ~ .user-settings .user-menu li a:active,
.user-settings:focus .user-menu li a:active,
.user-menu-outline.open .user-settings .user-menu li a:active,
.btn-user-settings:hover ~ .user-menu li a:active,
.user-profile:hover ~ .user-settings .user-menu li a:focus,
.user-settings:hover .user-menu li a:focus,
.user-profile:focus ~ .user-settings .user-menu li a:focus,
.user-settings:focus .user-menu li a:focus,
.user-menu-outline.open .user-settings .user-menu li a:focus,
.btn-user-settings:hover ~ .user-menu li a:focus {
    background: #00a36e;
    color: #fff;
}

.sidebar {
    position: fixed;
    left: 0;
    width: 201px;
    top: 45px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    background: #eee;
    box-shadow: -2px 0 2px rgba(0, 0, 0, .05) inset;
    border-right: 1px solid #ccc;
    transition: width 0.3s cubic-bezier(0, .75, .40, 1);
}

.sidebar nav a {
    display: block;
    width: 200px;
    padding: 13px 13px 13px 45px;
    text-indent: 5px;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    transition: width 0.3s cubic-bezier(0, .75, .40, 1);
    white-space: nowrap;
}

.sidebar nav a:hover,
.sidebar nav a:active,
.sidebar nav a:focus {
    background: rgba(0, 0, 0, .05);
}

.sidebar nav a .lv-icon {
    display: inline-block;
    width: 26px;
    height: auto;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    opacity: .8
}

.sidebar nav a.active {
    background: #fff;
    border-right-color: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, .05);
}

.sidebar nav a.disabled {
    display: none;
}

.sidebar nav a svg path {
    fill: #333 !important;
}

.sidebar nav a svg #icon-dashboard-l2 path,
.sidebar nav a svg #icon-documents-l2 path,
.sidebar nav a svg #icon-tenancies-l2 path,
.sidebar nav a svg #icon-properties-l2 path,
.sidebar nav a svg #icon-payment-schedule-l2 path,
.sidebar nav a svg #icon-reports-l2 path,
.sidebar nav a svg #icon-aikidesc-l1 path,
.sidebar nav a svg #icon-payments-l2 path,
.sidebar nav a svg #icon-statement-l3 path,
.sidebar nav a svg #icon-statement-l3 rect,
.sidebar nav a svg #icon-user-guide-l1 path {
    fill: #f57800 !important;
}

.sidebar nav a.active svg path {
    fill: #008056 !important;
}

.main-content {
    background: #fff;
    position: fixed;
    left: 200px;
    right: 0;
    top: 45px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 15px 20px;
    transition: left 0.3s cubic-bezier(0, .75, .40, 1);
}

.sidebar.min-menu {
    width: 46px;
}

.sidebar.min-menu nav a {
    width: 45px;
    padding: 13px 0 13px 45px;
}

.sidebar.min-menu ~ .main-content {
    left: 45px;
}

.btn-toggle-menu {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #f57800;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    position: fixed;
    left: 183px;
    bottom: 20px;
    box-shadow: -2px 0 2px rgba(0, 0, 0, .1);
    transition: left 0.3s cubic-bezier(0, .75, .40, 1);
}

.btn-toggle-menu i {
    line-height: 30px;
    vertical-align: top;
    margin-left: -8px;
}

.sidebar.min-menu ~ .btn-toggle-menu {
    left: 28px;
}

.sidebar.min-menu ~ .btn-toggle-menu i {
    margin-left: -5px;
}

/* Boxs */

.boxes {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
}

.box-outline {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 20px;
}

.box {
    margin: 0;
    padding: 20px;
    font-size: 14px;
    /*background: #f3f3f3;*/
    background: #f9f9f9;
    border-top: 2px solid #008056;
    border-bottom: 2px solid #008056;
    /*border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 4px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .05);*/
}

.box.link:hover,
.box.link:active,
.box.link:focus {
    background: #fff9f4;
    border-color: #ffad60;
    cursor: pointer;
}

.box h2 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #008056;
}

.box h3 {
    font-size: 14px;
    font-weight: 600;
}

.box p:last-of-type {
    margin: 0;
}

.box ul {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
    margin: 15px 0 0;
}

.box ul + ul {
    margin-top: 15px;
}

.box ul li {
    display: table-row;
}

.box ul li.inside:after {
    content: '';
    margin: 0 0 10px;
    display: block;
}

.box ul li.inside:last-of-type:after {
    margin: 0;
}

/*.box ul li + li {
	margin: 10px 0 0;
}
*/
.box ul .inside + .inside h3 {
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px dashed #008056;
}

.box .item-title {
    display: table-cell;
    vertical-align: top;
    width: 130px;
}

.box .item-value {
    display: table-cell;
    vertical-align: top;
    font-weight: 600;
}

.box ul li .item-title,
.box ul li .item-value {
    padding-bottom: 10px;
}

.box ul li:last-of-type .item-title,
.box ul li:last-of-type .item-value,
.box .row-list li:last-of-type .item-title,
.box .row-list li:last-of-type .item-value {
    padding-bottom: 0;
}

.box ul .inside li .item-title,
.box ul .inside li .item-value {
    padding-bottom: 10px;
}

.box ul .inside li:last-of-type .item-title,
.box ul .inside li:last-of-type .item-value {
    padding-bottom: 0;
}

.box .row-list + .row-list {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #aaa;
}

.box .row {
    display: block;
    margin-top: 15px;
}

.list-with-titled-items .item-title:after {
    content: ":";
}

.select-with-title-role {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 20px 5px 10px;
    min-width: 200px;
    margin-bottom: 30px;
}

.select-with-title-role:hover,
.select-with-title-role:focus {
    border-color: #008056;
}

.boxes.dashboard {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.boxes.dashboard.notification {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
}

.dashboard .box {
    min-height: 130px;
}

.boxes.dashboard.notification .box {
    min-height: 1px;
}

.dashboard .box h3 {
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.dashboard .box .value {
    font-size: 26px;
    color: #008056;
    text-align: center;
    margin: 10px 0;
    line-height: 1;
}

.dashboard .box .value span {
    margin: 0 10px;
}

.dashboard .box .second-value {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0;
    line-height: 1;
}

.dashboard .box .second-value strong {
    font-weight: 600;
    color: #008056;
}

.dashboard.notification .note + .note {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #aaa;
}

.dashboard.notification h3 {
    margin-bottom: 10px;
}

.dashboard .box .value.red,
.dashboard .box .second-value.red strong,
.dashboard .box .second-value strong.red {
    color: #c00;
}

.form-control {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #fff;
    padding: 4px 8px;
}

.filter {
    padding-bottom: 10px;
}

.filter .box {
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.filter .form-control {
    margin: 0 5px 10px;
}

.filter .datepicker .form-control {
    margin: 0 0 10px;
}

.filter .text {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 10px;
    vertical-align: top;
}

.filter .btn-reset {
    margin-bottom: 10px;
}

.filter .filter-group {
    display: inline-block;
}

.form-control:hover {
    border-color: rgba(0, 0, 0, .3);
}

.form-control:focus {
    border-color: #008056;
}

.form-control.required,
[required],
[required="required"] {
    background: #fbf6d7;
    border-color: #cbc494;
}

.form-control.required:hover,
[required]:hover,
[required="required"]:hover {
    background: #fffce6;
    border-color: #dad29f;
}

.form-control.required:focus,
[required]:focus,
[required="required"]:focus {
    background: #fbf6d7;
    border-color: #008056;
}

.property-logo {
    float: right;
    margin-top: -15px;
    max-height: 40px;
    max-width: 230px;
}

.property-logo img {
    height: auto;
    max-height: 40px;
    max-width: 230px;
    width: auto;
}

.box.property-box {
    background-position: calc(100% - 20px) 7px;
    background-repeat: no-repeat;
    background-size: auto 40px;
}

@media screen and (max-width: 1279px) {

    .boxes {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }

}

@media screen and (max-width: 1023px) {

    .boxes {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

    .boxes.dashboard {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

}

@media screen and (max-width: 580px) {

	.min-menu ~ .main-content .box.property-box {
		padding-top: 60px;
	}
}

@media screen and (max-width: 500px) {

    .box.property-box {
		padding-top: 60px;
    }
}

/* /Boxs */

/* Datepicker */

.datepicker-outline {
    vertical-align: top;
}

.datepicker {
    display: inline-block;
    position: relative;
}

.filter .datepicker {
    margin: 0 8px;
}

.datepicker .form-control {
    padding-right: 25px;
    margin: 0;
    max-width: 140px;
}

.datepicker i {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #333;
    font-size: 14px;
}

.is-today .pika-button {
    color: #008056 !important;
}

.is-selected .pika-button {
    box-shadow: none !important;
    background: #008056 !important;
    color: #fff !important;
}

.pika-button:hover,
.is-selected .pika-button:hover,
.is-today .pika-button:hover,
.pika-button:active,
.is-selected .pika-button:active,
.is-today .pika-button:active,
.pika-button:focus,
.is-selected .pika-button:focus,
.is-today .pika-button:focus {
    box-shadow: none !important;
    background: #f57800 !important;
    color: #fff !important;
}

/* /Datepicker */

/* Select Landlords */

.select-landlords {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
}

.select-outline {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 15px 0 20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.select-outline .select {
    display: table;
    width: 100%;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    z-index: 90;
}

.select-outline .select:hover,
.select-outline .select:active,
.select-outline .select:focus {
    border-color: #999;
}

.select-outline .select .icon-select {
    display: none;
    color: #008056;
    position: absolute;
    z-index: 100;
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: -15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -webkit-font-smoothing: antialiased;
}

.select-outline .select .icon-select:before {
    line-height: 30px;
    height: 30px;
}

.select-outline .select.selected,
.select-outline .select.selected:hover,
.select-outline .select.selected:active,
.select-outline .select.selected:focus {
    border-color: #008056;
}

.select-outline .select.selected .icon-select {
    display: inline-block;
}

.select-outline .select h2 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 15px;
}

.select-outline .select ul {
    border-top: 1px dashed #ccc;
    padding: 15px 0 0;
    margin: 15px 0 0;
    list-style: none;
}

.select-outline .select ul a {
    display: block;
    margin: 0 -20px 3px -20px;
    padding: 5px 20px;
    text-decoration: none;
    color: #333;
}

.select-outline .select ul a:hover,
.select-outline .select ul a:active,
.select-outline .select ul a:focus {
    background: rgba(0, 0, 0, .05);
}

.select-outline .select ul a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1db";
    padding-right: 15px;
    opacity: 0.3;
    color: #333;
}

.select-outline .select ul a:hover:before {
    opacity: 1;
}

.select-outline .select ul a.selected {
    color: #fff;
    background: #008056;
    font-weight: 600;
}

.select-outline .select ul a.selected:before {
    content: "\f058";
    color: #fff;
    opacity: 1;
}

@media screen and (max-width: 1280px) {

    .select-landlords {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }

}

@media screen and (max-width: 1024px) {

    .select-landlords {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }

}

@media screen and (max-width: 700px) {

    .select-landlords {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

}

/* /Select Landlords */

/* Form Sections */

.change-pass-outline {
    display: block;
    text-align: center;
}

.change-pass-outline .box {
    display: inline-block;
    width: 300px;
    margin: 20px auto 0;

    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
}

.change-pass-outline .box h1,
.change-pass-outline .box .h1 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 25px;
}

.box .box-icon {
    font-size: 60px;
    color: #00a36f;
    margin: 10px auto 0;
    text-align: center;
}

.change-pass-outline .box form {
    text-align: left;
}

/* /Form Sections */

/* Table */

.table-outline.expired-tenancies {
    margin-top: 45px;
}

.table-outline table {
    border-collapse: collapse;
    border-bottom: 2px solid #008056;
    width: 100%;
}


.table-outline td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 10px;
}

.text-center,
.table-outline td[align="center"] {
    text-align: center;
}

.text-left,
.table-outline td[align="left"] {
    text-align: left;
}

.text-right,
.table-outline td[align="right"] {
    text-align: right;
}

.table-outline thead td {
    color: #333;
    border-bottom: 2px solid #008056;
    font-weight: 600;
    padding: 5px 10px;
}

.table-outline strong {
    font-weight: 600;
}

.table-outline small {
    display: block;
    font-size: 80%;
}

.table-outline .file-desc {
    color: #666;
    display: block;
    margin: 0;
}

.table-outline .new td,
.table-outline .new td * {
    font-weight: bold;
}

.table-outline .new td:first-child div {
    position: relative;
}

.table-outline td:first-child .new {
    display: none;
}

.table-outline .new td:first-child .new {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    font-weight: normal;
    color: #008056;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.table-total {
    display: block;
    text-align: right;
    padding: 0;
    margin: 10px 0 0;
}

.table-total table {
    width: 100%;
}

.table-total table td {
    padding: 5px 10px;
}

.table-total .allocations td {
    border-top: 1px dashed #ccc;
}

.table-total .last-row td {
    border-top: 1px solid #ccc;
}

.table-total table tr td:first-of-type {
    border: 0;
}

.table-total table .value {
    text-align: right;
    padding-left: 15px;
    white-space: nowrap;
}

.table-total table .text {
    text-align: right;
    padding-left: 75px;
    white-space: nowrap;
}

.box .table-outline {
    margin: 0;
}

.box .table-outline table {
    border-bottom: 0;
}

.table-outline thead td {
    border-bottom: 1px solid #999;
}

.box .table-outline td {
    padding: 5px;
}

.box .table-outline tr td:first-of-type {
    padding-left: 0;
}

.box .table-outline tr td:last-of-type {
    padding-right: 0;
}

.box .table-outline tbody td {
    border-bottom: 1px dashed #ccc;
}

.box .table-outline tbody tr:last-of-type td {
    border-bottom: 0;
    padding-bottom: 0;
}

/* /Table */

/* Reports */

.report h2 {
    font-size: 18px;
}

.report .table-outline {
    margin-bottom: 20px;
}

.report .box {
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0 10px 0 0;
}

.report .box ul {
    margin-top: 0;
    width: 390px;
}

.report .box .item-title {
    width: 300px;
}

.report .box .item-value {
    text-align: right;
}

/* /Reports */

/* Pagination */

.pagination {
    background-color: #fff;
    padding: 10px 0;
}

.pagination span {
    float: left;
    padding: 5px 0;
}

.pagination button {
    float: right;
}

/* /Pagination */

/* Select landlord */

.accessible-instances {
    list-style: none;
    padding: 0;
}

.accessible-instances > li {
    margin-top: 20px;
}

.accessible-instances a {
    color: #333;
    text-decoration: none;
}

.accessible-instances a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1db";
    padding-right: 15px;
    opacity: 0.2;
}

.accessible-instances a:hover:before {
    opacity: .8;
}

.accessible-portfolios {
    list-style: none;
    padding: 0 0 0 30px;
}

.accessible-instances .current {
    color: #008056;
    font-weight: 600;
}

.accessible-instances .current:before {
    content: "\f058";
    opacity: 1;
}

/* /Select landlord */

.fully-paid-rent td.emphasized {
    color: #008056;
}

.overdue-rent td.emphasized {
    color: #c00;
}

.zero-amount {
    color: #aaa;
}

.important strong {
    color: #c00;
    font-weight: 600;
}

.unimportant {
    color: #333;
    opacity: .5;
}

/* Notifications */

.btn-notification {
    display: block;
    float: left;
    margin: 0;
    font-size: 16px;
    padding: 0;
    height: 43px;
    line-height: 41px;
    width: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .6);
    background: #222;
    color: #fff;
    position: relative;
    z-index: 110;
}

.btn-notification:hover,
.btn-notification:active,
.btn-notification:focus,
.notifications.open .btn-notification,
.notifications:hover .btn-notification {
    background: #fff;
    border-color: #aaa;
    border-bottom-color: #fff;
    color: #333;
}

.btn-notification.active i {
    -webkit-animation: ring 3s ease infinite;
    animation: ring 3s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.btn-notification.active:before {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 10px;
    background: #ee7604;
    z-index: 120;
}

.inactive {
    pointer-events: none;
}

.inactive .btn-notification:before {
    display: none;
}

.inactive .btn-notification {
    pointer-events: none;
    color: rgba(255, 255, 255, .6);
}

.inactive .btn-notification i {
    animation: none;
}

.notifications {
    display: inline-block;
    position: relative;
}

.notifications ul {
    display: none;
    list-style: none;
    background: #fff;
    border-top: 2px solid #00a36e;
    border-bottom: 2px solid #00a36e;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 100;
    width: 320px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}

.notifications ul li {
    display: block;
    color: #333;
    padding: 8px 10px;
    min-width: 50px;
    /*white-space: nowrap;*/
    position: relative;
    cursor: pointer;
}

.notifications ul li.new,
.notifications ul li.new div,
.notifications ul li.new span,
.notifications ul li.new a {
    font-weight: bold;
}

.notifications ul li.new:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ee7604;
    position: absolute;
    left: 3px;
    top: 5px;
}

.notifications ul li + li {
    border-top: 1px solid #ccc;
}

.notifications ul li:first-child {
    border-radius: 0 4px 0 0;
}

.notifications ul li:last-child {
    border-radius: 0 0 4px 4px;
}

.notifications ul li:hover {
    background-color: #f9f9f9;
}

.notifications ul li i {
    width: 20px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
}

.notifications ul li div {
    display: block;
    padding-left: 30px;
}

.notifications ul li a {
    color: #f57800;
    text-decoration: none;
}

.notifications ul li a:hover,
.notifications ul li a:active,
.notifications ul li a:focus {
    color: #f57800;
    text-decoration: underline;
}

.notifications.open ul {
    display: block;
}

.notifications ul li.empty-state-note {
    padding: 15px 30px;
    text-align: center;
    color: #999;
}

.notifications ul li.empty-state-note,
.notifications ul li.empty-state-note:hover {
    background: transparent;
    pointer-events: none;
}

.notifications ul li.empty-state-note i {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 0 auto 5px;
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    color: #999;
}

/* /Notifications */

/* Empty State */

.empty-state {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.empty-state img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.empty-state p {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 0;
}

/* /Empty State */

/* Switch Buttons - On/Off */

.btn-switch {
    display: inline-block;
    overflow: hidden;
}

.btn-switch input {
    margin-left: -9999px;
    position: absolute;
    visibility: hidden;
}

.btn-switch input ~ div {
    -moz-user-select: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    position: relative;
    background-color: #dddddd;
    border: 2px solid #ddd;
    border-radius: 5px;
    height: 24px;
    padding: 2px;
    width: 54px;
    transition: border-color 0.3s ease 0s;
}

.btn-switch input ~ div:before,
.btn-switch input ~ div:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.btn-switch input ~ div:after {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: margin-left 0.25s linear 0s;
    width: 24px;
}

.btn-switch:hover input ~ div:after {
    border-color: #aaa;
    background: #fafafa;
}

.btn-switch input:checked ~ div:after {
    margin-left: 24px;
}

.btn-switch input ~ div:before {
    background-color: #f1f1f1;
    color: #999;
    border-radius: 3px;
    right: 0;
    content: 'Off';
    font-size: 12px;
    line-height: 22px;
    text-indent: 3px;
    text-align: right;
    padding-right: 4px;
    transition: background 0.3s ease 0s;
}

.btn-switch input:checked ~ div:before {
    background-color: #7CC000;
    color: #fff;
    text-align: left;
    padding-right: 0;
    padding-left: 1px;
    content: 'On';
}

.btn-switch input:checked ~ div {
    border-color: #7CC000;
}

/* /Switch Buttons - On/Off */

/* Aikidesk Tickets */

.tickets {
}

.tickets .ticket {
    display: block;
}

.tickets .ticket + .ticket {
    border-top: 1px dashed #aaa;
    margin-top: 10px;
    padding-top: 10px;
}

.box ul .tickets ~ .solid h3,
.box ul .tickets ~ .inside.solid h3 {
    border-top: 1px solid #aaa;
}

/* /Aikidesk Tickets */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.btn.pull-right {
    margin-left: 10px;
}

.btn.pull-left {
    margin-right: 10px;
}

.fa-left {
    margin-right: 5px;
}

.fa-right {
    margin-left: 5px;
}

.btn i {
    font-size: 16px;
}

.print-info {
    height: 0;
    width: 0;
    overflow: hidden;
}

/* User Guide */

.user-guide {
    padding-bottom: 20px;
}

.user-guide h2 {
    margin: 30px 0 10px;
}

.user-guide h2:first-of-type {
    margin: 0 0 10px;
}

.user-guide p {
    margin: 10px 0 15px;
}

.user-guide ul,
.user-guide ol {
    margin: 10px 0 15px;
}

.user-guide .img-top-margin {
    margin-top: 10px;
}

.user-guide .img-in-text {
    margin: 0 5px -10px;
}

@media screen and (max-width: 1024px) {

    .user-guide img:not(.img-in-text) {
        width: 100%;
        height: auto;
    }

    .user-guide img.aikidesk-img {
        width: auto;
        height: auto;
    }

}

@media screen and (max-width: 840px) {

    .user-guide img.aikidesk-img {
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 700px) {

    .mobile-text-with-img {
        line-height: 2em;
    }

}

/* /User Guide */

/* Animation */

@-webkit-keyframes splash {
    0%, 40%, 100% {
        -webkit-transform: scale(0.5)
    }
    20% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes splash {
    0%, 40%, 100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    20% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes fade {
    50% {
        opacity: 0.7
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fade {
    50% {
        opacity: 0.7
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fade {
    50% {
        opacity: 0.7
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    50% {
        opacity: 0.7
    }
    100% {
        opacity: 1
    }
}


@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20%, 100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* /Animation */

/* Mobile Styles */

.logout-link,
.user-menu li.logout-link {
    display: none;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 780px) {

    .user-settings {
        margin: 5px 0 10px 0;
    }

    .btn-logout {
        display: none;
    }

    .logout-link,
    .user-menu li.logout-link {
        display: block;
    }

    .report,
    .report-title {
        width: 100%;
    }

}

@media screen and (max-width: 700px) {

    .main-header {
        padding: 0;
    }

    .main-header .app-logo {
        overflow: hidden;
        display: block;
        width: 50px;
        padding: 0;
        margin: 10px 0 5px 10px;
        text-align: left;
    }

    .main-header .app-logo img {
        height: auto;
        max-height: 25px;
        max-width: 50px;
        width: auto;
    }

    .main-header .app-logo img.nl {
        display: block;
        margin: 0;
        padding: 0;
        width: 186px;
        height: 25px;
    }

    .main-header .app-logo .screen-logo,
    .main-header .app-logo .screen-logo.nl {
        display: none;
    }

    .main-header .app-logo .phone-logo {
        display: inline-block;
    }

    .main-header .app-logo .phone-logo.nl {
        display: inline-block;
        height: 25px;
        width: 50px;
    }

    .btn-refresh {
        margin: 5px 10px 10px 10px;
    }

    .notifications ul {
        max-height: 280px;
    }

    .table-outline td,
    .table-outline thead td {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media screen and (max-width: 580px) {

    .main-content {
        min-width: 275px;
    }

    .user-menu-outline {
        width: 60vw;
        height: 45px;
        margin-right: 10px;
    }

    .user-profile {
        float: right;
        display: inline-block;
    }

    .user-profile .user-details {
        float: none;
        display: inline-block;
    }

    .user-profile .user-details {
        padding: 2px 0 0;
    }

    .user-settings {
        float: right;
        display: block;
        width: 100%;
        margin: 0;
    }

    .btn-user-settings {
        display: none;
    }

    .user-settings .user-menu {
        top: 0;
    }

    .user-profile .user-details strong {
        display: block;
        white-space: normal;
        font-size: 11px;
        margin-top: 2px;
    }

    .user-profile .user-details small {
        display: inline-block;
        white-space: normal;
        font-size: 9px;
        margin-top: 2px;
        line-height: 1.4;
    }

    .sidebar {
        width: 46px;
    }

    .sidebar nav a {
        width: 45px;
        padding: 13px 0 13px 45px;
    }

    .main-content {
        left: 45px;
    }

    .btn-toggle-menu {
        left: 28px;
    }

    .btn-toggle-menu i:before {
        content: '\f105';
    }

    .sidebar.min-menu {
        width: 201px;
    }

    .sidebar.min-menu nav a {
        width: 200px;
        padding: 13px 13px 13px 45px;
    }

    .sidebar.min-menu ~ .main-content {
        left: 200px;
    }

    .sidebar.min-menu ~ .btn-toggle-menu {
        left: 183px;
    }

    .sidebar.min-menu ~ .btn-toggle-menu i:before {
        content: '\f104';
    }

    .table-outline td,
    .table-outline thead td {
        padding-left: 3px;
        padding-right: 3px;
    }

}


@media screen and (max-width: 480px) {

    .main-content {
        padding: 15px;
    }

    .main-content > h1,
    .main-content > .h1 {
        margin-bottom: 10px;
    }

    .notifications ul {
        position: fixed;
        left: 0;
        right: 0;
        bottom: auto;
        top: 41px;
        width: 100%;
        min-width: 320px;
        border-radius: 0;
    }

    .notifications ul li:last-child,
    .notifications ul li:first-child {
        border-radius: 0;
    }

    .user-menu-outline {
        position: relative;
        z-index: 220;
    }

    .user-menu-outline {
        width: 45vw;
        height: 45px;
    }

    .change-pass-outline .box {
        width: 100%;
    }

    .table-total table td {
        padding: 5px;
    }

    .table-total table .text,
    .table-total table .value {
        padding-left: 5px;
    }

    .table-total table tr td:first-of-type {
        display: none;
    }

    .box .table-outline tbody td {
        word-wrap: break-word;
    }

    .box .table-outline tr td:first-of-type {
        padding-left: 0;
    }

    .box .table-outline tr td:last-of-type {
        padding-right: 0;
    }

}

@media screen and (max-width: 320px) {

}

/* /Mobile Styles */

h1:after,
.h1:after,
.main-header:after,
.app-logo:after,
.user-menu-outline:after,
.user-profile:after,
.user-details:after,
.user-settings:after,
.pagination:after,
.action-line:after,
.notifications:after,
.notifications ul:after,
.notifications ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
