section {
    padding-top: 110px;
}

.zensi-logo-font {
    font-size: 36px;
    font-weight: bold;
    color: white;
}

.nav-link {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.nav-item {
    padding-right: 1rem;
}


.zensi-color {
    background-color: #00b0f0;
}


html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 150px; /* this needs to be bigger than footer height*/
}


.footer {
    position: relative;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear: both;
    padding-top: 20px;
}

.form-control-text-area {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 300px;
    width: 450px;
    line-height: 50px;
}


.support-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    width: 450px;
    line-height: 50px;
}


.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}


@media screen and (min-width: 400px) {
    .main-div {
        margin: auto;

    }
}

@media screen and (min-width: 800px) {
    .main-div {
        margin: auto;
        max-width: 35%;
    }
}


.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #00b0f0 none repeat scroll 0 0;
    border-color: #00b0f0;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.login-form .btn.btn-primary.reset {
    background: #00b0f0 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}

.plslogin {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    color: #00b0f0;
    font-size: 18px;
    font-weight: bold;
}

.errorlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    color: #d42424;
    font-size: 14px;
    font-weight: bold;
}


.container {
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
}


#zensi-chart, #zensi-chart-long, #zensi-chart-filtered, #zensi-chart-multiday {
    max-width: 100%;
    max-height: 450px;
}

.zensi-graph {
    max-width: 100%;
    max-height: 450px;
}


.sensor_list_header {
    padding: 5px 1px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #5aa9e6;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px 5px;
    text-align: center;
    color: white;
}


canvas {
    width: 100% !important;
    height: 450px !important;
}


#id_ssid {
    max-width: 80%;
    margin-left: 28px;
    background-color: #b8d2e7;
}

#id_password {
    /*max-width: 80%;*/
    background-color: #b8d2e7;
}

#submit_button {
    min-width: 170px;
    margin-left: 65px;
    margin-bottom: 20px;
    background-color: #5aa9e6;
    color: white;
}

#explanationTable {
    table-layout: fixed;
    width: 100%;
}

.half-container {
    width: 50%;
}

.logoutbutton {
    background-color: #5aa9e6;
    color: white;
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.logoutbutton:hover {
    color: #007bff;
}
