﻿
div.content_menu_layout div.page_content {
  float: left;
  width: auto;
}

div.content_menu_layout div.legacy_zone {
  max-width: 100%;
}
.form-group {
    flex-wrap: wrap !important;
}
.form-group {
    display: flex !important;
}

.form-group > legend{
font-size:1rem!important;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.3!important;
  }
}
.clsBtnSubmit
{    
margin-right: auto !important;
margin-left: auto !important;
}

.select-field {
  position: relative;
}

.select-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  padding-right: 2.25rem; /* Bootstrap spacing */
  background-color: #fff;
}

/* Bootstrap-style arrow */
.select-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;

  width: 16px;
  height: 16px;

  transform: translateY(-50%);
  pointer-events: none;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;

  /* Bootstrap 5 caret SVG */
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>\
<path fill='%236c757d' d='M7.247 11.14L2.451 5.658a.5.5 0 01.374-.858h10.35a.5.5 0 01.374.858l-4.796 5.482a.5.5 0 01-.756 0z'/>\
</svg>");
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

