/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700";
body {
    font-family: 'Open Sans', sans-serif;
    background: #fafafa;
    font-size: 12px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
    color: #0a221a;
    margin: 0;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.welcome-text {
    line-height: 40px;
    padding-right: 20px;
}

.blue-link {
    color: #044735;
}

.blue-link:hover {
    color: #0a221a;
}

.red-link {
    color: #FF0000;
}

.red-link:hover {
    color: #FF000098;
}

.white-link {
    color: #FFFFFF;
}

.white-link:hover {
    color: #FFFFFF98;
}

.add-link {
    color: #f68b23;
    display: block;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: right;
}

.add-link:hover {
    color: #f68b2398;
}


.combo-control {
    display: block;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    height: 50px;
}

.combo-control .form-control {
    display: block;
    width: 92%;
    float: left;
    box-sizing: border-box;
}

.upload-message {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
}

#form__photo .btn,
#form__photo_1 .btn,
#form__photo_2 .btn,
#form__photo_3 .btn,
#form__photo_4 .btn {
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#form__upload .btn,
#form__upload_1 .btn,
#form__upload_2 .btn,
#form__upload_3 .btn,
#form__upload_4 .btn {
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.delete-img,
.delete-img-1,
.delete-img-2,
.delete-img-3,
.delete-img-4 {
    /*fill: #000000;
    filter: invert(1);*/
    display: none;
}

#form__map {
    border-radius: 0;
    padding: 12px 0;
    margin: 0 0 0 0; 
    text-align: center;
}

.form__map-frame {
    width: 100%;
    height: 300px;
}

.form__images,
.form__images_1,
.form__images_2,
.form__images_3,
.form__images_4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#form__photo,
#form__upload,
#form__photo_1,
#form__upload_1,
#form__photo_2,
#form__upload_2,
#form__photo_3,
#form__upload_3,
#form__photo_4,
#form__upload_4 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc(50% - 8px);
    padding: 12px 0;
    text-align: center;
    border: 4px dashed #ddd;
    color: #ccc;
    border-radius: 8px;
    padding: 16px;
    flex-wrap: wrap;
}

#form__photo > video,
#form__photo_1 > video,
#form__photo_2 > video,
#form__photo_3 > video,
#form__photo_4 > video {
    border-radius: 8px;
    /*background: white;
    position: absolute;*/
}

#form__upload > input,
#form__upload_1 > input,
#form__upload_2 > input,
#form__upload_3 > input,
#form__upload_4 > input {
    display: none;
}

#form__preview,
#form__preview_1,
#form__preview_2,
#form__preview_3,
#form__preview_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#form__preview > div,
#form__preview_1 > div,
#form__preview_2 > div,
#form__preview_3 > div,
#form__preview_4 > div {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(50% - 8px);
    border-radius: 8px;
    height: 164px;
    margin: 0 0 16px 0;
}

.navbar {
    padding: 13px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.nav-link {
    color: rgba(18,71,53,1);
    padding: 6px 20px;
    font-size: 11px;
    margin: 3px 10px;
    border: 1px solid #1d5444;
    border-radius: 6px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(18,71,53,1);
    padding: 6px 20px;
    font-size: 11px;
    margin: 3px 10px;
    border: 1px solid #1d5444;
    border-radius: 6px;
    line-height: 20px;
}

.svg-inline--fa.fa-caret-right {
    font-size: 20px !important;
    height: 1em;
    vertical-align: -0.3em;
    margin-left: 3px;
    float: right;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background-color: #1d5444;
    border-radius: 6px;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus {
    background-color: #1d5444;
    border-radius: 6px;
    color: #fff;
}

.nav-link.alert-link {
    width: 180px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 21px;
    margin-left: 0;
}

.nav-link.all-link {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    line-height: 21px;
}
.nav-link.red-link {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    line-height: 21px;
}
.nav-link.green-link {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    line-height: 21px;
}
.nav-link.amber-link {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    line-height: 21px;
}

.nav-link.alert-link:hover {
    background-color: #1d5444!important;
    color: #fff!important;
}
.nav-link.all-link:hover {
    background-color: #1d5444!important;
    color: #fff!important;
}
.nav-link.red-link:hover {
    background-color: #1d5444!important;
    color: #fff!important;
}
.nav-link.green-link:hover {
    background-color: #1d5444!important;
    color: #fff!important;
}
.nav-link.amber-link:hover {
    background-color: #1d5444!important;
    color: #fff!important;
}

.svg-inline--fa.fa-home,
.svg-inline--fa.fa-cogs {
    font-size: 20px;
    height: 25px;
    vertical-align: -0.25em;
    background: #124835;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    width: 25px !important;
    margin-right: 5px;
}

.svg-inline--fa.fa-file-alt,
.svg-inline--fa.fa-cloud-download-alt {
    font-size: 20px;
    height: 25px;
    vertical-align: -0.4em;
    background: #124835;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    width: 25px !important;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
/*.nav-link.all-link {
    background-color: #1d5444;
    border-color: #1d5444!important;
    color: #fff!important;
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.nav-link.red-link {
    background-color: #9c0000;
    border-color: #9c0000!important;
    color: #fff!important;
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.nav-link.green-link {
    background-color: #277345;
    border-color: #277345!important;
    color: #fff!important;
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.nav-link.amber-link {
    background-color: #c27345;
    border-color: #c27345!important;
    color: #fff!important;
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.nav-link.all-link:hover {
    background-color: #fff!important;
    color: #1d5444!important;
}
.nav-link.red-link:hover {
    background-color: #fff!important;
     color: #9c0000!important;
}
.nav-link.green-link:hover {
    background-color: #fff!important;
     color: #277345!important;
}
.nav-link.amber-link:hover {
    background-color: #fff!important;
    color: #c27345!important;
}*/

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin: 16px 0;
}

.line-sidebar {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin: 16px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.btn-dark {
    color: #fff;
    background-color: #0a221a;
    border-color: #0a221a;
}

.red-text {
    color: #e56b46;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    color: #124735;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

/*#sidebar {
  height: 100%;
  min-width: 300px;
  max-width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #ffffff;
  color: #999;
  transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}*/

#sidebar .closebtn {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    top: 0;
    font-size: 20px;
    margin-left: 50px;
    color: #124835;
}

#sidebar .sidebar-header {
    padding: 6px 0 5px 0;
    background: #ffffff;
    text-align: center;
    border-bottom: 0px solid #044735;
}

#sidebar .sidebar-header img {
    width: 180px;
    margin: 0 auto;
}

#sidebar .customer-header {
    padding: 0;
    background: #ffffff;
    box-sizing: border-box;
}

#sidebar .customer-header {
    margin: 0;
    padding: 0;
}

#sidebar .customer-header .customer-name {
    color: #0d0d0d;
}

#sidebar .arrow-icon {
    font-size: 24px;
    margin: 0;
    padding: 10px;
    color: #134735;
}

#sidebar .btn-arrow-right .arrow-icon {
    font-size: 20px;
}

#sidebar ul.notifications {
    padding: 0px 0 0 0;
    border-bottom: 0px solid #f0f0f0;
    background-color: transparent;
}

#sidebar .acc-no {
    padding-left: 16px;
}

#sidebar ul p {
    color: #0d0d0d;
    padding: 10px;
}

#sidebar ul li a {
    padding: 0;
    font-size: 1.1em;
    display: table;
    color: #124735;
    width: 100%;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #124735;
    background: #e6e6e6;
}

#sidebar ul li a:hover {
    color: #124735;
    background: #ffffff90;
}

#sidebarCollapse {
    color: #124735;
    box-shadow: none;
    outline: none;
    border-color: #fff !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.notifications .btn-left1 {
    display: table-cell;
    vertical-align: middle;
    width: 2%;
    background: #134735;
}

.notifications .btn-left2 {
    display: table-cell;
    vertical-align: middle;
    width: 2%;
    background: #ce8484;
}

.notifications .btn-left3 {
    display: table-cell;
    vertical-align: middle;
    width: 2%;
    background: #e1b6b6;
}

.notifications .btn-text {
    display: table-cell;
    vertical-align: middle;
    width: 78%;
    padding: 0px 0px 0px 20px;
}

.notifications .btn-text-line1 {
    color: #134735;
    font-size: 11px;
    line-height: 12px;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    font-weight: 800;
}

.notifications .btn-text-line2 {
    color: #999;
    font-size: 10px;
    line-height: 11px;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    font-weight: 800;
}

.notifications .btn-text-line3 {
    color: #0a221a;
    font-size: 9px;
    line-height: 10px;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    font-weight: 800;
}

.notifications .btn-arrow-right {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    color: #124735;
}

.menu-header {
    font-size: 10px;
    text-align: left;
    padding: 0 10px;
    color: #124735;
    display: block;
    height: auto;
    line-height: 26px;
    background-color: #ffffff50;
}

.menu-header .btn {
    font-size: 10px;
    text-align: left;
    color: #fff;
    background-color: #0a221a;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

/*#content .btn {
    font-size: 10px;
    text-align: center;
    color: #124735;
    background-color: #fff;
    float: right;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
}*/

#content .btn {
    color: rgba(18,71,53,1);
    padding: 6px 20px;
    font-size: 11px;
    margin: 3px 10px;
    border: 1px solid #1d5444;
    border-radius: 6px;
    line-height: 20px;
}
#content .btn:hover {
    background-color: #1d5444;
    border-radius: 6px;
    color: #fff;
}
#content .btn:hover {
    background-color: #1d5444;
    border-radius: 6px;
    color: #fff;
}

#topup-btn {
    float: none!important;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#sidebar ul.menu-links {
    padding: 20px;
    border-radius: 16px;
    background-color: #e6e6e6;
}

#sidebar ul.menu-links a {
    text-align: left;
    font-size: 16px;
    display: block;
    border-radius: 0;
    margin: 0;
    padding: 12px 8px;
    font-weight: 800;
}

#sidebar ul.menu-links a .fa-chevron-circle-right {
    margin-right: 30px;
}

/* SEARCH DROPDOWN STYLE */

.select2-container {
    width: 100%!important;
}

/* END SEARCH DROPDOWN STYLE */


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    background: #fff;
    box-sizing: border-box;
}

.icon-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0d0d0d;
    padding: 8px 11px;
}

.icon-link:hover {
    border: 1px solid #0d0d0d80;
}

#content .content-header {
    background: #ffffff;
    box-sizing: border-box;
}

#content .content-block {
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    border-top: 0px solid #f0f0f0;
    border-bottom: 40px solid #f0f0f0;
    border-left: 40px solid #f0f0f0;
    border-right: 40px solid #f0f0f0;
}

#content .content-block:first-child {
    border-left: 40px solid #f0f0f0;
}

#content .content-block:last-child {
    border-left: 0px solid #f0f0f0;
}

#content .content-blocks {
    background-color: #ffffff;
    box-sizing: border-box;
    border-top: 0px solid #f0f0f0;
    border-bottom: 40px solid #f0f0f0;
    border-left: 40px solid #f0f0f0;
    border-right: 40px solid #f0f0f0;
}

#content .content-blocks:first-child {
    border-right: 20px solid #f0f0f0;
}

#content .content-blocks:last-child {
    border-left: 20px solid #f0f0f0;
}

#content .content-blocks .row:first-child {
    min-height: 120px;
}

.right-arrow {
    float: right;
}

#content .blue-bar {
    background: #0a221a;
    color: #ffffff;
    box-sizing: border-box;
}

#content .spacer-row {
    padding: 20px 0;
}

.box-header {
    font-size: 12px;
    text-align: left;
    padding: 0 10px;
    color: #0a221a;
    display: block;
    height: 42px;
}

.box-header .btn {
    font-size: 10px;
    text-align: left;
    color: #fff;
    background-color: #0a221a;
    float: right;
}

#content ul.box-notifications li a {
    padding: 0;
    font-size: 1.5em;
    display: table;
    color: #0d0d0d;
    width: 100%;
}

#content ul.box-notifications li {

}

#content ul.box-notifications li.active>a,
a[aria-expanded="true"] {
    color: #0d0d0d;
    background: #ffffff;
}

#content ul.box-notifications li a:hover {
    color: #0d0d0d;
    background: #e9e9e9;
}

ul.box-notifications {
    padding: 0;
    border-top: 1px solid #f0f0f0;
    background-color: #ffffff;
}

.box-notifications .btn-left1 {
    display: table-cell;
    vertical-align: middle;
    width: 2%;
    background: #0a221a;
}

.box-notifications .btn-left2 {
    display: table-cell;
    vertical-align: middle;
    width: 2%;
    background: #70a2b9;
}

.box-notifications .btn-left3 {
    display: table-cell;
    vertical-align: middle;
    width: 2%;
    background: #9ec6d8;
}

.box-notifications .btn-text {
    display: table-cell;
    vertical-align: middle;
    width: 83%;
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.box-notifications .btn-text-line1 {
    color: #0d0d0d;
    font-size: 13px;
    line-height: 14px;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding-bottom: 14px;
    font-weight: 800;
}

.box-notifications .btn-text-line2 {
    color: #999;
    font-size: 11px;
    line-height: 12px;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding-bottom: 18px;
    font-weight: 800;
}

.box-notifications .btn-text-line3 {
    color: #d8d8d8;
    font-size: 9px;
    line-height: 10px;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    font-weight: 800;
}

.box-notifications .btn-arrow-right {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
    color: #cfcfcf;
    border-bottom: 1px solid #f0f0f0;
}

.info-header {
    color: #0a221a;
    padding-bottom: 20px;
}

.blue-nav-bar {
    color: #ffffff;
    background: #0a221a;
}

.blue-nav-bar-link:hover {
    color: #ffffff90;
}

.small-text {
    font-size: 8px;
    line-height: 10px;
}

.medium-text {
    font-size: 12px;
    line-height: 16px;
}

.large-text {
    font-size: 16px;
    line-height: 18px;
}

.medium-bold {
    font-weight: 600;
}

.full-bold {
    font-weight: 800;
}

.text-left-align {
    text-align: left!important;
}

.text-center-align {
    text-align: center!important;
}

.white-block {
    background-color: #fff;
}

.green-block {
    background-color: #134735;
}

.col-border-right {
    border-right: 1px solid rgba(0,0,0,.1);
}

.col-border-left-light {
    border-left: 1px solid #f0f0f0;
}

.col-border-bottom-light {
    border-bottom: 1px solid #f0f0f0;
}

.col-border-light {
    border-right: 1px solid #f0f0f0;
}


.row-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.white-text {
    color: #fff;
}

.blue-grid-header {
    background-color: #e6e6e6;
    border-radius: 12px;
}

.gray-grid-header {
    background-color: #e6e6e6;
    border-radius: 12px;
}

.blue-grid-header .white-text,
.gray-grid-header .white-text {
    color: #1d5444;
}

.blue-grid-header .col-border-light,
.gray-grid-header .col-border-light {
    border-right: 0px solid #f0f0f0;
}

.blue-grid-header .col-border-left-light,
.gray-grid-header .col-border-left-light {
    border-left: 0px solid #f0f0f0;
}


.padded-text {
    padding: 15px;
}

.content-list li {
    font-size: 12px;
    padding-top: 10px;
    font-weight: 400;
}

.content-list li .fa-chevron-right {
    font-size: 10px;
    font-weight: 400;
}

.show-mobile {
    display: none;
}

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; 
    max-width: 100%;  
}
 

/* ---------------------------------------------------
    OTHER SECTION
----------------------------------------------------- */

#other-section .box-header {
    font-size: 12px;
    text-align: left;
    padding: 0;
    color: #0a221a;
    display: block;
    height: auto;
}

#other-section .info-header {
    color: #0a221a;
    padding-bottom: 10px;
}

#other-section .info-header-border {
    color: #a6a6a6;
    border-top: 1px solid #a6a6a6;
}


/* ---------------------------------------------------
    BILLING SECTION
----------------------------------------------------- */

#billing-section .box-header {
    font-size: 12px;
    text-align: left;
    padding: 0;
    color: #0a221a;
    display: block;
    height: auto;
}

#billing-section .info-header {
    color: #0a221a;
    padding-bottom: 10px;
}

#billing-section .info-header-border {
    color: #a6a6a6;
    border-top: 1px solid #a6a6a6;
}

#billing-section ul {
   margin-bottom: 0.6rem; 
}

/* ---------------------------------------------------
    TRAFFIC FINES SECTION
----------------------------------------------------- */

#traffic-fines-section .box-header {
    font-size: 12px;
    text-align: left;
    padding: 0;
    color: #0a221a;
    display: block;
    height: auto;
}

#traffic-fines-section .info-header {
    color: #0a221a;
    padding-bottom: 10px;
}

#traffic-fines-section .info-header-border {
    color: #a6a6a6;
    border-top: 1px solid #a6a6a6;
}

#traffic-fines-section ul {
   margin-bottom: 0.6rem; 
}

#traffic-fines-section .col-lg-3 {
   -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%; 
}

#traffic-fines-section .col-lg-3.last {
   -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%; 
}

#traffic-fines-section .btn-outline {
    font-size: 10px;
    text-align: left;
    color:  #0a221a;
    background-color: #ffffff;
    border: 1px solid #0a221a;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 60%;
    margin-top: 10px;
}

#traffic-fines-section .btn-outline:hover {
    color:  #0a221a98;
    border: 1px solid #0a221a98;
}

/* ---------------------------------------------------
    METER READINGS SECTION
----------------------------------------------------- */

#meter-readings-section .box-header {
    font-size: 12px;
    text-align: left;
    padding: 0;
    color: #0a221a;
    display: block;
    height: auto;    
    line-height: 35px;
}

#meter-readings-section .box-header p {
    font-size: 13px;
    text-align: left;
    padding: 0;
    color: #0a221a;
    display: block;
    height: auto;
    font-weight: 600;    
    line-height: 48px;
}

#meter-readings-section .box-header .gray {
    color: #999999;
}

#meter-readings-section p {
    font-size: 11px;
    font-weight: 600; 
}

#meter-readings-section p.medium-text {
    font-size: 11px;
    font-weight: 600; 
}

#meter-readings-section p.small-text {
    font-size: 10px;
    font-weight: 600;
    line-height: 32px; 
}

#meter-readings-section .blue-text {
    color: #0a221a;
    font-size: 11px;
    font-weight: 600; 
}

#meter-readings-section .info-header {
    color: #0a221a;
    padding-bottom: 10px;
}

#meter-readings-section .info-header-border {
    color: #a6a6a6;
    border-top: 1px solid #a6a6a6;
}

#meter-readings-section ul {
   margin-bottom: 0.6rem; 
}

#meter-readings-section .col-lg-1.last {

}

#meter-readings-section .btn {
    font-size: 10px;
    text-align: left;
    color: #fff;
    background-color: #0a221a;
    float: right;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 10px;
    margin-bottom: 9px;
}

#meter-readings-section .btn:hover {
    background-color: #0a221a98;
}


#meter-readings-section .btn-outline {
    font-size: 10px;
    text-align: left;
    color:  #0a221a;
    background-color: #ffffff;
    border: 0px solid #0a221a;
    float: none;
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
}

#meter-readings-section .btn-outline:hover {
    color:  #0a221a98;
    border: 1px solid #0a221a98;
    background-color: #ffffff;
}

#meter-readings-section .col-btn:hover {
    color: #ffffff98;
}

#meter-readings-section ul li .btn-outline:hover {
    color:  #0a221a98;
    border: 1px solid #0a221a98;
}

#meter-readings-section select.form-control {
    font-size: 10px;
    text-align: left;
    background-color: #ffffff;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}

#meter-readings-section input.form-control {
    font-size: 10px;
    text-align: left;
    background-color: #ffffff;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}

#meter-readings-section .input-group-prepend {
    font-size: 10px;
    text-align: left;
    background-color: #ffffff;
}

#meter-readings-section .input-group-text {
    font-size: 10px;
    text-align: left;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}

#meter-readings-section form {
    float: left;
    padding: 0;
    width: 100%; 
}

#meter-readings-section form .btn {
    float: right;
    margin: 0 0 0 10px; 

}


/* ---------------------------------------------------
    STATEMENT HISTORY
----------------------------------------------------- */

#statement-history-section .box-header {
    font-size: 12px;
    text-align: left;
    padding: 0;
    color: #0a221a;
    display: block;
    height: auto;
    line-height: 38px;
}

#statement-history-section .btn {
    font-size: 10px;
    text-align: left;
    color: #fff;
    background-color: #124835;
    border: 1px solid #124835;
    float: right;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 6px;
    line-height: 16px;
    margin: 0;
}

#statement-history-section .btn:hover {
    background-color: #ffffff;
    color: #124835;
}

#statement-history-section ul li .btn-outline {
    font-size: 10px;
    text-align: left;
    color:  #0a221a;
    background-color: #ffffff;
    border: 1px solid #0a221a;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

#statement-history-section ul li .btn-outline:hover {
    color:  #0a221a98;
    border: 1px solid #0a221a98;
}

#statement-history-section select.form-control {
    font-size: 10px;
    text-align: left;
    background-color: #ffffff;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}

#statement-history-section .input-group-prepend {
    font-size: 10px;
    text-align: left;
    background-color: #ffffff;
}

#statement-history-section .input-group-text {
    font-size: 10px;
    text-align: left;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}

#filterForm {
    float: left;
    padding: 20px 16px 20px 0; 
}

#downloadForm {
    float: left;
    padding: 20px 16px 20px 0; 
}

#searchForm {
    float: right;
    padding: 20px 16px; 
}

/* ---------------------------------------------------
    LOGIN
----------------------------------------------------- */

.fit-logo {
    width: 80%;
}

#login-section {
    background-color: #fff;
    overflow: auto;
}

#login-section input[type=text],
#login-section input[type=password],
#login-section input[type=email] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-bottom: 2px;
    font-size: 13px;
}

.form-control:focus {
    color: #0a221a;
    background-color: #fff;
    border-color: #0a221a;
    outline: 0;
    box-shadow: unset;
}

.form-control:active {
    color: #0a221a;
    background-color: #fff;
    border-color: #0a221a;
    outline: 0;
    box-shadow: unset;
}

.form-control.error-field {
    border: 1px solid #e56b46;
}

#submit-button {
    background-color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 3px 0!important;
}

#submit-button:hover {
    background-color: #2f81a5;
}

.form-check {
    padding-top: 50px;
}

.form-check-input {
    margin-top: .4rem;
}

.form-check-label {
    font-size: 13px;
    line-height: 22px;
    color: #929292;
    font-weight: 600;
}

.form-label {
    margin: 0;
}

.white-text-login {
    padding: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.white-text-login a {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.white-text-login a:hover {
    color: #ffffff80;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292!important;
  text-align: left;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #929292!important;
  text-align: left;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #929292!important;
  text-align: left;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #929292!important;
  text-align: left;
  font-size: 14px;
}

/* ---------------------------------------------------
    QUERIES FORM
----------------------------------------------------- */

#queries-section {
    background-color: #f0f0f0;
}

#queries-section input[type=text],
#queries-section input[type=password],
#queries-section input[type=email],
#queries-section textarea {
    border-top: 1;
    border-left: 1;
    border-right: 1;
    border-radius: 0;
    padding: 15px;
    font-size: 13px;
}

#queries-section .form-control {
    min-height: 50px;
}

#queries-section textarea.form-control {
    min-height: 250px;
}

#queries-section .form-control:focus {
    color: #0a221a;
    background-color: #fff;
    border-color: #0a221a;
    outline: 0;
    box-shadow: unset;
}

#queries-section .form-control:active {
    color: #0a221a;
    background-color: #fff;
    border-color: #0a221a;
    outline: 0;
    box-shadow: unset;
}

#query-submit-button {
    background-color: #0a221a;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

#query-submit-button:hover {
    background-color: #2f81a5;
}

.form-label {
    margin: 0;
}

#queries-section ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292!important;
  text-align: left;
  font-size: 14px;
}
#queries-section ::-moz-placeholder { /* Firefox 19+ */
  color: #929292!important;
  text-align: left;
  font-size: 14px;
}
#queries-section :-ms-input-placeholder { /* IE 10+ */
  color: #929292!important;
  text-align: left;
  font-size: 14px;
}
#queries-section :-moz-placeholder { /* Firefox 18- */
  color: #929292!important;
  text-align: left;
  font-size: 14px;
}

/* FROM ELECPOC */

.message {
    position: fixed;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    width: calc(100% - 16px);
    background-color: grey;
    opacity: .8;
    padding: 16px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    z-index: 9999;
}

.message--error {
    background-color: red;
}

.message--success {
    background-color: green;
}

.spring {
    position: relative;
    max-width: 480px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.border {
    border: 1px solid #ddd;
    border-top: none;
}

.box {
    padding: 20px 12px;
    min-height: 100%;
}

.logo--home {
    display: block;
    margin: 110px auto 60px;
}

.icon {
    display: block;
}

.icon--help {
    margin: 70px auto 50px;
}

.icon > img {
    display: block;
    margin: 0 auto;
}

.form--login {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*.form--login > input[type="text"],
.form--login > input[type="password"],
.form--login > select {
    border: 1px solid #79d0d5;
    border-radius: 6px;
    padding: 15px;
    margin: 0 auto 8px;
    width: 240px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #b3bec2;
    outline: none;
}

.form--login > input[type="text"]::placeholder,
.form--login > input[type="password"]::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #b3bec2;
}

.form--login > input[type="submit"],
.btn {
    margin: 23px 0 0;
    padding: 10px 42px;
    border: 2px solid #68c5cc;
    border-radius: 20px;
    background-color: #0a221a;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}*/

.btn-box {
    display: flex;
}

.btn-box > .btn {
    margin: 0 8px;
}

.nav-bar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-top: 0;
    height: 60px;
}

.nav-bar > h1 {
    font-size: 16px;
    font-weight: bold;
    color: #0a221a;
    text-align: center;
    margin: 0;
}

.action-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 77px;
    background-color: #0a221a;
}

.list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.device-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    /*padding: 20px 0;
    border: solid 1px rgba(204, 204, 204, 0.33);
    border-top: 0;*/
}

.data-part-1 {
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100px;
    height: 100px;
}

.circle > i {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 4px solid #fec156;
    border-radius: 50%;
}

.w-circle > i {
    border: 4px solid #0061AF;
}

.circle > u {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    font-weight: normal;
    line-height: 9px;
    text-align: center;
    color: #fff;
    padding: 5px 11px;
    background-color: #0a221a;
    border-radius: 13px;
    text-decoration: none;
}

.circle > h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #0a221a;
    padding: 0 8px;
    margin: 10px 0 0 0;
    word-wrap: break-word; 
}

.circle > h5 {
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    text-align: center;
    color: #8399a6;
    margin: 0;
}

.data-part-2 {
    border-left: 1px solid rgba(204, 204, 204, 0.33);
    padding: 0 12px;
}

.device-row > h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #3a5160;
    margin: 0 auto;
    text-align: center;
}

.device-row h4 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #3a5160;
    text-align: center;
    text-decoration: none;
}

.data-part-2 h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #3a5160;
    margin: 0 0 6px;
}

.data-part-2 h5 {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #3a5160;
    margin: 0 0 16px;
}

.data-part-2 h5 a {
    font-weight: 800;
}

.data-part-2 h6,
.topup h6 {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #8399a6;
    margin: 0;
}

.data-part-2 h6 > span,
.topup h6 > span {
    color: #0a221a;
    font-weight: bold;
}

.data-part-2,
.data-part-2 p,
.data-part-2 span {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #3a5160;
    margin: 0 0 16px;
}

.data-part-2 span {
    color: #0a221a;
    font-weight: bold;
}

.topup {
    margin: 0 0 16px;
}

.green-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    margin: 8px 0 0 0;
    border: 1px solid #0a221a;
    border-radius: 21px;
    text-decoration: none;
}

.green-circle > span {
    text-align: center;
    font-size: 6px;
    font-weight: bold;
    line-height: 7px;
    color: #8399a6;
}

.green-circle > h4 {
    font-size: 16px;
    line-height: 19px;
    color: #0a221a;
    margin: 0;
}

.data-part-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 12px;
}

.indicator {
    position: absolute;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: green;
}

.indicator--warn {
    background-color: red;
}

.more-detail-btn {
    display: block;
    padding: 16px;
}

.plus {
    display: block;
}

.minus {
    display: none;
}

.device-info {
    display: none;
    padding: 32px;
    background-color: #aaa;
}

.side-heading {
    color: #0a221a;
    font-size: 16px;
    text-transform: uppercase;
}

/*.modal {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}

.modal:not(:first-child) {
    margin: 24px 0 0 0;
}

.modal__header {
    position: relative;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    color: #008089;
    border-bottom: 1px solid #ddd;
}

.modal__header > img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.modal__body {
    padding: 32px;
}

.modal.closed > .modal__header {
    border: none;
}

.modal.closed > .modal__body {
    display: none;
}

.modal-btn {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    color: #008089;
    margin: 24px 0 0 0;
    text-decoration: none;
}

.modal__body > .modal-btn {
    margin: 16px 0 0 0;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.5);
}

.modal__body > .modal-btn:first-child {
    margin: 0;
}*/

#map {
    width: 100%;
    height: 600px;
}

/*
 * Property styles in unhighlighted state.
 */
.property {
  align-items: center;
  background-color: #transparent;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 60px;
  justify-content: center;
  padding: 4px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

/*.property::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFFFFF;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}*/

.property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.property .icon > img { 
  display: block;
  margin: 0px auto;
  width: 30px;
  margin-top: 14px;
}

.property .icon svg {
  height: 20px;
  width: auto;
}

.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.property .info {
  color: #000000;
  font-size: 12px;
  margin-bottom: 3px;
}

.property .info:first-child {
  padding-top: 20px;
}

.property .info:last-child {
  margin-bottom: 10px;
}

.property .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.property .features > div {
  align-items: start;
  background: transparent;
  border-radius: 5px;
  border: 0px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 0;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 8px 15px;
  width: auto;
}

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
}

.property.highlight .icon svg {
  width: 50px;
  height: 50px;
}

.property .bed {
  color: #FFA000;
}

.property .bath {
  color: #03A9F4;
}

.property .size {
  color: #388E3C;
}

/*
 * House icon colors.
 */
.property.highlight:has(.fa-house) .icon {
  color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
  background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
  border-top: 9px solid var(--house-color);
}

/*
 * Building icon colors.
 */
.property.highlight:has(.fa-building) .icon {
  color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
  background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
  border-top: 9px solid var(--building-color);
}

/*
 * Warehouse icon colors.
 */
.property.highlight:has(.fa-warehouse) .icon {
  color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
  background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
  border-top: 9px solid var(--warehouse-color);
}

/*
 * Shop icon colors.
 */
.property.highlight:has(.fa-shop) .icon {
  color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
  background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
  border-top: 9px solid var(--shop-color);
}

.back-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 16px;
}

/* Modifiers */
.txt--center {
    text-align: center;
}

/* END FROM ELECPOC */


/* ---------------------------------------------------
    ALERT
----------------------------------------------------- */


.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 0.125rem solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #10715e;
  background-color: #d1f2eb;
  border-color: #baebe1;
}
.alert-primary .alert-link {
  color: #0d5a4b;
}

.alert-secondary {
  color: #1a2530;
  background-color: #d5d8dc;
  border-color: #c0c5cb;
}
.alert-secondary .alert-link {
  color: #151e26;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #087990;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #066173;
}

.alert-warning {
  color: #997404;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #7a5d03;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #959596;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #777778;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: 1;
  /*filter: invert(100%);*/
}
.btn-close:hover {
  color: #0a221a80;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 188, 156, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 20vh;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  vertical-align: middle;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
  background-color: #ffffff;
  vertical-align: middle;
  /*min-height: 50vh;*/
}
.modal.modal-static .modal-dialog {
  /*transform: scale(1.02);*/
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px dotted #e9e9e9;
  border-radius: 0;
  outline: 0;
  height: 100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0.125rem solid #e9e9e9;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  /*font-family: 'Bebas Neue', cursive;*/
  font-weight: 400;
  color: #0a221a;
  font-size: 30px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0.125rem solid #e9e9e9;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal {
    top: 0;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal.show .modal-dialog {
    height: 98vh;
  }
  .modal-content {
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}


/* ---------------------------------------------------
    MEDIA QUERIES
----------------------------------------------------- */

@media (max-width: 1480px) {

    #home-section > .row {
        /*margin: 25px 25px !important; */   
    }

    #queries-section > .row {
        margin: 25px 0!important;
        padding: 10px!important;    
    }

    #statement-history-section > .row {
        margin: 25px 25px !important;    
    }

    #traffic-fines-section > .row {
        margin: 25px 25px !important;    
    }

    #traffic-fines-section .btn-outline {
        padding-left: 5px;
        padding-right: 5px;
    }

    #meter-readings-section > .row  {
        margin: 25px 0 !important;    
    }

    #meter-readings-section > .row > div:last-child {
        padding-left: 0 !important;    
    }

    #meter-readings-section p.small-text {
        font-size: 9px;
        padding: 10px;
        line-height: 11px;
    }

    #meter-readings-section .box-header p {
        text-align: center;
        line-height: 13px;
    }

    #meter-readings-section .padded-text {
        padding: 15px 5px;
    }

    #meter-readings-section .col-btn {
        font-size: 9px!important;
    }

    #meter-readings-section .btn {
        float: none;
    }

    #meter-readings-section .box-header .btn {
        float: none;
        clear: both;
        display: block;
        margin: 10px auto;
    }


    #billing-section > .row {
        margin: 25px 25px !important;    
    }

    #other-section > .row {
        margin: 25px 25px !important;    
    }

    .overflow-ellipsis {
        max-width: 98%;
    }

    .mobile-img-stretch img {
        width: 80%;
    }

    #content .content-block {
        border-top: 10px solid #f0f0f0;
        border-bottom: 10px solid #f0f0f0;
        border-left: 10px solid #f0f0f0;
        border-right: 10px solid #f0f0f0;
    }

    #content .content-block:first-child {
        border-left: 10px solid #f0f0f0;
    }

    #content .content-block:last-child {
        border-left: 10px solid #f0f0f0;
    }

    #content .content-blocks {
        background-color: #ffffff;
        box-sizing: border-box;
        border-top: 10px solid #f0f0f0;
        border-bottom: 10px solid #f0f0f0;
        border-left: 10px solid #f0f0f0;
        border-right: 10px solid #f0f0f0;
    }

    #content .content-blocks > .row:first-child {
        min-height: 150px;
    }

    #content .content-blocks:first-child {
        border-right: 10px solid #f0f0f0;
    }

    #content .content-blocks:last-child {
        border-left: 10px solid #f0f0f0;
    }

    .large-text {
        font-size: 14px;
        line-height: 16px;
    }

    .spacer-row {
        display: none;
    }
}

@media (max-width: 1024px) {
    #sidebar {
        height: 100%;
        min-width: 300px;
        max-width: 300px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background: #e6e6e6;
        color: #044735;
        transition: all 0.3s;
        margin-left: -300px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebar .closebtn {
        display: block;
    }
    #sidebarCollapse span {
        display: none;
    }
    .mobile-img-stretch img {
        width: 80%;
    }
    .mobile-img-stretch-full img {
        width: 100%;
    }

    #home-section .box-header {
        font-size: 10px;
        line-height: 22px;
    }

    #content .content-block {
        border-top: 10px solid #f0f0f0;
        border-bottom: 10px solid #f0f0f0;
        border-left: 10px solid #f0f0f0;
        border-right: 10px solid #f0f0f0;
    }

    #content .content-block:first-child {
        border-left: 10px solid #f0f0f0;
    }
    #content .content-block:last-child {
        border-left: 10px solid #f0f0f0;
    }
    #content .content-blocks {
        background-color: #ffffff;
        box-sizing: border-box;
        border-top: 10px solid #f0f0f0;
        border-bottom: 10px solid #f0f0f0;
        border-left: 10px solid #f0f0f0;
        border-right: 10px solid #f0f0f0;
    }

    #content .content-blocks:first-child {
        border-right: 10px solid #f0f0f0;
    }

    #content .content-blocks:last-child {
        border-left: 10px solid #f0f0f0;
    }

    #content .spacer-row {
        padding: 5px;
    }

    #content .content-blocks > .row:first-child {
        min-height: 150px;
    }

    #queries-section > .row {
        margin: 25px 0!important;
        padding: 10px!important;    
    }
    
    .mobile-padding {
        padding: 10px!important;
    }

    .mobile-margins {
        margin: 10px!important;
    }

    #statement-history-section > .row {
        margin: 25px 25px !important;    
    }

    #statement-history-section form {
        float: none;
        padding: 10px;
    }

    #statement-history-section form .form-row .col-auto {
        width: 100%;
        padding-bottom: 15px;
    }

    #traffic-fines-section > .row {
        margin: 25px 25px !important;    
    }

    #traffic-fines-section .col-lg-3 {
       -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
    }

    #traffic-fines-section .col-lg-3.last {
       -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 15px;
    }

    #traffic-fines-section .col-border-light {
       border-right: 0px solid #f0f0f0; 
    }

    #traffic-fines-section .btn-outline {
        padding-left: 5px;
        padding-right: 5px;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    #meter-readings-section > .row {
        margin: 25px 0 !important;    
    }

    #meter-readings-section .show-mobile {
        display: inline-block;
        padding-right: 10px;
    }

    #meter-readings-section .extra-padding-mobile {
        /*padding-left: 22%;*/
    }

    #meter-readings-section .box-header p {
        text-align: center;
        line-height: 13px;
    }

    #meter-readings-section .padded-text {
        padding: 15px 5px;
    }

    #meter-readings-section .col-btn {
        font-size: 9px!important;
    }

    #meter-readings-section p.small-text {
        font-size: 9px;
        padding: 10px;
        line-height: 11px;
    }

    #meter-readings-section .btn {
        float: none;
    }

    #meter-readings-section .box-header .btn {
        float: none;
        clear: both;
        display: block;
        margin: 10px auto;
    }

    #meter-readings-section .col-border-light {
       border-right: 0px solid #f0f0f0; 
    }

    #meter-readings-section .col-lg-1 {
       -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
    }

    #meter-readings-section .col-lg-1.last {
       -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 15px;
    }

    #meter-readings-section .col-border-bottom-light,
    #meter-readings-section .col-border-left-light {
        border: none;
    }

    #meter-readings-section .row .row {
        padding: 0!important;
    }

    #meter-readings-section .input-group {
        margin: 0 0 10px 0;

    }

    #meter-readings-section .input-group.type-select-group {
        margin: 0 auto 10px auto;
        width: 80%;
    }   

    #meter-readings-section form .btn {
        float: none;
        margin: 0 0 10px 0; 
    }

    #meter-readings-section .gray-grid-header {
        padding-bottom: 14px!important; 
    }

    #meter-readings-section > .row > div:last-child {
        padding-left: 1.5rem!important;
    }

    #meter-readings-section p.small-text {
        font-size: 9px;
        text-align: center;
        border-bottom: 0px solid #f0f0f0;
        padding: 10px;
        line-height: 11px;
    }

    #billing-section > .row {
        margin: 25px 25px !important;    
    }

    #other-section > .row {
        margin: 25px 25px !important;    
    }

    .overflow-ellipsis {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #content .content-blocks > .row:first-child {
        min-height: 220px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 4px 6px;
        font-size: 11px;
        margin: 3px 6px;
    }

    .nav-link.all-link {
        width: 22%;
        margin-right: 2px;
        margin-left: 2px;
        padding: 5px 2px;
    }
    .nav-link.red-link {
        width: 22%;
        margin-right: 2px;
        margin-left: 2px;
        padding: 5px 2px;
    }
    .nav-link.green-link {
        width: 22%;
        margin-right: 2px;
        margin-left: 2px;
        padding: 5px 2px;
    }
    .nav-link.amber-link {
        width: 22%;
        margin-right: 2px;
        margin-left: 2px;
        padding: 5px 2px;
    }
}