:root {
  font-size: 18px;
}
body {
  background-color: rgb(245,245,245);
  margin: 0 !important;
  color: rgb(117, 117, 117);
  font-family: Roboto, sans-serif;
}
article {
  clear: both;
}

a:link,
a:visited {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.54);
}

a.a-block {
  display: block;
  width: 100%;
}

p,h1,h2,h4 {
  color: rgb(117, 117, 117);
}
h2 {
  font-weight: 500;
  font-size: 1.5rem;
}
h3 {
  font-weight: 500;
  font-size: 1.17rem;
  margin-bottom: 6px;
}
h4 {
  font-weight: 600;
  font-size: .8rem;
  margin: 6px 0 4px 0;
  padding: 0;
}
p {
  margin: 4px 0;
  padding:0;
  line-height: 1.2rem;
  font-size: .8rem;
}

p a:link,
p a:visited,
p a:active  {
  color: rgb(35, 151, 190);
}

p a:hover  {
  text-decoration: underline;
  color: rgb(35, 151, 190);
}

p.subHeading {
  color: rgba(117, 117, 117 ,0.5);
  margin-bottom: 4px;
  display: block;
  width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgb(117, 117, 117);
}

ul li {
  margin: 6px 0;
  padding: 0;
}

.header-wrapper {}
.cent-layout {}
.cent-main {
  padding-top: 64px !important;
}

.cent-form {}

.cent-form h2 {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 16px 0 0 0;
  display: block;
  width: 100%;
}
.cent-form-element-number {
  text-align: right;
}

/* Legacy support */
.centric-content {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-top: 64px !important;
}
.centric-footer {
  background: black;
  color: white;
  padding: 40px 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.centric-footer a {
  color: white;
  text-decoration: none;
}
#execptionMessage {
  background-color: #FFF;
  color: rgb(117, 117, 117);
  width: 100%;
  padding: 16px;
}
#execptionMessage h2 {
  margin: 8px;
}
/* Legacy support end */

.cent-drawer {
}

.cent-footer {
  background: black;
  color: white;
  padding: 20px 0;
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: .9rem;
  font-weight: 300;
  position: absolute;
}

.cent-footer .copyright {
  color: #BCC0C0;
  font-size: .8rem;
  margin: 8px 0 0 0;
  text-align: center;
}

.cent-footer .copyright a {
  color: #BCC0C0;
  text-decoration: none;
}

.cent-footer .copyright a:hover {
  color: #FFF;
}

.cent-footer-links li {
  display: inline-block;
  margin: 8px 16px;
}

.cent-footer-links a {
  color: #BCC0C0;
  text-decoration: none;
}

.cent-footer-links a:hover {
  color: #FFF;
}


ul.cent-list-plain.category-tree ul {
  padding-left: 2em;
}

.cent-list-plain li {
  margin: 4px 0;
  padding: 0;
  line-height: 1.2rem;
  font-size: .8rem;
}

.cent-list-plain li em {
  font-weight: 600;
  width: 33%;
  display: inline-block;
  font-style: normal;
}

.cent-list-plain a:link,
.cent-list-plain a:visited,
.cent-list-plain a:active  {
  color: rgb(35, 151, 190);
}

.cent-list-plain a:hover  {
  text-decoration: underline;
  color: rgb(35, 151, 190);
}


.cent-list-item {
  padding: 8px;
  height: 40px;
}

.cent-list-item-text {
  display: block;
}

.cent-list-item-avatar {
  float: left;
  margin: 0 16px 0 0;
}

.cent-checkbox-wrapper {
  margin: 16px 0 0 0 ;
}

.cent-checkbox-hint {
  color: rgba(117, 117, 117 ,0.5);
  font-size: 12px;
  line-height: 2;
  margin-bottom: 4px;
}

.cent-radio-button-group {
  padding: 1em;
}

.cent-radio-button-group > div {
  margin-top: 0.5em;
}

.avatar{
  background-color: rgb(35, 151, 190);
}
.avatar-required {
  background-color: rgb(183, 28, 28);
}
.avatar-toDo {
  background-color: rgb(255, 171, 0);
}
.avatar-toDo-required {
  background-color: rgb(183, 28, 28);
}
.avatar-inProgress {
  background-color: rgb(255, 215, 64);
}
.avatar-inProgress-required {
  background-color: rgb(255, 215, 64);
}
.avatar-completed {
  background-color: rgb(76, 175, 80);
}
.avatar-disabled {
  background-color: rgb(189, 189, 189);
}


.primaryText {
  font-weight: 500;
  display: block;
}
.secondaryText {
  display: block;
  line-height: 1.3em!important;
  margin-top: 2px!important;
}
.secondaryInfo {
  height: 40px;
  margin-top: 8px!important;
}

#centIdentifier {
  display: block;
  padding: 16px;
  background: #eef3f4 url("../img/bg-drawer-header.png") no-repeat right top;
  margin: 0 0 16px 0!important;
}

.cent-username a {
  color: #FFF !important;
  display: block;
  clear: none;
  margin: 16px 0;
}

.cent-progressLabel {
  clear: none;
  float: left;
  padding: 16px;
  margin: 8px 8px 16px 16px;
}

.cent-progressLabel-text {
 display: inline;
}

.progressBar {
  margin: 0 0 4px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  border: none;
  height: 12px;
  line-height: 12px;
  background-color: rgb(239, 239, 239);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.progressBar .segment {
  display: inline;
  flex-grow: 1;
  border: none;
  background-color: #FFF;
  height: 12px;
  margin: 0;
  line-height: 10px;
}

.progressBar > :first-child,
.progressBar > :first-child a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.progressBar > :last-child,
.progressBar > :last-child a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.progressBar > :only-child,
.progressBar > :only-child a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.progressBar .segment a {
  display: block;
  height: 12px;
  width: 100%;
}
.progressBar .segment a:hover {
  background-color: #FFF;
}
.progressBar .segment.canceled {
  background-color: rgb(239, 239, 239);
}
.progressBar .segment.canceled a:hover {
  background-color: rgb(239, 239, 239);
}
.progressBar .segment.waiting {
  background-color: rgb(239, 239, 239);
}
.progressBar .segment.waiting a:hover {
  background-color: rgb(239, 239, 239);
}
.progressBar .segment.enrolled {
  background-color: rgb(239, 239, 239);
}
.progressBar .segment.enrolled a:hover {
  background-color: rgb(239, 239, 239);
}

.progressBar .segment.completed {
  background-color: rgb(35, 151, 190);
}
.progressBar .segment.completed a:hover {
  background-color: rgb(57, 170, 211);
}
.progressBar .segment.partial {
  background-color: rgb(239, 239, 239);
}
.progressBar .segment.partial a:hover {
  background-color: rgb(239, 239, 239);
}
.progressBar .segment.none {
  background-color: rgb(239, 239, 239);
}
.progressBar .segment.none a:hover {
  background-color: rgb(239, 239, 239);
}
.progressBar.requirements .segment.partial {
  background-color: rgb(239, 239, 239);
}
.progressBar.requirements .segment.partial a:hover {
  background-color: rgb(239, 239, 239);
}
.progressBar.requirements .segment.none {
  background-color: rgb(239, 239, 239);
}
.progressBar.requirements .segment.none a:hover {
  background-color: rgb(239, 239, 239);
}

.progressBar.cancelled .segment {
  background-color: #E0E0E0;
}
.progressBar.cancelled .segment a:hover {
  background-color: #E0E0E0;
}
.progressBar.cancelled .segment.completed {
  background-color: #999;
}
.progressBar.cancelled .segment.completed a:hover {
  background-color: #AAA;
}

.progressBar .segment.success {
  background-color: #4CAE50;
}
.progressBar .segment.success a:hover {
  background-color: #4cb54f;
}
.progressBar.success .segment {
  background-color: rgb(239, 239, 239);
}
.progressBar.success .segment a:hover {
  background-color: rgb(239, 239, 239);
}

.secondaryInfo .progressBar {
  max-width: 50%;
}

.progressBar-label {
  margin: 8px 0;
}
.spot {
  display: inline-block;
  background-color: rgba(117, 117, 117 ,0.7);
  border-radius: 50%;
  width: .7em;
  height: .7em;
  margin: 0 8px 0 8px;
}
.spot.spot-optional {
  background-color: #F9B205;
}
.spot.spot-mandatory {
  background-color: #B71B1C;
}

.flag-text {
  color: #FFF;
  background-color: rgba(117, 117, 117 ,0.7);
  border-radius: 5px;
  padding: 1px 5px;
  margin: 0 8px 0 0;
  text-transform: uppercase;
  font-size: .8em;
}

.flag-mandatory,
.flag-optional {
  color: #FFF;
  border-radius: 5px;
  padding: 1px 4px;
  margin: 0 8px 0 0;
  text-transform: uppercase;
}
.flag-mandatory {
  background-color: #B71B1C;
}
.flag-optional {
  background-color: #F9B205;
}
.flag-success {
  background-color: #4CAE50;
}

.icon-duration {
  color: #696969;
  background-color: #CCC;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 1px 4px;
  margin: 0 8px 0 0;
  display: inline-block;
}

.icon-small {
  height: 16px!important;
  width: 16px!important;
  margin: 2px 8px 0 0!important;
  padding: 0!important;
}

.icon-small-td {
  height: 12px!important;
  width: 12px!important;
  margin: 0 0 0 8px!important;
  padding: 0!important;
}

.icon-small-li {
  height: 12px!important;
  width: 12px!important;
  margin: 0 8px 0 0!important;
  padding: 0!important;
}

.icon-micro {
  height: 12px;
  font-size: 10px;
  line-height: 11px;
}

.tbl-td-icon {
  padding: 0!important;
  text-align: center!important;
}

.tbl-td-number {
  width: 11%!important;
  text-align: right!important;
}

.tbl-td-actions {
  padding: 0!important;
  text-align: right!important;
}

.cent-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cent-hero-space {
  background-color: rgb(31, 115, 146);
  width: 100%;
  color: #FFF;
}
.cent-breadcrumbs {
  font-size: .7rem;
  font-weight: 300;
  color: #FFF;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cent-breadcrumbs li {
  display: inline-block;
  margin-right: 8px;
}
.cent-breadcrumbs li a {
  color: #FFF;
  text-decoration: none;
}
.cent-breadcrumbs li a:hover {
  color: #FFF;
  text-decoration: underline;
}

.cent-hero-content {
  padding: 36px;
  width: 70%;
}
.cent-hero-content h2 {
  color: #FFF;
  letter-spacing: 1px;
  margin: 16px 0 16px 0;
}
.cent-hero-content p {
  color: #FFF;
  letter-spacing: 1px;
  padding: 0 0 16px 0;
}

.cent-dialog {
 }
.cent-dialog-text {
  margin-bottom: 42px!important;
}
.cent-dialog-actions {
  position: absolute!important;
  display: block;
  margin-top: 16px;
  bottom: 8px;
  right: 8px;
  text-align: right;
}

.cent-cards {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0 16px 0;
}
.cent-cards-header {
  width: 100%;
  margin:  8px 8px 16px 8px;
}
.cent-cards-header h2{
  margin: 0;
}

.cent-card {
  color: rgb(117, 117, 117);
  margin:  8px 8px 8px 8px;
  flex-grow: 1;
  position: relative;
}
.cent-card-4 {
  width: 30%;
}
.cent-card-6 {
  width: 48%;
}
.cent-card-6 > div {
  height: 100%;
}

.cent-card-flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cent-card-flex-title {
  flex-grow: 1;
}

.cent-card-8 {
  width: 66%;
}
.cent-card-12 {
  width: 100%;
}
.cent-card-micro {
  width: 30%;
  margin-bottom: 4px !important;
}
.cent-card-list {
  padding: 0!important;
}

.cent-card-list-item {
  width: 48%;
  margin-bottom: 4px !important;
}

.cent-card-header button {
  margin: 0!important;
}


.cent-flex-row {
  display: flex; /* or inline-flex */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cent-flex-column {
  flex-direction: column;
  justify-content: space-between;
}

.cent-col-1 {
  width: 100%;
}
.cent-col-2 {
  width: 50%;
}
.cent-col-3 {
  width:33%;
}
.cent-col-4 {
  width:34%;
}
.cent-col-8 {
  width:66%;
}
.cent-col-12 {
  width:100%;
}

.cent-zero {
  padding: 0!important;
}

.cent-card-text {
  padding-top: 0 !important;
}

.cent-card-text p {
  margin-bottom: 16px;
}

.cent-card-text h4,
.cent-card-text h5 {
  margin: 4px 0;
  padding: 0;
}
.cent-card-text h4 {
  font-size: .8rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.cent-card-text h5 {
  font-size: .7rem;
  font-weight: 300;
}

.cent-card-text h4 a:link,
.cent-card-text h4 a:active,
.cent-card-text h4 a:visited {
  color: rgb(117, 117, 117);
  text-decoration: none;
}
.cent-card-text h4 a:hover {
  color: rgb(117, 117, 117);
  text-decoration: underline;
}

.cent-card-chips,
.cent-card-chips-r {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px 16px 16px!important;
}
.cent-card-chips-r {
  flex-direction: row-reverse;
}

.cent-card-chips-mid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px!important;
}

.cent-form-chips {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 16px 0!important;
}

.cent-card-actions {
  padding: 0 16px!important;
  text-align: right;
}

.cent-card-header-buttons {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin: 16px;
}

.cent-card-header-buttons .cent-icon {
  margin-left: 16px;
}

.cent-progress-bar-circular {
  width: 180px;
  padding: 0;
  margin: 0 16px;
}

.button-raised {
  margin-bottom: 16px;
}

.buttonRaised {
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: .2rem;
  background-color: rgb(35, 151, 190);
  border: solid 1px rgb(35, 151, 190);
  border-radius: 4px;
}

.buttonRaised:hover {
  background-color: rgb(38, 181, 214);
}

.cent-page {
  padding: 32px;
  margin: 0 auto 0 auto;
  max-width: 1200px;
}

.cent-page-formal h3 {
  margin-top: 32px;
  margin-bottom: 8px;
}

.cent-page-formal p {
  text-align: justify;
}

.cent-content {
  display: flex; /* or inline-flex */
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 16px 16px 16px;
}

.cent-content h2,
.cent-content h3,
.cent-content h4 {
  padding: 0;
  margin: 0;
}
.cent-content h2 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

.cent-content-white {
  background-color: #FFF;
}

.content-left {
  flex-grow: 1;
  margin-right: 16px;
  min-width: 110px;
  max-width: 200px;
  order: 0;
}
.content-main {
  flex-grow: 3;
  font-size: .8rem;
  order: 2;
}

.content-main div {
  margin: 0 0 16px 0;
}

.content-main div:first-of-type {
  margin: 0 0 4px 0;
}

.content-main div:last-of-type {
  margin: 0;
}

.content-right {
  flex-grow: 1;
  margin-left: 16px;
  order: 3;
}
.content-right > div {
  padding: 0 0 0 16px;
  position: relative;
  margin: 0 0 16px 0;
  text-align: center;
  min-width: 110px;
}
.cent-category {
  position: relative;
  padding: 16px;
  margin: 0;
  border-left: 16px solid rgb(31, 115, 146);
  display: block;
}
.cent-category-header {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.cent-category-links {
  position: relative;
  padding: 0;
  margin: 8px 0 0 0;
  font-size: .89rem;
}

.cent-stat {
  position: relative;
  height: 60px;
  padding: 16px;
  margin: 0;
  border-left: 16px solid rgb(35, 151, 190);
}

.cent-stat:hover  {
  border-left: 16px solid rgb(57, 170, 211);
}
.cent-stat-count {
  padding: 0;
  margin: 0 0 8px 0;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 50%;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: rgb(35,151,190);
}
.cent-stat-count a:link {
  color: rgb(35, 151, 190);
}
.cent-stat-count i {
  font-size: .8rem;
  color: rgba(128, 134, 135, 0.54)
}

.cent-stat-title {
  padding: 0;
  margin: 0;
  width: 50%;
  position: absolute;
  bottom: 16px;
  left: 16px;
  text-transform: uppercase;
  font-size: .7rem;
  display: inline;
  clear: left;
}

.cent-stat-icon {
  padding: 0;
  margin: 16px 16px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  float: right;
  clear: none;
}

.badge-duration {
  color: #FFF;
  display: block;
  line-height: 1rem;
  font-size: 1rem;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: rgb(117, 117, 117);
  border: 2px solid rgb(117, 117, 117);
}

.badge-cpd {
  color: #FFF;
  display: block;
  line-height: 1rem;
  font-size: 1rem;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  border-radius: 25px;
  border: 2px solid rgb(35, 151, 190);
  background: rgb(35, 151, 190);
}

.badge-cpd-amount {
  display: inline-block;
  border: 2px solid #FFF;
  padding: 5px;
  margin: 0 8px 0 0;
  text-align: center;
  min-width: 16px;
  border-radius: 25px;
  background-color: #FFF;
  color: rgb(35, 151, 190);
}

.badge-score {
  color: #CBCBCB;
  display: block;
  line-height: 2rem;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 16px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #FFF;
  border: 2px solid #FFF;
}
.badge-score em {
  color: rgb(117, 117, 117);
  font-size: 2rem;
  margin-right: 4px;
  font-style: normal;
}

.badge-subtitle {
  color: #CBCBCB;
  border-top: 2px solid #CBCBCB;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: .7rem;
  text-transform: uppercase;
}

.price {
  line-height: 1.3rem;
  font-size: 1.2rem;
  color: rgb(117, 117, 117);
}

.mapMarker {
  display: block;
  position: relative;
}
.mapMarker-icon {
  position: absolute;
  top: -32px;
  left: -12px;
  width: 32px;
  height: 32px;
}

.mapMarker-title {
  position: absolute;
  top: -30px;
  left: 18px;
  width: 200px;
  font-weight: 400;
  font-size: 1.2em;
  color: #000;
}


.cent-event {
  color: rgb(117, 117, 117)!important;
  background-color: rgb(174, 233, 252)!important;
}
.cent-event-past {
  color: rgb(117, 117, 117)!important;
  background-color: rgb(174, 233, 252)!important;
}

.cent-event-attendance {
  background-color: rgb(35, 151, 190)!important;
}



.cent-schedule-segment {
  display: block;
}
.cent-schedule-segment a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 2px;
  background-color: rgb(35, 151, 190);
  border-radius: 5px;
}

.profile-avatar-wrapper {
  color: rgb(117, 117, 117);
  display: block;
  line-height: 30px;
  font-size: 16px;
  text-slign: center;
  font-style: italic;
  margin: 6px 0;
}

.profile-avatar {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.divider {
  clear: both;
}

.skill-levels {
  width: 120px;
  height: 30px;
  display: flex; /* or inline-flex */
  flex-direction: row;
  justify-content:  center;
}
.skill-levels > div {
  width: 30px;
  height:15px;
  margin: auto;
  background-color: rgb(112, 219, 255);
  border: 1px solid rgb(112, 219, 255);
  border-radius: 2px;
}
.skill-levels div.active {
  background-color: rgb(35, 151, 190);
  border: 1px solid rgb(35, 151, 190);
}
.skill-levels div.trainer {
  background-color: rgb(112, 219, 255);
  border: 1px solid rgb(112, 219, 255);
}
.skill-levels div.trainer.active {
  background-color: rgb(0, 131, 143);
  border: 1px solid rgb(0, 131, 143);
}

p.version {
  padding: 0;
}

/* Smartphones (portrait) ----------- */
@media screen and (max-width : 400px) {
  .cent-cards,
  .cent-form,
  .cent-paper,
  .cent-list,
  .cent-tree {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cent-card {
    width: 96%;
    margin: 0 auto 4px auto !important;
  }
  .cent-card-micro,
  .cent-card-list-item {
    width: 90%;
    margin: 0 0 1px 0!important;
    border-bottom: 1px solid rgb(220,220,220);
    box-shadow: 0 0 0 rgba(0,0,0,0.0), 0 0 0 rgba(0,0,0,0.0)!important;
    border-radius: 0!important;
  }
  .cent-col-4,
  .cent-col-8 {
    width:100%;
  }
  .toolbar-title span {
    font-size: 1.2rem!important;
  }
  .cent-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .cent-hero-content {
    padding: 16px;
    width: 100%;
  }

}

@media screen and (max-width: 700px) {
  .toolbar-title  {
    max-width: 50%;
    overflow: hidden;
  }
  .toolbar-title span {
    font-size: 1rem!important;
    max-width: 100%;
  }

  .cent-cards {
    margin: 0;
  }
  .cent-cards,
  .cent-form,
  .cent-paper,
  .cent-list,
  .cent-tree {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cent-card {
    width: 96%;
    margin: 0 auto 4px auto !important;
  }
  .cent-card-6 {
    width: 90%;
  }
  .cent-card-list-item {
    width: 90%;
    margin: 0 0 1px 0!important;
    border-bottom: 1px solid rgb(220,220,220);
    box-shadow: 0 0 0 rgba(0,0,0,0.0), 0 0 0 rgba(0,0,0,0.0)!important;
    border-radius: 0!important;
  }
  .cent-card-media span:first-of-type {
    font-size: 1.1rem!important;
  }
  .secondaryInfo .progressBar {
    width: 100% !important;
    max-width: 100%;
  }
  .primaryText {
    line-height: 1rem;
  }
  .flag-optional,
  .flag-mandatory {
    font-size: .7rem;
  }
  .cent-col-2 {
    width: 100%;
  }
  .cent-card-text {
    flex-direction: column;
  }
  .content-left {
    display: flex; /* or inline-flex */
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

  }
  .content-main {
    flex-grow: 1;
    order: 1;
  }
  .content-right {
    display: flex; /* or inline-flex */
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 16px 0 0 0;
    order: 2;
  }
  .profile-avatar-wrapper {
    float: left;
    margin: 0 16px 0 0;
  }
  .login-dialog {
    max-width: 350px !important;
  }
}

@media screen and (max-width: 890px) {
  .cent-col-4,
  .cent-col-8 {
    width:100%;
  }
  .cent-card-list-item {
    width: 90%;
    margin: 0 0 1px 0!important;
  }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 960px) {
  .cent-cards,
  .cent-form,
  .cent-paper,
  .cent-list,
  .cent-tree {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .cent-splash {
    padding-left: 10px;
    padding-right: 10px;
  }

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
  .cent-card-6 {
    width: 30%;
  }
  .cent-card-list-item {
    width: 30%;
  }
  .cent-card-micro {
    width: 24%;
  }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
  /* Styles */
}

@media print  {

  body {
    background-color: #FFF!important;
    margin: 0 !important;
    color: rgb(117, 117, 117)!important;
  }
  a {
    color: rgb(117, 117, 117)!important;
  }
  .toolbar,
  button {
    display: none!important;
  }
  .cent-main {
    padding-top: 0 !important;
    margin: 0 !important;
  }
  .cent-cards,
  .cent-form,
  .cent-paper,
  .cent-list,
  .cent-tree {
    width: 100%;
    margin: 0!important;
    border: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
  }
 .cent-card {
   border: none!important;
   -webkit-box-shadow: none!important;
   -moz-box-shadow: none!important;
   box-shadow: none!important;
 }
}

.validation-error {
    position: relative;
    bottom: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #f44336;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.cent-chip {
    background: rgb(224,224,224) none repeat scroll 0 0;
    border: none;
    border-radius: 24px;
    color: rgb(86, 86, 86);
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin: 0 8px 0 0;
    padding: .7em;
    text-align: left;
    text-decoration: none;
}


ul.cent-pills {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: .8em;
    display: flex;
}

ul.cent-pills li {
  background: rgb(224,224,224) none repeat scroll 0 0;
  border: none;
  border-radius: 24px;
  color: rgb(86, 86, 86);
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 24px 0 0;
  padding: 4px 12px;
  text-align: left;
  text-decoration: none;
}

ul.cent-pills li span {
  display: block;
  padding: 5px 0;
  height: 18px;
  float: left;
  line-height: 24px;
  font-size: 16px;
}

ul.cent-pills li button {
  margin: 4px 0 4px 16px !important;
}

ul.cent-pills li a:link,
ul.cent-pills li a:active,
ul.cent-pills li a:visited {
    color: #696969;
    text-decoration: none;
}
ul.cent-pills li a:hover {
    color: #696969;
    text-decoration: none;
}

.profile div {
    line-height: 24px;
}

.profile span {
     display: inline-block;
     margin-right: 10px;
}

.profile span.roles {
    float: left;
}


.toolbar svg {
    fill: #FFF !important;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label, .ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
  fill: #d70206;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
  fill: #f05b4f;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
  fill: #f4c63d;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
  fill: #d17905;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
  fill: #453d3f;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
  fill: #59922b;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
  fill: #0544d3;
}
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-area {
  fill: #6b0392;
}
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-area {
  fill: #f05b4f;
}
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-area {
  fill: #dda458;
}
.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-area {
  fill: #eacf7d;
}
.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-area {
  fill: #86797d;
}
.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-area {
  fill: #b2c326;
}
.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-area {
  fill: #6188e2;
}
.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-area {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%;
}
.ct-square:after {
    content: "";
    display: table;
    clear: both;
}
.ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%;
}
.ct-minor-second:after {
    content: "";
    display: table;
    clear: both;
}
.ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
    content: "";
    display: table;
    clear: both;
}
.ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
    content: "";
    display: table;
    clear: both;
}
.ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%;
}
.ct-major-third:after {
    content: "";
    display: table;
    clear: both;
}
.ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%;
}
.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both;
}
.ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both;
}
.ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both;
}
.ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
    content: "";
    display: table;
    clear: both;
}
.ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%;
}
.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both;
}
.ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both;
}
.CodeMirror{
  font-family:monospace;
  height:300px;
  color:#000
}
.CodeMirror-lines{padding:4px 0}
.CodeMirror pre{padding:0 4px}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler{background-color:#fff}
.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}
.CodeMirror-linenumber{
  padding:0 3px 0 5px;
  min-width:20px;
  text-align:right;color:#999;
  -moz-box-sizing:content-box;
  box-sizing:content-box
}
.CodeMirror-guttermarker{color:#000}
.CodeMirror-guttermarker-subtle{color:#999}
.CodeMirror div.CodeMirror-cursor{border-left:1px solid #000}
.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursor{width:auto;border:0;background:#7e7}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursors{z-index:1}
.cm-animate-fat-cursor{
  width:auto;border:0;
  -webkit-animation:blink 1.06s steps(1) infinite;
  -moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}@-moz-keyframes blink{0%{background:#7e7}50%{background:0 0}100%{background:#7e7}}@-webkit-keyframes blink{0%{background:#7e7}50%{background:0 0}100%{background:#7e7}}@keyframes blink{0%{background:#7e7}50%{background:0 0}100%{background:#7e7}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}
  .cm-s-default .cm-number{color:#164}
  .cm-s-default .cm-def{color:#00f}
  .cm-s-default .cm-variable-2{color:#05a}
  .cm-s-default .cm-variable-3{color:#085}
  .cm-s-default .cm-comment{color:#a50}
  .cm-s-default .cm-string{color:#a11}
  .cm-s-default .cm-string-2{color:#f50}
  .cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}
  .cm-s-default .cm-builtin{color:#30a}
  .cm-s-default .cm-bracket{color:#997}
  .cm-s-default .cm-tag{color:#170}
  .cm-s-default .cm-attribute{color:#00c}
  .cm-s-default .cm-header{color:#00f}
  .cm-s-default .cm-quote{color:#090}
  .cm-s-default .cm-hr{color:#999}
  .cm-s-default .cm-link{color:#00c}
  .cm-negative{color:#d44}
  .cm-positive{color:#292}
  .cm-header,.cm-strong{font-weight:700}
  .cm-em{font-style:italic}
  .cm-link{text-decoration:underline}
  .cm-strikethrough{text-decoration:line-through}
  .cm-invalidchar,.cm-s-default .cm-error{color:red}
  div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}
  div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}
  .CodeMirror-matchingtag{background:rgba(255,150,0,.3)}
  .CodeMirror-activeline-background{background:#e8f2ff}
  .CodeMirror{position:relative;overflow:hidden;background:#fff}
  .CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative;-moz-box-sizing:content-box;box-sizing:content-box}
  .CodeMirror-sizer{position:relative;border-right:30px solid transparent;-moz-box-sizing:content-box;box-sizing:content-box}
  .CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}
  .CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}
  .CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}
  .CodeMirror-scrollbar-filler{right:0;bottom:0}
  .CodeMirror-gutter-filler{left:0;bottom:0}
  .CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}
  .CodeMirror-gutter{white-space:normal;height:100%;-moz-box-sizing:content-box;box-sizing:content-box;display:inline-block;margin-bottom:-30px}
  .CodeMirror-gutter-wrapper{position:absolute;z-index:4;height:100%}
  .CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}
  .CodeMirror-gutter-wrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}
  .CodeMirror-lines{cursor:text;min-height:1px}
  .CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}
  .CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}
  .CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}
  .CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}
  .CodeMirror-code{outline:0}
  .CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}
  .CodeMirror-measure pre{position:static}
  .CodeMirror div.CodeMirror-cursor{position:absolute;border-right:none;width:0}
  div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}
  .CodeMirror-focused div.CodeMirror-cursors{visibility:visible}
  .CodeMirror-selected{background:#d9d9d9}
  .CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}
  .CodeMirror-crosshair{cursor:crosshair}
  .CodeMirror ::selection{background:#d7d4f0}
  .CodeMirror ::-moz-selection{background:#d7d4f0}
  .cm-searching{background:#ffa;background:rgba(255,255,0,.4)}
  .cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}
  .cm-tab-wrap-hack:after{content:''}
  span.CodeMirror-selectedtext{background:0 0}
.ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both;
}
.ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%;
}
.ct-octave:after {
    content: "";
    display: table;
    clear: both;
}
.ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%;
  }
.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both;
  }
.ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both;
}
.ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both;
}
.ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%;
}
.ct-double-octave:after {
    content: "";
    display: table;
    clear: both;
}
.ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.cent-card-calendar {
  height: 600px;
}


/* react-big-calendar custom */
.rbc-toolbar-label {
  font-size: 1rem;
  color: rgb(117, 117, 117);
}
.rbc-toolbar button {
  text-transform: uppercase;
  font-size: .8rem;
  color: rgb(117, 117, 117);
  display: inline-block;
  margin: 0 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: none;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-btn-group>button:first-child {
  border-radius: 0;
}
.rbc-btn-group>button:last-child {
  border-radius: 0;
  margin: 0;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: none;
  background-color: #e6e6e6;
  border: none;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: rgb(117, 117, 117);
  background-color: #e6e6e6;
  border: none;
}
.rbc-header {
  padding: 2px 4px;
  font-size: 1rem;
  min-height: 14px;
}
.rbc-off-range {
  color: #b3b3b3;
  background-color: #F5F5F5;
  border-left: 1px solid #DDD;
}
.rbc-off-range-bg {
  background-color: #F5F5F5;
}
.rbc-off-range:first-child {
  border-left: 0px;
}
.rbc-date-cell.rbc-now a {
  color: rgb(35, 151, 190);
}
.rbc-current-time-indicator {
  background-color: rgb(89, 186, 80)!important;
}
.rbc-row-segment {
  padding: 1px 1px 0 1px;
}
.rbc-event {
  padding: 4px;
  color: rgb(117, 117, 117);
  background-color: #AEE9FB;
  border-radius: 2px;
  margin: 0 1px 1px 2px;
}
.rbc-show-more {
  background-color: rgba(255,255,255,0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap;
  padding: 8px;
}
.rbc-overlay {
  padding: 16px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
  border-radius: 2px;
  border: none;
}
.rbc-day-slot .rbc-event {
  border: none!important;
  margin-right: 8px!important;
}
.rbc-day-slot .rbc-event-label {
  padding: 8px;
}
.rbc-day-slot .rbc-event-content {
  padding: 8px;
}
.rbc-event-overlaps {
}
.rbc-overlay-header {
  border-bottom: none;
  margin: 0 0 16px 0;
  padding: 0;
}
.rbc-time-slot {
  min-height: 40px;
}


/* formatting for overlapped events */
.rbc-events-container {
  display: grid;
  grid-template-rows: repeat(96, 20.25px);
}
.rbc-day-slot .rbc-event {
  position: static;
}
.rbc-day-slot .rbc-event--global {
  background-color: #fbab18;
}
.rbc-day-slot .rbc-event--regional {
  background-color: #6ebe4a;
}
/* react-big-calendar custom end */

/*  react-calendar-timeline custom */
.rct-item {
  background: rgba(35, 151, 190, 1)!important;
  border-color: rgba(35, 151, 190, 1)!important;
  border-radius: 5px;
}
.rct-sidebar-header {
  background: rgba(255, 255, 255, 1)!important;
}
.rct-sidebar-row {
padding: 0 8px!important;
}
.rct-label-group {
  background: rgba(255, 255, 255, 1)!important;
  color: rgba(117, 117, 117, 1)!important;
  border-left: 2px solid rgba(117, 117, 117, .5)!important;
  border-bottom: 1px solid rgba(255, 255, 255, 1)!important;
}
.rct-label {
  background: rgba(35, 151, 190, 1)!important;
  color: rgba(255, 255, 255, 1)!important;
  border-left: 2px solid rgba(255, 255, 255, 1)!important;
  border-bottom: 1px solid rgba(255, 255, 255, 1)!important;
}
.react-calendar-timeline .rct-today {
  background-color: rgb(89, 186, 80)!important;
}

/*  react-calendar-timeline custom end  */


  /* styles full and light colours */
.style_a {color: #fff; background: #EF5350;}  /* red 400 */
.style_a_ {color: #fff; background: #EF9A9A;} /* red 200 */
.style_b {color: #fff; background: #F57F17;}  /* yellow 900 */
.style_b_ {color: #fff; background: #FBC02D;} /* yellow 700 */
.style_c {color: #fff; background: #01579B;}  /* light blue 900 */
.style_c_ {color: #fff; background: #0288D1;} /* light blue 700 */
.style_d {color: #fff; background: #5E35B1;}  /* deep purple 600 */
.style_d_ {color: #fff; background: #7E57C2;} /* deep purple 400 */
.style_e {color: #fff; background: #FBC02D;}
.style_e_ {color: #fff; background: #FBC02D;}
.style_f {color: #fff; background: #FBC02D;}
.style_f_ {color: #fff; background: #FBC02D;}
.style_g {color: #fff; background: #FBC02D;}
.style_g_ {color: #fff; background: #FBC02D;}
.style_h {color: #fff; background: #FBC02D;}
.style_h_ {color: #fff; background: #FBC02D;}
.style_i {color: #fff; background: #FBC02D;}
.style_i_ {color: #fff; background: #FBC02D;}
.style_j {color: #fff; background: #FBC02D;}
.style_j_ {color: #fff; background: #FBC02D;}
.style_k {color: #fff; background: #FBC02D;}
.style_k_ {color: #fff; background: #FBC02D;}
.style_l {color: #fff; background: #FBC02D;}
.style_l_ {color: #fff; background: #FBC02D;}
.style_m {color: #fff; background: #FBC02D;}
.style_m_ {color: #fff; background: #FBC02D;}
.style_n {color: #fff; background: #FBC02D;}
.style_n_ {color: #fff; background: #FBC02D;}
.style_o {color: #fff; background: #FBC02D;}
.style_o_ {color: #fff; background: #FBC02D;}
.style_p {color: #fff; background: #FBC02D;}
.style_p_ {color: #fff; background: #FBC02D;}
.style_q {color: #fff; background: #FBC02D;}
.style_q_ {color: #fff; background: #FBC02D;}
.style_r {color: #fff; background: #FBC02D;}
.style_r_ {color: #fff; background: #FBC02D;}
.style_s {color: #fff; background: #FBC02D;}
.style_s_ {color: #fff; background: #FBC02D;}
.style_t {color: #fff; background: #FBC02D;}
.style_t_ {color: #fff; background: #FBC02D;}
.style_u {color: #fff; background: #FBC02D;}
.style_u_ {color: #fff; background: #FBC02D;}
.style_v {color: #fff; background: #FBC02D;}
.style_v_ {color: #fff; background: #FBC02D;}
.style_w {color: #fff; background: #FBC02D;}
.style_w_ {color: #fff; background: #FBC02D;}
.style_x {color: #fff; background: #FBC02D;}
.style_x_ {color: #fff; background: #FBC02D;}
.style_y {color: #fff; background: #FBC02D;}
.style_y_ {color: #fff; background: #FBC02D;}
.style_z {color: #fff; background: #FBC02D;}
.style_z_ {color: #fff; background: #FBC02D;}
.style_0 {color: #fff; background: #FBC02D;}
.style_0_ {color: #fff; background: #FBC02D;}
.style_1 {color: #fff; background: #FBC02D;}
.style_1_ {color: #fff; background: #FBC02D;}
.style_2 {color: #fff; background: #FBC02D;}
.style_2_ {color: #fff; background: #FBC02D;}
.style_3 {color: #fff; background: #FBC02D;}
.style_3_ {color: #fff; background: #FBC02D;}
.style_4 {color: #fff; background: #FBC02D;}
.style_4_ {color: #fff; background: #FBC02D;}
.style_5 {color: #fff; background: #FBC02D;}
.style_5_ {color: #fff; background: #FBC02D;}
.style_6 {color: #fff; background: #FBC02D;}
.style_6_ {color: #fff; background: #FBC02D;}
.style_7 {color: #fff; background: #FBC02D;}
.style_7_ {color: #fff; background: #FBC02D;}
.style_8 {color: #fff; background: #FBC02D;}
.style_8_ {color: #fff; background: #FBC02D;}
.style_9 {color: #fff; background: #FBC02D;}
.style_9_ {color: #fff; background: #FBC02D;}

button[disabled].rbc-btn{cursor:not-allowed}
button.rbc-input::-moz-focus-inner{border:0;padding:0}

.speed-dial {
  margin: 0;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: fixed;
  z-index: 2;
}

.speed-dial .cover {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1100; /* just above title bar */
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.speed-dial .closed .cover {
  opacity: 0;
  transition: opacity 0.2s ease-in-out, height 0s linear 0.2s;
}

.speed-dial .actions {
  position: absolute;
}

.speed-dial.closed .actions {
  transition: top 0s linear 0.2s;
}

.speed-dial .container {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 56px;
  text-align: center;
  z-index: 1110;
}

.speed-dial .button {
  transition: transform 0.2s ease-in-out;
}

.speed-dial.closed .button {
  transform: scale(0, 0);
}

.speed-dial .action {
  position: relative;
  margin-bottom: 20px;
}

.speed-dial .tooltip {
  position: absolute;
  right: 75px;
  top: 0.5em;
  color: black;
  background: lightgrey;
  padding: 0.5em;
  border-radius: 0.5em;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.speed-dial.closed .tooltip {
  opacity: 0;
}

.speed-dial.opened .main svg {
  transform: rotate(135deg);
}

.cent-ul-text {
  margin: 8px 32px;
  list-style-type: inherit;
}
