
.tableManager {
  width: 100%;
  overflow: visible;
}

.loadableData.loading {
  position: relative;
}

.loadableData.loading:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: var(--border-radius);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}
.loadableData.loading:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid rgba(27, 66, 109, 1);
  animation: prixClipFixContent 1.3s linear infinite;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 2;
}

.spaceBottom {
  margin-bottom: 40px;
}

.tab {
  cursor: pointer;
}

.progressbarManager {
  width:100%;
  background-color: #d7dbde;
  height: 8px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progressbarManager > .number {
  position: absolute;
  left: 50%;
}

.progressbarManager > .progress {
  height: 100%;
  width: 0;
  background: #55778e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.progressbarManager > .progress:after {
  content: '';
  background-color: #55778e;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  position: absolute;
  right: -4px;
  top: -2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}

.progressbarManagerInfo{
  width: 50%;
  text-align: left;
  font-size: 13px;
  color: #55778e;
  font-family: 'robotomedium';
  display: inline-block;
  margin-top: 10px;
}

.progressbarManagerInfo:last-child{
  text-align: right;
  width: 49%;
}

.t1_col_450.left{
  text-align: left;
}

div#timeline {
  background-color: #888;
  margin-top: 35px;
  margin-bottom: 30px;
  height: 2px;
  width: 98%;
  position: relative;
  z-index:0;
  margin-left: 10px;
}
div#timeline .inside {
  position: absolute;
  height: 4px;
  background-color: #fff;
  width: 0;
  top: 3px;
  left: 0;
}
div#timeline .dot {
  transition: 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  text-align: center;
  background-color: #55778e;
  margin-top: 12px;
}

div#timeline .dot:nth-child(1) {
  left: -1px;
}

div#timeline .dot:nth-child(2) {
  left: 25%;
}

div#timeline .dot:nth-child(3) {
  left: 50%;
}

div#timeline .dot:nth-child(4) {
  left: 75%;
}

div#timeline .dot:nth-child(5) {
  left: 100%;
}

div#timeline .dot date {
  z-index: -1;
  font-size: 13px;
  top: -26px;
  right: -38px;
  border-radius: 5%;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  background-color: #d7dbde;
  padding: 5px 10px 10px 10px;
  color: #55778e;
  font-family: 'robotomedium';
}

div#timeline .dot:nth-child(5) date {
  z-index: -1;
  font-size: 13px;
  top: -26px;
  border-radius: 5%;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  background-color: #d7dbde;
  padding: 5px 10px 10px 10px;
  right:4px;
  color: #55778e;
  font-family: 'robotomedium';
}

div#timeline .dot:nth-child(1) date {
  z-index: -1;
  font-size: 13px;
  top: -23px;
  right: -4px;
  border-radius: 5%;
  position: relative;
  text-align: center;
  white-space: nowrap;
  background-color: #d7dbde;
  padding: 5px 10px 10px 10px;
  color: #55778e;
  font-family: 'robotomedium';
}

div#timeline .dot .description {
  font-size: 13px;
  display: block;
  position: absolute;
  top:19px;
  right: -40px;
  text-align: center;
  white-space: nowrap;
  color: #55778e;
  font-family: 'robotomedium';
}

div#timeline .dot:nth-child(5) .description {
  font-size: 13px;
  display: block;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  right: 4px;
  top: 18px;
  color: #55778e;
  font-family: 'robotomedium';
}

div#timeline .dot:nth-child(1) .description {
  font-size: 13px;
  display: block;
  top:0px;
  right:-7px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #55778e;
  font-family: 'robotomedium';
}

#freeDayInfo {
  display: none;
}

.meetingInfoTxt{
  min-height: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #55778e;
  font-family: 'robotomedium';
}

#contentTabs .tab{
  transition: all .3s;
}

.text-medium{
  font-family: 'robotomedium';
}
.text-blue{
  color: #55778e;
}
a.text-blue{
  transition: all .3s;
}
.text-hover-orange{
  transition: all .3s;
}

.text-hover-orange:hover{
  color: #f28f02;
}

.text-main{
  font-size: 13px !important;
}

.td-padding-bottom{
  padding-bottom: 15px;
}
.td-checkbox{
  padding: 6px 0 0 30px;
  float: left;
}

.inputWrapperManager{
  width: calc(100% - 15px);
}
.inputWrapperManager input{
  width: 100% !important;
}

#filterMeetingForm table tr td, #filterMeetingForm .tableTrainingSelector tr td {
  padding-bottom: 15px;
}

.meetingFilterWrap{
  width: calc(20% - 8px);
  margin-right: 10px;
  float: left;
}
.meetingFilterWrap.lastWrap{
  margin-right: 0;
}
.meetingFilterWrap .custom-select{
  width: 100% !important;
}
.meetingFilterWrap .custom-select-status{
  width: calc(100% - 27px) !important;
}

.table-col-left-padding{
  padding-left: 10px;
}

.favIcon {
  font-size:25px;
  cursor: pointer;
}

.favBox {
  box-sizing: border-box;
  min-height: 100%;
}

.favButton {
  margin-top: 10px;
  text-align: right;
}

.loadableData .moreButton {
  float: none;
}

.dashboardContainer .headerSelector {
  padding: 20px 0px 20px 0px;
}

#favorite {
  padding-bottom: 0;
  height: 100%;
}

.manager--sidebar {
  margin-bottom: 25px;
}
.manager--content {
  margin-bottom: 25px;
}

.manager--content:last-child, .manager--sidebar:last-child {
  margin-bottom: 0px;
}
#workload {
  padding-top: 0;
}

#chart {
  min-height: 310px;
}

.dashboardContainer-left {
  width: 30%;
  box-sizing: border-box;
}

.dashboardContainer-right {
  width: 70%;
  box-sizing: border-box;
}

#wrapper #LMSContent .dashboardContainer .headerSelector {
  border-bottom: 0;
}

.dashboardContainer > div > h3 {
  margin: 0;
}

.manager--header {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(196, 208, 222, 1);
  padding-bottom: 5px;
  margin-bottom: 15px;
  min-height: 32px;
}

#favorite .caption, #meetings .caption, #workload .caption, #chart .caption, .manager--header .caption {
  font-size: 14px;
  font-family: 'robotomedium';
  color: rgba(56, 65, 70, 1);
}

.favContainer {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: #ffffff;
}

.favContainer .fav-title{
  max-width: 100%;
  margin: 0;
}
.favContainer .fav-title a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s;
  font-family: 'robotomedium';
  color: #484848;
  display: block;
}
.favContainer .fav-title a:hover{
  color: #f28f02;
}

.favContainer .fav-info{
  color: #484848;
}

.favContainer:last-child {
  border-bottom: 0;
}

.favContainer > div:first-child {
  padding-top: 15px;
}

.favContainer > div > input {
  float: right;
}
.favContainer input.delete {
  transition: all .3s;
}

.last {
  margin-top: 25px;
}

.last > div > span {
  margin-right: 5px;
}

#meetings .moveIconsContainer, .manager--header .moveIconsContainer {
  width: auto;
  height: auto;
  float: none;
}
#meetings .moveIconsContainer > div {
  transition: all .3s;
}
#meetings .moveIconsContainer > div:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);

  -webkit-box-shadow: 0 0 20px 0 rgba(100,107,114,0.6);
  -moz-box-shadow: 0 0 20px 0 rgba(100,107,114,0.6);
  box-shadow: 0 0 20px 0 rgba(100,107,114,0.6);
}

#meetings .moveIconsContainer .moveLeftIcon, .manager--header .moveIconsContainer .moveLeftIcon {
  transition: background .2s ease-in-out;
  height: 25px;
  width: 25px;
  background-size: 25px;
}
#meetings .moveIconsContainer .moveLeftIcon:not(.deactivated):hover, .manager--header .moveIconsContainer .moveLeftIcon:not(.deactivated):hover {
  background-image: url('/academymaker/images/am20/svg/am_icon_arrow_left_hover.svg');
}

#meetings .moveIconsContainer .moveRightIcon, .manager--header .moveIconsContainer .moveRightIcon {
  transition: background .2s ease-in-out;
  height: 25px;
  width: 25px;
  background-size: 25px !important;
  background: url('/academymaker/images/am20/svg/am_icon_arrow_right.svg') center center no-repeat;
}

#meetings .moveIconsContainer .moveRightIcon:not(.deactivated):hover, .manager--header .moveIconsContainer .moveRightIcon:not(.deactivated):hover {
  background-image: url('/academymaker/images/am20/svg/am_icon_arrow_right_hover.svg');
}

.meetingOverview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.meetingOverviewContainer {
  cursor: pointer;
  transition: all .2s;
  padding: 20px;
  background-color: #FFFFFF;
  width: 33.33%;
  border-radius: var(--border-radius);
}

.meetingOverviewContainer:hover{
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);

  -webkit-box-shadow: 1.5px 1.5px 3px 0px rgba(27, 66, 109, 0.25);
  -moz-box-shadow: 1.5px 1.5px 3px 0px rgba(27, 66, 109, 0.25);
  box-shadow: 1.5px 1.5px 3px 0px rgba(27, 66, 109, 0.25);
}
.meetingOverviewContainera{
  display: block;
}

.meetingOverviewContainer:last-child {
  margin: 0;
}

.meetingOverviewContainer > a .date {
  padding: 0;
  font-size: 18px;
  color: #f28f02;
  font-family: 'robotolight';
}

.meetingOverviewContainer > a .displayName {
  padding: 0 20px;
  font-family: 'robotomedium';
}
.meetingOverviewContainer > a .displayName {
  color: #484848;
  padding: 0;
  font-family: 'robotomedium';
}
.meetingOverviewContainer > a:hover .displayName {
  color: #484848;
  padding: 0;
  font-family: 'robotomedium';
}

.meetingOverviewContainer > a .meetingNumber {
  color: #a6b7c8;
}
.meetingOverviewContainer > a .space {
  margin-top: 5px;
  font-size: 12px;
  font-family: 'robotoregular';
  color: #979fa7;
}
.meetingOverviewContainer > a .space .freeSpace {
  font-family: 'robotobold';
}

.workloadChart, .spaceChart {

}

.meetingOverviewContainer .meetingChart {
  padding: 0;
}

.box-meeting-info {
  width: 200px;
  height: 200px;
}

.box-further-meeting-info {
  margin-left: 15px;
  width: 584px;
  height: 200px;
}

.box-meeting-info-more {
  margin-left: 15px;
  width: 200px;
  height: 200px;
}

.further-info-link  {
  color: #1B426D;
  font-weight: 500;
  text-decoration: underline;
}

.workloadBox .chart {
  margin-top: 0;
}

.workloadBox .chart .chart-holder {
  padding: 20px;
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: var(--border-radius);
}

.workloadBox .chart .chart-holder canvas {
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
}

.meetingOverviewContainer .meetingChart .legend, .workloadBox .chart .legend {
  font-size: 13px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0;
}

.headline-meeting-detail{
  font-family: 'robotolight';
  font-size: 25px;
  color: #55778e;
  font-weight: normal;
  font-style: normal;
}

.workloadBox .chart .legend {
  margin-bottom: 10px;
}

#calendar {
  max-width: 900px;
  min-height: 600px;
  margin: 0 auto;
}

.workloadBox {
  height: auto;
}

.center:not(.positionHelper) {
  text-align: center;
}

#chart .data {
  background-color: #ffffff;
  margin-top: 11px;
  height: auto;
  padding: 20px;
  border-radius: var(--border-radius);
}

.managerIcon svg {
  height: 20px;
  width: 20px;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.managerIcon svg #bg {
  transition: fill 0.5s ease;
}

.managerIcon svg:hover #bg {
  fill: #D6DADD;
}


.inputWrapperManager.inputWrapperManagerNoOverflow {
  overflow: hidden;
}

/* Buttons */
.button-auto {
  transition: all .2s;
  width: auto;
  box-sizing: content-box;
  display: inline-block;
  height: 18px !important;
  padding: 8px 17px 8px 17px !important;
  margin: 0 !important;
  border-radius: 2px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  vertical-align: middle;
  text-decoration: none;
}

.button-auto b {
  font-weight: 400 !important;
  text-decoration: none;
}

.button--go {
  max-width: 48px;
  padding: 7px 17px 7px 17px !important;
}

.button--orange {
  background-color: #f28f02;
  color: #ffffff;
}

.button--orange:hover {
  background-color: #d77f03;
  color: #ffffff;
}

.button--blue {
  background-color: #55778e;
  color: #ffffff;
}

.button--blue:hover {
  background-color: #3a536f;
  color: #ffffff;
}

.button--grey {
  background-color: #d7dbde;
  color: #484848;
}

.button--grey:hover {
  background-color: #b7c3cd;
  color: #484848;
}

/* input */
.input--auto {
  box-sizing: inherit;
  width: 100%;
  border: none;
  background: none;
  height: 32px;
  padding: 2px 5px;
  outline: none;
  margin: 0;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #c1c1c1;
}

.input--search {
  width: 315px;
}

.label--button {
  display: block !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.label--button-first {
  display: block !important;

  border-radius: 0 !important;
  border-right: none !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.label--button-last {
  display: block !important;
  border-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.input--select .custom-select {
  margin-right: 0;
}

/* Boxes */
.header--selector {
  background-color: #eeeeee;
  padding: 20px 20px 20px 20px;
}

.header--selector--border-bottom {
  border-bottom: 1px solid #fff;
}

.header--selector--step{
  padding-bottom: 0;
}

/* Text Small*/
.text--small {
  font-size: 11px;
}

.date-filter {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

/*Filter Toggle*/
#filterToggleButton .filterToggleButtonIcon{
 transition: scale .2s ease-in-out;
  scale: 1 -1;
}
#filterToggleButton.filterToggleButtonActive .filterToggleButtonIcon{
  scale: 1 1;
}
#filterArea {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all .4s ease-in-out;
  opacity: 0;
}
#filterArea.filterAreaActive {
  max-height: 250px;
  overflow: visible;
  opacity: 1;
}
