.hidden {
  display: none;
}

.clear {
  clear: both;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}
.block-right {
  margin-right: 0;
  margin-left: auto;
}
.block-left {
  margin-right: auto;
  margin-left: 0;
}

.kaos-orange {
  background-color: #fd7723 !important;
}
.kaos-orange-text {
  color: #fd7723 !important;
}

.btn-kaos {
  background-color: black;
  color: #fd7723;
}
.btn-kaos:hover {
  color: #ffcda9 !important;
  cursor: pointer !important;
}

.btn-thick {
  padding: 20px;
}

.btn-square {
  border-radius: 0;
}

.uppercase {
  text-transform: uppercase;
}

.strikethru {
  text-decoration: line-through;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.amber {
  color: #ff7b1c !important;
}

.black {
  color: black;
}

.white {
  color: white;
}

.smaller {
  font-size: 0.9em;
}

.italic {
  font-style: italic;
}

.dark-red {
  background-color: #b10b2a;
}

.auto-width {
  width: auto;
}

.green {
  color: green !important;
}

.invalid {
  border: 1px solid red !important;
}
.error-message {
  color: red;
}

.btn-toggle.btn-on.active {
  background-color: #5bb75b;
  color: white;
}
.btn-toggle.btn-off.active {
  background-color: #da4f49;
  color: white;
}

.btn-toggle.btn-on-1.active {
  background-color: #006ffc;
  color: white;
}
.btn-toggle.btn-off-1.active {
  background-color: #da4f49;
  color: white;
}

.btn-toggle.btn-on-2.active {
  background-color: #00d590;
  color: white;
}
.btn-toggle.btn-off-2.active {
  background-color: #a7a7a7;
  color: white;
}

.btn-toggle.btn-on-3.active {
  color: #5bb75b;
  font-weight: bolder;
}
.btn-toggle.btn-off-3.active {
  color: #da4f49;
  font-weight: bolder;
}

.btn-toggle.btn-on-4.active {
  background-color: #006ffc;
  color: #5bb75b;
}
.btn-toggle.btn-off-4.active {
  background-color: #da4f49;
  color: #da4f49;
}

.form-control[readonly] {
  background-color: white;
}

.modal-header {
  background-color: #fe7d00;
  color: black;
}

.no-results {
  text-align: center;
  font-style: italic;
  padding: 20px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.mont {
  font-family: Montserrat, sans-serif !important;
}

.rounded-rect {
  border: 1px solid #eee;
  border-radius: 16px;
}

.top-line {
}

.table-footer td {
}

.table th {
  font-weight: normal;
  color: black;
  font-size: 1.1em;
}

@media screen and (max-width: 900px) {
  .xs-hidden {
    display: none;
  }
}

@media only screen and (min-width: 280px) {
  button.ptoggle {
    padding: 12px;
    margin-top: 15px;
    -webkit-appearance: none;
    background: none;
    font-size: 16px;
    border: 0;
  }

  input.pword {
    width: 95% !important;
  }
}

@media only screen and (min-width: 780px) {
  input.pword {
    width: 340px !important;
  }
}
