@media (max-width: 1406px) {
  .btn.secondary-button {
    min-width: 92px;
    padding: 10px 8px;
  }
  .btn-rodape {
    font-size: 10px !important;
  }
  .notas-custom-label-comprovacoes .value span {
    font-size: 14px;
  }
}

@media (max-width: 1190px) {
  .btn.secondary-button {
    min-width: 55px;
    padding: 10px 8px;
  }
  .notas-custom-label-comprovacoes .value span {
    font-size: 10px;
  }
}

.primary-button,
.primary-button[disabled]:hover {
  background:#4CAF50;
  color:#FFF;
  border-color:#4CAF50;
}

.primary-button + .secondary-button {
  margin-right:10px;
}

.primary-button:hover {
  background:rgba(74,186,88,0.8);
  color:#FFF;
  border-color:#4CAF50;
}

.primary-button:active, .primary-button:focus, .primary-button:active:hover {
  box-shadow:inset 0 1px 3px 0 #387A42;
  background:#4CAF50;
  color:#FFF;
}

.primary-button, .secondary-button, .link-button {
  box-shadow:none;
  padding:4px 16px;
  font-weight:500;
  text-shadow:none;
}

.btn-default.secondary-button {
  border-color:#CFDBE2;
  background:#F8FAFC;
  min-width:135px;
  color:#385A7B;
}

.secondary-button:hover {
  background:#FFF;
  border-color:#81a0be;
  color:#385A7B;
}

.link-button {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.link-button:hover {
    text-decoration: underline;
    color: #777777 !important;
}

.primary-title {
  color:rgba(0, 0, 0, 0.3);
  text-transform:uppercase;
  margin-bottom:15px;
  margin-top:20px;
}

.primary-title hr {
  border-top:2px dotted #E9E9E9;
  margin:0;
}

.primary-title.first {
  margin-top:0;
}

.form-simple-label {
  top:-4px;
  position:relative;
  display:table;
}

input.form-control:hover,
select.form-control:hover,
input.form-control:active,
select.form-control:active,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:hover,
textarea.form-control:focus {
    border-color: #ccc !important;
}

@keyframes tooltipIn {
  0% {
    -moz-transform:translate(0, -10px);
    -ms-transform:translate(0, -10px);
    -webkit-transform:translate(0, -10px);
    transform:translate(0, -10px);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0;
  }
  100% {
    -moz-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
    -webkit-transform:translate(0, 0);
    transform:translate(0, 0);
    filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity:1;
  }
}

.float-left {
  float: left;
}

.checkbox-float-left {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}

.textarea-sumula-rbe {
  resize: none;
}

.input-unidade-medida {
  float: left;
  width: 70%;
}

.input-unidade-medida+.unidade-medida {
  display: block;
  float: left;
  line-height: 30px;
  margin-left: 2%;
}

.input-group-preco-venda {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-btn-preco-venda {
  width: 35%;
  top: 13px;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  left: 5px;
}

.radio-input {
    display: flex;
    gap: 18px;
    margin-top: 4px;
}

.radio-option {
    display: flex;
}

.radio-option input[type='radio'] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 0 6px 0 0 !important;
    accent-color: #FBBC04;
    appearance: none;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 0 1px #CCCCCC;
    cursor: pointer;
}

.radio-option input[type='radio']:checked {
  box-shadow: 0 0 0 2px #FBBC04;
}

.radio-option input[type='radio']:before {
    content: '';
    display: block;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}

.radio-option input[type='radio']:checked:before {
    background: #FBBC04;
}

.radio-option input[type='radio']:disabled {
    cursor: default;
    pointer-events: none;
}

.radio-option input[type='radio']:checked:disabled {
  box-shadow: 0 0 0 1px #999999 !important;
}

.radio-option input[type='radio']:checked:disabled:before {
    background: #999999 !important;
}
