body {
  padding: 0;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

.width100 {
  width: 100px !important; }

h3 {
  text-transform: none; }

a {
  color: #495057; }

.float-button-left {
  position: fixed;
  left: 5px;
  bottom: 10px; }

.float-button-right {
  position: fixed;
  right: 5px;
  bottom: 10px; }

.tooltips .tooltiptexts {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1; }

.tooltips:hover .tooltiptexts {
  visibility: visible; }

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch; }
  .wrapper h3 {
    border-bottom: 1px solid #000; }
  .wrapper label {
    font-weight: 500;
    margin: 0px; }
  .wrapper .btn {
    vertical-align: top; }
  .wrapper .row {
    margin: 0px; }
  .wrapper .col-md-6 {
    padding-left: 0px; }
  .wrapper .col-md-5 {
    padding-left: 0px; }
  .wrapper .col-md-4 {
    padding-left: 0px; }
  .wrapper .col-md-3 {
    padding-left: 0px; }
  .wrapper .col-md-2 {
    padding-left: 0px; }
  .wrapper .col-md-1 {
    padding-left: 0px; }
  .wrapper .item-group {
    border: 4px outset #ccd4d4;
    border-radius: 10px;
    padding: 8px;
    padding-bottom: 8px;
    padding-bottom: 12px;
    margin: 8px;
    display: inline-block; }
  .wrapper .sidebar {
    min-width: 170px;
    max-width: 200px;
    min-height: 100vh; }
    .wrapper .sidebar .sidebar-fill {
      flex: 1 1 auto; }
    .wrapper .sidebar .sidebar-header {
      padding: 15px;
      border: none;
      height: 60px; }
      .wrapper .sidebar .sidebar-header a {
        color: #fff;
        font-size: 20px; }
        .wrapper .sidebar .sidebar-header a:hover {
          text-decoration: none; }
      .wrapper .sidebar .sidebar-header .logo {
        height: 50px;
        position: relative;
        top: -10px;
        left: 10px;
        cursor: pointer; }
    .wrapper .sidebar .menu li {
      border-bottom: 1px solid #ccc; }
      .wrapper .sidebar .menu li a {
        padding: 8px;
        color: #000; }
        .wrapper .sidebar .menu li a.active {
          background: #cdf; }
        .wrapper .sidebar .menu li a:hover {
          background: #def; }
  .wrapper .content {
    width: 100%; }
    .wrapper .content nav {
      height: 60px; }
  .wrapper .nav-tabs {
    margin-bottom: 15px; }
  .wrapper .snapshots {
    text-align: center; }
    .wrapper .snapshots td {
      padding: 3px; }
    .wrapper .snapshots table {
      text-align: center; }
    .wrapper .snapshots .set-form {
      float: left;
      margin-right: 5px; }

.pad {
  padding: 12px; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  33.01% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  33.01% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.blink {
  animation: blink 0.3s infinite linear alternate;
  -webkit-animation: blink 0.3s infinite linear alternate; }

@-webkit-keyframes blink-task {
  0% {
    background: #ffc; }
  70% {
    background: #ffc; }
  100% {
    background: white; } }

@keyframes blink-task {
  0% {
    background: #ffc; }
  70% {
    background: #ffc; }
  100% {
    background: white; } }

.blink-task {
  animation: blink-task 0.7s infinite linear alternate;
  -webkit-animation: blink-task 0.7s infinite linear alternate; }

.command {
  overflow: auto;
  width: 98%;
  height: 500px;
  background: black;
  color: white;
  border-style: inset;
  border-color: lightgreen;
  padding: 10px;
  font-family: monospace;
  line-height: 1; }

.news-td {
  padding: 4px; }

.alternating-table tr:nth-child(odd) {
  background: #f0fff0; }

.alternating-table tr:nth-child(even) {
  background: #feffff; }

.alternating-table tr:nth-child(1) {
  background: #ffa; }

.alternating-table tr:nth-child(odd) {
  background: #ccc; }

.alternating-table tr:nth-child(even) {
  background: #ddd; }

.alternating-table tr:nth-child(1) {
  background: #eee; }

.news-hide {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-style: solid;
  border-radius: 5px;
  padding: 10px; }

.news-hover:hover + .news-hide {
  visibility: visible; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

div.row.tasks1 {
  background: #f8f8f8; }

div.row.tasks2 {
  background: #eee; }

.task-box {
  background: #fff; }

.calendar-table {
  background: #eee;
  border-color: #eee; }

.calender-head {
  background: #222;
  text-align: center;
  color: white; }

.calendar-void {
  background-color: #eee; }

.calendar-pre {
  background-color: #ffc; }

.calendar-current {
  background-color: #ff6; }

.calendar-post {
  background-color: #ffe; }

.calendar-pre-link {
  color: #844; }

.calendar-current-link {
  color: black; }

.calendar-post-link {
  color: #aa8; }

.calendar-news-link {
  color: #606; }

.calendar-deals {
  background-color: #8f8; }

.calendar-deals-link {
  color: #606; }

.calendar-deals-num {
  background-color: #bcb;
  color: #484; }

.calendar-today {
  background-color: #c88;
  border-top-color: #fa0; }

.calendar-startup {
  background-color: #b7a;
  border-top-color: #f0a; }

.calendar-day {
  background-color: #ccc; }

.calendar-today-header {
  background-color: #644;
  color: white; }

.calendar-startup-header {
  background-color: #545;
  color: white; }

.calendar-day-header {
  background-color: #444;
  color: white; }

.forty-five-degrees {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  transform: rotate(45deg); }

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