* {
  outlinez: 1px solid red !important;
}

body {
  font-family: "Source Sans Pro";
  color: #ededed;
  background-color: #1e1e1e;
}

input, select {
  height: 1.8rem;
}

input, select, textarea {
  font-family: "Source Sans Pro";
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3f3f46;
  background-color: #3e3e42;
  color: #ededed;
}

i {
  margin-right: 5px;
}

i.alone {
  margin-right: 0px;
}

.normal-case {
  text-transform: none !important;
  text-decoration: none !important;
}

.text-red {
  color: #bb3825 !important;
}

.text-blue, a.link {
  color: #025FB3 !important;
}

.text-yellow, .hoverable:hover {
  color: #EFEF42;
}

.text-dark {
  color: #1e1e1e !important;
}

.text-shadow {
  color: #2d2d30 !important;
}

.background-dark {
  background-color: #1e1e1e;
}

.background-shadow {
  background-color: #2d2d30;
}

.background-dark-bar {
  background-color: #3e3e42;
}

.upper-case {
  text-transform: uppercase;
}

.bold-600 {
  font-weight: 600 !important;
}

.bold-700, .menu-item, .hoverable-bold-700:hover, .light-button {
  font-weight: 700 !important;
}

.bold-900 {
  font-weight: 900 !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.menu-item {
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}

.shadow-box {
  -moz-box-shadow: 0 0 3px 1px #7F7F7F;
  -webkit-box-shadow: 0 0 3px 1px #7F7F7F;
  box-shadow: 0 0 3px 1px #7F7F7F;
}

.shadow-box-thin, .light-dialog {
  -moz-box-shadow: 0 0 2px 1px #7F7F7F;
  -webkit-box-shadow: 0 0 2px 1px #7F7F7F;
  box-shadow: 0 0 2px 1px #7F7F7F;
}

.hoverable {
  cursor: pointer;
}

.hoverable-yellow-bg-dark-text {
  cursor: pointer;
}

.light-button {
  cursor: pointer;
  background-color: #2d2d30;
  color: #ededed;
  font-size: 0.9rem;
  padding: 8px 12px 8px 12px;
  border: 1px solid #3f3f46;
  text-align: center;
}
.light-button:hover {
  color: #EFEF42;
}

.light-dialog {
  background-color: #2d2d30;
  color: #ededed;
  z-index: 1000;
}

.dialog-handle {
  background-color: #3e3e42;
}

.solid-box-grey {
  border: 1px solid #d8d8d8;
}

.dark-bg-light-text {
  background-color: #1e1e1e;
  color: #ededed;
}

.shadow-bg-light-text {
  background-color: #2d2d30;
  color: #ededed;
}

.dark-bar-bg-light-text {
  background-color: #3e3e42;
  color: #ededed;
}

.yellow-bg-dark-text, .menu-item:hover, .hoverable-yellow-bg-dark-text:hover {
  background-color: #EFEF42 !important;
  color: #1e1e1e;
}

.light-bg-dark-text {
  background-color: #ededed;
  color: #1e1e1e;
}

.shadow-panel {
  background-color: #2d2d30;
  color: #ededed;
  border: 1px solid #2a2a2a;
}

.plain-table {
  border: none;
  vertical-align: middle;
}
.plain-table td {
  padding: 3px;
}

.line-table {
  border: 1px solid #B0B0B0;
  border-collapse: collapse;
  vertical-align: middle;
}
.line-table th {
  padding: 7px;
  border: 1px solid #B0B0B0;
}
.line-table td {
  padding: 7px;
  border: 1px solid #B0B0B0;
}

.not-so-plain-table {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  vertical-align: middle;
}
.not-so-plain-table th {
  border: 1px solid #B0B0B0;
  padding: 7px;
  background-color: #3e3e42;
}
.not-so-plain-table td {
  padding: 7px;
  border: 1px solid #B0B0B0;
}

td.text-right {
  text-align: right;
}

.black-text-white-border {
  color: black;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.white-text-black-border {
  color: white;
  text-shadow: 2px 0 0 black, -2px 0 0 black, 0 2px 0 black, 0 -2px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
}

.white-border {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.vertical-text {
  transform: rotate(-90deg);
  transform-origin: left top 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

/*# sourceMappingURL=master.css.map */
