@font-face {
  font-family: Roboto-regular;
  src: url('/fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: Robot-Light;
  src: url('/fonts/Roboto-Light.ttf');
}

@font-face {
  font-family: Robot-Thin;
  src: url('/fonts/Roboto-Thin.ttf');
}

@font-face {
  font-family: Roboto-Medium;
  src: url('/fonts/Roboto-Medium.ttf');
}

.rotate-text-outer-container {
  display: table;
}

.rotate-text-inner-container {
  padding: 50% 0;
  height: 0;
}

.rotate-text-90 {
  display: block;
  -webkit-transform: rotate(-90deg);;
  -moz-transform: rotate(-90deg);;
  -ms-transform: rotate(-90deg);;
  -o-transform: rotate(-90deg);;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

body {
  padding-top: 50px;
  height: 100%;
  font-family: Robot-Light;
  color: #000;
  background: #F5F7FA;
}

@media (max-width: 800px) {

  body {
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media (max-width: 800px) {

  .mobile-hide {
    display: none !important;
  }

}

@media (min-width: 801px) {

  .desktop-hide {
    display: none !important;
  }

}

.avatar-circle-small {
  line-height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  background: #79CEF0;
  margin-right: 10px;
  border-radius: 15px;
  height: 30px;
}

.avatar-small {
  height: 30.0px;
  width: 30.0px;
}

.avatar-small img {
  height: 30.0px;
  width: 30.0px;
  border-radius: 50%;
}

.avatar-small .pseudo-small {
  height: 30.0px;
  width: 30.0px;
  border-radius: 50%;
  background: #79CEF0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 30.0px;
}

nav.navbar {
  width: 100%;
  top: 0;
  border-color: #fff;
  font-family: Roboto-regular;
  height: 50px;
  position: fixed;
  z-index: 2300;
  min-height: 50px;
  background: #fff;
  max-height: 50px;
  color: #000;
  left: 0;
}

nav.navbar .outer {
  align-items: center;
  box-shadow: 0px 0px 15px -5px #7F8FA4;
  padding-right: 20px;
  padding-top: 0px;
  padding-left: 20px;
  justify-content: space-between;
  display: flex;
  padding-bottom: 0px;
  height: 50px;
}

nav.navbar .beta {
  font-family: Robot-Thin;
  color: #000 !important;
}

nav.navbar .sub-brand {
  vertical-align: sub;
  margin-left: 5px;
  width: 70px;
  height: 20px;
}

nav.navbar a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

nav.navbar a:hover {
  text-decoration: none;
  color: #79CEF0;
}

nav.navbar .brand.title {
  cursor: pointer;
  font-size: 20px;
  color: #000;
}

nav.navbar .brand.title img {
  height: 25px;
  margin-top: 10px;
}

nav.navbar .navbar-left {
  display: flex;
  align-items: center;
}

nav.navbar .burger {
  font-size: 18pt;
}

nav.navbar .mobile-menu-holder {
  width: 200px;
  border-width: 1px;
  top: 50px;
  border-color: #CECFD4;
  height: auto;
  border-style: solid;
  position: fixed;
  box-shadow: 0px 0px 5px 0px #CECFD4;
  border-radius: 4px;
  background: #fff;
  left: 10px;
}

nav.navbar .mobile-menu-holder span {
  color: #4C505B;
}

nav.navbar .mobile-menu-holder ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

nav.navbar .mobile-menu-holder ul li {
  border-top-color: #CECFD4;
  line-height: 35px;
  width: 100%;
  height: 35px;
  vertical-align: middle;
  white-space: nowrap;
  border-top-width: 1px;
  box-shadow: inset 0px 2px 2px -2px #CECFD4;
  overflow: hidden;
  padding-left: 5px;
  border-top-style: solid;
}

nav.navbar .mobile-menu-holder ul li:hover span {
  color: #79CEF0;
}

nav.navbar .menu ul {
  display: flex;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

nav.navbar .menu ul li {
  margin-left: 20px;
}

nav.navbar .navbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

nav.navbar .navbar-right .user-info {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  margin-right: 5px;
}

nav.navbar .navbar-right .user-info span:hover {
  color: #79CEF0;
}

nav.navbar .navbar-right .user-info .ribbon-circle {
  line-height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  background: #79CEF0;
  margin-right: 10px;
  border-radius: 15px;
  height: 30px;
}

nav.navbar .navbar-right .user-info .ribbon-circle span:hover {
  color: #fff;
}

nav.navbar .navbar-right .user-info .ribbon-circle a, nav.navbar .navbar-right .user-info .ribbon-circle a:hover {
  color: #fff;
}

nav.navbar .navbar-right .user-info .ribbon-circle .ar-down {
  margin-left: -5px;
  font-size: 10pt;
}

nav.navbar .navbar-right .user-info .avatar {
  height: 30.0px;
  width: 30.0px;
}

nav.navbar .navbar-right .user-info .avatar img {
  height: 30.0px;
  width: 30.0px;
  border-radius: 50%;
}

nav.navbar .navbar-right .user-info .avatar .pseudo {
  height: 30.0px;
  width: 30.0px;
  border-radius: 50%;
  background: #79CEF0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 30.0px;
}

nav.navbar .navbar-right .user-info .user-info-names {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin-left: 20px;
  margin-right: 10px;
}

nav.navbar .navbar-right .user-info .user-info-names .name {
  font-size: 16px;
}

nav.navbar .navbar-right .user-info .user-info-names .team {
  font-size: 14px;
  font-family: Robot-Light;
}

nav.navbar .navbar-right .user-menu {
  width: 200px;
  right: 10px;
  border-width: 1px;
  top: 50px;
  border-color: #CECFD4;
  height: auto;
  border-style: solid;
  position: fixed;
  box-shadow: 0px 0px 5px 0px #CECFD4;
  border-radius: 4px;
  background: #CECFD4;
}

nav.navbar .navbar-right .user-menu span {
  color: #4C505B;
  font-family: Roboto-regular;
}

nav.navbar .navbar-right .user-menu .teams, nav.navbar .navbar-right .user-menu .actions {
  width: 100%;
  margin: 0;
}

nav.navbar .navbar-right .user-menu .teams ul, nav.navbar .navbar-right .user-menu .actions ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

nav.navbar .navbar-right .user-menu .teams ul li, nav.navbar .navbar-right .user-menu .actions ul li {
  border-top-color: #CECFD4;
  line-height: 35px;
  width: 100%;
  height: 35px;
  vertical-align: middle;
  white-space: nowrap;
  border-top-width: 1px;
  box-shadow: inset 0px 2px 2px -2px #CECFD4;
  overflow: hidden;
  border-top-style: solid;
}

nav.navbar .navbar-right .user-menu .teams ul li .ar, nav.navbar .navbar-right .user-menu .actions ul li .ar {
  margin-left: 10px;
  margin-right: 15px;
  color: #CECFD4;
}

nav.navbar .navbar-right .user-menu .teams {
  background: #fff;
}

nav.navbar .navbar-right .user-menu .teams li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.navbar .navbar-right .user-menu .teams li span {
  margin-left: 15px;
}

nav.navbar .navbar-right .user-menu .teams li .ar-tick {
  display: none;
}

nav.navbar .navbar-right .user-menu .teams li.active {
  background-color: #79CEF0;
}

nav.navbar .navbar-right .user-menu .teams li.active a, nav.navbar .navbar-right .user-menu .teams li.active span {
  color: #fff;
}

nav.navbar .navbar-right .user-menu .teams li.active .ar-tick {
  display: inline;
}

nav.navbar .navbar-right .user-menu .actions {
  background: #F5F7FA;
}

nav.navbar .navbar-right .user-menu .actions li:first-child {
  box-shadow: inset 0px 4px 4px -3px #CECFD4;
}

nav.navbar .navbar-right button.log-out {
  cursor: pointer;
  font-size: 20px;
  color: #000;
  border: 0;
  background: transparent;
}

nav.navbar .navbar-right button.log-out:hover {
  color: #79CEF0;
}

.login-main-column {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.login-main-column .large-logo img {
  width: 300px;
  height: 223px;
  margin-top: 50px;
}

.login-main-column .form-container {
  width: 400px;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  box-shadow: 0px 0px 15px -5px #7F8FA4;
}

@media (max-width: 800px) {

  .login-main-column .form-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

}

.login-main-column .form-container .form-group {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-bottom: 5px;
}

.login-main-column .form-container .form-group label, .login-main-column .form-container .form-group input {
  width: 100%;
  font-family: Robot-Light;
}

.login-main-column .form-container .form-group label {
  color: #7F8FA4;
  font-size: 12pt;
  margin-bottom: 5px;
  margin-top: 10px;
}

.login-main-column .form-container .form-group input {
  height: 30px;
  line-height: 30px;
  font-size: 13pt;
  border-style: solid;
  border-width: 1px;
  border-color: #CECFD4;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 0px #CECFD4;
}

.login-main-column .form-container .welcome, .login-main-column .form-container .extra {
  text-align: center;
}

.login-main-column .form-container .welcome label, .login-main-column .form-container .extra label {
  color: #000;
}

.login-main-column .form-container .buttons {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.login-main-column .form-container .buttons .button {
  width: 100%;
  margin-left: 0px;
}

.login-main-column .form-container .btn {
  border-color: #fff;
  background-color: #fff;
}

#app {
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

#app .page-content {
  flex: 1;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
}

@media (max-width: 800px) {

  #app .page-content {
    margin-left: 0px;
    margin-right: 0px;
  }

}

#app .page-content .caption {
  display: flex;
  align-items: baseline;
  font-size: 18pt;
  font-family: Robot-Light;
  margin-bottom: 20px;
}

#app .page-content .caption .title {
  cursor: pointer;
}

#app .page-content .caption .button {
  font-family: Robot-Light;
}

#app .page-content .main-content {
  height: 100%;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
  box-shadow: 0px 0px 15px -5px #7F8FA4;
}

#app .page-content .avatar-picker {
  position: relative;
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
}

#app .page-content .avatar-picker img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

#app .page-content .avatar-picker .avatar-picker-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0,0,0,0);
  transition: background 0.5s ease;
}

#app .page-content .avatar-picker .avatar-picker-button {
  position: absolute;
  width: 100px;
  left: 0;
  top: 30.303030303030305px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

#app .page-content .avatar-picker .avatar-picker-button .avatar-picker-button-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

#app .page-content .avatar-picker .avatar-picker-button .avatar-picker-button-wrapper input[type=file] {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  font-size: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

#app .page-content .avatar-picker .avatar-picker-button .avatar-picker-button-wrapper .button {
  margin-left: 10px;
  margin-right: 10px;
  width: 33.333332px;
  cursor: pointer;
}

#app .page-content .avatar-picker .pseudo {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #79CEF0;
  text-align: center;
  vertical-align: middle;
  line-height: 100px;
}

#app .page-content .avatar-picker:hover .avatar-picker-overlay {
  display: block;
  background: rgba(0,0,0,0.3);
}

#app .page-content .avatar-picker:hover .avatar-picker-button {
  opacity: 1;
}

span.sub {
  font-size: 0.8em;
}

.btn-group {
  z-index: 1200;
}

.tip {
  font-style: italic;
  color: #fff;
}

a.btn-simple {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  margin-left: 2px;
  margin-right: 2px;
}

a.btn-simple:hover, a.btn-simple:focus, a.btn-simple:hover {
  color: #fff;
}

a.btn-simple.with-highlight {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
}

a.btn-simple.with-highlight:hover {
  background: #ddd;
}

.icon-text span:nth-child(0n+2) {
  margin-left: 0.5em;
}

.back-btn {
  font-size: 30px;
  margin-right: 10px;
  cursor: pointer;
  color: #fff;
}

.back-btn:hover {
  color: #79CEF0;
}

.link-btn {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.link-btn:hover {
  opacity: 1.0;
  text-decoration: underline;
  color: #fff;
}

.link-btn .wrapper {
  display: flex;
  align-items: center;
}

.link-btn span.link-btn-image {
  margin-right: 4px;
  color: #000;
}

.link-btn span.link-btn-title {
  font-size: 14px;
}

.link-btn:hover span.link-btn-image {
  color: link-hover;
}

.picto-btn {
  font-size: 8px;
  color: #fff;
  border: 1px solid#fff;
  border-radius: 2px;
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.picto-btn:hover {
  background-color: #e6e6e6;
  color: #fff;
}

div#toasts {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 2200;
}

div#toasts div.toast {
  opacity: 0.9;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 800px) {

  div#toasts div.toast {
    padding-left: 2%;
    padding-right: 2%;
  }

}

div#toasts div.toast.warning {
  background: #ec971f;
}

div#toasts div.toast.error {
  background: #DA534f;
}

div#toasts div.toast span.toast-title {
  font-family: Roboto-Medium;
}

div#toasts div.toast .cancel {
  margin-left: 10px;
  font-size: 1.1em;
}

div.alert {
  width: auto;
  max-width: 900px;
  border-color: #ec971f;
  border-style: solid;
  margin-bottom: 20px;
  padding-right: 10px;
  border-radius: 10px;
  background: rgba(236,151,31,0.25);
  color: #856404;
  padding-left: 10px;
  padding-top: 10px;
}

div.alert .title {
  font-family: Roboto-Medium;
}

div.alert .text {
  font-size: 12pt;
}

.highlight {
  color: #79CEF0;
  font-family: Roboto-Medium;
}

div.row {
  display: flex;
  margin-bottom: 40px;
}

div.row.fit-top {
  margin-top: -40px;
}

@media (max-width: 800px) {

  div.row {
    flex-flow: column;
  }

}

div.column {
  width: 300px;
  padding-right: 80px;
}

div.column.narrow {
  width: 100px;
}

div.column:last-child {
  padding-right: 0;
}

div.column.double {
  width: 680px;
}

@media (max-width: 800px) {

  div.column, div.column.double {
    width: 100%;
    padding-right: 0px;
  }

}

div.grid {
  display: grid;
}

div.grid.c3 {
  grid-template-columns: 33% 34% 33%;
}

@media (max-width: 800px) {

  div.grid {
    display: flex;
    flex-flow: column;
  }

}

div.grid .grid-cell {
  padding-right: 10px;
}

@media (max-width: 800px) {

  div.grid .grid-cell {
    padding-right: 0px;
  }

}

div.grid .grid-cell:last-child {
  padding-right: 0;
}

div.grid .grid-cell.c1 {
  grid-column-start: 1;
  grid-column-end: 1;
}

div.grid .grid-cell.c2 {
  grid-column-start: 2;
  grid-column-end: 2;
}

div.grid .grid-cell.c3 {
  grid-column-start: 3;
  grid-column-end: 3;
}

div.grid .grid-cell.c4 {
  grid-column-start: 4;
  grid-column-end: 4;
}

div.grid .grid-cell.c5 {
  grid-column-start: 5;
  grid-column-end: 5;
}

div.grid .grid-cell.c6 {
  grid-column-start: 6;
  grid-column-end: 6;
}

div.grid .grid-cell.c7 {
  grid-column-start: 7;
  grid-column-end: 7;
}

div.grid .grid-cell.c8 {
  grid-column-start: 8;
  grid-column-end: 8;
}

div.grid .grid-cell.c9 {
  grid-column-start: 9;
  grid-column-end: 9;
}

div.tabs-outer {
  width: 100%;
}

div.tabs-outer div.tabs-headers {
  display: flex;
}

div.tabs-outer div.tabs-headers .tab-header {
  line-height: 30px;
  border-width: 1px;
  border-color: #CECFD4;
  font-family: Robot-Light;
  height: auto;
  border-style: solid;
  height-min: 30px;
  border-top-right-radius: 3px;
  margin-bottom: -1px;
  cursor: pointer;
  box-shadow: 0px 0px 1px 0px #CECFD4;
  font-size: 12pt;
  padding-right: 10px;
  background: #fff;
  border-top-left-radius: 3px;
  color: #000;
  padding-left: 10px;
}

div.tabs-outer div.tabs-headers .tab-header.active {
  background: #fff;
  font-family: Roboto-Medium;
  position: relative;
}

div.tabs-outer div.tabs-headers .tab-header.active:after {
  height: 3px;
  width: 100%;
  position: absolute;
  content: close-quote;
  background: #fff;
  left: 0;
  bottom: -2px;
}

div.tabs-outer div.tabs-bodies {
  border-style: solid;
  border-width: 1px;
  border-color: #CECFD4;
  box-shadow: 0px 0px 1px 0px #CECFD4;
  padding: 10px;
  overflow-x: auto;
}

div.tabs-outer div.tabs-bodies div.tab-body {
  display: none;
}

div.tabs-outer div.tabs-bodies div.tab-body.active {
  display: block;
}

div.tabs-outer div.tabs-bodies div.tab-body .editable-grid {
  border-width: 0px;
}

div.tabs-outer div.tabs-bodies div.tab-body .editable-grid table tr th {
  background-color: #fff;
}

div.tabs-outer div.tabs-bodies div.tab-body .editable-grid table tr td {
  background-color: #fff;
}

div.tabs-outer div.tabs-bodies div.tab-body .editable-grid table tr td.navigation-cell {
  text-decoration: underline;
}

div.tabs-outer div.tabs-bodies div.tab-body .editable-grid table th .sort-button {
  margin-left: 7px;
}

div.control {
  min-height: 60px;
}

div.control.x2 {
  min-height: 120px;
}

div.control.x3 {
  min-height: 180px;
}

div.control.x4 {
  min-height: 240px;
}

div.control.x5 {
  min-height: 300px;
}

div.control.x6 {
  min-height: 360px;
}

div.control.x7 {
  min-height: 420px;
}

div.control.x8 {
  min-height: 480px;
}

#popups-secondary div.popup-shade {
  z-index: 2101;
}

#popups-secondary div.popup-container {
  z-index: 2200;
}

div.popup-shade {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.7;
  z-index: 2000;
}

div.popup-container {
  position: fixed;
  width: 66%;
  height: 66%;
  top: 17%;
  left: 17%;
  z-index: 2100;
}

div.popup-container.shrink {
  height: auto;
  max-height: 600px;
  overflow-y: scroll;
}

@media (max-width: 800px) {

  div.popup-container {
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
  }

}

div.popup-container .popup {
  flex-flow: column;
  padding-bottom: 32px;
  height: 100%;
  overflow-y: auto;
  border: 1px solid #fff;
  padding-right: 48px;
  border-radius: 4px;
  display: flex;
  background: #fff;
  padding-left: 48px;
  padding-top: 34px;
}

div.popup-container .popup .caption {
  font-family: Roboto-regular;
  font-size: 1.3em;
}

div.popup-container .popup .popup-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media (max-width: 800px) {

  div.popup-container .popup .popup-content {
    justify-content: flex-start;
  }

}

div.popup-container .popup .popup-content .info-content {
  text-align: justify;
}

.popup .caption, .pane .caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.popup .caption span.title, .pane .caption span.title {
  font-size: 1.3em;
  font-family: Roboto-Medium;
}

.popup .caption .fa-times, .pane .caption .fa-times {
  font-size: 1.1em;
}

.popup .note, .pane .note {
  display: flex;
  align-items: center;
}

.popup .note .icon, .pane .note .icon {
  margin-right: 15px;
  opacity: 0.8;
}

.popup .stacked-input, .pane .stacked-input {
  margin-bottom: 10px;
}

.popup .popup-buttons, .pane .popup-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.popup .popup-buttons .button, .pane .popup-buttons .button {
  min-width: 100px;
}

.pane {
  width: 40%;
  right: 0;
  padding-bottom: 20px;
  border-left: 2px solid #fff;
  top: 50px;
  height: 100%;
  position: fixed;
  z-index: 1950;
  padding-right: 15px;
  bottom: 0;
  background: #fff;
  max-height: 100%;
  padding-left: 15px;
  padding-top: 10px;
}

@media (max-width: 800px) {

  .pane {
    left: 0px;
    width: 100%;
  }

}

.pane .labeled-full-width {
  display: flex;
  justify-content: space-between;
}

.chart {
  cursor: pointer;
}

.chart path.chart-color-1 {
  fill: #B589D5;
}

.chart circle.chart-color-1 {
  fill: #B589D5;
}

.chart path.chart-color-2 {
  fill: #8953BB;
}

.chart circle.chart-color-2 {
  fill: #8953BB;
}

.chart path.chart-color-3 {
  fill: #5C2994;
}

.chart circle.chart-color-3 {
  fill: #5C2994;
}

.chart path.chart-color-4 {
  fill: #1976FF;
}

.chart circle.chart-color-4 {
  fill: #1976FF;
}

.chart path.chart-color-5 {
  fill: #F4516C;
}

.chart circle.chart-color-5 {
  fill: #F4516C;
}

.chart path.chart-color-6 {
  fill: #000000;
}

.chart circle.chart-color-6 {
  fill: #000000;
}

.chart .chart-color-1 {
  color: #B589D5;
}

.chart .chart-color-1 svg {
  fill: #B589D5;
}

.chart .chart-color-2 {
  color: #8953BB;
}

.chart .chart-color-2 svg {
  fill: #8953BB;
}

.chart .chart-color-3 {
  color: #5C2994;
}

.chart .chart-color-3 svg {
  fill: #5C2994;
}

.chart .chart-color-4 {
  color: #1976FF;
}

.chart .chart-color-4 svg {
  fill: #1976FF;
}

.chart .chart-color-5 {
  color: #F4516C;
}

.chart .chart-color-5 svg {
  fill: #F4516C;
}

.chart .chart-color-6 {
  color: #000000;
}

.chart .chart-color-6 svg {
  fill: #000000;
}

.chart.counter {
  padding-left: 20px;
}

.chart.counter .chart-visual {
  font-size: 32pt;
}

.chart.counter .chart-label {
  font-size: 8pt;
}

.chart.data-chart {
  width: 100%;
}

.chart.data-chart .caption {
  font-size: 14pt !important;
  margin-bottom: 0px !important;
}

.chart.data-chart .caption .ar-info {
  font-size: 8pt;
  margin-left: 3px;
}

.chart.data-chart .toggler {
  margin-top: 10px;
}

.chart .progress-bar-body {
  display: grid;
  font-size: 24px;
  margin-top: 10px;
  grid-template-columns: 90px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 55px;
}

.chart .progress-bar-body .target-value {
  color: #7F8FA4;
  margin-left: 10px;
}

.chart .progress-bar-body .current-value {
  margin-right: 10px;
}

.chart .progress-bar-body .progress {
  display: flex;
}

.chart .progress-bar-body .progress .bar {
  height: 24px;
  width: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.chart .progress-bar-body .progress .bar.empty {
  background: #D8D8D8;
}

.chart .progress-bar-body .progress.chart-color-1 .bar.full {
  background: #B589D5;
}

.chart .progress-bar-body .progress.chart-color-2 .bar.full {
  background: #8953BB;
}

.chart .progress-bar-body .progress.chart-color-3 .bar.full {
  background: #5C2994;
}

.chart .progress-bar-body .progress.chart-color-4 .bar.full {
  background: #1976FF;
}

.chart .progress-bar-body .progress.chart-color-5 .bar.full {
  background: #F4516C;
}

.chart .progress-bar-body .progress.chart-color-6 .bar.full {
  background: #000000;
}

.chart .pie-body {
  padding-top: 10px;
  display: flex;
}

.chart .pie-body .pie-circle {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  position: relative;
}

.chart .pie-body .pie-circle .pie-sector {
  position: absolute;
}

.chart .pie-body .pie-circle .pie-sector svg {
  width: 100px;
  height: 100px;
  z-index: 0;
}

.chart .pie-body .pie-labels {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  font-size: 11.5pt;
}

.editor-with-label label, .editor-with-label input {
  width: 100%;
  font-family: Robot-Light;
}

.editor-with-label label {
  color: #7F8FA4;
  font-size: 12pt;
}

.editor-with-label label .ar-info {
  font-size: 8pt;
  margin-left: 3px;
}

.editor-with-label .complex-label {
  display: flex;
  justify-content: space-between;
}

.editor-with-label.checkbox .editor-editor {
  box-shadow: none;
}

.editor-with-label.checkbox .editor-editor input {
  width: auto;
}

.editor-with-label .editor-editor {
  line-height: 30px;
  width: 100%;
  border-width: 0px;
  border-color: #CECFD4;
  border-style: solid;
  position: relative;
  box-shadow: 0px 0px 2px 0px #CECFD4;
  overflow: hidden;
  font-size: 13pt;
  padding-right: 5px;
  border-radius: 0px;
  box-sizing: border-box;
  padding-left: 5px;
}

.editor-with-label .editor-editor.disabled {
  background: #F5F7FA;
}

.editor-with-label .editor-editor .editable {
  min-height: 30px;
}

.editor-with-label .editor-editor .editable .value-display {
  min-height: 30px;
}

.editor-with-label .editor-editor .editable input, .editor-with-label .editor-editor .editable select {
  font-family: inherit;
  font-size: inherit;
  background-color: white;
  border-style: none;
}

.editor-with-label .editor-editor .editable input:focus, .editor-with-label .editor-editor .editable select:focus {
  outline: none;
  outline-style: none;
}

.editor-with-label .editor-editor .editable input::-webkit-calendar-picker-indicator {
  font-size: 8pt;
}

.editor-with-label .editor-editor .side-buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
}

.editor-with-label .editor-editor .side-buttons .button {
  width: 34px;
  justify-content: center;
  font-family: Robot-Light;
  height: 100%;
  margin: 0px;
  align-items: baseline;
  text-align: center;
  border-top-width: 0px;
  border-right-width: 0px;
  font-weight: normal;
  border-bottom-width: 0px;
  border-radius: 0px;
  display: flex;
  color: #7F8FA4;
}

.editor-with-label .editor-editor .side-buttons .button .ar {
  font-size: 6pt;
  text-align: center;
}

div.editable {
  position: relative;
}

div.editable.max-width {
  width: 100%;
}

div.editable div.value-display {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

div.editable .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  opacity: 0.4;
}

div.editable .btn:hover {
  opacity: 1.0;
}

div.editable .edit-icon {
  display: inline-block;
  opacity: 0;
}

div.editable:hover .edit-icon, div.editable.show-editable .edit-icon {
  opacity: 1;
  font-size: 12px;
}

div.editable .form-control {
  width: 100%;
}

div.editable textarea {
  resize: none;
}

div.editable.date, div.editable.date-expiring {
  white-space: nowrap;
}

div.editable.date input, div.editable.date-expiring input {
  width: 7em;
}

div.editable.date-expiring .value-holder {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  border-radius: 3px;
}

div.editable.date-expiring .overdue {
  background: #DA534f;
  color: #fff;
  padding-left: 6px;
}

div.editable.date-expiring .due-soon {
  background: #ec971f;
  color: #fff;
  padding-left: 6px;
}

.editable-grid-container {
  margin: -10px;
}

.editable-grid {
  border-style: solid;
  border-width: 1px;
  border-color: #CECFD4;
  border-radius: 3px;
  overflow-x: auto;
}

.editable-grid table {
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
}

.editable-grid table thead tr th {
  padding-bottom: 20px;
  text-align: justify;
  border-bottom-color: #CECFD4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #F9F9F9;
  padding-right: 10px;
  color: #7F8FA4;
  padding-left: 10px;
  padding-top: 22px;
}

.editable-grid table thead tr th .button {
  width: fit-content;
}

.editable-grid table tbody tr:nth-child(odd) {
  background-color: #F9F9F9;
}

.editable-grid table tbody tr td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CECFD4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.editable-grid table tbody tr td div.icon-toggle {
  width: 100%;
  text-align: center;
}

.editable-grid table tbody tr td .editor-with-label .editor-editor.viewing {
  border-style: none;
  box-shadow: none;
}

.editable-grid table tbody tr td .editor-with-label .editor-editor.disabled {
  background: inherit;
}

a.button {
  text-decoration: none;
}

.tooltip {
  color: #79CEF0;
  cursor: pointer;
}

.button {
  line-height: 34px;
  border-width: 1px;
  border-color: #CECFD4;
  height: 34px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border-style: solid;
  cursor: pointer;
  margin-left: 20px;
  font-size: 13pt;
  padding-right: 7px;
  border-radius: 2px;
  box-sizing: border-box;
  padding-left: 7px;
}

.button.small {
  height: 26px;
  line-height: 26px;
  font-size: 11pt;
}

.button.no-decor {
  border-width: 0px;
  background: none;
  color: black;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.button.no-decor:hover {
  color: gray;
}

.button.tight {
  padding-left: 0px;
  padding-right: 0px;
}

.button a {
  text-decoration: none;
}

.control .button {
  margin-left: 0px;
}

.control .buttons {
  display: flex;
}

.control .buttons .button {
  margin: 7px;
  flex-grow: 1;
}

.button.primary {
  background: #79CEF0;
  color: #fff;
  border-color: #79CEF0;
  box-shadow: 0px 0px 1px 0px #fff;
}

.button.primary a {
  color: #fff;
}

.button.reject {
  background: #DA534f;
  color: #fff;
  border-color: #DA534f;
  box-shadow: 0px 0px 1px 0px #DA534f;
}

.button.reject a {
  color: #fff;
}

.button.arrow-up {
  background: ;
  color: #fff;
  border-color: ;
  box-shadow: 0px 0px 1px 0px ;
}

.button.arrow-up a {
  color: #fff;
}

.button.arrow-down {
  background: #DA534f;
  color: #fff;
  border-color: #DA534f;
  box-shadow: 0px 0px 1px 0px #DA534f;
}

.button.arrow-down a {
  color: #fff;
}

.button.secondary {
  background: linear-gradient(#fff, #F5F7FA);;
  color: #000;
  font-family: Roboto-regular;
  box-shadow: 0px 0px 1px 0px #CECFD4;
}

.button.secondary a {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.button:disabled {
  background: #D8D8D8;
  border-color: #D8D8D8;
  box-shadow: 0px 0px 1px 0px #D8D8D8;
  color: #7F8FA4;
}

.link a {
  color: #79CEF0;
  text-decoration: none;
  cursor: pointer;
}

.link a:hover, .link a:focus, .link a:active {
  color: #79CEF0;
  text-decoration: none;
}

.toggler {
  display: flex;
}

.toggler .toggler-option {
  line-height: 20px;
  border-width: 1px;
  border-color: #CECFD4;
  font-family: Roboto-regular;
  height: 20px;
  margin-right: 0px;
  vertical-align: middle;
  text-align: center;
  border-style: solid;
  cursor: pointer;
  box-shadow: 0px 0px 1px 0px #CECFD4;
  overflow: hidden;
  margin-left: 0px;
  font-size: 11pt;
  padding-right: 10px;
  color: #000;
  padding-left: 10px;
}

.toggler .toggler-option.active {
  background: #79CEF0;
  color: #fff;
  border-color: #79CEF0;
  box-shadow: 0px 0px 1px 0px #fff;
}

.toggler .toggler-option.active a {
  color: #fff;
}

.toggler.tiny .toggler-option {
  height: 16px;
  line-height: 16px;
  font-size: 9pt;
}

.icon-toggle {
  color: #7F8FA4;
  cursor: pointer;
}

.icon-toggle.active {
  color: #79CEF0;
}

.project-picker.editor-with-label .control-caption {
  display: flex;
}

.project-picker.editor-with-label .control-caption label, .project-picker.editor-with-label .control-caption input {
  margin-top: 0px;
  width: auto;
}

.project-picker.editor-with-label .control-caption .new-project {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.project-picker.editor-with-label .control-caption .new-project span {
  font-size: 10pt;
}

.project-picker.editor-with-label .recent-picker {
  display: flex;
  font-size: 11pt;
  margin-top: 5px;
  width: 100%;
}

.project-picker.editor-with-label .recent-picker label {
  margin-top: 0px;
  width: auto;
  font-family: Robot-Light;
  font-size: inherit;
  color: #7F8FA4;
}

.project-picker.editor-with-label .recent-picker .link {
  margin-left: 10px;
}

.project-picker.editor-with-label .recent-picker .link a {
  font-size: inherit;
}

.timesheet.editable-grid {
  overflow: visible;
}

.timesheet.editable-grid .user-total {
  font-weight: bold;
}

.timesheet.editable-grid table thead th {
  background: #F5F7FA;
}

.timesheet.editable-grid table thead th .rotate-text-inner-container {
  width: 3em;
}

.timesheet.editable-grid table thead th .rotate-text-inner-container span {
  white-space: nowrap;
}

.timesheet.editable-grid table tbody tr.user-total:nth-child(1n+2) {
  background: #F9F9F9;
}

.timesheet.editable-grid table tbody tr:nth-child(1n+2) {
  background: #fff;
}

.timesheet.editable-grid td:nth-child(1n+2) {
  text-align: center;
}

.timesheet.editable-grid a {
  text-decoration: none;
  color: #79CEF0;
}

.flip-v {
  transform: scaleY(-1);
}

body {

}