html,
body {
  height: 100%;
  background-color: #f5f5f5;
}

.page-login, /*.page-home, */ .page-404, .page-syncx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.projects-list .project-row .project-icon span {
  height: 46px;
  width: 46px;
  display: inline-block;
  border-radius: 50%;
  background: #2f7cc3;
  background: #aaa;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 44px;
  text-transform: uppercase;
  margin-right: 1rem; }

.projects-list .project-row .project-actions {
  margin-left: 1rem;
  min-width: 8rem; }



.command-block {
  margin-bottom: 20px;
  font-family: monospace;
}

.command-block .command-command {
  color: #000;
  font-weight: bold;
}

.command-block .command-command::before {
  content: "$";
  display: inline-block;
  /*margin-right: 10px;*/
  width: 1rem;
  color: #15b93a;
}

.command-block .command-output {
  padding-left: 1rem;
  color: #666;
  white-space: pre;
}

.project-type {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.project-type-tld .project-type {
  width: 5rem;
  background: transparent;
  z-index: 2;
}

.project-type-sub .project-type {
  width: 8px;
  width: 1rem;
  background: #CCC;
  background: #EEE;
}

.project-row {
  transition: all 300ms;
}

.project-collapsed {
  height: 0;
  padding: 0;
}

.project-type-sub {
  padding-left: 2.5rem;
}

/* dashboard */

.perCirc {
  position: relative;
  text-align: center;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #00cc00;
  /*background-image: linear-gradient(91deg, transparent 50%, #ccc 50%), linear-gradient(90deg, #ccc 50%, transparent 50%);*/
  background-image: linear-gradient(98deg, transparent 50%, rgb(0, 204, 0) 50%), linear-gradient(90deg, rgb(204, 204, 204) 50%, transparent 50%); 
}
.perCirc .perCircInner {
  position: relative;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #eee;
}
.perCirc .perCircInner div {
  position: relative;
  /*top: 22px;*/
  top: 30px;
  color:#777;
}
.perCirc .perCircStat {
  font-size: 30px;
  line-height:1em;
}


.digital-clock {
  height: 150px;
    width: 150px;
    /*font-size: 52px;*/
    font-size: 46px;
    text-align: center;
    /*border: 1px solid #AAA;*/
    background: #EEE;
    border-radius: 20px;
    /*padding-top: 20px;*/
    padding-top: 30px;
    line-height: 100%;
    font-weight: 300;
}

.digital-clock span {
  display: block;
}

.digital-clock #live-clock-date {
  font-size: 16px;
  font-weight: 400;
  /*font-weight: 600;*/
}