adiv {
  border: 0.1px solid rgb(226, 226, 226);
  border-style: dashed;
}
.border {
  border: 0.1px solid rgb(226, 226, 226);
  border-style: dashed;
}
.border-red {
  border: 0.1px solid red;
  border-style: dashed;
}
.border-green {
  border: 0.1px solid green;
  border-style: dashed;
}

.container {
  max-width: 100%;
}

/* forms edit menus */
div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

/**
* Make the field a flex-container, reverse the order so label is on top.
*/
/* Powered by: https://github.com/tonystar/float-label-css
 */
/* Re-usable mixins
 * https://github.com/tonystar/float-label-css/blob/master/scss/_mixins.scss
 */
/* Default styling
 * https://github.com/tonystar/float-label-css/blob/master/scss/float-label.scss
 */
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  left: 5;
  top: 0;
  cursor: text;
  font-size: 70%;
  opacity: 1;
  transition: all 0.2s;
  padding: 0px 4px 0px; /* new */
  margin-top: -10px;
  margin-left: 6px;
  background-color: white;
}
.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance: none; */
}
.has-float-label input,
.has-float-label select {
  font-size: inherit;
  padding-top: 1em;
  margin-bottom: 2px;
}
.has-float-label input::-moz-placeholder,
.has-float-label select::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label input:-ms-input-placeholder,
.has-float-label select:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label input::placeholder,
.has-float-label select::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label input:-moz-placeholder-shown:not(:focus)::placeholder,
.has-float-label select:-moz-placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label input:-ms-input-placeholder:not(:focus)::placeholder,
.has-float-label select:-ms-input-placeholder:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder,
.has-float-label select:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label input:-moz-placeholder-shown:not(:focus) + *,
.has-float-label select:-moz-placeholder-shown:not(:focus) + * {
  font-size: 110%;
  opacity: 0.5;
  top: 0.25em;
}
.has-float-label input:-ms-input-placeholder:not(:focus) + *,
.has-float-label select:-ms-input-placeholder:not(:focus) + * {
  /*  font-size: 110%; */
  opacity: 0.5;
  top: 0.25em;
  margin-top: 3px;
}
.has-float-label input:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + * {
  /*  font-size: 110%; */
  opacity: 0.5;
  top: 0.25em;
  margin-top: 3px;
}
.has-float-label input:focus,
.has-float-label select:focus {
  outline: none;
}

.has-float-label select {
  padding-right: 1em;
  /*background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.5em bottom 0.25em;
    */
  background-size: 8px 10px;
  padding-top: 8px;
}
input[type="text"].inputro:disabled {
  background: white;
}
.bg-title-200 {
  background: #e9ecef;
}
.bg-title-300 {
  background: #dee2e6;
}

.input-width-0 {
  width: 35px;
}
.input-width-1 {
  width: 50px;
}
.input-width-2 {
  width: 75px;
}
.input-width-3 {
  width: 100px;
}
.input-width-4 {
  width: 125px;
}
.input-width-5 {
  width: 150px;
}
.input-width-6 {
  width: 200px;
}

.smallCell {
  width: 1px;
  white-space: nowrap;
}

.tabela-row-item {
  background: #c3c4c7;
}
.text-descricao {
  font-size: 0.8rem;
}
.label-div-field-left {
  font-size: 70%;
  background: white;
  margin-left: 6px;
  padding-left: 4px;
  padding-right: 4px;
}
.label-div-field-margin-top {
  margin-top: -10px;
}
.label-div-field-right {
  font-size: 70%;
  background: white;
  margin-right: 10px;
  padding-left: 4px;
  padding-right: 4px;
}
.label-div-field-read-only {
  background: rgba(243, 243, 243, 0.844);
}
.fixed {
  position: fixed !important;

  right: 0px;
}
.font-70 {
  font-size: 70%;
}
.content-wrapper {
  min-height: 95vh !important;
}
.text-inside-box-span-read-only {
  padding-top: 0.75rem !important;
  padding-bottom: 0rem !important;
  font-size: 100% !important;
}
/* image header card */
.imgCardHead {
  max-height: 100px;
  width: "100%";
  object-fit: contain;
}

.hidden-obj {
  display: none;
}
.btnControlClicked {
  background-color: #d3d3d3;
}
.my-form-group-check {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding-left: 0px;
  padding-right: 2px;
  height: calc(2.25rem + 2px);
}
.my-form-group-check-label {
  font-size: 70%;
  margin-top: -10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.col-top-negative {
  margin-top: -14px;
  margin-bottom: 14px;
}