/* app css stylesheet */

/**
Notifications
 */
#process-notification-container{
  visibility: hidden;
  z-index: 3001;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vX {
  /*position: fixed;
  left: 50%;*/
  visibility: visible;
  font-size: 80%;
}

.J-J5-Ji {
  position: relative;
  display: inline-block;
}

.vX .vh {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  color: #222;
  padding: 6px 10px;
}

.vh {
  border: 3px solid transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.vZ {
  padding-left: 2px;
  white-space: nowrap;
}
.v1 {
  font-weight: bold;
}
/**
Notifications
 */
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.disabled-v2{
  pointer-events: none;
  cursor: default;
}