﻿::selection {
  background: #d71335;
}
/* AdminConsole ONLY - Start */
.global-header-theme-dark #global-header {
  background: #111 !important;
}
#maincontent.logincontent {
  background-image: url("/media/img/poweredbyremplanDefault.png");
}
#maincontent.logincontent h1 {
  color: #d71335;
}
.loginbutton {
  background: #d71335;
}
/* AdminConsole ONLY - End */
#remplan-dropdown:hover .notification,
#remplan-dropdown.selected .notification {
  border: 2px solid #d71335 !important;
  color: #d71335 !important;
}
#remplan-dropdown .notification,
#remplan-dropdown:active .notification {
  background: #d71335 !important;
}
#global-header-logo {
  width: 200px !important;
  /* app.common */
}
#global-header-logo img {
  margin-top: -3px;
  width: 200px !important;
  /* app.common */
}
#global-header-shadow {
  background: #d71335 !important;
}
.newsfeedpanel-item .type {
  color: #d71335;
}
.newsfeedpanel-item .type,
#remplandropdown-popup .infopanel .link,
#settings-popup a {
  color: #d71335 !important;
}
/* Investment Project List */
.project-list {
  display: none;
}
.view_addproject {
  opacity: 0;
}
.view_addproject.loaded {
  opacity: 1;
}
.remplan-loader {
  padding: 150px 0;
  border: 1px solid #ddd;
  margin: 10px 0;
  background: #efefef;
}
.remplan-loader .message {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.remplan-loader .remplanlogo {
  position: relative;
  width: 114px;
  height: 51px;
  margin: 0 auto;
}
.remplan-loader .remplanlogo .overlay {
  width: 104px;
  height: 9px;
  position: absolute;
  top: 34px;
  left: 4px;
  background: url(/assets/images/text-remplan.png) no-repeat;
  pointer-events: none;
}
.remplan-loader .remplanlogo .bar {
  position: absolute;
  bottom: 5px;
  width: 14px;
  background: #522773;
  transition: margin-top 200ms ease-out, height 300ms ease-out;
}
.remplan-loader .remplanlogo .bar-0 {
  left: 1px;
  height: 27px;
}
.remplan-loader .remplanlogo .bar-0.active {
  height: 32px;
}
.remplan-loader .remplanlogo .bar-1 {
  left: 17px;
  height: 17px;
}
.remplan-loader .remplanlogo .bar-1.active {
  height: 22px;
}
.remplan-loader .remplanlogo .bar-2 {
  left: 33px;
  height: 21px;
}
.remplan-loader .remplanlogo .bar-2.active {
  height: 26px;
}
.remplan-loader .remplanlogo .bar-3 {
  left: 49px;
  height: 27px;
}
.remplan-loader .remplanlogo .bar-3.active {
  height: 32px;
}
.remplan-loader .remplanlogo .bar-4 {
  left: 65px;
  height: 17px;
}
.remplan-loader .remplanlogo .bar-4.active {
  height: 22px;
}
.remplan-loader .remplanlogo .bar-5 {
  left: 81px;
  height: 24px;
}
.remplan-loader .remplanlogo .bar-5.active {
  height: 30px;
}
.remplan-loader .remplanlogo .bar-6 {
  left: 97px;
  height: 18px;
}
.remplan-loader .remplanlogo .bar-6.active {
  height: 23px;
}
.linkbutton {
  width: 16px;
  height: 16px;
  margin: 10px;
  cursor: pointer;
  background: url(/media/img/icons.png) -207px 0;
}