.chave {
  display       : inline-block;
  margin-bottom : 5px;
  font-weight   : 700;
  width         : 100%;
  box-sizing    : border-box;
  cursor        : default;
  /*border: 1px solid lightgrey;*/
}

.valor {
  /* no bootstrap tem o form-control-static */
  font-size          : 14px;
  line-height        : 1.42857143;
  width              : 100%;
  height             : 100%;
  min-height         : 34px;
  color              : #161F23; /* #555 */
  display            : block;
  box-sizing         : border-box;
  padding            : 6px 12px;
  border             : 1px solid #CCC;
  border-radius      : 4px;
  box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075);
  word-break         : normal;
  text-wrap          : normal;
  margin             : 0;
  vertical-align     : middle;
}

.valor-lg {
  height        : 46px;
  min-height    : 46px;
  padding       : 10px 16px;
  font-size     : 18px;
  border-radius : 6px;
}

.valorReadOnly {
  /* no bootstrap tem o form-control-static */
  font-size          : 14px;
  line-height        : 1.42857143;
  width              : 100%;
  height             : 100%;
  min-height         : 34px;
  color              : #161F23; /* #555 */
  background-color   : #EEE;
  display            : block;
  box-sizing         : border-box;
  padding            : 6px 12px;
  border             : 1px solid #CCC;
  border-radius      : 4px;
  box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075);
  word-break         : normal;
  text-wrap          : normal;
  margin             : 0;
}

.grupo {
  margin-bottom : 15px;
}

.vcenter {
  display        : inline-block;
  vertical-align : middle;
  float          : none;
}

/*div{border: 1px solid lightgrey;}*/

.RCS_tab-pane {
  padding       : 0 10px 10px 10px;
  border-left   : 1px solid #DDD;
  border-right  : 1px solid #DDD;
  border-bottom : 1px solid #DDD;
  border-radius : 0 0 4px 4px;
}

.quebra-texto {
  word-wrap : break-word;
}

.nao-quebra-texto {
  white-space : nowrap;
}

.no-autofill-bgcolor, .has-error .no-autofill-bgcolor,
.no-autofill-bgcolor:focus, .has-error .no-autofill-bgcolor:focus {
  -webkit-box-shadow : 0 0 0 1000px white inset;
  box-shadow         : 0 0 0 1000px white inset;
}

.text-bold {
  font-weight : 700;
}

a.no-link, a.no-link:visited, a.no-link:focus, a.no-link:hover, a.no-link:active {
  text-decoration : none;
  color           : inherit;
  cursor          : pointer;
}