body {
  background-color: #2e3138;
  color: #fff;
  font-family: Open Sans, sans-serif;
}
body .tt-main-logo {
  color: #fff;
  font-size: 20px;
}
body .inverse-dropdown {
  background-color: #222;
  border-color: #080808;
}
body .inverse-dropdown>li>a {
  color: #999;
}
body .inverse-dropdown>li>a:hover {
  color: #fff;
  background: #222;
}
body .inverse-dropdown>.divider {
  background-color: #222;
}
@font-face {
  font-family: 'icomoon-timeliner';
  src: url("fonts/icomoon-timeliner.eot?33pmyi");
  src: url("fonts/icomoon-timeliner.eot?#iefix33pmyi") format('embedded-opentype'), url("fonts/icomoon-timeliner.woff?33pmyi") format('woff'), url("fonts/icomoon-timeliner.ttf?33pmyi") format('truetype'), url("fonts/icomoon-timeliner.svg?33pmyi#icomoon-timeliner") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon-timeliner';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-timeline:before {
  content: "\e60f";
}
.icon-list:before {
  content: "\e610";
}
.icon-trash:before {
  content: "\e611";
}
.icon-hide:before {
  content: "\e612";
}
.icon-show:before {
  content: "\e613";
}
.icon-close:before {
  content: "\e614";
}
.icon-logo:before {
  content: "\e605";
}
.icon-file:before {
  content: "\e606";
}
.icon-note:before {
  content: "\e607";
}
.icon-milestone:before {
  content: "\e608";
}
.icon-right2:before {
  content: "\e609";
}
.icon-left2:before {
  content: "\e60a";
}
.icon-task:before {
  content: "\e60b";
}
.icon-person:before {
  content: "\e60c";
}
.icon-resource:before {
  content: "\e60d";
}
.icon-chat:before {
  content: "\e60e";
}
.icon-resize:before {
  content: "\e600";
}
.icon-left:before {
  content: "\e601";
}
.icon-right:before {
  content: "\e602";
}
.icon-out:before {
  content: "\e603";
}
.icon-in:before {
  content: "\e604";
}
.vis.timeline.root {
  border: none;
}
.vis.timeline .labelset .vlabel,
.vis.timeline .foreground .group {
  border-bottom-color: #23252b;
}
.vis.timeline .labelset .vlabel.timeline-project-group .inner {
  width: 100%;
}
.vis.timeline .labelset .vlabel.timeline-project-group .timeline-project-info {
  max-width: 220px;
}
.vis.timeline .labelset .vlabel.timeline-project-group .timeline-project-info .timeline-project-title {
  max-width: 150px;
  display: inline-block;
  word-wrap: break-word;
  color: #7b7e84;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.vis.timeline .labelset .vlabel.timeline-project-group .timeline-project-info .timeline-project-actions {
  width: 70px;
  display: inline-block;
  float: right;
}
.vis.timeline .labelset .vlabel.timeline-project-group .timeline-project-info .timeline-project-actions a {
  text-decoration: none;
}
.vis.timeline .labelset .vlabel.timeline-project-group .timeline-project-info .timeline-project-actions a [class^="icon-"],
.vis.timeline .labelset .vlabel.timeline-project-group .timeline-project-info .timeline-project-actions a [class*=" icon-"] {
  color: #7b7e84;
  margin-left: 5px;
  font-size: 20px;
}
.vis.timeline .labelset .vlabel.timeline-project-group .timeline-project-info .timeline-project-actions a:hover [class^="icon-"],
.vis.timeline .labelset .vlabel.timeline-project-group .timeline-project-info .timeline-project-actions a:hover [class*=" icon-"] {
  color: #ccc;
}
.vis.timeline .vispanel.bottom,
.vis.timeline .vispanel.center,
.vis.timeline .vispanel.left,
.vis.timeline .vispanel.right,
.vis.timeline .vispanel.top {
  border: none;
}
.vis.timeline .timeaxis .grid.minor,
.vis.timeline .timeaxis .grid.major {
  border-color: #444953;
}
.vis.timeline .timeaxis .text {
  color: #ccc;
}
.vis.timeline .currenttime {
  background-color: #e6e0d5;
}
.vis.timeline .labelset .vlabel {
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
}
.vis.timeline [class^="icon-"],
.vis.timeline [class*=" icon-"] {
  font-size: 30px;
}
.vis.timeline .item.dot {
  border-color: #ccc;
}
.vis.timeline .item.range {
  display: none;
}
.vis.timeline .box.timeline-milestone {
  border: none;
  background-color: transparent;
  color: #cac5bb;
}
.vis.timeline .box.timeline-milestone.selected .content .milestone-title {
  color: #fff785;
}
.vis.timeline .box.timeline-milestone .content {
  position: relative;
  top: 13.5px;
}
.vis.timeline .box.timeline-milestone .content [class^="icon-"],
.vis.timeline .box.timeline-milestone .content [class*=" icon-"] {
  position: relative;
  font-size: 20px;
  left: 6.7px;
}
.vis.timeline .box.timeline-milestone.tt-border-color-green .icon-milestone {
  color: #8ab71b;
}
.vis.timeline .box.timeline-milestone.tt-border-color-blue .icon-milestone {
  color: #2aa1d3;
}
.vis.timeline .box.timeline-milestone.tt-border-color-yellow .icon-milestone {
  color: #edae18;
}
.vis.timeline .line.timeline-milestone {
  border: 1px dashed;
  background-color: transparent;
  z-index: 1;
}
.vis.timeline .point.timeline-annotation {
  color: #cac5bb;
}
.vis.timeline .point.timeline-document-version {
  color: #cac5bb;
  border: none;
  cursor: initial !important;
}
.vis.timeline .dot.timeline-annotation,
.vis.timeline .dot.timeline-document-version {
  border: none;
}
.vis.timeline .range.timeline-task {
  display: initial;
  background-color: #2aa1d3;
  border: none;
  padding: 0px;
/* FORCE HIDE PROGRESSBAR PROBLEM */
  overflow: hidden;
}
.vis.timeline .range.timeline-task.selected .content .task-title {
  color: #fff785;
}
.vis.timeline .range.timeline-task .content {
  width: 100%;
  display: block;
/* FORCE HIDE PROGRESSBAR PROBLEM */
  overflow: hidden;
}
.vis.timeline .range.timeline-project {
  display: initial;
  background-color: #444953;
  border: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.vis.timeline .range.timeline-project .content {
  color: #ccc;
}
.vis.timeline .range.timeline-project .content .project-title {
  padding-left: 10px;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.vis.timeline .range.timeline-project .content .project-participants {
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
}
.vis.timeline .range.timeline-project .content .project-participants [class^="icon-"],
.vis.timeline .range.timeline-project .content .project-participants [class*=" icon-"] {
  color: #7b7e84;
}
.vis .item.dot.tt-border-color-green,
.vis .item.line.tt-border-color-green {
  border-color: #8ab71b;
}
.vis .item.dot.tt-border-color-blue,
.vis .item.line.tt-border-color-blue {
  border-color: #2aa1d3;
}
.vis .item.dot.tt-border-color-yellow,
.vis .item.line.tt-border-color-yellow {
  border-color: #edae18;
}
.vis .item.background.timeline-document-life-span {
  background-color: #444953;
}
.task-content .task-documents {
  display: inline-block;
  position: absolute;
  top: 0px;
  height: 100%;
}
.task-content .task-documents .task-used-in-document {
  display: inline-block;
  width: 5px;
  height: 100%;
}
.task-content .task-content-inner {
  display: inline-block;
}
.task-content .task-title {
  color: #d4e8f4;
  display: inline-block;
  margin: 5px 10px 5px 30px;
  vertical-align: top;
  line-height: 33px;
}
.task-content .task-items {
  display: inline-block;
  margin: 5px 0px 5px 10px;
}
.task-content .task-items [class^="icon-"],
.task-content .task-items [class*=" icon-"] {
  color: #fff;
  margin-left: 2px;
  margin-left: 2px;
}
.task-content .progress {
  margin-bottom: 0px;
  height: 5px;
  width: 100%;
  background-image: none;
  background-color: #444953;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.task-content .progress .progress-bar {
  background-color: #217fa6;
}
.tt-index-header {
  border-bottom: 2px solid #7b7e84;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.tt-index-header #add-new-project {
  background-color: #8ab71b;
  text-transform: uppercase;
  padding: 0 16px 0 0;
  border: none;
}
.tt-index-header #add-new-project .tt-icon-holder {
  display: inline-block;
  background-color: #79a118;
  width: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
}
.tt-index-header .tt-index-list-types [class^="icon-"],
.tt-index-header .tt-index-list-types [class*=" icon-"] {
  font-size: 40px;
  margin: 10px 0px 10px 10px;
  color: #7b7e84;
  cursor: pointer;
}
.tt-index-header .tt-index-list-types [class^="icon-"].selected,
.tt-index-header .tt-index-list-types [class*=" icon-"].selected {
  color: #ccc;
}
.tt-index-list-table {
  color: #ccc;
}
.tt-index-list-table table.table {
  border: none;
}
.tt-index-list-table table.table tbody tr:nth-of-type(odd) {
  background-color: #444953;
}
.tt-index-list-table table.table tbody tr td {
  border: none;
  line-height: 20px;
}
.tt-index-list-table table.table tbody tr td [class^="icon-"],
.tt-index-list-table table.table tbody tr td [class*=" icon-"] {
  color: #7b7e84;
  font-size: 20px;
}
.tt-index-list-table table.table tbody tr td.project-actions a {
  text-decoration: none;
}
.tt-index-list-table table.table tbody tr td.project-actions a:hover [class^="icon-"],
.tt-index-list-table table.table tbody tr td.project-actions a:hover [class*=" icon-"] {
  color: #ccc;
}
.tt-index-list-table table.table tbody tr td.project-actions [class^="icon-"],
.tt-index-list-table table.table tbody tr td.project-actions [class*=" icon-"] {
  margin-left: 5px;
}
.tt-index-list-table table.table tbody tr:hover {
  background-color: #23252b;
}
.popover {
  background-color: #7b7e84;
  color: #fff;
}
.popover.top .arrow:after {
  border-top-color: #7b7e84;
}
.popover.right .arrow:after {
  border-right-color: #7b7e84;
}
.popover.bottom .arrow:after {
  border-bottom-color: #7b7e84;
}
.popover.left .arrow:after {
  border-left-color: #7b7e84;
}
.popover .popover-title {
  background-color: #7b7e84;
  border-color: #7b7e84;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.popover .popover-content {
  background-color: #7b7e84;
  border-color: #7b7e84;
  font-size: 13px;
  font-weight: 400;
}
