body {
  font-family: Lato;
  color: #DCDCDC;
  background-color: #1e1e1e;
}

input, select {
  font-family: Lato;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #DCDCDC;
  border: 1px solid #3f3f46;
  background-color: #3e3e42;
  padding: 3px;
  font-size: 14px;
}

textarea {
  font-family: Lato;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #DCDCDC;
  border: 1px solid #3f3f46;
  background-color: #3e3e42;
  padding: 3px;
  font-size: 14px;
  overflow: auto;
}

i {
  margin-right: 5px;
}

i.alone {
  margin-right: 0px;
}

.text-underline {
  text-decoration: underline;
}

.text-red {
  color: #f2806a !important;
}

.text-green {
  color: #88D184 !important;
}

.text-cyan {
  color: #40CCCC !important;
}

.text-blue, .hover:hover {
  color: #7ac1ff !important;
}

.text-dark {
  color: #2d2d30 !important;
}

.dark-bg {
  background-color: #2d2d30;
}

.dark-content-bg {
  background-color: #1e1e1e;
}

.dark-bar-bg, .input-box {
  background-color: #3e3e42;
}

.dark-bg-light-text, .not-so-plain-table th, .light-dialog {
  background-color: #2d2d30;
  color: #DCDCDC;
}

.blue-bg-light-text, .dialog-handle {
  background-color: #007ACC;
  color: #DCDCDC;
}

.bold-700 {
  font-weight: 700;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.pointer {
  cursor: pointer;
}

.border-left {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.border-right {
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.border-bottom {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.border-top {
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
}

.dark-border {
  border: 1px solid #3f3f46;
}

.blue-border {
  border: 1px solid #007ACC;
}

.light-border {
  border: 1px solid #DCDCDC;
}

.hover {
  cursor: pointer;
}
.hover-blue:hover, .light-button:hover, .menu-item:hover {
  background-color: #007ACC;
}

.hover-dark:hover {
  background-color: #2d2d30;
}

.hover-dark-bar:hover {
  background-color: #3e3e42;
}

.menu-item {
  padding: 10px 10px 10px 10px;
  cursor: pointer;
}

.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate-180 {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.input-box {
  font-size: 14px;
  padding: 7px 7px 7px 7px;
}

.light-button {
  cursor: pointer;
  background-color: #2d2d30;
  color: #DCDCDC;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 10px 7px 10px;
  border: 1px solid #3f3f46;
  text-align: center;
}

.light-dialog {
  z-index: 1000;
}

.dialog-handle {
  font-size: 18px;
}

.plain-table {
  border: none;
  vertical-align: middle;
}
.plain-table td {
  padding: 3px;
}

.not-so-plain-table {
  border: 1px solid #3f3f46;
  border-collapse: collapse;
  vertical-align: middle;
}
.not-so-plain-table th {
  border: 1px solid #3f3f46;
  padding: 7px;
}
.not-so-plain-table td {
  padding: 7px;
  border: 1px solid #3f3f46;
}

td.text-right {
  text-align: right;
}

.text-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;
}

.no-pointer-event {
  pointer-events: none;
}

/*# sourceMappingURL=master.css.map */
