* {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.vertical-align-wrap {
  display: table;
  height: 100%;
  margin: auto;
  position: relative;
}
.vertical-align-wrap .vertical-align-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
a {
  color: #f39d24;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
a:hover {
  color: #a1a1a1;
}
button {
  border: 0;
}
.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.box40 {
  width: 40%;
  height: 100%;
  float: left;
}
.box60 {
  width: 60%;
  height: 100%;
  float: left;
}
/*MESSAGES*/
.alert {
  padding: 1em 2em;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 0em;
  color: #c09853;
  line-height: 1.3em;
  font-size: 1em;
}
.alert.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-error {
  color: #B80300;
  background-color: #FCB2B2;
  border-color: #FF8080;
}
.alert.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/*MESSAGES END*/
input[type=radio].css-radio-checkbox,
input[type=checkbox].css-radio-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=radio].css-radio-checkbox + label.css-label,
input[type=checkbox].css-radio-checkbox + label.css-label {
  padding-left: 22px;
  height: 18px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  color: #9b9b9b;
  margin: 0;
  margin-left: 12px;
}
input[type=radio].css-radio-checkbox + label.css-label {
  width: 130px;
}
input[type=checkbox].css-radio-checkbox + label.css-label {
  width: 33px;
}
input[type=checkbox].css-radio-checkbox + label.css-label.larger {
  width: 85px;
}
.get-back input[type=radio].css-radio-checkbox + label.css-label {
  width: 60px;
}
input[type=radio].css-radio-checkbox:checked + label.css-label,
input[type=checkbox].css-radio-checkbox:checked + label.css-label {
  background-position: 0 -18px;
}
.css-label {
  background-image: url('../images/checked.png');
}
.pc3k-monitor-page a:hover {
  color: black;
}
/*# sourceMappingURL=global.css.map */