@import 'https://code.highcharts.com/css/highcharts.css';

body {
  /*padding-top: 20px; */
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}


.navbar {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

/*body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}
*/
.form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-add-customer{
  max-width: 500px;
  padding: 8px;
  margin: 0 auto;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}

:-ms-input-placeholder {
   text-align: center;
}

.highcharts-point {
	stroke: white;
}

.highcharts-graph.zone-0 {
	stroke: #f7a35c;
}
.highcharts-area.zone-0 {
	fill: #f7a35c;
}
.highcharts-point.zone-0 {
	fill: #f7a35c;
}
.highcharts-graph.zone-4 {
	stroke: green;
}
.highcharts-area.zone-4 {
	fill: green;
}
.highcharts-point.zone-4 {
	fill: green;
}
.highcharts-graph.zone-5 {
	stroke: #FFBF00;
}
.highcharts-area.zone-5 {
	fill: #FFBF00;
}
.highcharts-point.zone-5 {
	fill: #FFBF00;
}
.highcharts-graph.zone-1 {
	stroke: #FF0000;
}
.highcharts-area.zone-1 {
	fill: #FF0000;
}
.highcharts-point.zone-1 {
	fill: #FF0000;
}
.highcharts-graph.zone-2 {
	stroke: #FFBF00;
}
.highcharts-area.zone-2 {
	fill: #FFBF00;
}
.highcharts-point.zone-2 {
	fill: #FFBF00;
}

