/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */



#new_user{
    margin-top: 25px;
}
.readings-edit-form-outer{
    width: 24%;
}
.sign-up-form-button {
    width: 100%;
    height: 35px;
    border: 0px;
    border-radius: 0px;
    background: #181818;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-top: 10px;
}

.admin-edit-form-outer{
    width: 30%;
}
/* views/layouts/application.html.erb */
body{
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(180deg, #181818 0%, rgba(255,255,255,1) 100%);
}
.page-border{
    width: 95%;
    height: 87.5%;
    background: #ffb400;
}
.notice-section{
    position: absolute;
    top: 5px;
    margin: 0px;
    width: 95%;
    height: 30px;
    background: #4BB543;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.alert-section{
    position: absolute;
    top: 5px;
    margin: 0px;
    width: 95%;
    height: 30px;
    background: #ff3333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: white;
}
.navbar-outer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 50px
}
.home-button-outer{
    font-size: 26px;
}
.home-button-link{
    color: #181818
}
.welcome-logout-section{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.welcome-email-address{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    margin: 0px;
}
.welcome-logout-button{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: none;
    background: #181818;
    color: white;
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 16px;
}
.main-website-inner-bottom-section{
    width: 100%;
    display: flex;
    justify-content: center;
}
.manage-account-link-admin{
    width: 27.15%;
    display: flex;
    align-items: flex-end;
    height: 100px;
    background: #181818;
    margin-right: 0.5%;
}
.manage-account-link{
    width: 41%;
    display: flex;
    align-items: flex-end;
    height: 100px;
    background: #ffb400;
    margin-right: 0.5%;
}
.view-invoices-link-admin{
    width: 26.5%;
    display: flex;
    align-items: flex-end;
    height: 100px;
    background: #181818;
    margin-left: .5%;
    margin-right: .5%;
}
.view-invoices-link{
    width: 41%;
    display: flex;
    align-items: flex-end;
    height: 100px;
    background: #ffb400;
    margin-left: .5%;
}
.admin-panel-link-admin{
    width: 27.15%;
    display: flex;
    align-items: flex-end;
    height: 100px;
    background: #181818;
    margin-left: .5%;
}
.admin-panel-link{
    width: 40%;
    display: flex;
    align-items: flex-end;
    height: 100px;
    background: #ffb400;
    margin-left: .5%;
}
.do-next-outer-links > a{
    color: #fff;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
}
.do-next-title{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin: 20px 0px 10px 0px;
}
.do-next-secondary-title{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    margin: 10px 0px 0px 0px;
}
.main-website-title{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    margin: 10px 0px 0px 0px;
}
.main-website-secondary-title{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin: 5px 0px;
}

/* views/home/index.html.erb */
.main-website-inner-section{
    padding: 0px 30px 30px 30px;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-website-inner-top-section{
    background: #181818;
    width: 80%;
    padding: 20px;
    margin-top: 15px
}
.main-website-inner-top-section-inner{
    padding-bottom: 20px;
}
.main-website-inner-top-section-inner-title{
    color: white;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.main-website-inner-bottom-section{
    display: flex
}
.main-website-inner-top-bottom-section{
    display: flex;
}
.main-website-inner-bottom-section-inner{
    width: 33%;
}
.main-website-inner-bottom-section-inner-title{
    color: white;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.main-website-inner-bottom-section-two{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-website-inner-bottom-section-inner-paragraph{
    color: white;
    margin: 10px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 400;
}
.main-website-inner-bottom-section-two-inner{
    width: fit-content;
}
.create-user-button{
background: #ffb400 !important;
    height: 35px !important;
}
.create-user-button > a{
    color: #181818 !important;
}
.main-website-inner-bottom-section-three{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-website-inner-bottom-section-three-button{
    padding: 15px;
    border: 0px;
    background: #ffb400;
    color: white;
}
.main-website-inner-bottom-section-three-button-link{
    color: #181818;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

/* views/invoices/index.html.erb */
.invoices-inner-top-section{
    background: #181818;
    width: 80%;
    padding: 20px;
    margin-top: 15px;
    display: flex;
}
.invoices-inner-left{
    width: 30%;
}
.invoices-inner-right{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.invoices-inner-invoice-section{
    background: #ffb400;
    height: 100%;
    padding: 10px 10px 0px 10px;
    width: 21%;
    margin: 0px 10px;
}
.invoices-inner-invoice-section-title{
    color: #181818;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.invoices-inner-invoice-section > hr{
    border-color: #181818;
}
.invoices-columns{
    display: flex;
    flex-direction: column-reverse;
}
.invoices-columns-inner{
    display: flex;
    margin: 5px 0px;
}
.invoices-columns-inner-left{
    width: 50%;
    display: flex;
    align-items: center;
}
.invoices-columns-inner-right{
    width: 50%;
}
.invoices-columns-inner-left-text{
    color: #181818;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.invoices-columns-inner-right-button{
    width: 100%;
    border: none;
    background: #181818 !important;
    color: white !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.invoices-columns-inner-right-text{
    color: #fff;
    text-decoration: none;
}

/* views/users/index.html.erb */
.users-inner-top-section{
    background: #181818;
    width: 80%;
    padding: 20px;
    margin-top: 15px;
}
.users-inner-top-row{
    padding-bottom: 20px;
}
.users-inner-top-row-title{
    color: white; margin: 0px; font-family: 'Roboto', sans-serif; font-size: 22px; font-weight: 400;
}
.users-inner-bottom-row{
    display: flex
}
.users-inner-bottom-row-inner{
    width: 33%;
}
.users-inner-bottom-row-inner-title{
    color: white;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.users-inner-bottom-row-inner-button{
    padding: 15px;
    border: 0px;
    background: #ffb400;
    color: white;
}

/* views/xero_links/index.html.erb */
.xero-links-top-section{
    background: #181818;
    width: 80%;
    padding: 20px;
    margin-top: 15px;
}
.xero-links-top-section-inner{
    padding-bottom: 20px;
}
.xero-links-top-section-inner-title{
    color: white;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.xero-links-button-columns{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.admin-button{
    height: 40px;
    background: #ffb400;
    color: #181818;
    border: 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px;
}
.admin-button > a{
    color: #181818;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

/* views/users/edit.html.erb */
.user-edit-top-section{
    background: #ffb400;
    width: 80%;
    padding: 20px;
    margin-top: 15px
}
.user-edit-top-section-inner{
    padding-bottom: 20px;
}
.user-edit-top-section-inner-title{
    color: white;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.user-edit-form-inner{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.account-edit-form-outer{
    width: 33%;
}

.password-edit-form-outer{
    width: 50%;
}

.password-edit-form-outer > label{
    color: white;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.password-edit-form-outer > input{
    width: 97%;
    height: 30px;
    border: 0px;
    padding: 5px 5px;
    color: black;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.password-edit-form-outer-two > input{
    float: right;
}

.password-edit-form-outer-two > label{
    margin-left: 1.5%;
}

.account-edit-form-outer > label{
    color: white;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.account-edit-form-outer > input{
    width: 95%;
    height: 30px;
    border: 0px;
    padding: 5px 5px;
    color: black;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.account-edit-form-outer-button > input{
    height: 40px;
    background: #181818;
    color: white;
    border: 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px;
}

/* views/devise/sessions/new.html.erb */
.login-page-outer-section{
    padding: 30px;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-page-title{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    margin: 10px 0px 0px 0px;
}
.login-page-secondary-title{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffb400;
    margin: 5px 0px;
}
.login-field{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0px;
}
.forgot-password-link{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffb400;
    margin: 5px 0px;
}
.sign-up-form{
    width: 200px;
    height: 25px;
    border-radius: 0px;
    border-color: #ffb400;
    border-width: 1px;
}
.sign-up-form-label{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin-right: 20px;
}


/* Passwords */
.pagination{
    padding: 15px 0px;
    display: flex;
    justify-content: center;
}

.pagination > .previous_page, .pagination > .next_page{
    display: none;
}

.pagination > a{
    padding: 2px 7px;
    border: 1px solid white;
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0px 5px;
}

.pagination > em{
    padding: 2px 7px;
    border: 1px solid white;
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0px 5px;
    font-weight: 800;
}
#search_by_username{
    background: white !important;
}

.password-outer-search-section > form > input{
    background: #ffb400;
    color: #181818;
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px;
    height: 30px;
    width: 100px;
}

#search_by_username{
color: black !important;
}

#search_by_username{
    height: 26px;
    border: 1px solid black;
    background: white;
    width: 200px;
}

.gap{
    color: white
}

.passwords-button{
    height: 25px;
    background: #181818;
    color: white;
    border: 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px;
}

.passwords-button > a {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.admin-password-outer-column > form{
    width: 100%;
}


/* Mobile */
@media only screen and (max-width: 767px) {
    /* views/layouts/application.html.erb */
    body{
        margin: 35px 0px;

    }
    .navbar-outer{
        margin: 20px 15px;
    }
    .main-website-secondary-title{
        text-align: center;
        font-size: 14px;
    }
    .main-website-inner-bottom-section{
        width: 93%;
    }
    .manage-account-link{
        width: 48% !important;
    }
    .view-invoices-link{
        width: 48% !important;
    }
    .manage-account-link-admin{
        width: 100%;
        margin: 0px;
        height: 70px;
        margin: 5px 0px;
    }
    .view-invoices-link-admin{
        width: 100%;
        margin: 0px;
        height: 70px;
        margin: 5px 0px;
    }
    .admin-panel-link-admin{
        width: 100%;
        margin: 0px;
        height: 70px;
        margin: 5px 0px;
    }
    .page-border{
        margin: 35px;
        min-height: 87.5%;
        min-height: auto;
        height: auto;
    }
    .do-next-secondary-title{
        text-align: center;
    }
    .main-website-inner-section{
        height: auto;
    }

    /* views/home/index.html.erb */
    .main-website-inner-bottom-section-inner{
        width: 100%
    }
    .main-website-inner-bottom-section-two{
        width: 100%;
        align-items: flex-start;
    }
    .main-website-inner-bottom-section-three{
        width: 100%
    }
    .main-website-inner-bottom-section-three-button{
        width: 100%;
    }
    .main-website-inner-bottom-section-inner-title{
        padding: 2.5px 0px;
    }
    .main-website-inner-bottom-section-inner-paragraph{
        margin: 0px;
        padding-bottom: 12.5px;
    }
    .main-website-inner-top-bottom-section{
        flex-direction: column;
    }
    .main-website-inner-top-section-inner{
        padding-bottom: 7.5px;
    }

    /* views/users/index.html.erb */
    .users-inner-bottom-row{
        flex-direction: column;
    }
    .users-inner-bottom-row-inner{
        width: 100%;
    }
    .users-inner-bottom-row-inner-button{
        width: 100%;
    }
    .users-inner-bottom-row-inner{
    }
    .users-inner-bottom-row-inner-title{
        padding: 2.5px 0px;
    }
    .users-inner-bottom-row-inner:nth-child(3){
        padding-top: 10px;
    }
    .users-inner-top-row{
        padding-bottom: 7.5px;
    }

    /* views/users/edit.html.erb */
    .user-edit-form-inner{
        flex-direction: column;
        margin: 0px;
    }
    .account-edit-form-outer{
        width: 100%;
        margin: 5px 0px;
    }
    .user-edit-top-section-inner{
        padding-bottom: 7.5px;
    }
    .account-edit-form-outer-button > input{
        margin-top: 10px;
    }

    /* views/invoices/index.html.erb */
    .invoices-inner-top-section{
        flex-direction: column;
    }
    .invoices-inner-left{
        width: 100%;
    }
    .invoices-inner-right{
        width: 100%;
        flex-wrap: wrap;
    }
    .invoices-inner-invoice-section{
        width: 40%;
        margin: 10px 0px 0px 0px;
    }

    /* views/xero_links/index.html.erb */
    .xero-links-button-columns{
        flex-direction: column;
    }
    .admin-edit-form-outer{
        width: 100%;
    }
    .xero-links-top-section-inner{
        padding-bottom: 0px;
    }




}

#gas-reading-outer > input:nth-child(1){
    margin-bottom: 10px;
}

#electric-reading-outer > input:nth-child(1){
    margin-bottom: 10px;
}




