@font-face {
font-family: 'TrajanPro-Regular';
src: url('../../font/TrajanPro-Regular.eot');                                      /* IE9 Compat Modes */
src: url('../../font/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),   /* IE6-IE8 */
     //url('../../font/TrajanPro-Regular.woff') format('woff'),                      /* Modern Browsers */
     //url('../../font/TrajanPro-Regular.ttf')  format('truetype'),                  /* Safari, Android, iOS */
     url('../../font/TrajanPro-Regular.svg') format('svg');                        /* Legacy iOS */
}

body {
    margin: 0;
    background: #264190;
    overflow-x: auto;
}

body.wss_home a {
    color: white;
}

/*::-webkit-scrollbar {
    width: 12px;
    background: #d5d5d5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/

div.main_container {
    min-height: 100%;
    /*display: contents;*/
    margin: auto;
    width: 100%;
}

div.error-message {
    margin-left: 15px;
    margin-bottom: 10px;
    color: white;
}

ul.nav li.dropdown i.user-navbar {
    font-size: 26px;
    margin-top: 1px;
}

@-moz-document url-prefix() {
    ul.nav li.dropdown i.user-navbar {
        margin-top: -2px;
    }
}

ul.profile-menu li a.superuser,
ul.help-menu li a.superuser {
    padding: 5px 10px;
    font-weight: normal;
}

div.main-div-login-page,
div.main-div-register-page,
div.request_reset_password_main {
    display: flex;
    flex: 1 1 auto;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    margin: auto;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

div.login_page,
div.register_page,
div.request_reset_password {
    display: table;
    border-style: solid;
    border-color: rgba(100,100,200,.2);
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    width: -webkit-fill-available;
    max-width: 460px;
    box-shadow: 0px 0px 55px rgba(100,100,200,0.4);
    margin: auto;
}

div.login_div {
    max-width: 460px;
    margin: auto;
}

div.register_page,
div.request_reset_password {
    padding: 0 30px;
}

div.doc_left_lateral_bar {
    width: 20%;
    position: fixed;
    height: 100%;
    display: flex;
    border-right: 1px solid rgb(200,200,200);
    box-shadow: 1px 0px 15px rgb(150,150,150);
    background: #ccc;
}

div.img_doc_lateral_bars {
    display: flex;
    height: fit-content;
    height: -moz-fit-content;
    margin: auto;
    padding-bottom: 55px;
}

div.doc_right_lateral_bar {
    width: 20%;
    position: fixed;
    height: 100%;
    display: flex;
    right: 0;
    border-left: 1px solid rgb(200,200,200);
    box-shadow: -1px 0px 15px rgb(150,150,150);
    background: #ccc;
}

div.terms_of_service,
div.safety_notice {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
}

div.terms_of_service h1,
div.safety_notice h1 {
    color: black;
    font-weight: 600;
    font-family: inherit;
    text-shadow: none;
}

div.limited_warranty h1,
div.privacy_policy h1 {
    color: black;
    font-weight: 600;
    font-family: inherit;
    text-shadow: none;
    font-family: inherit;
    text-transform: none;
    font-variant: normal;
    font-size: 18px;
}

div.terms_of_service p,
div.safety_notice p,
div.limited_warranty p,
div.privacy_policy p {
    line-height: 19px;
}

table.terms_and_conditions {
    max-width: 1000px !important;
    margin: auto;
    margin-top: 15px;
}

table.terms_and_conditions tr th {
    font-size: 16px;
    text-align: center;
}

table.terms_and_conditions tr td {
    padding: 9px 20px;
}

table.terms_and_conditions tr td p,
div.limited_warranty p {
    word-break: keep-all;
    text-align: justify;
    line-height: 20px;
}

table.terms_and_conditions tr td p font {
    text-decoration: underline;
}

table.terms_and_conditions tr td p b {
    font-style: italic;
}

div.limited_warranty,
div.privacy_policy {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 15px;
}

div.limited_warranty table tr td {
    padding: 0px 0 0 25px;
    line-height: 21px;
    word-break: keep-all;
    text-align: justify;
}

div.latbar {
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.login-wss-logo {
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(-2px 4px 4px #000b);
    filter: drop-shadow(-3px 5px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(-2px 4px 4px #000b);
}

img.latbar-top-wss-logo {
    width: 75%;
    margin: auto;
    margin-top: 20px;
    -webkit-filter: drop-shadow(-3px 5px 2px #0009);
    filter: drop-shadow(-3px 5px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(-3px 5px 2px #0009);
}

div.div-middle-wss-logo {
    margin-bottom: 40px;
    display: inline-block;
    text-align: center;
}

img.latbar-middle-wss-logo {
    width: 80%;
    margin: auto;
    -webkit-filter: drop-shadow(-2px 4px 4px #000b);
    filter: drop-shadow(-3px 5px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(-2px 4px 4px #000b);
}

/*div.maindiv {
    
    padding: 0 70px;
    margin-left: 15%;
    width: 85%;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    
}
*/
fieldset div.datetime {
    margin-left: 15px;
}

fieldset div.datetime label {
    margin-left: 0px;
}

/*label {
    color: #eeeeee;
}
label[for="tos"] {
    margin-bottom: 15px;
}

label[for=notification-email],
label[for=notification-app],
label[for=notification-popup],
label[for=notification-buzzer],
label[for=notification-sms],
label[for=notification-call] {
    color: black;
}*/

div.change_pwd {
    margin: auto;
    margin-top: 0;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 460px;
}

div.pwd_logo {
    width: 130px;
    margin: 30px auto 0 auto;
}

div.change_pwd_logo {
    width: 130px;
    margin: 30px auto;
}

/*input[type="text"], input[type=password], input[type=email] {
    max-width: 425px;
    border-radius: 10px;
    width: 100%;
    min-height: 25px;
}*/

div.change_pwd_submit_btn {
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    margin-top: 10px;
}

fieldset p {
    text-align: center;
    color: black;
}

fieldset p a {
    color: #eeeeee;
}

fieldset p a:hover {
    color: midnightblue;
}

fieldset div button {
    border-radius: 20px;
    background: #264190;
    padding: 12px 45px;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    box-shadow: -5px 5px 12px boxrgba(0,0,0,0.4);
}

fieldset div button.first_login {
    border-radius: 20px;
    background: #264190;
    padding: 5px 26px;
    border-color: white;
    border-style: solid;
    border-width: 2px;
}

fieldset div button:hover,
fieldset div button:focus {
	background: midnightblue;
	color: white;
}

/*
div.add_sensor,
div.edit_sensor {
    margin: auto;
    margin-top: 0;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 425px;
}

input[type="text"].add_sensor,
select.add_sensor {
    height: 30px;
    max-width: 425px;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-left: auto;
}

input[type="text"].sensor_id {
    text-transform: uppercase;
}*/

div.add_sensor label[for="sensor-name"],
div.add_sensor label[for="system-id"],
div.add_sensor label[for="sensor-room"],
div.add_sensor label[for="type"],
div.add_sensor label[for="id"],
div.edit_sensor label[for="sensor-name"],
div.edit_sensor label[for="sensor-room"],
div.edit_sensor label[for="type"] {
    margin-left: auto;
}

div.edit_sensor input[name="sensor_name"] {
    margin-left: auto;
    height: 30px;
}

button.add_sensor,
button.edit_sensor {
    border-radius: 25px;
    border: solid 2px white;
    background: none;
    height: 48px;
    vertical-align: middle;
    padding: 0 30px;
}

button.add_sensor:hover,
button.add_sensor:focus,
button.edit_sensor:hover,
button.edit_sensor:focus {
    background: midnightblue;
}

div.g-recaptcha {
    max-width: 304px;
    margin: auto;
}

h1 {
    font-family: "TrajanPro-Regular";
    text-transform: capitalize;
    font-variant: small-caps;
    font-weight: normal;
    color: white;
    text-align: center;
    margin: 25px 0;
    text-shadow: -2px 5px 10px #000;
}

h2.property_view {
    margin-top: 60px;
    margin-bottom: 25px;
}

h4 {
    color: black;
    background: #aaaaaa;
    border-style: solid;
    border-color: transparent;
    border-top-color: #999999;
    border-bottom-color: #999999;
    border-width: 1px;
    padding: 2px 15px;
}

h4.superuser_navbar_section_title {
    margin: 0;
}

div.navbar {
    height: 35px;
    background: #9f9f9f;
    position: sticky;
    top: 0;
    margin-left: 15%;
    z-index: 7;
}

div.first_login_navbar {
    margin-left: 0 !important;
    width: 100% !important;
}

/*table.users_title tr th a {
    color: #CD4954;
    text-transform: uppercase;
}

table.properties_title tr th a {
    color: #49904C;
    text-transform: uppercase;
}

table.users_title {
    background: transparent;
    border-collapse: separate;
    border-spacing: 4px 0;
    margin-bottom: 12px;
}

table.properties_title {
    background: transparent;
    border-collapse: separate;
    border-spacing: 4px 0;
    margin-bottom: 12px;
}

table.users_title tr th {
    background: white;
    color: #CD4954;
    text-transform: uppercase;
    text-align: center;
}

table.properties_title tr th {
    background: white;
    text-align: center;
    color: #49904C;
    text-transform: uppercase;
}

table.users_table {
    background: #FFEDF3;
    border-collapse: separate;
    border-spacing: 3px;
}

table.properties_table {
    background: #F5FFF0;
    border-collapse: separate;
    border-spacing: 3px;
}

table.users_table tr td {
    background: #DAA2A3;
    padding-left: 30px;
}

table.properties_table tr td {
    background: #9DBE9F;
    padding-left: 30px;
}

div.appliance_selects {
    max-width: 425px;
    margin: auto;
}

table.appliances_table {
    width: auto;
    margin: auto;
    border-spacing: 2px;
    border-radius: 10px;
}

table.appliances_table tr {
    background: white;
    box-shadow: -36px 55px 110px rgba(0,0,0,0.5);
}

table.appliances_table tr td {
    color: slateblue;
    font-size: 0.875rem;
    padding: 5px 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 10px;
}

table.appliances_table tr th {
    color: black;
    font-size: 0.875rem;
    padding: 0.3rem 1.0rem;
    text-align: left;
    border-radius: 10px;
}

table.units_list {
    background: white;
    border-collapse: separate;
    border-spacing: 3px;
}

table.units_list thead tr th,
table.units_list thead tr th a {
    text-align: center;
    text-transform: uppercase;
    color: #B04D8D;
}

table.units_list tbody tr td {
    background: #D7A9C5;
    padding-left: 25px;
}

table.user_types {
    background: white;
    border-collapse: separate;
    border-spacing: 3px;
}

table.user_types thead tr th,
table.user_types thead tr th a {
    text-align: center;
    text-transform: uppercase;
    color: #B04D8D;
}

table.user_types tbody tr td {
    background: #D7A9C5;
    padding-left: 25px;
}

div.user_form_div,
div.user_type_form_div {
    display: table;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

div.user_head_picture,
div.user_type_head_picture {
    width: 120px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}

table.property_types {
    background: white;
    border-collapse: separate;
    border-spacing: 3px;
}

table.property_types thead tr th,
table.property_types thead tr th a {
    text-align: center;
    text-transform: uppercase;
    color: #49904C;
}

table.property_types tbody tr td {
    background: #9CBEA3;
    padding-left: 25px;
}

table tbody tr td.actions {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

table.profile1 {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 35px;
    width: 1055px;
}

table.profile1 tr td p {
    margin-bottom: 10px;
}

table.profile1 tr td h6 {
    margin-bottom: 2px;
}

table.profile2 {
    margin-top: -55px;
    width: 1004px;
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 10px;
}

table.profile2 tr td p {
    margin-bottom: 10px;
}

table.profile2 tr td h6 {
    margin-bottom: 2px;
}

td.home_settings {
    padding: 0;
    vertical-align: middle;
    width: 2%;
    word-break: keep-all;
}

td.home_settings_val {
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap;
}

div.paginator ul.pagination li a {
    color: white;
}

div.paginator ul.pagination li a:hover {
    color: black;
}

div.paginator ul.pagination li.active a,
div.paginator ul.pagination li.active a:hover {
    color: black;
}

div.paginator ul.pagination li.prev,
div.paginator ul.pagination li.prev.disabled {
    float: left;
}

div.paginator ul.pagination li.next,
div.paginator ul.pagination li.next.disabled {
    float: right;
}

div.paginator ul.pagination li.prev.disabled a,
div.paginator ul.pagination li.next.disabled a,
div.paginator p {
    color: white;
    font-size: 0.7em;
    text-transform: uppercase;
}

div.paginator ul.pagination li.next,
div.paginator ul.pagination li.prev,
div.paginator ul.pagination li.next a,
div.paginator ul.pagination li.prev a {
    color: white;
    font-size: 0.8em;
    text-transform: uppercase;
}

div.paginator ul.pagination li.next a:hover,
div.paginator ul.pagination li.prev a:hover {
    color: black;
}
*/
h2.property_view {
    color: white;
    text-align: center;
    text-transform: capitalize;
}

div.property_info {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    background: white;
    padding: 15px 25px;
	width: 100%;
}

h6.property_info {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #B04D8D;
    text-transform: capitalize;
    font-weight: bold;
}

img.profile_icon {
    float: right;
    width: 30px;
    margin-right: 10px;
    margin-top: 2px;
}

select[name="token_expires[year]"] {
    width: 90px;
    margin-right: 15px;
}

select[name="token_expires[month]"] {
    width: 110px;
    margin-right: 15px;
}

select[name="token_expires[day]"] {
    width: 55px;
    margin-right: 15px;
}

select[name="token_expires[hour]"] {
    width: 55px;
    margin-right: 15px;
}

select[name="token_expires[minute]"] {
    width: 55px;
}

select[name="activation_date[year]"] {
    width: 90px;
    margin-right: 15px;
}

select[name="activation_date[month]"] {
    width: 110px;
    margin-right: 15px;
}

select[name="activation_date[day]"] {
    width: 55px;
    margin-right: 15px;
}

select[name="activation_date[hour]"] {
    width: 55px;
    margin-right: 15px;
}

select[name="activation_date[minute]"] {
    width: 55px;
}

select[name="tos_date[year]"] {
    width: 90px;
    margin-right: 15px;
}

select[name="tos_date[month]"] {
    width: 110px;
    margin-right: 15px;
}

select[name="tos_date[day]"] {
    width: 55px;
    margin-right: 15px;
}

select[name="tos_date[hour]"] {
    width: 55px;
    margin-right: 15px;
}

select[name="tos_date[minute]"] {
    width: 55px;
}

input[type="checkbox"][name="tos"] {
    margin-top: 4px;
}

a#register_tos_link {
    color: white;
}

a#register_tos_link:hover {
    color: cornflowerblue;
}

select[name="role"] {
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 425px;
}

div.map {
    width: 100%;
    height: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: -10px 10px 40px rgba(0,0,0,0.5);
}

div.map div.amcharts-main-div div.amcharts-chart-div svg {
    border-radius: 10px;
}

img.map-home-button {
    width: 33px;
    height: 33px;
    background-image : url("/img/map_home.png");
    background-repeat: no-repeat;
    background-size: 33px 33px;
    cursor: pointer;
    margin-bottom: 14px;
}

img.map-home-button:hover {
    background-image : url("/img/map_home_hover.png");
}

img.map-center-button {
    width: 33px;
    height: 33px;
    background-image : url("/img/map_center.png");
    background-repeat: no-repeat;
    background-size: 33px 33px;
    cursor: pointer;
    margin-bottom: 14px;
}

img.map-center-button:hover {
    background-image : url("/img/map_center_hover.png");
}

.map-controls {
    /* display: grid; */
    position: absolute;
    /* left: 30px; */
    font-size: 15px;
    /* margin-top: -490px; */
    margin-left: 9px;
    top: 112px;
}

.map-controls input {
  padding: 5px;
}

a.side-nav-section {
    color: black;
    text-decoration: none;
    cursor: default;
}

h4 a.home_owner,
h4 a.unit_owner,
h4 a.property_owner {
    color: black;
    text-decoration: none;
}

h4 a.home_owner:hover,
h4 a.unit_owner:hover,
h4 a.property_owner:hover {
    color: white;
}

ul.side-nav {
    padding: 0px;
    visibility: visible;
    opacity: 1;
    max-height: 70%;
    overflow: auto;
}

#ul.side-nav::-webkit-scrollbar { 
    display: none; 
}

ul.side-nav a {
    text-decoration: none;
}

ul.side-nav a li {
    list-style: none;
    background: #bbbbbb;
    padding-left: 30px;
    color: black;
}

div.propertyinfo {
    margin-bottom: 28px;
    padding: 15px 25px;
}

div.property {
    display: flex;
    margin-bottom: 20px;
}

/****************** Bars ******************/
div.small_icon {
    width: 20px;
    margin: 4px 7px;
    display: none;
}

div.first_separation_bar {
    float: left !important;
    margin-left: 0px;
    display: none;
}

ul.notifications {
    right: -6px !important;
    top: 34px;
    box-shadow: -10px 10px 40px rgba(0,0,0,0.5);
}

.latbarmobile {
    display: none !important;
}

div.user_nav {
    box-shadow: none;
}

li.dropdown-menu-title span a.property_name,
li.dropdown-menu-title span a.unit_number {
    position: inherit;
    color: white;
    padding: 0 !important;
    font-weight: normal;
    text-decoration: none;
}

li.dropdown-menu-title span a.property_name:hover,
li.dropdown-menu-title span a.unit_number:hover {
    background: transparent !important;
    color: #15848F;
}

div.unitinfo {
    margin-left: 15%;
    margin-top: 34px;
    position: fixed;
    z-index: 6;
    height: 26px;
    background: #bbb;
}

div.style_and_date {
    margin-left: 15%;
    margin-top: 59px;
    position: fixed;
    z-index: 5;
    width: 85%;
    height: unset;
    background-color: #dfdfdf;
    text-align: center;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}

fieldset legend.properties {
    margin-bottom: 0px;
}

.dropdown-menu li ul {
    position: absolute;
    background: white;
    margin-top: -35px !important;
    width: 120px;
    left: 100%;
    border: 1px solid #9994;
    display: none;
    list-style-type: none;
    box-shadow: -10px 10px 40px rgba(0,0,0,0.5);
}

.dropdown-menu li:hover > ul
{
    display: block;
    /* opacity: 0.8; */
    /* filter: alpha(opacity=80); */
}

.separation_bar {
    height: 25px;
    width: 0px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    float: right;
    border-color: #7f7f7f;
    margin: 4px 0px 0 12px;
}

.consumption_type_select {
    width: 80px;
    height: 32px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.consumption_year_select {
    width: 64px;
    height: 32px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.consumption_month_select {
    width: 100px;
    height: 32px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.consumption_day_select {
    width: 55px;
    height: 32px;
    margin-bottom: 0px;
    border-radius: 5px;
}

td.type_and_date {
    text-align: center;
    padding: 6px 10px;
}

td.type_and_date_ok {
    padding: 7px;
    padding-left: 25px;
}

td.property_info_name {
    text-align: center;
    padding: 4px 10px;
}

td.property_info_address {
    text-align: center;
    padding: 4px 10px;
}

td.property_info_unit {
    text-align: center;
    padding: 4px 10px;
}

font#property_name_label {
    display: inline-block;
}

font#unitNumLab1 {
    display: inline-block;
}

font#unitNumLab2 {
    display: none;
}

div.main_bar_switches {
    display: inline-block;
}

div.switch_buttons {
    display: none;
}

/* Terms of Service */

div.accept_tos_margin {
    padding-bottom: 15px;
    padding-top: 15px;
    background: white;
    border-radius: 5px;
    margin-bottom: 10px;
}

div.accept_terms_of_service {
    background: white;
    padding: 0 20px;
    max-width: 570px;
    max-height: 360px;
    overflow-x: auto;
    overflow-y: scroll;
    text-align: justify;
}

p.accept_terms_of_service_title {
    font-weight: bold;
    font-size: large;
    text-align: center;
}

div.accept_tos_content div.tos_section div.tos_title {
    font-weight: bold;
    margin-bottom: 5px;
}

div.accept_tos_content div.tos_header p,
div.accept_tos_content div.tos_section p,
div.accept_tos_content div.tos_section div.tos_description p,
div.accept_tos_content div.tos_section div.tos_description ul li p {
    font-size: 14px;
    line-height: normal;
}

a.accept_terms_of_service_link {
    color: white;
}

a.accept_terms_of_service_link:hover {
    color: #646464;
}

/****************** Unit/Home view ******************/

.units_details_and_current_stats {
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.units_details {
    display: inline-block;
    width: 30%;
    text-align: -webkit-center;
    margin-top: 10px;
}

.gauge_and_sensors {
    margin: auto;
    display: table;
}

.gpm_gauge {
    width: 342px;
    height: 380px;
}

.sensors_status {
    min-width: 270px;
    max-width: 342px;
    align-items: center;
    margin-top: -140px;
    /*max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px;
    border-radius: 3px;
    position: absolute;*/
}

.ewb {
    width: 68%;
    margin-left: 15px;
}

.current_stats {
    width: 100%;
    height: 444px;
}

tr#current_comparison {
    height: 22px;
}

td#current_comparison {
    display: flex;
}

div#HoursComparison,
div#DaysComparison,
div#MonthsComparison {
    width: 33.33%;
    height: 340px;
    margin: 0 auto;
}

.TodayWaterConsumption {
    width: 100%;
    height: 450px;
}

.ThisMonthWaterConsumption {
    width: 100%;
    height: 450px;
}

input[type="text"][readonly].circleInput {
    /* height: 65px; */
    /* top: 65px; */
    margin-top: 30px !important;
}

.register_logo {
    max-width: 15%;
    min-width: 232px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

img.register_wss_logo,
img.pwd_logo {
    webkit-filter: drop-shadow(-2px 4px 4px #000b);
    filter: drop-shadow(-3px 5px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(-2px 4px 4px #000b);
}

div.register input[type="text"],
div.register input[type="password"],
div.register input[type="email"],
div.request_reset_password input[type="text"] {
    height: 30px;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    margin-bottom: 10px;
}

legend.register_legend,
legend.reset_legend {
    width: -webkit-fill-available;
    width: -moz-available;
}

legend.reset_legend_small_screen {
    display: none;
}

ul.help-menu {
    width: 220px;
    margin-top: 5px;
    margin-right: -2px;
    box-shadow: -10px 10px 40px rgba(0,0,0,0.5);
}

ul.system-settings-menu {
    width: 220px;
    margin-top: 5px;
    margin-right: -3px;
    box-shadow: -10px 10px 40px rgba(0,0,0,0.5);
}

ul.profile-menu {
    width: 220px;
    box-shadow: -10px 10px 40px rgba(0,0,0,0.5);
}

ul.units-list-menu {
    width: 220px;
    margin-top: 5px;
    margin-left: 3px;
    box-shadow: -10px 10px 40px rgba(0,0,0,0.5);
}

div.Last7DasAndLast6Months {
    display: flex;
}

div#Last7DaysWaterUsage,
div#Last6MonthsWaterUsage {
    width: 49%;
    height: 450px;
    display: inline-block;
}

div.unitmaindiv {
    margin-top: 102px !important;
    background-color: white;
}

button.ok_button_1 {
    background: #afafaf;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
}

div#ok_button_2 {
    display: none;
}

/*********** Sliders ***********/
.round-slider {
    width: 100%;
    height: 15px;
    border-radius: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -webkit-appearance: none;
}

.round-slider:hover {
    opacity: 1;
}

.round-slider::-webkit-slider-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%; 
    background: cornflowerblue;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.6);
    -webkit-appearance: none;
}

.round-slider::-moz-range-track {
    height: 0;
}

.round-slider::-moz-range-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: cornflowerblue;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.6);
    -moz-appearance: none;
}

/*********** Scroll to top button ***********/
#ScrollToTop {
    display: none;              /* Hidden by default */
    position: fixed;            /* Fixed/sticky position */
    bottom: 45px;               /* Place the button at the bottom of the page */
    right: 30px;                /* Place the button 30px from the right */
    z-index: 99;                /* Make sure it does not overlap */
    border: none;               /* Remove borders */
    outline: none;              /* Remove outline */
    background-color: #21428B;  /* Set a background color */
    color: white;               /* Text color */
    cursor: pointer;            /* Add a mouse pointer on hover */
    padding: 8px 15px;          /* Some padding */
    border-radius: 25px;        /* Rounded corners */
    opacity: 0.5;               /* Opacity to see under the button */
    transition: .25s ease-in-out;
}

#ScrollToTop:after {
    content: "Scroll to top";
}

#ScrollToTop:hover {
    opacity: 1 !important;
}

div.connecting_to_systems,
div.connecting_to_system,
div.adding_sensor,
div.removing_sensor {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    height: -webkit-fill-available;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2;
    background-color: rgba(1, 1, 1, 0.85);
    margin-left: 230px;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.loader {
    border: 26px solid #f3f3f3;
    border-radius: 50%;
    border-top: 26px solid #3498db;
    border-bottom: 26px solid #3498db;
    width: 280px;
    height: 280px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    position: fixed;
    left: 50%;
    /*left: 0;
    right: 0;
    margin: auto;*/
}
.loader-txt{ left: 50%; position: fixed; color: #fff; text-align: center; width: 280px;}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div img.close {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

div button:hover + img {
    display: block;
}

/*********** Responsive ***********/

/*@media screen and (max-width: 1519px) {
    div.maindiv {
        padding: 0 35px;
    }
}*/

@media screen and (max-width: 1409px) {
    .units_details_and_current_stats {
        display: block;
        width: 100%;
    }

    .units_details {
        width: 100%;
    }

    .gauge_and_sensors {
        display: flex;
    }

    .gpm_gauge {
        margin: auto;
        margin-right: 25px;
    }

    .sensors_status {
        margin: auto;
        margin-left: 25px;
        width: 300px;
    }
    
    .ewb {
        width: 100%;
        margin-left: 0;
        margin-top: -125px;
    }

    .current_stats {
        width: 100%;
        margin-top: -130px;
    }

    .current_comparison {
        height: 30px;
    }
}

@media screen and (max-width: 1279px) {
    /*::-webkit-scrollbar { 
        display: none; 
    }*/

    div.actions, div.latbar {
        display: none;
    }

    /*div.maindiv {
        padding: 0 20px;
        margin-left: 0;
        width: 100%;
    }*/

    div.navbar {
        width: 100% !important;
        height: 35px;
        background: #9f9f9f;
        margin-left: 0;
        z-index: 1000;
    }

    div.small_icon {
        display: inline-block;
    }

    div.first_separation_bar {
        display: inline-block;
    }

    body {
        padding-right: 0;
        padding-left: 0;
    }

    a.reminder {
        margin-left: 0;
    }

    div.propertyinfo {
        margin-bottom: 28px;
        height: inherit !important;
        padding: 15px 25px;
    }

    .latbarmobile {
        display: block !important;
    }

    div.unitinfo {
        margin-left: 0;
        width: 100%;
    }

    div.style_and_date {
        margin-left: 0;
        width: 100%;
    }

    div.connecting_to_system,
    div.connecting_to_systems,
    div.adding_sensor,
    div.removing_sensor {
        width: 100%;
        width: -webkit-fill-available;
        width: -moz-available;
        margin-left: 0;
    }
}

@media screen and (max-width: 979px) {
    .row-fluid .span4 {
        width: 32.624467849731%;
    }

    .row-fluid .span6 {
        width: 49.4691791534%;
    }

    div.mobile_adjust {
        margin-left: 0px !important;
    }

    div.mobile_adjust2 {
        margin-left: 10px !important;
    }

    div.mobile_adjust3 {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 978px) {
    .row-fluid .span4 {
        width: 32.53775%;
    }

    .row-fluid .span6 {
        width: 49.40377%;
    }
}

@media screen and (max-width: 875px) {
    .row-fluid .span4 {
        width: 32.52%;
    }

    .row-fluid .span6 {
        width: 49.39%;
    }
}

@media screen and (max-width: 857px) {
    .row-fluid .span4 {
        width: 32.517976%;
    }

    .row-fluid .span6 {
        width: 49.38991%;
    }
}

@media screen and (max-width: 856px) {
    .row-fluid .span4 {
        width: 32.46618%;
    }

    .row-fluid .span6 {
        width: 49.35014%;
    }
}

@media screen and (max-width: 835px) {
    td.property_info_address {
        display: none;
    }
}

@media screen and (max-width: 806px) {
    .row-fluid .span4 {
        width: 32.42026%;
    }

    .row-fluid .span6 {
        width: 49.31627%;
    }
}

@media screen and (max-width: 768px) {
    /*::-webkit-scrollbar { 
        display: none;
    }*/

    div.actions, div.latbar {
        display: none;
    }

    td.property_info_unit {
        width: 40%;
    }

    .sparkLineStats li {
        margin-bottom: 0;
        line-height: 27px;
        padding-top: 3px;
        font-size: 12px;
        list-style-type: none;
    }
    
    .sparkLineStats li span:first-child {
        display: none;
    }
    
    .row-fluid .span4 {
        width: 32.39715%;
    }

    .row-fluid .span6 {
        width: 49.29895%;
    }
    
    div.propertyinfo {
        height: inherit;
        padding: 20px;
        width: 50% !important;
    }
    
    .row-fluid .span2 {
        width: 32.271730422%;
    }
    
    .row-fluid .span3 {
        width: 49.20504188%;
    }

    div.mobile_adjust {
        margin-left: 0 !important;
    }
    
    div.mobile_adjust2 {
        margin-left: 10px !important;
    }
    
    div.mobile_adjust3 {
        margin-left: 10px !important;
    }
    
    .latbarmobile {
        display: block !important;
    }
    
    div.unitinfo {
        margin-left: 0;
        width: 100%;
    }
    
    div.style_and_date {
        margin-left: 0;
        margin-top: 59px;
        position: fixed;
        z-index: 5;
        width: 100%;
        height: unset;
        background-color: #dfdfdf;
        text-align: center;
    }

    input[type="text"][readonly].circleInput {
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 750px) {
    #ScrollToTop:after {
        content: "Top";
    }
}

@media screen and (max-width: 729px) {
    .gauge_and_sensors {
        display: block;
    }

    .gpm_gauge {
        margin-right: auto;
    }

    .sensors_status {
        margin: auto;
        margin-top: -130px;
        margin-bottom: 160px;
    }
    
    div.Last7DasAndLast6Months {
        display: block;
    }

    div#Last7DaysWaterUsage,
    div#Last6MonthsWaterUsage {
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .consumption_type_label {
        display: none;
    }

    .consumption_year_label {
        display: none;
    }

    .consumption_month_label {
        display: none;
    }

    .consumption_day_label {
        display: none;
    }
}

@media screen and (max-width: 666px) {
    .row-fluid .span2 {
        width: 32.22493%;
    }

    .row-fluid .span3 {
        width: 49.170652%;
    }
}

@media screen and (max-width: 640px) {
    .row-fluid .span2 {
        width: 32.074075%;
    }

    .row-fluid .span3 {
        width: 49.057771%;
    }
}

@media screen and (max-width: 600px) {
    td#current_comparison {
        display: block;
    }

    div#HoursComparison,
    div#DaysComparison,
    div#MonthsComparison {
        width: 100%;
    }

    .TodayWaterConsumption {
        margin-top: 665px;
    }
}

@media screen and (max-width: 568px) {
    .row-fluid .span2 {
        width: 32.052282%;
    }

    .row-fluid .span3 {
        width: 49.0414638%;
    }
    
    div#chartdiv.map {
        height: 375px;
    }

    th.list_of_properties_city,
    td.list_of_properties_city{
        display: none;
    }

    br.margin_adjustment {
        display: none;
    }

    font#property_name_label {
        display: none;
    }

    font#unitNumLab1 {
        display: none;
    }

    font#unitNumLab2 {
        display: inline-block;
    }
}

@media screen and (max-width: 559px) {
    /*::-webkit-scrollbar { 
        display: none; 
    }*/

    div.actions, div.latbar {
        display: none;
    }

    div.property {
        display: inherit !important;
    }

    .sparkLineStats li {
        margin-bottom: 0;
        line-height: 27px;
        padding-top: 3px;
        font-size: 12px;
        list-style-type: none;
    }

    .sparkLineStats li span:first-child {
        display: none;
    }

    .row-fluid .span4 {
        padding-left: 20px;
        height: inherit;
    }

    div.propertyinfo {
        height: inherit;
        padding: 20px;
    }

    .row-fluid .span2 {
        width: 100%;
    }

    .row-fluid .span3 {
        width: 100%;
    }

    div.mobile_adjust {
        margin-left: 0 !important;
    }

    .latbarmobile {
        display: block !important;
    }

    div.unitinfo {
        margin-left: 0;
        width: 100%;
    }

    div.style_and_date {
        margin-left: 0;
        margin-top: 59px;
        position: fixed;
        z-index: 5;
        width: 100%;
        height: unset;
        background-color: #dfdfdf;
        text-align: center;
    }

    .statbox {
        height: 120px;
        padding: 10px;
        position: relative;
        margin-bottom: 10px;
    }
    
    .row-fluid .span4 {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    
    .circleStatsItemBox {
        position: relative;
        background: #67C2EF;
        width: 100%;
        min-width: 130px;
        height: 160px;
        padding-top: 40px;
        margin-bottom: 10px;
    }

    div.propertyinfo {
        height: inherit;
        padding: 20px;
        width: 100% !important;
    }

    div.property {
        margin-bottom: 20px;
    }
    
    td.type_and_date {
        padding: 6px 4px;
    }

    td.type_and_date_ok {
        padding: 7px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 525px), screen and (max-height: 810px) {
    div.main-div-login-page,
    div.main-div-register-page,
    div.request_reset_password_main {
        /*position: relative;*/
        margin: 0;
    }

    div.login_page,
    div.register_page,
    div.request_reset_password {
        border-style: none;
        box-shadow: none;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    legend.reset_legend {
        display: none;
    }

    legend.reset_legend_small_screen {
        display: block;
    }
}

@media screen and (max-width: 506px) {
    div.switch_buttons {
        display: block;
        position: fixed;
        margin-top: 34px;
        height: 32px;
        z-index: 6;
        width: 100%;
        text-align: center;
        background: #aaa;
    }

    div.unitinfo {
        margin-top: 66px;
    }

    div.style_and_date {
        margin-top: 92px;
    }

    div.unitmaindiv {
        margin-top: 132px !important;
        padding: 0 10px;
    }

    div.main_bar_switches {
        display: none;
    }
}

@media screen and (max-width: 470px) {
    .separation_bar {
        margin: 4px -4px 0 4px;
    }

    .latbarmobile {
        margin: 0 !important;
    }
}

@media screen and (max-width: 465px) {
    div.users fieldset,
    div.appliance_selects,
    div.appliance_selects select {
        width: -webkit-fill-available;
        width: -moz-available;
    }
}

@media screen and (max-width: 452px) {
    td.home_settings_val {
        padding: 6px 0;
    }
}

@media screen and (max-width: 415px) {
    input.awc_input[type="number"] {
        width: 85px !important;
    }
}

@media screen and (max-width: 414px) {
    div#chartdiv.map {
        height: 305px;
    }
}

@media screen and (max-width: 392px) {
    td.type_and_date {
        padding: 6px 2px;
    }
}

@media screen and (max-width: 390px) {
    input.awc_input[type="number"] {
        width: 80px !important;
    }
}

@media screen and (max-width: 376px) {
    td.type_and_date_ok {
        padding-left: 6px;
    }
}

@media screen and (max-width: 375px) {
    .register_logo {
        max-width: 200px;
    }

    div.users form div fieldset legend.login_legend,
    div.users form fieldset legend.register_legend,
    div.users form fieldset legend.reset_legend {
        max-width: 348px;
        margin-left: 2px;
        margin-right: 4px;
    }

    input[type="text"], input[type=password], input[type=email] {
        max-width: 320px;
    }

    ul.units-list-menu {
        width: 180px;
        margin-top: 5px;
        margin-left: 3px;
    }

    div#chartdiv.map {
        height: 240px;
    }

    td.type_and_date {
        padding: 6px 2px;
    }

    td.type_and_date_ok {
        padding: 7px;
        padding-left: 4px;
        padding-right: 2px;
    }
}

@media screen and (max-width: 368px) {
    td.type_and_date {
        padding: 6px 1px;
    }
}

@media screen and (max-width: 362px) {
    div.register_page {
        padding: 0 20px;
    }
}

@media screen and (max-width: 360px) {
    ul.help-menu {
        width: 206px;
    }

    ul.units-list-menu {
        width: 165px;
    }

    td.property_info_unit {
        width: 30%;
    }

    td.type_and_date {
        padding: 6px 1px;
    }

    td.type_and_date_ok {
        padding-left: 3px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 359px) {
    td.type_and_date_ok {
        display: none;
    }

    td.type_of_consumption {
        padding-left: 0;
    }

    div#ok_button_2 {
        display: block;
    }

    button.ok_button_1 {
        margin-bottom: 6px;
        padding: 7px 20px;
    }

    div.unitmaindiv {
        margin-top: 170px !important;
        width: fit-content;
        width: -moz-fit-content;
        padding: 0;
    }
}

@media screen and (max-width: 350px) {
    div.register_page {
        padding: 0 10px;
    }

    .navbar .pull-right>li>.dropdown-menu#support:after {
        right: 36px;
        left: auto;
    }

    .navbar .pull-right>li>.dropdown-menu#support:before {
        right: 36px;
        left: auto;
    }

    ul.help-menu {
        width: 200px;
        margin-right: -26px;
    }
}

@media screen and (max-width: 345px) {
    div.gpm_gauge {
        display: none;
    }

    .sensors_status {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 322px) {
    div.register_page {
        padding: 0 5px;
    }
}

@media screen and (max-width: 320px) {
    .login_logo {
        max-width: 190px;
        margin-top: 20px;
    }

    .register_logo {
        max-width: 190px;
    }

    div.users form div fieldset legend.login_legend,
    div.users form fieldset legend.register_legend,
    div.users form fieldset legend.reset_legend {
        max-width: 300px;
        margin-left: 4px;
        margin-right: 4px;
    }

    input[type="text"], input[type=password], input[type=email] {
        max-width: 280px;
    }

    input.awc_input[type="number"] {
        width: 80px !important;
        margin-left: 5px;
    }

    div#chartdiv.map {
        height: 210px;
    }

    ul.system-settings-menu {
        width: 170px;
    }

    ul.notifications {
        width: 251px;
    }

    ul.notifications li,
    ul.tasks li,
    ul.messages li {
        width: 251px;
    }

    ul.profile-menu {
        width: 170px;
    }

    ul.units-list-menu {
        width: 160px;
    }
}

@-moz-document url-prefix() {
    i.navbar-icon {
        margin-top: -2px !important;
    }
}