/* LoadPropertyLastModified */
.oldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0.5em 0;
}
.oldValue .w {
  color: #231F20;
  background-color: #FEDA00;
  display: inline-block;
  border: 0.1em solid #FFFFD9;
  padding: 0.4em;
  font-size: 0.8em;
  font-weight: normal;
  text-shadow: 0 1px 1px #FFFFD9;
  -webkit-box-shadow: 0.1em 0.1em 0.2em 0 #aaa;
          box-shadow: 0.1em 0.1em 0.2em 0 #aaa;
  -webkit-border-bottom-left-radius: 1.2em;
     -webkit-border-top-left-radius: 1.2em;
          border-bottom-left-radius: 1.2em;
             border-top-left-radius: 1.2em;
  background-clip: padding-box;
}
.oldValue i:before {
  content: "!";
  display: inline-block;
  color: #FEDA00;
  background-color: #FFFFD9;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  font-weight: bold;
  font-style: normal;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  background-clip: padding-box;
}
.oldValue .l {
  margin-right: 0.3em;
}
.oldValue .v {
  font-weight: bold;
  margin-right: 0.3em;
}
.oldValue .s {
  -webkit-animation: blink 1s infinite alternate;
  -moz-animation: blink 1s infinite alternate;
  -o-animation: blink 1s infinite alternate;
  animation: blink 1s infinite alternate;
}
.oldValue.error .w {
  color: #FFFFD9;
  background-color: #FC4B3B;
  text-shadow: 1px 0 1px #231F20;
}
.oldValue.error i:before {
  content: "×";
  color: #FC4B3B;
}
@-webkit-keyframes blink {
  from {opacity: 1;}
  to {opacity: 0;}
}
@-moz-keyframes blink {
  from {opacity: 1;}
  to {opacity: 0;}
}
@-o-keyframes blink {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes blink {
  from {opacity: 1;}
  to {opacity: 0;}
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.popover .wrapper {
  max-width: 500px;
  position: relative;
  color: #000;
  background-color: #fff;
  font-size: 0.8em;
  margin: 1.2em 0 0;
  padding: 0.6em;
  border: 0.1em solid #4D75A0;
  -webkit-box-shadow: 0.1em 0.1em 0.2em 0 #aaa;
          box-shadow: 0.1em 0.1em 0.2em 0 #aaa;
}
.popover .wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.8em solid rgba(255, 255, 255, 0);
  border-right: 0.8em solid rgba(255, 255, 255, 0);
  border-bottom: 0.8em solid #4D75A0;
  position: absolute;
  top: -0.8em;
  left: 0.6em;
}
.popover .wrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.8em solid rgba(255, 255, 255, 0);
  border-right: 0.8em solid rgba(255, 255, 255, 0);
  border-bottom: 0.8em solid #fff;
  position: absolute;
  top: -0.7em;
  left: 0.6em;
}
.popover.rightAligned .wrapper:before {
  left: auto;
  right: 0.6em;
}
.popover.rightAligned .wrapper:after {
  left: auto;
  right: 0.6em;
}
.popover .spinner {
  margin: 1em;
}

.popover .bmOffer .error {
  font-weight: bold;
  color: #900;
  margin: 0.4em 0;
}
.popover .bmOffer .buttons {
  text-align: center;
}
.popover .bmOffer .ui-datepicker-trigger {
  vertical-align: -25%;
}

.popover .rjctChanges .error {
  font-weight: bold;
  color: #900;
  margin: 0.4em 0;
}
.popover .rjctChanges .buttons {
  text-align: center;
}
.popover .rjctChanges textarea {
  width: 270px;
  height: 100px;
  margin: 0.4em 0;
}

.errorPanel {
  font-size: 16px;
  padding: 1em;
  width: 800px;
  margin: 1em auto;
  color: #fff;
  background-color: #dd3333;
  border: 1px solid #990033;
  text-shadow: 1px 0 1px #000;
  -webkit-box-shadow: 0.1em 0.1em 0.2em 0 #aaa;
          box-shadow: 0.1em 0.1em 0.2em 0 #aaa;
  -webkit-border-radius: 0.2em;
          border-radius: 0.2em;
  background-clip: padding-box;
}
.errorPanel .h {
  font-weight: bold;
  margin-bottom: 1em;
}
.errorPanel .b {
  font-size: 0.8em;
}

.spinner {
  height: 20px;
  width: 20px;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border-left: 5px solid rgba(0, 0, 0, .1);
  border-right: 5px solid rgba(0, 0, 0, .1);
  border-bottom: 5px solid rgba(0, 0, 0, .1);
  border-top: 5px solid rgba(0, 0, 0, .4);
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}
