.disableTextSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fullScreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.fullHeight {
  height: 100%;
}

.rcsbFvMain * {
  box-sizing: border-box;
}

.rcsbFvMain {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  position: relative;
}

.rcsbFvSplitPanel{
  height:100%;
  border-left: 3px solid #b5cbe2;
  position: absolute;
  cursor: ew-resize;
  opacity: 0;
}

.rcsbFvSubtitle {
  font-size: 16px;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 15px;
}

.rcsbFvTitle{
  font-size: 24px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 15px;
}

.rcsbFvClose {
  position: absolute;
  right: 10px;
  top:5px;
  cursor: pointer;
}

