@charset "utf-8";

/* CSS Document */
textarea {
  resize: vertical;
}

.panel-body-2 {
  height: 250px;
  overflow: auto;
}

.panel-body-3 {
  height: 512px;
  overflow: auto;
}

.panel-body-2 .glyphicon {
  font-size: 12px;
}

.heading-elements-flex .heading-btn-group {
  display: flex;
  justify-content: space-around;
}

.page-header-content.no-icons .heading-elements-toggle {
  display: none;
}

.padding-small {
  padding: 10px;
}

.readonly-client,
#new-value {
  border: 1px solid #ddd;
  width: auto;
}

.searchResultsContainer {
  width: 100%;
  z-index: 2;
}
ul.select2-results__options {
  padding-bottom: 7px;
  max-height: 150px;
  overflow-y: auto;
}
ul li.li_doss {
  padding: 5px 0px;
  cursor: pointer;
  border-bottom: 1px solid gray;
}
/* ul li.li_doss:hover {
  background-color: #596371;
} */


input.select2-search__field.search_doss {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.borne-dates input.btn.bg-info.btn-labeled {
  padding: 2px 10px !important;
}

.borne-dates input {
  border: navajowhite;
  padding: 5px 10px;
  margin-right: 30px;
  border: 1px solid #ddd;
}

.borne-dates {
  padding: 10px;
}

.borne-dates h3 {
  margin: 0;
}

/* input#pays_fournisseur {
  height: 28px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6666667;
  border-radius: 2px;
  border: 1px solid #ddd;
} */

p#message {
  color: green;
  text-align: left;
}

span.delete-btn {
  margin-top: 5px;
}

span.delete-btn a span {
  background: #000 !important;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 1.5384616;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1px;
  border-radius: 2px;
}

.new-btn-s {
  font-size: 11px;
  padding: 5px 10px;
  margin: 0 4px;
}

.media-left.custom-width {
  max-width: 310px;
  display: block;
}

.media-left.custom-width input {
  width: 100%;
}

.popup-container-modif-name {
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
}

.popup-modif-name {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  max-width: 400px;
  margin-top: 150px;
}

.popup-modif-name h3,
.popup-modif-name p {
  text-align: center;
}

input#popup-input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 15px;
}

button#save-btn {
  border: none;
  padding: 10px 20px;
}

button#save-btn {
  border: none;
  padding: 7px 25px;
  background: #1565C0;
  color: #fff;
}

button#cancel-btn {
  border: none;
  padding: 7px 25px;
  background: red;
  color: #fff;
}

/* .custom-tab-overview .dataTables_scrollBody {
  overflow: auto !important;
  overflow-x: visible !important;
  height: auto !important;
  width: auto !important;
} */

.navbar.navbar-inverse.colorBann {
  background: #7CB342 !important;
  border: 1px solid #7CB342 !important;
}

.add-guest__by-form {
  font-size: 12px;
}

.max-h-100vh {
  max-height: 100vh;
}
.min-w-200 {
  min-width: 200px;
}
.align-items-baseline {
  align-items: baseline;
}
.justify-content-end {
  justify-content: flex-end;
}