*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  padding: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #C4C7C8;
  background-color: #0C1416;
  text-align: justify;
}
h6 {
  font-family: "Open Sans", sans-serif;
  color: #00FF00;
  font-size: 20px;
  text-align: center;
  word-spacing: 5px;
}
h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
}
h4 {
  font-family: "Open Sans", sans-serif;
  color: #C4C7C8;
  letter-spacing: 1px;
}
h2 { 
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-align: left;
}
.text { color: #949494; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 28px; margin: 0 0 28px; }
input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1.2em;
  line-height: 1.4em;
  background-color: #1B302F;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input, select, textarea{
    color: white;
    border-width: 0;
}

textarea:focus, input:focus {
    color: white;
}
input:focus {
  outline: 0;
  border-color: #4caf50 ;
}
input:focus + .input-icon i {
  color: #4caf50;
}
input:focus + .input-icon:after {
  border-right-color: #4caf50;
}
input[type="radio"] {
  display: none;

}
input[type="button"] + label,
input[type="radio"] + label,
select {
  display: inline-table;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #4caf50;
  border-color: #fff;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
 /* font-family: FontAwesome;
  content: "\f00c"; */
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #367464;
  color: #fff;
}
.low_select select option {
  background-color: orange;
  color: #fff;
}

.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 5em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.3em;
  bottom: 0.4em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 38em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #141f22;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 0px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
/* custom css */
.label {
  color: white;
  padding: 8px;
}
.high {
  background-color: #4caf50;
  color: #00FF00;
}
.low {
  background-color: #ff9800;
  color: orange;
}
.null {
  background-color: #f44336;
  color: red;
}
.blue {
  background-color: #2196f3;
}
.black {
  background-color: #e7e7e7;
  color: black;
}
.dot {
  height: 20px;
  width: 20px;
  /*background-color: #1dad95;*/
  color: white;
  border-radius: 50%;
  display: none;
  text-align: center;
  padding: 0.1em;
  /* display inline-block */
}

.verde {
  color: #fff;
}
/* Alert CSS */
.alert {
  padding: 20px;
  background-color: #f44336;
  color: #1B302F;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}
.alert.success {
  background-color: #4caf50;
}
.alert.info {
  background-color: #2196f3;
}
.alert.warning {
  background-color: #ff9800;
}
.alert.error {
  color: #e9edef;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}
/* button reward */
.button {
  background-color: #C4C7C8; /* Green */
  border: none;
  color: #C4C7C8;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.reward {
  background-color: #1B302F;
  color: #C4C7C8;
  border: 3px solid #4caf50;
}
.reward:hover {
  background-color: #4caf50;
  color: white;
}

input[type="radio"][value="high"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: green;
  border-color: white;
  color: white;
}

input[type="radio"][value="low"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: orange;
  border-color: white;
  color: white;
}
input[type="radio"][value="null"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: red;
  border-color: white;
  color: white;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #949494;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #949494;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #949494;
}


.info {
  color: white;
}


