.grid_columns_2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px 10%;
  margin: 0 5%;
}

.validationButtons {
  display: flex;
  margin: 0 43%;
  justify-content: center;
}

.validationButton {
  flex: 1;
  margin: 0 2%;
  padding: 2% 0;
}

.panel-body-list {
  margin: 0 1%;
}

.clickable {
  cursor: pointer;
}

.vd_title-section a {
  color: #555555;
}

.content-blocks {
  display: flex;
  min-height: calc(100vh - 63px - 43px - 72.8px);
}

.menuElement {
  color: #1f3a55;
  margin: 10px 5px;
  border-radius: 5px;
  padding: 1% 2%;
  font-weight: bold;
}

.menuElement.selected {
  background-color: #e9e9f6;
}

.menuBar.vw-10 {
  min-width: 10vw;
}

.panel-max-width {
  width: 100%;
}

.panel-body > .rightAlign,
.form-horizontal > .rightAlign {
  justify-content: flex-end;
}

.line-elements {
  display: flex;
  gap: 5%;
  flex-wrap: nowrap;
}

.line-elements > div {
  flex: 1;
}

.checkboxLine {
  display: flex;
  gap: 7%;
  margin: 5px 0;
}

.bg_dark_blue {
  background-color: #1f3a55;
}

.bd_dark_blue {
  border-color: #1f3a55;
  border: 1px solid;
  border-radius: 20px;
}

.fg_dark_blue {
  color: #1f3a55;
}

.fg_dark_blue:hover {
  background-color: #1f3a55;
  color: #eee;
}

.pagination.paginationCustom > .active > a:hover {
  background-color: #eee;
  color: #feae0d;
}

.margin-line {
  margin: 15px;
}

.formBody {
  margin-bottom: 50px;
}

.tooltipContentBox > .ui-tooltip-content {
  font-family: 'Open Sans';
}

.ui-tooltip.tooltipContentBox {
  padding: 10px;
  background-color: #134058;
  color: #fafafa;
  opacity: 1;
  width: 200px;
  border: 0;
  box-shadow: none;
}

.tooltipIcon {
  margin-left: 5px;
  font-size: 20px;
  vertical-align: middle;
}

.vd_radio.dark_blue_radio label:after {
  background-color: #1f3a55;
  border-color: #1f3a55;
}

.vd_radio.dark_blue_radio label:before,
.vd_radio.dark_blue_radio input[type='radio']:checked + label:before {
  border-color: #1f3a55;
}

.lineLeft {
  width: 66%;
  margin-right: auto;
  margin-left: 0;
}

.modalLineElement {
  display: flex;
  margin: 3% 0;
  align-items: center;
}
.select2-container .select2-selection--multiple li.select2-selection__choice {
  background-color: #d9e8f5;
  color: #5d9ad4;
  border-color: #5d9ad4;
}
.select2-container.select2-container--disabled > .selection > .select2-selection {
  background-color: transparent;
  border: none;
}

.select2-selection--multiple.select2-selection--multiple span.select2-selection__choice__remove {
  float: right;
  margin-left: 5px;
  color: #5d9ad4;
  font-size: large;
}

.modalElem {
  display: contents;
}

.modalElemTextArea {
  border: 1px solid #5d9ad4;
  padding: 2%;
}

input[type='radio'].darkBlueCB,
input[type='checkbox'].darkBlueCB {
  accent-color: #1f3a55;
}

.btn:hover {
  opacity: 0.6;
}

.table .menu-action .menu-icon {
  padding: 3px 6px 3px;
}

.input-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 5px 0 5px;
  margin-top: -4px;
}

.largeTextButton {
  font-size: 16px;
  font-weight: 600;
}

.vd_title-section.customTitleSection {
  padding: 20px;
  margin: 0;
}

input[type='checkbox'].noMargin,
label.noMargin {
  margin: 0;
}

input[type='checkbox'].biggerCheckbox {
  width: 17px;
  height: 17px;
}

.checkboxAndLabel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkboxGroup {
  display: flex;
  margin: 20px 0;
  align-items: center;
}

.modalCornerIcon {
  position: absolute;
  top: -1vw;
  left: -0.3vw;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 100%;
  border: solid 1px #feae0d;
  z-index: 1;
}

.warningColor {
  color: #feae0d;
}
.warningColor-bg {
  background: #feae0d;
}

.modalBorderStatus {
  width: 1vw;
}

.pagination.paginationCustom > li > span,
.pagination.paginationCustom > li > a {
  border: 0;
  color: #feae0d;
  font-size: large;
}

.pagination.paginationCustom > .active > a:hover {
  background-color: #eee;
  color: #feae0d;
}

.pagination.paginationCustom > .active > a,
.pagination.paginationCustom > li > a:focus,
.pagination.paginationCustom > .active > a:focus {
  background: none;
  font-weight: bold;
  border-bottom: solid 1px #feae0d;
  color: #feae0d;
}

.collapseCaret {
  font-size: large;
  float: right;
}

div.collapsed .collapseCaret {
  transform: rotate(180deg);
}

.headerAlertConsign {
  border-radius: 0 4px 0 0;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.fadeAlertConsign {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #2f2f2f;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modalConsign {
  position: fixed;
  z-index: 9999;
}