html,
body,
header,
.view {
  height: 100vh;
}

@media (max-width: 740px) {
  html,
  body,
  header,
    /*.view {
  height: 815px;
  }*/
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 650px;
  }
}

/* .top-nav-collapse {
  background-color: #3f51b5 !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #3f51b5 !important;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #3f51b5!important;
  }
} */

h6 {
  line-height: 1.7;
}

.card {
  background-color: rgba(229, 228, 255, 0.2);
  margin-top: 30px;
  /*margin-bottom: -45px;*/
}

/* .md-form label {
  color: #3d6b00;
}
.md-form .form-control {
  color: #3d6b00;
} */

/* .md-form input[type=text]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #8EDEF8;
  box-shadow: 0 1px 0 0 #8EDEF8;
}

.md-form input[type=text]:focus:not([readonly])+label,
.md-form input[type=password]:focus:not([readonly])+label {
  color: #8EDEF8;
}

/* .form-check-input[type="radio"]:not(:checked)+label:before,
.form-check-input[type="radio"]:not(:checked)+label:after,
label.btn input[type="radio"]:not(:checked)+label:before,
label.btn input[type="radio"]:not(:checked)+label:after {
  border: 2px solid white;
} */

h5 {
    letter-spacing: 3px;
}

.lime-text {
    color: rgb(224, 236, 44);
}

.gradbg-header {
  color: #84a500 !important;
  background: linear-gradient(180deg, #aaaaaa, #f3f3f3) !important;
}


.btn-lime {
  color: #fff;
  background: #809300 !important;
}

a.log-eye {
  color: #c44800 !important;
}
a.log-eye.collapsed {
  color: #9c9c9c !important;
}

#inforgame {
  min-height: 50px;
  max-height: 50px;
  background-color: #c3c3c3;
  color: #4a4a4a;
  overflow-y: auto;
}
/* 
#hd_div {
  position: absolute;
  color: white;
  z-index: 999;
  background: #788ab1;
  padding: 10px;
}

#hd_div p {
  margin-bottom: 1px;
} */

#setting-bar {
  position: absolute;
  top: 0;
  right: 5px;
}

#setting-bar-div {
  position: absolute;
  color: white;
  z-index: 999;
  background: #788ab1;
  padding: 10px;
  right: 20px;
  height: 365px;
  width: 400px;
}

#setting-bar-div .form-check-input[type="checkbox"]:checked+label:before,
label.btn input[type="checkbox"]:checked+label:before {
  border-top-color: transparent;
  border-right-color: #042548;
  border-bottom-color: #042548;
  border-left-color: transparent;
}

#setting-bar-div .form-check-input[type="checkbox"]+label:before,
.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]+label:before,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
  border-color: #042548;
}


.bgBlue {
  background-color: #4d94ff;
}
.bgGreen {
  background-color: #00cc00;
}
.bgOrange {
  background-color: #ff9933;
}
.bgAqua {
  background-color: #00e6e6;
}
.bgPurple {
  background-color: #cc33ff;
}
.bgYellow {
  background-color: #ffff00;
}
.bgPink {
  background-color: #ff3399;
}
.bgBrown {
  background-color: #996633;
}