.select2-container {
  z-index: 10400;
}

.select2-selection {
  border: none !important;
  margin-top: 4px !important;
}

.select2-search {
  border: none !important;
}

.select2-dropdown {
  background-color: white !important;
  border: 1px solid #dfdfdf !important;
  box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 30%) !important;
}

.select2-search input {
  background-color: #ededed !important;
  border: none !important;
}

.select2-search--dropdown .select2-search__field {
  border: none !important;
}

.select2-results {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 0.875rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ededed !important;
  color: #1d1d1d !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fb2346 !important;
  color: #ffffff !important;
  font-weight: bold !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-color: black transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent black transparent !important;
}

/*
span.select2.select2-container.select2-container--default {
  width: 99% !important;
}*/

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered {
  background: transparent;
  color: #989898 !important;
}

/*
span.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width:101%;
}*/

#idComboSeleccionVersion .select .option-list li,
#idComboSeleccionVersion .select .option-list a {
  font-size: 12px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: -1px;
  margin-left: 4px !important;
}

.select2-container--default .select2-selection--multiple {
  height: -webkit-fill-available;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  background-color: transparent;
}

/*
.select2-container--open .select2-dropdown--below {
margin-top: -12px !important;
}*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0px;
}

.select2-container {
  width: 100% !important;
}

li.select2-selection__choice {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

::placeholder {
  color: #999;
  line-height: 28px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #999;
  line-height: 28px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.select2-selection__placeholder, input.select2-search__field::placeholder {
  color: #1d1d1d !important;
}

span.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: initial;
  border: 1px solid #ededed !important;
}

.select2-noborder span.select2.select2-container.select2-container--default {
  margin-top: -4px;
}

.select2-noborder span.select2.select2-container.select2-container--default .select2-container--focus .select2-container--open {
  margin-top: 0px;
}

table .select2-noborder span.select2.select2-container.select2-container--default {
  top: 7px;
}

.input.noheight {
  height: auto !important;
}

.dropdown-toggle::before {
  color: black !important;
  border-color: black !important;
}

.app-bar .dropdown-toggle::before {
  color: #fff !important;
  border-color: #fff !important;
}

[class^='select2'] {
  border-radius: 0px !important;
  border: 0px hidden transparent !important;
}

*, *:focus, *:hover {
  outline: none !important;
}

/*.select2-container--default .select2-selection--multiple {
  height: 0px !important;
}*/

#t-flt .data-wrapper {
  white-space: normal !important;
}

@media (max-width: 575px) {
  .no-show-max575 {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hide-tablet {
    display: block;
  }

  table .hide-tablet {
    display: table-cell;
  }
}

@media (min-width: 768px) {
  .hide-tablet {
    display: none;
  }

  table .hide-tablet {
    display: none;
  }

  .mt--4-md {
    margin-top: -16px !important;
  }

  .mt--5-md {
    margin-top: -20px !important;
  }
}

@media (min-width: 992px) {
  .hide-tablet {
    display: block;
  }

  table .hide-tablet {
    display: table-cell;
  }
}

.ellipsis-300 {
  width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

.metro-input, .file, .input, .input-box, .input-box input, .textarea, .tag-input, .spinner, textarea:enabled {
  background-color: white !important;
  border: 1px solid #ededed !important;
}

.form-disabled .input-box, input:disabled, textarea:disabled {
  background: #ededed !important;
}

input.select2-search__field {
  border: 0 !important;
}

.select2-noborder {
  border: 0 !important;
}

li input.select2-search__field {
  height: 0;
}

li input.select2-search__field:focus {
  height: 34px;
}

ul > li:first-child input.select2-search__field {
  height: 34px;
}

span.select2-dropdown.aux-class-multiselect.select2-dropdown--below {
  top: -12px;
}

.text-ellipsis-important {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.float-right-mt--30 {
  float: right !important;
  margin-top: -30px !important;
}

.tableline-height-required-11 {
  top: -11px;
}

.tableline-height-required-10 {
  top: -10px;
}

.swal2-container {
  z-index: 200000 !important;
}

.swal2-styled.swal2-confirm {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px !important;
  background-color: #7cc99b !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-align: center !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: none !important;
}

tr:hover .t-menu.compact.horizontal {
  display: block !important;
}

tr:hover .t-menu-opacity {
  opacity: 0;
}

.profile.message-avatar {
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.app-bar-photo.rounded {
  border-radius: 50% !important;
}

.dialog-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5)
}

.modal-scroll {
  max-height: 75%;
  overflow-y: auto;
}

.select.force-drop-up .drop-container {
  top: auto !important;
  bottom: 100% !important;
}

.dialog-container .dialog.content-fixed {
  display: flex;
}

.dialog-container .dialog.content-fixed .dialog-content {
  overflow-y: auto;
}

/*ScrollBar Inicio*/
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #fb2346;
}

/*ScrollBar Fin*/

.app-bar-wrapper, .app-bar {
  height: 71px !important;
  background: #4f8e67 !important;
  color: #fff;
}

.app-bar-wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.186);
}

.active-nav {
  background: linear-gradient(180deg, #EB5062, #EB5062) !important;
}
