body {
    background-color: #c0c0c0;
}

#loader-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 150px;
    height: 150px;
    margin: 8px;
    border-radius: 50%;
    border: 20px solid #fff;
    border-color: #eeeeee transparent #eeeeee transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.water-icon-color {
    color: #00AFAE
}

.electricity-icon-color {
    color: #CCCC00
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.header {
    background-color: #333;
    height: 60px;
    border-bottom: 5px solid #85b9ed;
    color: #FFF;
}

.header>div,
.header>div>div {
    height: 100%;
}

.primaryButton {
    font-size: 20px;
    color: white;
    font-weight: bold;
    background-color: #ff6336;
    height: 40px;
    width: 100px;
    border-radius: 10px;
    border-width: 1px;
    border-color: #ff6336;
    border-style: solid;
    /*margin: 10px;*/
    padding: 0 10px 0 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.secondaryButton {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    background-color: #ffffff;
    height: 40px;
    width: 100px;
    border-radius: 10px;
    border-width: 1px;
    border-color: #000000;
    /*margin: 10px;*/
    padding: 0 10px 0 10px;
    /*min-width: 50px;*/
    vertical-align: middle;
}

.primaryButton:hover,
.secondaryButton:hover {
    cursor: pointer;
    filter: brightness(85%);
}

#header-label {
    line-height: 60px;
    height: 60px;
    font-size: 2.5em;
    font-weight: bold;
    font-style: normal;
    margin: 0px;
    padding-left: 32px;
}

#search {
    height: 40px;
    width: 80%;
    line-height: 40px;
    margin-left: 32px;
    margin-top: 10px;
    padding: 0px 8px;
    border: none;
    background-color: #333;
    color: white;
    font-size: 1.3em;
}

.meter-reading-form {
    padding: 16px;
}

.img-label {
    display: flex;
    position: relative;
    justify-content: center;
}

::placeholder {
    color: #c0c0c0;
    font-size: 1.3em;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    /* display: none; */
    position: absolute;
    top: 60px;
    right: 0px;
    left: 0px;
    background-color: white;
    /* width: 200px; */
    height: 275px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: larger;
}

.project-screen{
    display:none;
    position:absolute;
    top:45px;
    bottom:0px; 
    overflow-y: auto; 
    width:100%;
}

.project-container{
    position:absolute;
    top: 20px; 
    width: 100%; 
    bottom:70px; 
    overflow-y: auto;
}

.project-container-dropdown-open{
    position:absolute;
    top: 240px; 
    width: 100%; 
    bottom:70px; 
    overflow-y: auto;
}

.grouping-screen{
    display:none;
    position:absolute;
    top:45px; 
    bottom:0px; 
    overflow-y: auto; 
    width:100%;
}

.grouping-container{
    position:absolute;
    top: 20px; 
    width: 100%; 
    bottom:70px; 
    overflow-y: auto;
}

.grouping-container-dropdown-open{
    position:absolute;
    top: 240px; 
    width: 100%; 
    bottom:70px; 
    overflow-y: auto;
}

.takereading-screen{
    display:none;
    position:absolute;
    top:65px;
    bottom:0px; 
    overflow-y: auto; 
    width:100%;
}

@media only screen and (min-width: 1440px) {
    .project-screen{
        width:66%;
    }
    .grouping-screen{
        width:66%;
    }
    .takereading-screen{
        width:66%;
    }
}

/*This is for pc or tablet*/
/* @media only screen and (min-width: 570px) {

    html,
    body {
        height: 100%;
        margin: 0;
        background-color: #c0c0c0;
        ;
    }

    .grid-container {
        display: grid;
        grid: auto / 40% auto;
        height: calc(100% - 65px);
    }

    .grid-container>div {
        text-align: left;
        font-size: 20px;
        padding: 30px;
    }

    .search-customer-input {
        width: calc(100% - 125px);
    }

    .login-popup {
        position: absolute;
        top: 100px;
        right: 0;
        left: 0;
        margin: auto;
        width: 300px;
        z-index: 3;
        background-color: white;
        box-shadow: 5px 5px 25px black;
        border-radius: 10px;
        padding: 10px;
    }

    .primaryDiv {
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        padding: 10%;
    }

    .secondaryDiv {
        text-align: center;
        font-size: 30px;
        padding: 10%;
    }

    .iconDiv {
        text-align: center;
        height: auto;
    }

    .inputStyle {
        width: 100%;
        border-left-width: 10px;
        border-left-color: #ff6336 !important;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        background-color: lightgrey;
        height: 48px;
        box-sizing: border-box;
        font-size: 18px;
    }

    .inputStyle2 {
        width: 48px;
        height: 48px;
    }

    .primaryButton {
        font-size: 16px;
        color: white;
        font-weight: bold;
        background-color: #ff6336;
        height: 36px;
        width: 90px;
        border-radius: 10px;
        border-width: 1px;
        border-color: #ff6336;
        margin: 10px;
        border-style: solid;
        margin-left: 20px;
        vertical-align: middle;
    }

    .secondaryButton {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
        background-color: #ffffff;
        height: 36px;
        width: 90px;
        border-radius: 10px;
        border-width: 1px;
        border-color: #000000;
        margin: 10px 0 10px 0;
        vertical-align: middle;
    }

    .input-form-table {
        width: 100%;
    }

    .scan-section-table {
        height: 300px;
        width: 100%;
    }

    .image1 {
        width: 150px;
        display: inline-block;
    }

    .image2 {
        width: 150px
    }

    .action-buttons {
        text-align: right;
    }

    .scan-section-dropdown,
    #form-section-store-dropdown {
        font-size: 18px
    }
}

/*This is for phones
@media only screen and (max-width: 570px) {
    body {
        background-color: #c0c0c0;
    }

    .grid-container {
        height: calc(100% - 65px);
    }

    .search-customer-input {
        width: calc(100% - 59px);
    }

    .inputStyle {
        width: 100%;
        border-left-width: 0px;
        border-bottom-color: #ff6336 !important;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 5px;
        background-color: lightgrey;
        margin-bottom: 15px;
        height: 48px;
        box-sizing: border-box;
        font-size: 18px;
    }

    .input-form-table tr td {
        display: block;
    }

    .scan-section-table tr td {
        display: block;
    }

    .login-popup {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        background-color: white;
        padding: 10px;
    }

    .input-form-table {
        width: 100%;
        border-collapse: collapse;
    }

    .scan-section-table {
        width: 100%;
        border-collapse: collapse;
    }

    .notice-section {
        margin: 1px;
    }

    .image1 {
        width: 75px;
        display: inline-block;
    }

    .image2 {
        width: 75px;
    }

    .primaryDiv {
        text-align: center;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .secondaryDiv {
        text-align: center;
    }


    .primaryButton {
        font-size: 12px;
        color: white;
        font-weight: bold;
        background-color: #ff6336;
        height: 36px;
        border-radius: 10px;
        border-width: 1px;
        border-color: #ff6336;
        border-style: solid;
        padding: 0 10px 0 10px;
        min-width: 50px;
        margin-left: 5px;
        vertical-align: middle;
    }

    .secondaryButton {
        font-size: 12px;
        color: #000000;
        font-weight: bold;
        background-color: #ffffff;
        height: 36px;
        border-radius: 10px;
        border-width: 1px;
        border-color: #000000;
        padding: 0 10px 0 10px;
        min-width: 50px;
        vertical-align: middle;
    }

    .action-buttons {
        text-align: right;
        margin-bottom: 10px
    }

    .scan-section-dropdown,
    #form-section-store-dropdown {
        margin-bottom: 10px;
    }

    .table-size {
        height: calc(100% - 59px);
    }

}

/*---General styles---
.header {
    background-color: #333;
    height: 60px;
    border-bottom: 5px solid #ff6336;
    color: #FFF;
}

.header>div {
    height: 100%;
    vertical-align: top;
    display: inline-block;
}


.header>div.site-name>span {
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    margin: 10px 80px 0 10px;
    display: inline-block;
}

.header>div.menu>ul {
    margin: 0px;
    padding: 0px;
    height: 100%;
    list-style: none;
}

.header>div.menu>ul>li {
    display: inline-block;
    font-size: 18px;
    height: 100%;
}

.search-customer-table-row td {
    padding: 10px;
}

.search-customer-table-row:hover {
    background-color: lightgrey;
    cursor: pointer;
}


.search-customer-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #333333;
    color: white;
}

.primaryButton:hover,
.secondaryButton:hover {
    cursor: pointer;
    filter: brightness(85%);

}

.lds-dual-ring {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: 35%
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #eeeeee transparent #eeeeee transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */