/* footer control */
html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    /* background-color: rgb(234, 234, 233) !important; */
    background: url("../img/wallpaper2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bodyprint {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: white;
}


.wallp {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: url("../img/wallpaper2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

/* */

body, h1, h2, h3 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* #font-weight: 700; */
}

a, .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
    color: #aec251;
}

a:hover, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #687430;
}

a.edopts {
    color: #7d21ff;
}

a.edopts:link, a.edopts:visited {
    color: #7d21ff;
}

a.edopts :hover {
    color: #F00;
}

p.copyright {
    margin: 15px 0 0;
}

.alert {
    margin-top: 10px;
}

.alert-info {
    width: 50%;
    margin: auto;
    color: #687430;
    background-color: #e6ecca;
    border-color: #aec251;
}

.form-title {
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
    background-color: #ededed;
}

.filter {
    width: 225px;
    float: left;
    border: 1px black solid;
    text-align: left;
    padding: 5px;
}

.xfilter {
    height: 36px;
}

.btn-default {
    border-color: #000000;
    color: #000000;
    background-color: lightgray;
    padding: 8px;
    font-size: 16px;
}

.btn-default:hover {
    background-color: #aeaeae;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.content-section {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
}

.footer2, .push {
    clear: both;
    height: 4em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    height: 100%;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.topnav {
    font-size: 14px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.wrap_form {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    background-color: white;
    padding: 20px;
    border: 2px solid darkgray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    border-radius: 25px;
}

.container2 {
    background-color: white;
    border: 2px solid darkgray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border-radius: 25px;
}

.outer {
    display: table;
    position: absolute;
    height: 70%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.spacer {
    margin-top: 10px;
}


/* input spinner */

.zthermo {
    margin: 100px;
}

.zthmin {
    width: 34px;
    height: 50px;
    background: lightgreen;
    border-radius: 4px;
    border: 1px solid green;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: black;
}

.zthpl {
    width: 34px;
    height: 50px;
    background: indianred;
    border-radius: 4px;
    border: 1px solid red;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: black;
}

.zthsts {
    width: 70px;
    height: 50px;
    background: gray;
    border-radius: 4px;
    border: 1px solid black;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: black;
    padding: 9px;
}

.zthinp {
    height: 50px;
    width: 82px;
    text-align: center;
    font-size: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.applogo img {
    height: 25px;
    position: relative;
    top: -5px;
}

.appname {
    font-weight: bolder;
}

.roomt {
    margin-right: 10px;
    border: 1px black solid;
    padding: 10px;
    background-color: #57d7db;
}

.vicon {
    color: #212529;
    background-color: lightgray;
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    cursor: pointer;
    display: inline-block;
    font-weight: 900;
    line-height: 10px;
    text-align: center;
    text-rendering: auto;
    text-transform: none;
    width: 32px
}

.domo {
    background-color: #ebecec;
    color: #049b9b;

}

     .button {
      background-color: #049b9b;
      color:white;
      }


          .button:hover {
      background-color: #049b9b;
      border-color:red;
      color:white;
      }

                    .button:active {
      background-color: #049b9b;
      border-color:red;
      color:orange;
      }
