.ribbon-yearweek-control:not(.ribbon-yearweek-control-disabled):hover {
  cursor: pointer;
}
.ribbon-yearweek-control.ribbon-yearweek-control-disabled {
  color: #666666;
  background-color: #F9F8F8;
  pointer-events: none;
}
.yearweek-control {
  height: 27px;
  max-height: 27px;
  width: 120px;
  border: 1px solid lightgray;
  border-radius: 4px;
  text-align: center;
}
.yearweek-control > label {
  margin-left: 6px;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
}
.yearweek-control > span {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 0 4px 4px 0;
  float: right;
}
.yearweek-control span span {
  display: inline-block;
  float: right;
  margin-top: 6px;
  margin-right: 6px;
}
.yearweek-weeks {
  width: 256px;
  background-color: whitesmoke;
  border: 1px solid lightgray;
  z-index: 10100;
  position: fixed;
  visibility: hidden;
  padding: 10px;
}
.yearweek-weeks > .container-header {
  height: 20px;
  padding: 5px;
  text-align: center;
}
.container-header.wlp,
.container-header.wfp {
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
}
.yearweek-weeks label {
  display: inline-block;
  margin-top: 1px;
  font-size: 1.2em;
  font-weight: bold;
}
.yearweek-weeks label .wlp {
  color: #F78F1E;
}
.yearweek-weeks label .wfp {
  color: #522F91;
}
.yearweek-weeks span {
  cursor: pointer;
  font-size: 1.5em;
}
.yearweek-weeks-left {
  float: left;
  color: darkgray;
}
.yearweek-weeks-right {
  float: right;
  color: darkgray;
}
.yearweek-week-numbers {
  margin-top: 10px;
}
.yearweek-week.wlp,
.yearweek-week.wfp {
  display: inline-block;
  background-color: whitesmoke;
  width: 24px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #5a5a5a;
}
.yearweek-week:hover {
  color: white;
}
.yearweek-week.wlp:hover {
  background-color: #F78F1E;
}
.yearweek-week.wfp:hover {
  background-color: #522F91;
}
.yearweek-week.wfp.disabled:hover,
.yearweek-week.wlp.disabled:hover {
  background-color: lightgray;
  color: gray;
}
.yearweek-week.current {
  border: 1px solid #B1953A;
}
.yearweek-week.selected {
  color: white;
}
.yearweek-week.selected.wlp {
  background-color: #F78F1E;
}
.yearweek-week.selected.wfp {
  background-color: #522F91;
}
.app-body-floating-message-wrapper {
  position: relative;
  z-index: 9;
  width: 900px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
.app-body-floating-message {
  color: #333;
  background-color: #fff;
  border: 1px solid #8eb021;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 20px;
  display: none;
  top: 125px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.2em;
}
.app-body-floating-message:before {
  position: absolute;
  content: "";
  background-color: #8eb021;
  width: 40px;
  top: 0;
  left: 0;
  bottom: 0;
}
.app-body-floating-message:after {
  font-size: 1.3em;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  position: absolute;
  left: 10px;
}
.app-body-floating-message-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  font-size: 1.2em;
  color: red;
}
/*span.app-body-floating-message-success-indicator {
        margin-right: 10px;
        font-size: 1.5em;
        font-weight: normal;
    }*/
.yearweek-week.wlp.disabled,
.yearweek-week.wfp.disabled {
  background-color: lightgray;
  cursor: default;
}
#contextMenu {
  background: #e1efc7;
  border: 1px solid gray;
  padding: 2px;
  display: inline-block;
  min-width: 100px;
  -moz-box-shadow: 2px 2px 2px silver;
  -webkit-box-shadow: 2px 2px 2px silver;
  z-index: 99999;
}