/* import bootstrap variables*/
/* color variables - semantic names please! */
/* THEME COLOURS IN HERE!!!!*/
/* END OF THEME COLOURS IN HERE!!!!*/
.underconsrtuction {
  background: url(/img/under_contruction_op.png);
  background-image: url('/img/under_contruction_op.svg'), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  height: 300px;
}
@-moz-keyframes animatedDisplayNone {
  from {
    background-position: 0 0;
    color: #000;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  to {
    color: #C6E2EE;
    visibility: hidden;
    opacity: 0;
  }
}
@-moz-keyframes animatedDisplayNone {
  from {
    color: #C6E2EE;
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  to {
    background-position: 0 0;
    color: #000;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes animatedDisplayNone {
  from {
    background-position: 0 0;
    color: #000;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  to {
    color: #C6E2EE;
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes animatedDisplayBlock {
  from {
    color: #C6E2EE;
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  to {
    background-position: 0 0;
    color: #000;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes animatedDisplayNone {
  from {
    background-position: 0 0;
    color: #000;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  to {
    color: #C6E2EE;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes animatedDisplayBlock {
  from {
    color: #C6E2EE;
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  to {
    background-position: 0 0;
    color: #000;
    visibility: visible;
    opacity: 1;
  }
}
.popover-tri,
.popover-tri-left,
.popover-tri-right,
.popover-tri-top-left,
.popover-tri-top-right {
  -moz-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  -o-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  visibility: hidden;
  opacity: 0;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  margin: 1em 0 3em;
  color: #ffffff;
  background-color: #C6E2EE;
  background: linear-gradient(#f9d835, #f3961c, #f3961c, #ffffff, #ffffff, #f0f5f7);
  color: #C6E2EE;
  background-position: 100% 100%;
  background-size: 400% 400%;
  -moz-box-shadow: 0px 0px 4px #666666;
  -webkit-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
}
.popover-tri:after,
.popover-tri-left:after,
.popover-tri-right:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -14px;
  left: 50px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #f3961c transparent;
}
.popover-tri-right:after {
  left: auto;
  right: 50px;
}
.popover-tri-top-left:after,
.popover-tri-top-right:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: -14px;
  bottom: auto;
  left: 50px;
  width: 0;
  border-width: 0 15px 15px;
  border-style: solid;
  border-color: #f9d835 transparent;
}
.popover-tri-top-right:after {
  left: auto;
  right: 50px;
}
.qt_tooltip_container,
.qt_popover_container {
  position: relative;
}
.qt_popup {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 180px;
  text-align: left;
  z-index: 100000;
  font-size: 0.9em;
  opacity: 0;
  margin-right: 100%;
}
.menuitem:hover + .qt_popup,
.infobubble:hover .qt_popup {
  display: block;
  visibility: visible;
  margin-right: 0;
}
.infobubble:hover .popover-tri,
.infobubble:hover .popover-tri-left,
.infobubble:hover .popover-tri-right,
.infobubble:hover .popover-tri-top-left,
.infobubble:hover .popover-tri-top-right {
  visibility: visible;
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-position: 0 0;
  color: #000;
  background-color: #f3961c;
}
@media (min-width: 768px) {
  .qt_popup {
    width: 30vw;
    font-size: 1.2vw;
  }
  .qt_popup.one {
    left: 1vw;
    top: 7vw;
  }
  .qt_popup.two {
    left: -16vw;
    top: 6vw;
  }
  .qt_popup.three {
    left: 2vw;
    top: -14vw;
  }
  .qt_popup.four {
    left: 2vw;
    top: -16vw;
  }
  .qt_popup.five {
    left: -17vw;
    top: -15vw;
  }
}
@media (max-width: 767px) {
  .qt_popup {
    width: 240px;
    font-size: 0.9em;
    margin-left: -60px;
    margin-right: 60px;
  }
  .popover-tri:after,
  .popover-tri-left:after,
  .popover-tri-right:after,
  .popover-tri-top-left:after,
  .popover-tri-top-right:after {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    bottom: auto;
    left: 120px;
    right: auto;
    width: 0;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #f9d835 transparent;
  }
}
a:hover,
a:visited,
a:focus,
a:active {
  outline: none;
}
@-moz-keyframes animateBuubles {
  from {
    visibility: hidden;
    opacity: 0;
    margin-left: 100%;
  }
  to {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
  }
}
@-webkit-keyframes animateBuubles {
  from {
    visibility: hidden;
    opacity: 0;
    margin-left: 100%;
  }
  to {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes animateBuubles {
  from {
    visibility: hidden;
    opacity: 0;
    margin-left: 100%;
  }
  to {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
  }
}
@-moz-keyframes showText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .hidden-nav-collapse {
    display: none !important;
  }
  .bubblecontainer {
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding-left: 5%;
    top: 0%;
    left: 0%;
    overflow: hidden;
    width: 100%;
  }
  .infobubble {
    border: none;
    display: block;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: -o-linear-gradient(right, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: -moz-linear-gradient(right, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: linear-gradient(160deg, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background-color: #245580;
    height: 120px;
    width: 200px;
    height: 8vw;
    width: 14vw;
    vertical-align: middle;
    text-align: center;
    color: white;
    position: relative;
    z-index: auto;
    opacity: 0.1;
  }
  .infobubble.one {
    -moz-animation: animateBuubles 2s linear;
    -o-animation: animateBuubles 2s linear;
    -webkit-animation: animateBuubles 2s linear;
    animation: animateBuubles 2s linear;
    opacity: 1;
    top: 0;
    left: 0;
  }
  .infobubble.one > .bubbletext {
    opacity: 0;
    animation: showText 250ms 2s linear forwards;
  }
  /*.infobubble.one > .bubbletext:after
                {
                    opacity: 1;
                }*/
  .infobubble.two {
    -moz-animation: animateBuubles 3s linear;
    -o-animation: animateBuubles 3s linear;
    -webkit-animation: animateBuubles 3s linear;
    animation: animateBuubles 3s linear;
    opacity: 1;
    top: -60px;
    left: 200px;
    top: -0.1vw;
    left: 19vw;
  }
  .infobubble.two .bubbletext {
    opacity: 0;
    animation: showText 250ms 3s linear forwards;
  }
  .infobubble.three {
    -moz-animation: animateBuubles 4s linear;
    -o-animation: animateBuubles 4s linear;
    -webkit-animation: animateBuubles 4s linear;
    animation: animateBuubles 4s linear;
    opacity: 1;
    top: -120px;
    left: 400px;
    top: -0.2vw;
    left: 38vw;
  }
  .infobubble.three .bubbletext {
    opacity: 0;
    animation: showText 250ms 4s linear forwards;
  }
  .infobubble.four {
    -moz-animation: animateBuubles 5s linear;
    -o-animation: animateBuubles 5s linear;
    -webkit-animation: animateBuubles 5s linear;
    animation: animateBuubles 5s linear;
    opacity: 1;
    top: -180px;
    left: 600px;
    top: -0.3vw;
    left: 57vw;
  }
  .infobubble.four > .bubbletext {
    opacity: 0;
    animation: showText 250ms 5s linear forwards;
  }
  .infobubble.five {
    -moz-animation: animateBuubles 6s linear;
    -o-animation: animateBuubles 6s linear;
    -webkit-animation: animateBuubles 6s linear;
    animation: animateBuubles 6s linear;
    opacity: 1;
    top: -240px;
    left: 800px;
    top: -0.4vw;
    left: 76vw;
    margin-bottom: -0.4vw;
    margin-right: 76vw;
  }
  .infobubble.five > .bubbletext {
    opacity: 0;
    animation: showText 250ms 6s linear forwards;
  }
  .infobubble:hover {
    background: -webkit-linear-gradient(left, rgba(8, 16, 32, 0.9), rgba(64, 128, 255, 0.9));
    background: -o-linear-gradient(right, rgba(8, 16, 32, 0.9), rgba(64, 128, 255, 0.9));
    background: -moz-linear-gradient(right, rgba(8, 16, 32, 0.9), rgba(64, 128, 255, 0.9));
    background: linear-gradient(160deg, rgba(8, 16, 32, 0.9), rgba(64, 128, 255, 0.9));
    background-color: #245580;
  }
  .spacebubble_spacer {
    border: none;
    background: none;
    height: 15px;
    width: 20px;
    height: 1.5vw;
    width: 2.0vw;
    top: -40%;
    left: 80%;
    position: relative;
  }
  .spacebubble {
    border: none;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: -o-linear-gradient(right, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: -moz-linear-gradient(right, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: linear-gradient(160deg, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background-color: #245580;
    height: 15px;
    width: 20px;
    height: 1.5vw;
    width: 2.25vw;
    top: 80%;
    left: 120%;
    position: relative;
  }
  .spacebubble.two {
    top: 80%;
    left: 280%;
  }
  .spacebubble:hover {
    background: -webkit-linear-gradient(left, rgba(8, 16, 32, 0.9), rgba(64, 128, 255, 0.9));
    background: -o-linear-gradient(right, rgba(8, 16, 32, 0.9), rgba(64, 128, 255, 0.9));
    background: -moz-linear-gradient(right, rgba(8, 16, 32, 0.9), rgba(64, 128, 255, 0.9));
    background: linear-gradient(160deg, rgba(8, 16, 32, 0.9), rgba(64, 128, 255, 0.9));
    background-color: #245580;
  }
  .bubbletext {
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    font-size: 1.2vw;
    font-style: italic;
    color: white;
    position: relative;
    padding: 12%;
    width: 200px;
    height: 8vw;
    width: 14vw;
  }
  .quoxientlogocontainer {
    padding-left: 5%;
    position: relative;
    width: 50%;
    margin: -120px 0 25px 0;
  }
  .quoxienthomelogo {
    width: 30%;
    width: 30vw;
  }
}
@media (max-width: 767px) {
  .bubblecontainer {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
  .infobubble {
    border: none;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: -o-linear-gradient(right, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: -moz-linear-gradient(right, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: linear-gradient(to bottom, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background-color: #245580;
    height: 80px;
    width: 140px;
    text-align: center;
    color: white;
    margin: 5px auto;
  }
  .spacebubble_spacer {
    display: none;
  }
  .spacebubble {
    border: none;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: -o-linear-gradient(right, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: -moz-linear-gradient(right, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background: linear-gradient(45deg, rgba(64, 128, 255, 0.9), rgba(8, 16, 32, 0.9));
    background-color: #245580;
    height: 15px;
    width: 20px;
    margin: 0 auto;
    overflow: visible;
    width: 0;
  }
  .bubbletext {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
    color: white;
    padding: 12%;
    height: 80px;
  }
  .quoxientlogocontainer {
    margin: 5px auto 0 auto;
    width: 65%;
    z-index: -1;
  }
  .quoxienthomelogo {
    width: 100%;
  }
}
.qt_tooltip_container {
  position: relative;
}
.qt_tooltip:hover:after {
  display: inline-block;
  width: auto;
  height: auto;
  content: attr(data-qt_tooltip);
  padding: 5px 15px;
  position: absolute;
  left: 25%;
  right: auto;
  z-index: 98;
  margin: 1em 0 3em;
  color: #000;
  background: #f6f79d;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f79d), to(#f3ce1c));
  background: -moz-linear-gradient(#f6f79d, #f3ce1c);
  background: -o-linear-gradient(#f6f79d, #f3ce1c);
  background: linear-gradient(#f6f79d, #f3ce1c);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ee9b17;
  word-wrap: break-word;
  white-space: pre;
  -moz-box-shadow: 0px 0px 4px #666666;
  -webkit-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
  clear: right;
  text-overflow: ellipsis;
}
.tool_tip_menu {
  display: none;
}
.tool_tip_menu_span {
  position: relative;
  display: block;
  white-space: normal;
}
a:hover .tool_tip_menu {
  display: flex;
  width: auto;
  height: auto;
  left: 5%;
  padding: 5px 15px;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  width: 115%;
  z-index: 98;
  margin: 1em 0 3em;
  color: #000;
  background: #f6f79d;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f79d), to(#f3ce1c));
  background: -moz-linear-gradient(#f6f79d, #f3ce1c);
  background: -o-linear-gradient(#f6f79d, #f3ce1c);
  background: linear-gradient(#f6f79d, #f3ce1c);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ee9b17;
  word-wrap: break-word;
}
@keyframes animateQrmOverlayStart {
  from {
    visibility: hidden;
    opacity: 0;
    margin-left: 100%;
  }
  to {
    visibility: visible;
    opacity: 0;
    margin-left: 0;
  }
}
.underconsrtuction_qrm {
  text-align: left;
  vertical-align: middle;
  height: 30px;
  background-position: top left;
  padding-left: 35px;
}
.qrm {
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 10%;
}
.qrm a:active,
.qrm a:hover,
.qrm a:focus,
.qrm a {
  outline: none;
}
.qrm_overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.qrm_text_box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  font-size: 9pt;
  font-size: 1vw;
  min-height: 60%;
  max-height: 90%;
  max-width: 55%;
  overflow: visible;
  margin-top: -10%;
  animation: animateQrmOverlayStart 2s linear;
  opacity: 0;
  transition: opacity 1s linear;
}
.qrm_image {
  width: 100%;
  height: auto;
  overflow: visible;
  visibility: hidden;
}
.qrm_image_base {
  width: 100%;
  height: auto;
  overflow: visible;
  visibility: visible;
}
.qrm_marker {
  position: absolute;
  min-height: 30%;
  z-index: 299;
  top: 66%;
  min-width: 10%;
  min-height: 23%;
}
.qrm_marker_develop_perspectives {
  left: 0%;
}
.qrm_marker_develop_purposes {
  left: 10%;
}
.qrm_marker_develop_objectives {
  left: 20%;
}
.qrm_marker_develop_measures {
  left: 30%;
}
.qrm_marker_define_measures {
  left: 40%;
}
.qrm_marker_set_kpi_targets {
  left: 50%;
}
.qrm_marker_prepare_data {
  left: 60%;
  min-width: 14%;
}
.qrm_marker_prepare_data2 {
  left: 72%;
  top: 27%;
  min-width: 6%;
  min-height: 40%;
}
.qrm_marker_one_on_one_meeting {
  left: 60%;
  top: 01%;
  min-width: 18%;
  min-height: 26%;
}
.qrm_marker_actions {
  left: 60%;
  top: 27%;
  min-width: 7%;
  min-height: 40%;
}
.qrm_marker_actions2 {
  left: 74%;
  min-width: 5%;
}
.qrm_marker_performance_rewards {
  left: 79%;
  min-width: 11%;
}
.qrm_marker_evaluate_strategy_cycle {
  left: 90%;
}
.qrm_marker_develop_perspectives:hover ~ .qrm_overlay_develop_perspectives .qrm_image,
.qrm_marker_develop_purposes:hover ~ .qrm_overlay_develop_purposes .qrm_image,
.qrm_marker_develop_objectives:hover ~ .qrm_overlay_develop_objectives .qrm_image,
.qrm_marker_develop_measures:hover ~ .qrm_overlay_develop_measures .qrm_image,
.qrm_marker_define_measures:hover ~ .qrm_overlay_define_measures .qrm_image,
.qrm_marker_set_kpi_targets:hover ~ .qrm_overlay_set_kpi_targets .qrm_image,
.qrm_marker_prepare_data2:hover ~ .qrm_overlay_prepare_data .qrm_image,
.qrm_marker_prepare_data:hover ~ .qrm_overlay_prepare_data .qrm_image,
.qrm_marker_one_on_one_meeting:hover ~ .qrm_overlay_one_on_one_meeting .qrm_image,
.qrm_marker_actions2:hover ~ .qrm_overlay_actions .qrm_image,
.qrm_marker_actions:hover ~ .qrm_overlay_actions .qrm_image,
.qrm_marker_performance_rewards:hover ~ .qrm_overlay_performance_rewards .qrm_image,
.qrm_marker_evaluate_strategy_cycle:hover ~ .qrm_overlay_evaluate_strategy_cycle .qrm_image {
  visibility: visible;
}
.qrm_marker_develop_perspectives:visited ~ .qrm_overlay_develop_perspectives .qrm_image,
.qrm_marker_develop_purposes:visited ~ .qrm_overlay_develop_purposes .qrm_image,
.qrm_marker_develop_objectives:visited ~ .qrm_overlay_develop_objectives .qrm_image,
.qrm_marker_develop_measures:visited ~ .qrm_overlay_develop_measures .qrm_image,
.qrm_marker_define_measures:visited ~ .qrm_overlay_define_measures .qrm_image,
.qrm_marker_set_kpi_targets:visited ~ .qrm_overlay_set_kpi_targets .qrm_image,
.qrm_marker_prepare_data2:visited ~ .qrm_overlay_prepare_data .qrm_image,
.qrm_marker_prepare_data:visited ~ .qrm_overlay_prepare_data .qrm_image,
.qrm_marker_one_on_one_meeting:visited ~ .qrm_overlay_one_on_one_meeting .qrm_image,
.qrm_marker_actions2:visited ~ .qrm_overlay_actions .qrm_image,
.qrm_marker_actions:visited ~ .qrm_overlay_actions .qrm_image,
.qrm_marker_performance_rewards:visited ~ .qrm_overlay_performance_rewards .qrm_image,
.qrm_marker_evaluate_strategy_cycle:visited ~ .qrm_overlay_evaluate_strategy_cycle .qrm_image {
  visibility: visible;
}
.qrm_marker_develop_perspectives:hover ~ .qrm_overlay_develop_perspectives .qrm_text_box,
.qrm_marker_develop_purposes:hover ~ .qrm_overlay_develop_purposes .qrm_text_box,
.qrm_marker_develop_objectives:hover ~ .qrm_overlay_develop_objectives .qrm_text_box,
.qrm_marker_develop_measures:hover ~ .qrm_overlay_develop_measures .qrm_text_box,
.qrm_marker_define_measures:hover ~ .qrm_overlay_define_measures .qrm_text_box,
.qrm_marker_set_kpi_targets:hover ~ .qrm_overlay_set_kpi_targets .qrm_text_box,
.qrm_marker_prepare_data2:hover ~ .qrm_overlay_prepare_data .qrm_text_box,
.qrm_marker_prepare_data:hover ~ .qrm_overlay_prepare_data .qrm_text_box,
.qrm_marker_one_on_one_meeting:hover ~ .qrm_overlay_one_on_one_meeting .qrm_text_box,
.qrm_marker_actions2:hover ~ .qrm_overlay_actions .qrm_text_box,
.qrm_marker_actions:hover ~ .qrm_overlay_actions .qrm_text_box,
.qrm_marker_performance_rewards:hover ~ .qrm_overlay_performance_rewards .qrm_text_box,
.qrm_marker_evaluate_strategy_cycle:hover ~ .qrm_overlay_evaluate_strategy_cycle .qrm_text_box {
  opacity: 1;
  transition: opacity 0.25s linear;
}
.qrm_overlay_textdefault {
  font-size: 18pt;
  font-size: 4vh;
  color: #333333;
}
.qrm_overlay_default_container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s linear;
  z-index: 399;
  width: 60%;
}
.qrm_marker_develop_perspectives:hover ~ .qrm_overlay_default_container,
.qrm_marker_develop_purposes:hover ~ .qrm_overlay_default_container,
.qrm_marker_develop_objectives:hover ~ .qrm_overlay_default_container,
.qrm_marker_develop_measures:hover ~ .qrm_overlay_default_container,
.qrm_marker_define_measures:hover ~ .qrm_overlay_default_container,
.qrm_marker_set_kpi_targets:hover ~ .qrm_overlay_default_container,
.qrm_marker_prepare_data2:hover ~ .qrm_overlay_default_container,
.qrm_marker_prepare_data:hover ~ .qrm_overlay_default_container,
.qrm_marker_one_on_one_meeting:hover ~ .qrm_overlay_default_container,
.qrm_marker_actions2:hover ~ .qrm_overlay_default_container,
.qrm_marker_actions:hover ~ .qrm_overlay_default_container,
.qrm_marker_performance_rewards:hover ~ .qrm_overlay_default_container,
.qrm_marker_evaluate_strategy_cycle:hover ~ .qrm_overlay_default_container {
  opacity: 0;
  transition: opacity 1s linear;
}
@-moz-keyframes animateQrm_ExpOverlayStart {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 0;
  }
}
@-webkit-keyframes animateQrm_ExpOverlayStart {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 0;
  }
}
@keyframes animateQrm_ExpOverlayStart {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 0;
  }
}
.underconsrtuction_qrm_exp {
  text-align: left;
  vertical-align: middle;
  height: 24px;
  background-position: top left;
  padding-left: 35px;
}
.qrm_exp {
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
  max-width: 75%;
  max-height: auto;
  z-index: 1;
  overflow: auto;
  margin-top: 0;
}
.qrm_exp a:active,
.qrm_exp a:hover,
.qrm_exp a:focus,
.qrm_exp a {
  outline: none;
}
.qrm_exp_overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.qrm_exp_text_box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  font-size: 9pt;
  font-size: 1vw;
  min-height: 60%;
  max-height: 90%;
  max-width: 55%;
  overflow: visible;
  display: none;
}
.qrm_exp_image {
  width: 100%;
  height: auto;
  overflow: visible;
}
@media (max-width: 768px) {
  .body-content {
    padding-left: 15px;
    padding-right: 0;
  }
  .qrm_exp {
    max-width: none;
    margin: 0;
  }
  .qrm_exp_overlay,
  .qrm_exp_image {
    width: 480px;
    height: auto;
  }
}
.qrm_exp_marker {
  background-color: rgba(0, 0, 0, 0.001);
  display: block;
  position: absolute;
  min-height: 30%;
  z-index: 299;
  top: 84.5%;
  min-width: 10%;
  min-height: 8.5%;
}
a.qrm_exp_marker_develop_perspectives {
  left: 0%;
}
a.qrm_exp_marker_develop_purposes {
  left: 10%;
}
a.qrm_exp_marker_develop_objectives {
  left: 20%;
}
a.qrm_exp_marker_develop_measures {
  left: 30%;
}
a.qrm_exp_marker_define_measures {
  left: 40%;
}
a.qrm_exp_marker_set_kpi_targets {
  left: 50%;
}
a.qrm_exp_marker_prepare_data {
  left: 60%;
  min-width: 14%;
}
a.qrm_exp_marker_one_on_one_meeting {
  left: 60%;
  top: 61%;
  min-width: 18%;
  min-height: 11%;
}
a.qrm_exp_marker_prepare_data2 {
  left: 72%;
  top: 72%;
  min-width: 7%;
  min-height: 13%;
}
a.qrm_exp_marker_actions {
  left: 60%;
  top: 72%;
  min-width: 7%;
  min-height: 13%;
}
a.qrm_exp_marker_actions2 {
  left: 74%;
  min-width: 5%;
}
a.qrm_exp_marker_performance_rewards {
  left: 79%;
  min-width: 11%;
}
a.qrm_exp_marker_evaluate_strategy_cycle {
  left: 90%;
}
a.qrm_exp_marker_develop_perspectives:hover ~ .qrm_exp_overlay_develop_perspectives,
a.qrm_exp_marker_develop_purposes:hover ~ .qrm_exp_overlay_develop_purposes,
a.qrm_exp_marker_develop_objectives:hover ~ .qrm_exp_overlay_develop_objectives,
a.qrm_exp_marker_develop_measures:hover ~ .qrm_exp_overlay_develop_measures,
a.qrm_exp_marker_define_measures:hover ~ .qrm_exp_overlay_define_measures,
a.qrm_exp_marker_set_kpi_targets:hover ~ .qrm_exp_overlay_set_kpi_targets,
a.qrm_exp_marker_prepare_data2:hover ~ .qrm_exp_overlay_prepare_data,
a.qrm_exp_marker_prepare_data:hover ~ .qrm_exp_overlay_prepare_data,
a.qrm_exp_marker_one_on_one_meeting:hover ~ .qrm_exp_overlay_one_on_one_meeting,
a.qrm_exp_marker_actions2:hover ~ .qrm_exp_overlay_actions,
a.qrm_exp_marker_actions:hover ~ .qrm_exp_overlay_actions,
a.qrm_exp_marker_performance_rewards:hover ~ .qrm_exp_overlay_performance_rewards,
a.qrm_exp_marker_evaluate_strategy_cycle:hover ~ .qrm_exp_overlay_evaluate_strategy_cycle {
  visibility: visible;
}
a.qrm_exp_marker_develop_perspectives.a:visited ~ .qrm_exp_overlay_develop_perspectives,
a.qrm_exp_marker_develop_purposes:visited ~ .qrm_exp_overlay_develop_purposes,
a.qrm_exp_marker_develop_objectives:visited ~ .qrm_exp_overlay_develop_objectives,
a.qrm_exp_marker_develop_measures:visited ~ .qrm_exp_overlay_develop_measures,
a.qrm_exp_marker_define_measures:visited ~ .qrm_exp_overlay_define_measures,
a.qrm_exp_marker_set_kpi_targets:visited ~ .qrm_exp_overlay_set_kpi_targets,
a.qrm_exp_marker_prepare_data2:visited ~ .qrm_exp_overlay_prepare_data,
a.qrm_exp_marker_prepare_data:visited ~ .qrm_exp_overlay_prepare_data,
a.qrm_exp_marker_one_on_one_meeting:visited ~ .qrm_exp_overlay_one_on_one_meeting,
a.qrm_exp_marker_actions2:visited ~ .qrm_exp_overlay_actions,
a.qrm_exp_marker_actions:visited ~ .qrm_exp_overlay_actions,
a.qrm_exp_marker_performance_rewards:visited ~ .qrm_exp_overlay_performance_rewards,
a.qrm_exp_marker_evaluate_strategy_cycle:visited ~ .qrm_exp_overlay_evaluate_strategy_cycle {
  visibility: visible;
}
.qrm_exp_overlay_expander {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  animation: animateQrm_ExpOverlayStart 2s linear;
  transition: opacity 1s linear;
}
a.qrm_exp_marker_develop_perspectives:hover ~ .qrm_exp_layer_strategymapdevelopment_expander,
a.qrm_exp_marker_develop_perspectives:hover ~ .qrm_exp_layer_strategymapdevelopment_expander,
a.qrm_exp_marker_develop_purposes:hover ~ .qrm_exp_layer_strategymapdevelopment_expander,
a.qrm_exp_marker_develop_objectives:hover ~ .qrm_exp_layer_strategymapdevelopment_expander,
a.qrm_exp_marker_develop_measures:hover ~ .qrm_exp_layer_balancedscorecard_development_expander,
a.qrm_exp_marker_define_measures:hover ~ .qrm_exp_layer_balancedscorecard_development_expander,
a.qrm_exp_marker_set_kpi_targets:hover ~ .qrm_exp_layer_balancedscorecard_development_expander,
a.qrm_exp_marker_prepare_data2:hover ~ .qrm_exp_layer_meeting_feedback_actions_expander,
a.qrm_exp_marker_prepare_data:hover ~ .qrm_exp_layer_meeting_feedback_actions_expander,
a.qrm_exp_marker_one_on_one_meeting:hover ~ .qrm_exp_layer_meeting_feedback_actions_expander,
a.qrm_exp_marker_actions2:hover ~ .qrm_exp_layer_meeting_feedback_actions_expander,
a.qrm_exp_marker_actions:hover ~ .qrm_exp_layer_meeting_feedback_actions_expander,
a.qrm_exp_marker_performance_rewards:hover ~ .qrm_exp_layer_performance_appraisal_evaluation_expander,
a.qrm_exp_marker_evaluate_strategy_cycle:hover ~ .qrm_exp_layer_performance_appraisal_evaluation_expander {
  opacity: 1;
  transition: opacity 1s linear;
}
.qrm_exp_overlay_textdefault {
  font-size: 16pt;
  font-size: 3vh;
}
.qrm_exp_overlay_default_container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s linear;
  z-index: 399;
}
a.qrm_exp_marker_develop_perspectives:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_develop_purposes:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_develop_objectives:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_develop_measures:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_define_measures:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_set_kpi_targets:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_prepare_data2:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_prepare_data:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_one_on_one_meeting:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_actions2:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_actions:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_performance_rewards:hover ~ .qrm_exp_overlay_default_container,
a.qrm_exp_marker_evaluate_strategy_cycle:hover ~ .qrm_exp_overlay_default_container {
  opacity: 0;
  transition: opacity 0.5s linear;
}
/* import bootstrap variables*/
nav .logo {
  height: 32px;
}
.navbar-hamburger_icon {
  float: left;
  height: 50px;
  padding: 9px 10px;
  font-size: 18px;
  line-height: 20px;
}
.hamburger_icon {
  height: 32px;
}
.quoxient_text_logo {
  padding-top: 0;
  height: 24px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  background: linear-gradient(to right, #214a03, #002060);
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #efe1e1;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-brand {
  width: 100px;
}
/*.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover
{
background-color: rgba(255,255,155,0.5);
}*/
@media all and (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-header:hover + #bs-example-navbar-collapse-1,
#bs-example-navbar-collapse-1:hover {
  z-index: 4;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-collapse.in {
  overflow-y: visible;
}
.navbar-collapse {
  overflow-y: visible;
}
.navbar:before,
.navbar:after {
  overflow: hidden;
  display: table;
}
.navbar-nav {
  float: left;
  margin: 0;
}
body {
  padding-top: 0;
  padding-bottom: 20px;
}
body,
.container-fluid,
.container-fluid:after,
.container-fluid:before,
.navbar.navbar-default:after,
.navbar.navbar-default:before,
.page-container:before,
.page-container:after .navbar-header:before,
.navbar-header:after {
  content: none;
}
.quoxient_rso_op {
  height: auto;
}
@media (min-width: 480px) {
  .quoxient_rso_op {
    height: 150px;
  }
}
.iframefile {
  margin-top: 30px;
  height: 150px;
  width: 100%;
}
.demo_corporate_logo {
  top: 0;
  height: 64px;
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.img_stratmap_container {
  position: relative;
  padding-left: 10%;
  width: 90%;
}
.img_strat_map {
  display: block;
  clear: both;
  background-size: contain;
  width: 95%;
}
.img_strat_map:hover {
  position: relative;
  left: -10%;
  width: 110%;
  overflow: visible;
  display: block;
  clear: both;
  background-size: contain;
}
@media all and (min-width: 992px) {
  .img_strat_map:hover {
    left: -150%;
    width: 250%;
  }
}
.img50 {
  width: 50%;
}
.stickyfixed {
  position: fixed;
  top: 0;
  width: 100%;
}
#sidenavbar > ul > li > a {
  padding: 0;
}

/*# sourceMappingURL=quoxient_web.css.map */
