.footer {
  padding-top: 25px;
  padding-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #eee;
  color: #999;
  text-align: center;
  line-height: 25px; }
  .footer
ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer
ul li {
      display: inline;
      margin-left: 10px;
      margin-right: 10px; }
  .footer p {
    color: #666;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px; }

.tarma-sidebar {
  border-bottom: 1px solid #eee; }

.tarma-subline {
  font-size: 21px;
  font-weight: 200;
  line-height: 25px;
  color: #666; }

p {
  line-height: 25px;
  color: #666; }

.tarma-hint {
  background-color: #f9f9f9;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px; }
  .tarma-hint .tarma-hint-title {
    font-weight: bold;
    padding-right: 10px; }
  .tarma-hint .tarma-hint-alert {
    display: block;
    color: red; }

h1, h2, h3, h4, h5 {
  color: #333; }

h1 {
  margin-top: 25px;
  margin-bottom: 25px; }

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.numbers {
  margin-top: -90px;
  width: 100%;
  font-size: 0.8em;
  font-weight: 200; }
  .numbers td, .numbers th {
    height: 30px;
    text-align: right; }
  .numbers tr {
    border-bottom: 1px solid white; }

.roundbox {
  background-color: #f9f9f9;
  width: 100%;
  border-radius: 6px; }

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #666; }

.strike > span {
  position: relative;
  display: inline-block; }

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #eee; }

.strike > span:before {
  right: 100%;
  margin-right: 15px; }

.strike > span:after {
  left: 100%;
  margin-left: 15px; }

/* Main-Menu */
#bar-main {
  height: 100px;
  border-bottom: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.95); }
  #bar-main .menu {
    height: 50px;
    padding-top: 25px; }
    #bar-main .menu a {
      text-decoration: none; }
    #bar-main .menu .tm-logo {
      background-image: url("../img/logo/tm_wb_logo_1_small.png");
      background-position: center center;
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      display: inline-block;
      vertical-align: middle; }
    #bar-main .menu .tm-name {
      line-height: 50px;
      height: 50px;
      margin-left: 4px;
      color: #444;
      font-size: 12px;
      text-transform: uppercase; }
    #bar-main .menu .btn-group {
      height: 50px; }
      #bar-main .menu .btn-group img {
        margin-right: 15px; }
      #bar-main .menu .btn-group button {
        height: 100%;
        background-color: white;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #444;
        font-size: 12px;
        text-transform: uppercase; }
      #bar-main .menu .btn-group button:hover {
        background-color: #f9f9f9;
        -webkit-box-shadow: none;
        box-shadow: none; }
      #bar-main .menu .btn-group button:active {
        background-color: #f9f9f9;
        -webkit-box-shadow: none;
        box-shadow: none; }
      #bar-main .menu .btn-group
.profile-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        overflow: hidden;
        width: 30px;
        height: 30px; }
        #bar-main .menu .btn-group
.profile-img.grayscale {
          -webkit-filter: grayscale(100%); }
        #bar-main .menu .btn-group
.profile-img.alpha-blend {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity_ie)";
          /* IE 8 */
          filter: alpha(opacity=25);
          /* IE 5-7 */
          -moz-opacity: 0.25;
          /* Netscape */
          -khtml-opacity: 0.25;
          /* Safari 1.x */
          opacity: 0.25;
          /* Good browsers */ }
        #bar-main .menu .btn-group
.profile-img.blurred {
          -webkit-filter: blur(1px);
          -moz-filter: blur(1px);
          filter: blur(1px); }

/* Frame-Bar-Menu */
#bar-frame {
  background-color: #444;
  color: white; }
  #bar-frame .btn-framebar {
    height: 50px;
    background-color: #444; }
  #bar-frame .frame-name {
    white-space: nowrap;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    line-height: 50px;
    height: 50px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    #bar-frame .frame-name a {
      color: white; }
  #bar-frame .nav {
    display: inline-block;
    float: right;
    line-height: 50px;
    height: 50px; }
  #bar-frame .nav li a {
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px; }
  #bar-frame li {
    position: relative; }
  #bar-frame .target-group-indicator {
    display: inline-block;
    position: absolute;
    display: inline;
    font-size: 12px;
    line-height: 18px;
    border-radius: 9px;
    padding: 0 7px;
    top: -6px;
    right: -4px;
    z-index: 700;
    background: #7d7d7d;
    color: white; }
    #bar-frame .target-group-indicator.alert {
      background: red;
      color: white; }

/* Simple Float-Container */
.float-container .float-left {
  float: left;
  margin-right: 10px; }

.float-container .float-right {
  float: right;
  margin-left: 10px; }

.float-container .center {
  overflow: hidden; }

/* Statusbar */
.tm-statusbar {
  position: relative;
  height: 60px; }
  .tm-statusbar
.tm-statusbar-col {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }

.tm-statusbar-item {
  position: relative;
  padding: 10px 10px;
  height: 60px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .tm-statusbar-item
.tm-label {
    font-size: 12px;
    font-weight: 200;
    margin-top: 10px; }

.sorter {
  margin-top: 25px;
  margin-bottom: 25px; }
  .sorter .pagination {
    margin: 0 15px;
    vertical-align: middle; }
  .sorter a {
    cursor: pointer !important;
    padding: 3px 20px !important; }

.dropdown-menu {
  background-color: #f9f9f9; }

.dropdown-menu > li > a {
  color: #333; }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .display-desktop {
    display: none; }
  .display-phablet {
    display: none; }
  .display-tablet {
    display: none; }
  .display-desktop-large {
    display: none; } }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .display-phablet {
    display: initial; }
  td.display-phablet, th.display-phablet {
    display: table-cell; } }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .display-tablet {
    display: initial; }
  td.display-tablet, th.display-tablet {
    display: table-cell; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .display-desktop {
    display: initial; }
  td.display-desktop, th.display-desktop {
    display: table-cell; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .display-desktop-large {
    display: initial; }
  td.display-desktop-large, th.display-desktop-large {
    display: table-cell; } }

.btn-tarma {
  background: #0096d1;
  color: #ffffff;
  border: 0;
  outline: 0 none;
  border: 0 none;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 2px;
  font-weight: 300;
  font-size: 11px; }

.btn-tarma:hover, .btn-tarma:focus, .btn-tarma:active, .btn-tarma.active, .open > .dropdown-toggle.btn-tarma {
  background: #33a6cc;
  color: #ffffff; }

.btn-tarma:active, .btn-tarma.active {
  background: #007299;
  color: #ffffff;
  box-shadow: none; }

.btn-tarma-large {
  padding: 14px 24px;
  margin: 5px;
  font-weight: 700;
  font-size: 15px; }

.btn-tarma-light {
  background-color: transparent;
  border: 1px solid #0096d1;
  color: #0096d1;
  border-radius: 5px; }
  .btn-tarma-light.gray {
    border: 1px solid #eee;
    color: #eee; }

.home .home-teaser {
  margin-top: -100px;
  padding-top: 110px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url(../img/home/teaser_3.png);
  height: 385px; }
  .home .home-teaser h1 {
    font-size: 24px; }
  .home .home-teaser .first-text {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(51, 51, 51, 0.8); }
  .home .home-teaser .second-text {
    display: inline-block;
    color: #333;
    line-height: 32px;
    font-size: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(255, 255, 255, 0.8); }
  .home .home-teaser .btn {
    margin-top: 20px; }

.home .no-space {
  margin-top: 0px;
  margin-bottom: 0px; }

.home .features {
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center; }
  .home .features h2 {
    margin-bottom: 50px; }
  .home .features
.feature-box {
    line-height: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px; }
    .home .features
.feature-box .feature-icon {
      border: 3px solid #0096d1;
      width: 100px;
      height: 100px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .home .features
.feature-box .feature-icon div {
        color: #0096d1;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.home .howitworks {
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 25px; }
  .home .howitworks h2 {
    margin-bottom: 50px;
    text-align: center; }
  .home .howitworks p {
    margin-bottom: 50px; }
  .home .howitworks img {
    padding-left: 25px;
    padding-right: 25px; }

.home .join {
  text-align: center;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 25px; }
  .home .join h3 {
    margin-bottom: 25px; }
  .home .join p {
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px; }
  .home .join img {
    padding-left: 25px;
    padding-right: 25px; }

.dashboard
.dashboad-tile {
  padding-top: 25px;
  padding-bottom: 25px; }
  .dashboard
.dashboad-tile .dashboad-tile-content {
    background-color: #0096d1;
    color: #fff;
    width: 200px;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.dashboard .moo {
  border: 1px solid red;
  padding: 25px; }

.dashboard .dash-row {
  position: relative;
  height: 200px;
  padding-left: 20px; }
  .dashboard .dash-row .dash-row-tile {
    height: 170px;
    width: 170px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff; }
    .dashboard .dash-row .dash-row-tile .tile-name {
      font-size: 1.5em;
      margin-top: 25px; }
    .dashboard .dash-row .dash-row-tile.blue {
      background: #0096d1; }
    .dashboard .dash-row .dash-row-tile.blue:hover, .dashboard .dash-row .dash-row-tile.blue:focus, .dashboard .dash-row .dash-row-tile.blue:active {
      background: #33a6cc; }
    .dashboard .dash-row .dash-row-tile a {
      color: #fff; }
  .dashboard .dash-row .dash-row-layer {
    background-color: #f9f9f9;
    height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 200px; }

.user.user-list td {
  vertical-align: middle; }

.user .user-box {
  background-color: #f9f9f9;
  padding: 25px;
  width: 450px; }

.target {
  /*    .target-budget
        {		*/ }
  .target .lcr-container {
    width: 100%;
    height: 40px; }
    .target .lcr-container .lcr-left {
      float: left;
      width: 250px; }
    .target .lcr-container .lcr-centre {
      display: block;
      overflow: auto; }
    .target .lcr-container .lcr-right {
      float: right;
      width: 250px; }
  .target .progress {
    border-radius: 0; }
    .target .progress .progress-bar {
      background: none;
      background-color: rgba(51, 51, 51, 0.2); }
      .target .progress .progress-bar.kpi-rating-0,
      .target .progress .progress-bar.kpi-rating-1 {
        background-color: rgba(255, 0, 0, 0.7); }
      .target .progress .progress-bar.kpi-rating-2,
      .target .progress .progress-bar.kpi-rating-3 {
        background-color: rgba(255, 255, 0, 0.7); }
      .target .progress .progress-bar.kpi-rating-4 {
        background-color: rgba(202, 238, 77, 0.7); }
  .target .empty-list {
    color: #666;
    width: 450px;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto; }
  .target
.menu {
    margin-right: 20px; }
    .target
.menu.path {
      border: 1px solid green; }
    .target
.menu.sibling {
      border: 1px solid green;
      margin-left: 30px; }
  .target
.list-targets .target-container {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .target
.list-targets .target-container .target-depth {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #333;
      background-color: #f9f9f9;
      margin: 20px 0px;
      -webkit-transform: scale(1);
      /* Saf3.1+, Chrome */
      -moz-transform: scale(1);
      /* FF3.5+ */
      -ms-transform: scale(1);
      /* IE9 */
      -o-transform: scale(1);
      /* Opera 10.5+ */
      transform: scale(1); }
    .target
.list-targets .target-container .target-depth-0 {
      -webkit-box-shadow: 1px 4px 10px #3d3d3d;
      -moz-box-shadow: 1px 4px 10px #3d3d3d;
      box-shadow: 1px 4px 10px #3d3d3d;
      -webkit-transform: scale(1);
      /* Saf3.1+, Chrome */
      -moz-transform: scale(1);
      /* FF3.5+ */
      -ms-transform: scale(1);
      /* IE9 */
      -o-transform: scale(1);
      /* Opera 10.5+ */
      transform: scale(1); }
    .target
.list-targets .target-container .target-depth-1 {
      -webkit-box-shadow: 1px 4px 10px #cfcfcf;
      -moz-box-shadow: 1px 4px 10px #cfcfcf;
      box-shadow: 1px 4px 10px #cfcfcf;
      -webkit-transform: scale(1);
      /* Saf3.1+, Chrome */
      -moz-transform: scale(1);
      /* FF3.5+ */
      -ms-transform: scale(1);
      /* IE9 */
      -o-transform: scale(1);
      /* Opera 10.5+ */
      transform: scale(1); }
  .target
.list-targets .subtarget-container {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .target
.list-targets .subtarget-container .target-depth {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #333;
      -webkit-box-shadow: 1px 4px 10px #cfcfcf;
      -moz-box-shadow: 1px 4px 10px #cfcfcf;
      box-shadow: 1px 4px 10px #cfcfcf;
      background-color: #f9f9f9;
      margin: 20px 0px;
      -webkit-transform: scale(1);
      /* Saf3.1+, Chrome */
      -moz-transform: scale(1);
      /* FF3.5+ */
      -ms-transform: scale(1);
      /* IE9 */
      -o-transform: scale(1);
      /* Opera 10.5+ */
      transform: scale(1); }
  .target .arrow-down {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0096d1; }
  .target .target-switcher-container {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 500;
    height: 40px;
    top: -40px;
    color: white; }
    .target .target-switcher-container .target-budget-switcher {
      position: absolute;
      background-color: #b4c9d1;
      border-radius: 5px 0px 0px 0px;
      /* top left, top right, bottom right, bottom left */
      height: 20px;
      width: 60px;
      line-height: 20px;
      font-size: 0.7em;
      display: block;
      margin-left: -60px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
      .target .target-switcher-container .target-budget-switcher.active {
        background-color: #0096d1; }
    .target .target-switcher-container .target-rating-switcher {
      position: absolute;
      background-color: #b4c9d1;
      border-radius: 0px 5px 0px 0px;
      /* top left, top right, bottom right, bottom left */
      height: 20px;
      line-height: 20px;
      width: 60px;
      font-size: 0.7em;
      display: block;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
      .target .target-switcher-container .target-rating-switcher.active {
        background-color: #0096d1; }
  .target .target-budget-container, .target .target-rating-container, .target .target-history-container, .target .target-priority-container {
    position: absolute;
    z-index: 500;
    left: 0px;
    right: 0px; }
  .target .target-budget-hidden .target-list-content, .target .target-rating-hidden .target-list-content, .target .target-history-hidden .target-list-content, .target .target-priority-hidden .target-list-content {
    display: none; }
  .target .name {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 39.2px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    font-weight: bold; }
  .target .user {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 18px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .target .profile-container {
    margin-bottom: 10px; }
    .target .profile-container
.profile-img {
      position: absolute;
      border-radius: 50%;
      overflow: hidden; }
    .target .profile-container .profile-img, .target .profile-container .profile-left, .target .profile-container .profile-right {
      left: 50%; }
    .target .profile-container.profile-container-medium {
      height: 80px; }
      .target .profile-container.profile-container-medium
.profile-img {
        width: 80px;
        height: 80px;
        margin-left: -40px; }
      .target .profile-container.profile-container-medium .profile-left {
        margin-left: -75px; }
      .target .profile-container.profile-container-medium .profile-right {
        margin-left: -5px; }
    .target .profile-container.profile-container-large {
      height: 120px; }
      .target .profile-container.profile-container-large
.profile-img {
        width: 120px;
        height: 120px;
        margin-left: -60px; }
      .target .profile-container.profile-container-large .profile-left {
        margin-left: -115px; }
      .target .profile-container.profile-container-large .profile-right {
        margin-left: -5px; }
  .target .target-current {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9; }
    .target .target-current .status-bar {
      padding-left: 15px;
      padding-right: 15px; }
    .target .target-current .observer {
      font-size: 180%;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      margin-top: -4px;
      margin-left: 8px;
      float: right;
      color: #ccc; }
      .target .target-current .observer .active {
        color: #fc0; }
    .target .target-current .duration-block {
      margin-top: 8px;
      margin-bottom: 8px;
      white-space: nowrap;
      font-size: 90%; }
    .target .target-current .progress-block {
      margin-top: 8px;
      white-space: nowrap;
      font-size: 90%; }
    .target .target-current .budget-block {
      margin-top: 8px;
      margin-bottom: 8px;
      white-space: nowrap;
      font-size: 90%; }
    .target .target-current .actual-block {
      margin-bottom: 8px;
      white-space: nowrap;
      font-size: 90%; }
    .target .target-current .block-label {
      font-size: 80%;
      width: 70px;
      overflow: hidden;
      color: #999;
      padding-left: 15px;
      padding-right: 15px;
      display: inline-block;
      vertical-align: middle; }
    .target .target-current .block-header {
      margin-top: 8px;
      font-size: 80%;
      color: #f66; }
    .target .target-current .description {
      padding-left: 15px;
      padding-right: 15px; }
  .target .target-current-header {
    position: relative;
    line-height: 30px;
    height: 30px; }
    .target .target-current-header.target-current-header-medium {
      line-height: 50px;
      height: 50px; }
    .target .target-current-header .status-icon {
      position: absolute; }
      .target .target-current-header .status-icon .fa {
        width: 20px; }
      .target .target-current-header .status-icon .kpi-rating {
        margin-left: 10px; }
      .target .target-current-header .status-icon.pos-right {
        right: 0px; }
      .target .target-current-header .status-icon.pos-left {
        left: 0px; }
      .target .target-current-header .status-icon.pos-center {
        left: 50%;
        margin-left: -10px; }
  .target .target-current-footer
.label-tarma {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 0.8em; }
    .target .target-current-footer
.label-tarma.label-tarma-changed {
      background-color: #0096d1;
      color: #fff;
      border-radius: 5px; }
  .target .target-list-content {
    color: black;
    font-size: 0.8em;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.95); }
    .target .target-list-content .list-group-item {
      height: 50px;
      position: relative;
      padding: 0;
      background: none; }
      .target .target-list-content .list-group-item .progress {
        background: none; }
        .target .target-list-content .list-group-item .progress .progress-bar {
          position: absolute; }
        .target .target-list-content .list-group-item .progress .title {
          color: #333;
          line-height: 50px;
          position: absolute;
          left: 10px; }
        .target .target-list-content .list-group-item .progress .value {
          line-height: 50px;
          position: absolute;
          right: 10px;
          color: #333; }
        .target .target-list-content .list-group-item .progress .plan {
          font-size: 1.1em;
          font-weight: bold;
          margin: 5px 0 0 5px; }
  .target .target-schedule {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px; }

.frame {
  padding-bottom: 50px; }
  .frame .empty-list {
    color: #666;
    width: 450px;
    padding: 25px;
    display: block;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto; }
  .frame .tarma-hint {
    margin-top: 50px; }
  .frame table {
    margin-bottom: 50px; }
  .frame .show {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 25px;
    margin-bottom: 50px; }
    .frame .show .title {
      font-weight: bold;
      margin-bottom: 20px;
      text-align: center; }
    .frame .show .tarma-editable::before {
      position: relative;
      margin-left: 0;
      margin-right: 0;
      content: "EDITABLE";
      border: 1px solid red; }
  .frame.frame-list .title {
    font-weight: bold; }
  .frame.frame-list td {
    vertical-align: middle; }

ul.list.list-frame-users {
  list-style: none;
  padding: 0; }
  ul.list.list-frame-users
li.frame-user {
    margin: 0;
    padding: 0;
    margin-top: 16px; }
    ul.list.list-frame-users
li.frame-user .image {
      width: 48px;
      height: 48px;
      float: left;
      margin-right: 10px; }
    ul.list.list-frame-users
li.frame-user .name {
      display: inline; }
      ul.list.list-frame-users
li.frame-user .name:after {
        content: "\A";
        white-space: pre; }
    ul.list.list-frame-users
li.frame-user .role {
      display: inline;
      clear: both; }
    ul.list.list-frame-users
li.frame-user .status {
      display: inline; }

.kpi-rating {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  vertical-align: middle; }
  .kpi-rating.kpi-rating-none {
    background: #999; }
  .kpi-rating.kpi-rating-0,
  .kpi-rating.kpi-rating-1 {
    background: red; }
  .kpi-rating.kpi-rating-2,
  .kpi-rating.kpi-rating-3 {
    background: yellow; }
  .kpi-rating.kpi-rating-4 {
    background: #caee4d; }

.fa.kpi-rating-none {
  color: #999; }

.fa.kpi-rating-0,
.fa.kpi-rating-1 {
  color: red; }

.fa.kpi-rating-2,
.fa.kpi-rating-3 {
  color: yellow; }

.fa.kpi-rating-4 {
  color: #caee4d; }

.workload-rating {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  min-width: 18px;
  height: 20px;
  border: 1px solid;
  border-radius: 10px;
  padding: 0 8px; }
  .workload-rating.workload-rating-none,
  .workload-rating.workload-rating-low {
    color: #aaa;
    border-color: #ddd; }
  .workload-rating.workload-rating-medium {
    background: #ffc;
    border-color: yellow; }
  .workload-rating.workload-rating-high {
    color: #900;
    background: #fdc;
    border-color: #da8; }
  .workload-rating.workload-rating-critical {
    color: yellow;
    background: red;
    border-color: red;
    font-weight: bold; }

html, body, p, div, ul, ol {
  margin: 0; }

body {
  font: 150% Helvetica, sans-serif;
  color: #333;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px; }
  body.frame-bar-visible {
    padding-top: 175px; }
  body
.full-width {
    margin-left: -15px;
    margin-right: -15px; }
  @media only screen and (min-width: 1024px) {
    body {
      padding-left: 0px;
      padding-right: 0px; }
      body
.full-width {
        margin-left: 0px;
        margin-right: 0px; } }

.max-width {
  max-width: 1024px;
  margin: auto; }

.row {
  margin-left: 0px;
  margin-right: 0px; }

.link-element {
  cursor: pointer; }

.editable-click {
  border: none;
  cursor: pointer; }

.editable-container.editable-inline {
  width: 90%; }

.indicator {
  background-color: #eee;
  height: 8px;
  width: 8px;
  position: relative;
  top: -webkit-calc(50% - 4px);
  top: -moz-calc(50% - 4px);
  top: calc(50% - 4px);
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .indicator.changed {
    background-color: red; }

.dummy {
  color: red;
  margin: 5px 0; }

.dummy-small {
  font-size: 75%; }

table.dummy td, table.dummy th {
  padding: 2px 5px; }

.user.user-list td {
  vertical-align: middle; }

.user .user-box {
  background-color: #f9f9f9;
  padding: 25px;
  width: 450px; }

.tarma-sidebar {
  border-bottom: 1px solid #eee; }

.tarma-subline {
  font-size: 21px;
  font-weight: 200;
  line-height: 25px;
  color: #666; }

p {
  line-height: 25px;
  color: #666; }

.tarma-hint {
  background-color: #f9f9f9;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px; }
  .tarma-hint .tarma-hint-title {
    font-weight: bold;
    padding-right: 10px; }
  .tarma-hint .tarma-hint-alert {
    display: block;
    color: red; }

h1, h2, h3, h4, h5 {
  color: #333; }

h1 {
  margin-top: 25px;
  margin-bottom: 25px; }

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.numbers {
  margin-top: -90px;
  width: 100%;
  font-size: 0.8em;
  font-weight: 200; }
  .numbers td, .numbers th {
    height: 30px;
    text-align: right; }
  .numbers tr {
    border-bottom: 1px solid white; }

.btn-tarma {
  background: #0096d1;
  color: #ffffff;
  border: 0;
  outline: 0 none;
  border: 0 none;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 2px;
  font-weight: 300;
  font-size: 11px; }

.btn-tarma:hover, .btn-tarma:focus, .btn-tarma:active, .btn-tarma.active, .open > .dropdown-toggle.btn-tarma {
  background: #33a6cc;
  color: #ffffff; }

.btn-tarma:active, .btn-tarma.active {
  background: #007299;
  color: #ffffff;
  box-shadow: none; }

.btn-tarma-large {
  padding: 14px 24px;
  margin: 5px;
  font-weight: 700;
  font-size: 15px; }

.btn-tarma-light {
  background-color: transparent;
  border: 1px solid #0096d1;
  color: #0096d1;
  border-radius: 5px; }
  .btn-tarma-light.gray {
    border: 1px solid #eee;
    color: #eee; }

.usr-form {
  background-color: #f9f9f9;
  padding: 25px;
  width: 450px; }
  .usr-form .usr-form-group {
    margin-top: 15px;
    margin-bottom: 15px; }
  .usr-form
ul {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    list-style-type: none; }
    .usr-form
ul li {
      display: inline;
      margin-left: 10px;
      margin-right: 10px; }
  .usr-form.usr-form-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px; }
  .usr-form.usr-form-right {
    display: block;
    margin-left: auto;
    margin-right: 0; }
  .usr-form textarea, .usr-form input:not([type=submit]):not([type=file]):not([type=checkbox]) {
    width: 100%;
    padding: 10px; }
  .usr-form button, .usr-form
input[type=submit] {
    margin-top: 20px; }
  .usr-form .input-group {
    margin-top: 20px;
    margin-bottom: 20px; }
  .usr-form textarea {
    height: 125px;
    margin-top: 20px; }

.home .home-teaser {
  margin-top: -100px;
  padding-top: 110px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url(../img/home/teaser_3.png);
  height: 385px; }
  .home .home-teaser h1 {
    font-size: 24px; }
  .home .home-teaser .first-text {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(51, 51, 51, 0.8); }
  .home .home-teaser .second-text {
    display: inline-block;
    color: #333;
    line-height: 32px;
    font-size: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(255, 255, 255, 0.8); }
  .home .home-teaser .btn {
    margin-top: 20px; }

.home .no-space {
  margin-top: 0px;
  margin-bottom: 0px; }

.home .features {
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center; }
  .home .features h2 {
    margin-bottom: 50px; }
  .home .features
.feature-box {
    line-height: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px; }
    .home .features
.feature-box .feature-icon {
      border: 3px solid #0096d1;
      width: 100px;
      height: 100px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .home .features
.feature-box .feature-icon div {
        color: #0096d1;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.home .howitworks {
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 25px; }
  .home .howitworks h2 {
    margin-bottom: 50px;
    text-align: center; }
  .home .howitworks p {
    margin-bottom: 50px; }
  .home .howitworks img {
    padding-left: 25px;
    padding-right: 25px; }

.home .join {
  text-align: center;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 25px; }
  .home .join h3 {
    margin-bottom: 25px; }
  .home .join p {
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px; }
  .home .join img {
    padding-left: 25px;
    padding-right: 25px; }
