.inset{
  border-left:0.2em solid #CCC;
  padding-left:1em;
  margin-left:0.1em;
}

/* This is a hack around cellmates to show radio and check boxes on single line and prevent unwanted spaces */
.inset.cellmates input,
.inset.cellmates select,
.inset.cellmates textarea,
.inset.cellmates label,
.inset.cellmates .tagger{
  display:inline-block;
  vertical-align:baseline;
}

.cellmatefix.cellmates input,
.cellmatefix.cellmates select,
.cellmatefix.cellmates textarea,
.cellmatefix.cellmates label,
.cellmatefix.cellmates .tagger{
  display:inline-block;
  vertical-align:baseline;
}

.inset.cellmates .row:first-child .formPrompt{
  padding-top:0px;
}

.inset.cellmates .row div label{
  padding-top:0px;
  padding-bottom:0px;
}

.progress{
  font-size:large;
  font-weight:700;
  margin-top:1em;
  margin-bottom:1em;
}

.applicationChoice{
  font-size:large;
  font-weight:700;
}


.formPrompt{
  padding-top:1em;
}

.setoutForm .setoutList{
  margin-top:1em;
}

.bigDescription .fieldDescription{
  font-size:1em;
  margin-top:0.5em;
  padding-left:1.3em;
}
.sub-prompt{
  font-size:0.9em;
}
.wide-col{
  width:50em;
}

.medium-col{
  width:25em;
}

.thin-col{
  width:10em;
}

.mdtvdss-list-col{
  width:13em;
}

.promptLeftAlign label{
  width:100%;
  text-align:left;
}

.consentApplication{
  border-bottom:2px solid #888;
  margin-bottom:10px;
}

.consentApplicationCenteredText{
  height:50px;
}

.consentApplicationCenteredText button,
.consentApplicationCenteredText p{
  padding-top:16px !important; /*Otherwise this is overidden in the button*/
}

.wonsShowHide input[type = checkbox]{
  width:0px;
  height:0px;
}

.wonsShowHide input[type = checkbox]:before{
  content:"\ea0a";
  font-size:25px;
  font-family:icomoon;
  position:absolute;
  right:40px;
}
.wonsShowHide input[type = checkbox]:checked:before{
  content:"\ea0b";
}

.card.wellboreEventLowlightCard{
  border-left-width:0px;
  background-color:#fafafa;
  text-align:center;
}

.card.wellboreEventHighlightCard{
  border-left-color:#0f5b93;
  border-left-width:5px;
  text-align:center;
}

.wellboreEventCellmateHeading{
  font-size:20px;
  color:#1065af;
}

/* This doesn't specifically target classes like the fox noBottomMargin */
.wonsNoBottomMargin{
  margin-bottom:0em;
}

#sidebar .section-break{
  height:0.5em;
}

.predicateWrapper{
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 1em;
}

.predicateWrapper:nth-child(2) {
  margin-top: 1em;
}

.predicateWrapper:last-child {
  margin-bottom: 0;
}

.predicateWrapper:before {
  position: absolute;
  left: 0;
  top: 0.2em;
}

.predicateRule{
  
}

.predicateRuleHighlight{
  font-weight: 700;
}

.predicateResult{
  color: #666;
  font-size: 0.9em;
}

.predicateResultHighlightValid{
  color: #0B8433;
  font-weight: 600;
}

.predicateResultHighlightInvalid{
  color: #b70f0f;
  font-weight: 600;
}

.dashboardAction {
  margin: 0 auto 1em auto;
  width: 40em;
  position: relative;
  padding: 1em 1em 1em 5.9em;
  min-height: 3.5em;
}

.dashboardAction:before {
  position: absolute;
  top: 0.4em;
  left: 0.5em;
  font-size: 3em;
  padding: 0;
  color: #666;
}

.dashboardAction a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 0 0 4em;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.5em;
  box-sizing: border-box;
}

.dashboardAction a:before {
  content: "\ea42";
  font-family: icomoon;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.5em;
  color: #bbb;
}

.dashboardActionDescription{
  padding-top: 2.5em;
  font-size: 0.8em;
  font-weight: 600;
}

.dashboardAction ul {
  list-style-type: none;
  padding: 0;
  font-weight: normal;
}

.tightForm .fieldDescription {
  margin-top: 0;
}

.manual-disabled-input {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0.3em !important;
  font-size: 0.8em;
  margin-top: 0;
  margin-left:0;
  border-radius: 3px;
  width: 98%;
  height: 1.3em;
}

#wellboreVisualiserControls {
  background-color: #f7f7f7;
  text-align: center;
  font-weight: bold;
  border: dashed 2px #999999;
  padding: 0.5em;
  margin-top: 0.5em;
  color: #2B7CAC;
}

.wons-detail-expander {
  color: #0869AA;
}