html {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

img, object, figure, embed, audio, video, controls {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0; }

.top-element {
  margin-top: 0;
  padding-top: 0; }

.tiny {
  font-size: 70%; }

.spacer {
  display: inline-block;
  width: 10px; }
  .spacer .spacer-sm {
    width: 5px; }
  .spacer .spacer-lg {
    width: 15px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-right-5 {
  margin-right: 5px; }

.width-100 {
  width: 100%; }

.ghost {
  opacity: 0.5; }

.transparent {
  opacity: 0; }

.strikethrough {
  text-decoration: line-through !important; }

.pointer {
  cursor: pointer; }

.no-underline {
  text-decoration: none !important; }

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

.double-line-height {
  line-height: 200%; }

.vertical-align {
  vertical-align: middle !important; }

.btn-borderless {
  padding: 0;
  background: none;
  border: 0;
  vertical-align: text-top; }

.form-horizontal .checker {
  padding-top: 7px; }

.form-horizontal .help-block {
  margin-top: 4px;
  font-size: 12px; }

.form-horizontal .help-block.checkbox {
  margin-top: 12px; }

.page-header .page-header-top .page-logo .logo-default {
  margin: 24.5px 0 0;
  max-height: 28px; }

.login-logo {
  max-width: 200px; }

.user-login-5 .login-container > .login-content > .login-form input {
  padding: 0 10px; }

.menu-toggler {
  background-image: none;
  font-size: 22px;
  line-height: 30px;
  text-align: center; }

@media (max-width: 480px) {
  .page-header .page-header-top .top-menu {
    display: block;
    clear: none;
    margin-top: 13px !important; }
  .page-header .page-header-top .menu-toggler {
    margin-left: 3px; } }

.alert-dismissable .close {
  background-image: none !important;
  width: auto;
  height: auto;
  color: #333;
  padding: 5px 10px;
  text-indent: 0;
  top: -10px;
  right: -31px; }

.close {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  width: auto;
  height: auto;
  text-indent: 0;
  outline: 0;
  background-image: none !important; }

a.dashboard-stat-link {
  text-decoration: none !important;
  color: inherit; }

.bg-issued-command-failed {
  background-color: #faebeb !important; }

.system-log .system-response {
  font-family: "Courier New", Courier, monospace;
  border-left: 5px solid #ddd;
  padding: 5px 0 5px 10px;
  margin-top: 7px !important; }

.system-log .media-body {
  padding: 10px 20px; }

#dashboard .dashboard-stat2 .display .number {
  float: none;
  display: block; }

#dashboard .feeds .col2 {
  width: 110px;
  margin-left: -110px; }

.tiles.system-tiles {
  margin-right: -4px; }

.tile.system-tile {
  width: 120px !important;
  height: 90px !important;
  margin: 0 4px 5px 0 !important;
  padding-top: 21px; }

.tiles .tile .tile-object > .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 11px;
  color: #fff; }

.tiles .tile .tile-object > .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  margin-right: 5px;
  font-weight: 400;
  font-size: 11px;
  color: #fff; }

.tiles .tile .tile-object-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 30px; }

.tiles .tile .tile-object-top > .top-right {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 15px;
  font-weight: 400;
  font-size: 11px;
  color: #fff; }

.tiles .tile .tile-object-top > .top-left {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
  margin-left: 5px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 11px;
  color: #fff; }

@media (max-width: 768px) {
  .tile.system-tile {
    width: 99px !important;
    height: 45px !important;
    padding-top: 0; }
    .tile.system-tile .tile-body {
      padding-top: 5px; }
    .tile.system-tile h4 {
      font-size: 14px; }
  .tiles .tile .tile-object-top {
    display: none; }
  .tiles .tile .tile-object > .bottom-left, .tiles .tile .tile-object > .bottom-right,
  .tiles .tile .tile-object-top > .top-left, .tiles .tile .tile-object-top > .top-right {
    font-size: 10px; }
  .tiles .tile .tile-object > .bottom-left, .tiles .tile .tile-object > .bottom-right {
    margin-bottom: -3px; } }

.easy-pie-chart .number {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 28px !important; }

.system-connection-icon {
  text-align: center;
  margin-bottom: 20px; }

.system-connection-icon i {
  display: block !important;
  font-size: 36px;
  margin-bottom: 2px;
  line-height: normal !important; }

.system-power-stats .row {
  margin-bottom: 10px;
  font-size: 18px; }

/**********************
  User Page
**********************/
.permission-icon {
  color: #FFF;
  background-color: #3598dc;
  border-color: #3598dc;
  margin: 0;
  border-radius: 25px !important;
  outline: 0 !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 6px 9px;
  font-size: 14px; }

.permission-badge {
  color: #FFF;
  background-color: #3598dc;
  border-color: #3598dc;
  margin: 0 0 6px 0;
  border-radius: 25px !important;
  outline: 0 !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  text-transform: uppercase; }
  .permission-badge i {
    margin-right: 3px; }

.fa-2x, .fa-3x, .fa-4x, .fa-5x {
  line-height: normal !important; }

.hover-rotate:hover {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

.hover-rotate {
  transition-property: transform;
  transition-duration: 1s; }

.hover-rotate:hover {
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.hover-rotate-btn-icon > .fa {
  transition-property: transform;
  transition-duration: 1s; }

.hover-rotate-btn-icon:hover > .fa {
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.hover-rotate-btn-icon-counter > .fa {
  transition-property: transform;
  transition-duration: 1s; }

.hover-rotate-btn-icon-counter:hover > .fa {
  animation-name: rotate-counter;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes rotate-counter {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes fa-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }

.fa-blink {
  -webkit-animation: fa-blink .75s linear infinite;
  -moz-animation: fa-blink .75s linear infinite;
  -ms-animation: fa-blink .75s linear infinite;
  -o-animation: fa-blink .75s linear infinite;
  animation: fa-blink .75s linear infinite; }

.trans-log-system-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px 5px 0 0;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important; }

/* Error Pages */
.page-404 .number, .page-500 .number {
  letter-spacing: -10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300; }

.page-404 .details, .page-500 .details {
  margin-left: 40px;
  display: inline-block; }

.page-404 {
  text-align: center; }

.page-404 .number {
  position: relative;
  top: 15px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  color: #7bbbd6;
  text-align: right; }

.page-404-full-page .page-404, .page-500-full-page .page-500 {
  margin-top: 100px; }

.page-404 .details {
  padding-top: 0;
  text-align: left; }

.page-500 {
  text-align: center; }

.page-500 .number {
  display: inline-block;
  color: #ec8c8c;
  text-align: right; }

.page-500 .details {
  text-align: left; }

.page-404-full-page {
  overflow-x: hidden;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fafafa !important; }

.page-404-full-page .details input {
  background-color: #fff; }

.page-500-full-page {
  overflow-x: hidden;
  padding: 20px;
  background-color: #fafafa !important; }

.page-500-full-page .details input {
  background-color: #fff; }

.page-404-3 {
  background: #000 !important; }

.page-404-3 .page-inner img {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute; }

.page-404-3 .error-404 {
  color: #fff;
  text-align: left;
  padding: 70px 20px 0; }

.page-404-3 h1 {
  color: #fff;
  font-size: 130px;
  line-height: 160px; }

.page-404-3 h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px; }

.page-404-3 p {
  color: #fff;
  font-size: 16px; }

@media (max-width: 480px) {
  .page-404 .details, .page-404 .number, .page-500 .details, .page-500 .number {
    text-align: center;
    margin-left: 0; }
  .page-404-full-page .page-404 {
    margin-top: 30px; }
  .page-404-3 .error-404 {
    text-align: left;
    padding-top: 10px; }
  .page-404-3 .page-inner img {
    right: 0;
    bottom: 0;
    z-index: -1;
    position: fixed; } }

/* Deployments */
.deployments-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 0 15px; }
  .deployments-container .deployment {
    position: relative; }
    .deployments-container .deployment .icon {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 40px;
      background: #ccc;
      color: #fff;
      text-align: center;
      width: 60px;
      line-height: 60px;
      border-radius: 60px !important;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
    .deployments-container .deployment .deployment-body {
      background: #fff;
      min-height: 60px;
      margin-left: 80px;
      margin-bottom: 20px;
      padding: 20px 20px 10px 20px;
      border-left: 4px solid #ccc;
      word-wrap: break-word; }
      .deployments-container .deployment .deployment-body .user {
        font-weight: bold;
        font-size: 1.1em; }
      .deployments-container .deployment .deployment-body .text {
        margin-bottom: 5px; }
      .deployments-container .deployment .deployment-body .datetime {
        margin-bottom: 10px;
        color: #666; }
      .deployments-container .deployment .deployment-body .sub-section {
        margin-bottom: 10px; }
        .deployments-container .deployment .deployment-body .sub-section .title {
          font-weight: bold; }
  .deployments-container .pagination {
    margin-left: 80px; }
  .deployments-container .footer {
    background: rgba(255, 255, 255, 0.5);
    color: #666;
    padding: 20px;
    word-wrap: break-word; }
