html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: sohne-var, sohne-woff, Helvetica Neue, Arial, sans-serif;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0px;
}

.cont_login {
    margin: 0px auto;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.form_userlogin {
    width: 300px;
    min-height: 300px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.cb_remember {
    font-size: .8em;
}

.btn_login {
    background-color: #000 !important;
    color: #fff;
    border: 0px !important;
}

.form_userlogin .col {
    display: flex;
    margin: 14px 0px 0px;
}

.column {
    flex-direction: column;
}

.title {
    font-size: .8em;
    margin: 3px 0px;
}

.alert-success {
    color: green;
    font-size: .8em;
}

.alert-danger {
    color: red;
    font-size: .8em;
}

input[type=text], input[type=password], input[type=email] {
    height: 36px;
    padding: 0px 6px;
    line-height: 36px;
}

button, .btn {
    height: 32px;
}

button.btn_link, .btn_link {
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent;
    height: auto;
    cursor: pointer;
    text-align: left;
}

.btn_icon {
    border: 0px;
    background: transparent;
    height: 18px;
    width: 18px;
    display: flex;
    min-width: 18px;
    padding: 0px;
    align-items: center;
    justify-content: end;
}

.no_link_style {
    color: inherit;
    text-decoration: inherit;
}

.main_header {
    padding: 7px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
}

.main_header .menu {
    max-width: 1270px;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.menu .user_cont {
    height: 40px;
    line-height: 40px;
    display: flex;
    width: 140px;
    font-size: .85em;
    cursor: pointer;
    position:relative;
}

.menu .menu_options {
    position: absolute;
    width: 140px;
    background: #fff;
    top: 34px;
    left: -10px;
    border: 1px solid;
    display: none;
}

.menu .menu_options > li {
    padding: 7px 10px;
    height: 16px;
    line-height: 16px;
    font-size: .8em;
    cursor: pointer;
}

.menu .user_cont:hover .menu_options {
    display: block;
}

.menu_options > li:hover {
    background-color: #d4d4d4;
}

main {
    min-height: calc(100vh - 110px);
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 1.4em;
}

.main_width {
    max-width: 1270px;
    width: 100%;
}

.user_cont > i {
    line-height: 40px;
    padding-left: 10px;
}

footer {
    font-size: .6em;
    line-height: 20px;
    height: 20px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

button, .btn {
    min-width: 100px;
    border-radius: 4px;
    border: 1px solid;
    padding: 0px 7px;
    cursor: pointer;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    font-size: .85em;
    background-color: buttonface;
    text-align: center;
}

button i, .btn i {
    margin-right: 4px;
}

table, th, td {
    border-collapse: collapse;
    padding: 2px 4px;
    font-size: .9em;
}

#body_login {
    background-image: url(https://qld.auroraproperty.com.au/imagecache/fitwithin/1920x1920/_files/supplied_styling/14-amaroo-cres-mosman-14.jpg);
}

.mleft_12 {
    margin-left: 12px;
}

.txt_sml {
    font-size: .8em;
}

.txt_left {
    text-align: left;
}

.txt_bold {
    font-weight: 600;
}


/* Page Header */
.page_header {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
    height: 40px;
    line-height: 40px;
}

.company_logo {
    display: flex;
}

.company_logo > a > img {
    width: 90px;
    height: 65px;
    margin-top: -14px;
}

#dropzone {
    width: 100%;
    min-height: 400px;
    border: 3px dashed #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    border-radius: 4px;
    background-color: #cdf7d9;
    font-size: 1.4em;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.tips {
    font-size: .5em;
    line-height: 28px;
    color: green;
}

table tr.header_row {
    line-height: 32px;
    font-weight: 700;
    font-size: 1em !important;
}

table tr > td {
    padding: 0px 4px;
    font-size: .85em;
    line-height: 16px;
    min-height: 28px;
    align-content: baseline;
}

.cont_list {
    display: none;
}

.cont_stats {
    display: flex;
    padding: 24px 0px;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
}

input#btn_import {
    cursor: pointer;
}

.btn_import_again {
    display: none;
}

#cont_popup {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1111111111;
}

#cont_popup #cont_popupbg {
    height: 100vh;
    width: 100%;
    background-color: #fff;
    opacity: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

#cont_popup #cont_popup_content {
    position: relative;
    min-height: 200px;
    margin: 0px auto;
    max-height: 600px;
    margin-top: -100px;
    width: 50%;
    background-color: #ffff;
    border-radius: 7px;
    box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.5);
}

#cont_popup #cont_popup_content #cont_popup_header {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0px 12px;
    border-bottom: 2px solid #d4d4d4;
    background-color: #7FD6C1;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#btn_close_popup {
    align-items: center;
    display: flex;
    justify-content: end;
}

#btn_close_popup i {
    font-size: 28px;
}

.popup_content {
    display: block;
    padding: 1.5em;
    font-size: .9em;
}

.ul_format {
    list-style: circle;
    padding: 0em 1em;
}

.ul_format > li {
    list-style: circle;
    padding-bottom: 1em;
}

.cont_resetpass {
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 400px);
}

.cont_resetpass .col {
    display: flex;
    width: 350px;
    flex-direction: column;
    margin-bottom: 15px;
}

#tbl_contact {
    width: 100%;
}

.ccreated_at {
    font-size: .7em;
    color: green;
}

.cont_contact_class {
    padding: 3px 5px;
    border: 1px solid;
    margin: 2px;
    border-radius: 4px;
    font-size: .8em;
    line-height: 2.8em;
    display: inline;
}
.cont_bottom {
    display: flex;
    justify-content: space-between;
    margin: 7px 0px;
}

ul.cont_pagination {
    display: flex;
    justify-content: end;
}

ul.cont_pagination > li, .current_page {
    margin: 0px 4px;
    cursor: pointer;
}

ul.cont_pagination > li a {
    color: #000;
    text-decoration: unset;
}

.cont_filter {
    display: flex;
    padding: 10px 0px;
    justify-content: end;
}

.cont_filter .field {
    display: flex;
    flex-direction: column;
    margin-right: 7px;
}

.cont_filter input[type=text] {
    height: 24px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}

.cont_multi_select {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 24px;
    right: 0px;
    padding: 7px;
    flex-direction: column;
    border: 1px solid #d4d4d4;
    min-width: 140px;
    max-height: 400px;
    overflow: auto;
}

.cont_multi_select > li {
    display: flex;
    align-items: center;
    padding: 2px 0px;
}

.cont_select {
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
    font-size: .75em;
    border-radius: 4px;
    display: flex;
    position: relative;
}

.cont_select  .cont_select_title {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}

#cont_popup_title {
    overflow: hidden;
}

.popup_btns {
    display: flex;
    padding-top: 2em;
    justify-content: space-between;
}

.cont_output {
    width: 100%;
}

.cont_output tr {
    padding: 3px 0px;
    border-bottom: 1px solid #d4d4d4;
}

.cont_output th {
    background-color: #7FD6C1;
}

.btn_search {
    background: #7FD6C1;
    border: 1px solid green;
    border-radius: 7px;
}

.col {
    padding: 7px 0px !important;
}

#contact_page {
    width:44px !important;
    text-align: center;
}

#faccess_staffs > li, #vonly_staffs > li, #powner_staffs > li {
    font-size: .8em;
    padding: 6px;
    margin: 4px;
    display: inline-block;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: pointer;
}

#faccess_staffs > li:hover, #vonly_staffs > li:hover, #powner_staffs > li:hover {
    background-color: #d4d4d4;
}

.multiselect_cont {
    width: 100%;
    display: flex;
    min-height: 40px;
    border: 1px solid gray;
    border-radius: 4px;
    position: relative;
}

.ms_list {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 35px;
    gap: 4px;
    display: none;
    height: 400px;
    overflow-y: auto;
    font-size: .8em;
    padding: 3px 6px;
    position: absolute;
    bottom: -406px;
    background-color: #fff;
    left: 0px;
    width: calc(100% - 15px);
    border: 1px solid gray;
    border-top: 0px;
    border-radius: 4px;
    z-index: 1;
}

.ms_list > li {
    padding: 3px 6px;
    display: flex;
    align-items: center;
    min-height: 25px;
}

.ms_list > li:hover, .ms_list > li > label:hover {
    background-color: #7FD6C1;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
}

.ms_list > li:hover, .ms_content .icn_darrow:hover, li.selected_item > .btn_del:hover {
    cursor: pointer;
}

input#btn_faupdate, input#btn_bulk_faupdate, input#btn_bulk_faadd, input#btn_voupdate, input#btn_bulk_voupdate, input#btn_bulk_voadd, input#btn_import, input#btn_bulk_update {
    background-color: #7FD6C1;
    line-height: 32px;
    border: 1px solid green;
    min-width: 120px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
    padding: 0px 14px;
}

.ms_content {
    display: flex;
    width: 100%;
}

.ms_content .selected_list {
    flex: 20;
}

.ms_content .selected_list > li.selected_item {
    height: 16px;
    line-height: 16px;
    margin: 4px;
    display: inline-table;
    background-color: #7FD6C1;
    color: #fff;
    border: 1px solid green;
}

.ms_content .selected_list .placeholder {
    color: gray;
    line-height: 40px;
    padding: 0px 8px;
}

.ms_content .icn_darrow {
    flex: 1;
    margin: auto;
    justify-content: end;
    display: flex;
    padding-right: 10px;
}

#cont_log {
    width: 100%;
    border: 1px solid;
    height: 500px;
    overflow-y: auto;
    display: block;
}

#cont_log > tr >td  {
    border: 1px solid;
}

.bg-row {
    background-color: rgba(127, 214, 193, 0.1);
}

.bg-green {
    background-color: #7FD6C1;
}

.cont_bulk_actions input[type=button] {
    border: 1px solid;
}

#cont_loading {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
    z-index: 111111111111111;
    display: none;
}

#cont_loading > span {
    position: relative;
    font-size: 1.7em;
    z-index: 11111111111111111111111;
}

.staffs_list {
    height: 350px;
    overflow-y: auto;
}