/*
 * 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.
 *


 */



 .slim {
  margin-bottom: 5px;
  height: 30px;
}

.slim:disabled {
  /* border-color: transparent; */
  background-color: transparent;
  color: #777;
}

.btn-primary {
  background-color: #019AE4;
  /* border-color: #019AE4; */
}
 
.btn-large {
  font-size: 2em;
  height: 60px;
  margin-top: 10px;      
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-weight: bold; */
}

.btn-medium {
  font-size: 1.3em;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .logo-mobile {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px; 
  /* height: 40vh; */
  width: 100%;
  color: #000000;
}

.btn-back {
  /* style="float: left; width: 150px; height: 35px; margin-left: 0px; margin-top: 5px; background-color: #019AE4; color: white; border: none; border-radius: 0; */
  float: left;
  width: 150px;
  height: 35px;
  margin-left: 0px;
  margin-top: 5px;
  background-color: #019AE4;
  color: white;
  border: none;
  border-radius: 0;
}

.transparent-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.mobile-header {
  /* style="background-color: #019AE4; height: 35px; width: 100%; font-size: 1.5em; line-height: 40px; color: white;" */
  background-color: #019AE4;
  height: 35px;
  width: auto;
  font-size: 1.5em;
  line-height: 40px;
  color: white;  
}


* {
  box-sizing: border-box;
}

.sizing-box {
  height: 50px;
  width: 80px;
}

.signal-bars {
  display: inline-block;
}

.signal-bars .bar {
  width: 14%;
  margin-left: 1%;
  min-height: 20%;
  display: inline-block;
}

.signal-bars .bar.first-bar {
  height: 20%;
}

.signal-bars .bar.second-bar {
  height: 40%;
}

.signal-bars .bar.third-bar {
  height: 60%;
}

.signal-bars .bar.fourth-bar {
  height: 80%;
}

.signal-bars .bar.fifth-bar {
  height: 99%;
}

.good .bar {
  background-color: #16a085;
  border: thin solid #12816b;
}

.bad .bar {
  background-color: #e74c3c;
  border: thin solid #a82315;
}

.ok .bar {
  background-color: #f1c40f;
  border: thin solid #d0a90c;
}

.four-bars .bar.fifth-bar,
.three-bars .bar.fifth-bar,
.three-bars .bar.fourth-bar,
.one-bar .bar:not(.first-bar),
.two-bars .bar:not(.first-bar):not(.second-bar) {
  background-color: #f3f3f3;
  border: thin solid #444444;
}






/* Deploy smoke test: touching this file is what makes deploy/update.sh
   run assets:precompile. Harmless - it is a comment. */
