.select2-search input {
  margin: 0 !important;
  max-height: 30px !important;
  height: 30px !important;
  background: none !important;
}
/*
.select2-selection--multiple{
  max-height: 33px !important;
  height: 33px !important;
}
*/

#filterform .form-group {
  margin-bottom: 0px;
}

.control-label .required {
  color: #e02222;
  font-size: 14px;
  padding-left: 2px;
}

.pagination {
  margin: 0 !important;
}

/* datetimepicker color*/
.ui-datepicker-month,
.ui-datepicker-year {
  color: black;
}

/* bouton d'action */
.datatable td a i {
  padding: 5px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  background: #fff !important;
}

.video-js {
  margin-top: 0px;
}

.filter_column input {
  width: auto;
}

.qtip-iframe .qtip-content {
  padding: 0;
}
.qtip-iframe iframe {
  display: block;
  width: 365px;
  height: 205px;
}
.qtip-iframe {
  max-width: 385px;
}

/* petits formulaires */
.small input[type="text"],
.small input[type="password"],
.small input[type="datetime"],
.small input[type="datetime-local"],
.small input[type="date"],
.small input[type="month"],
.small input[type="time"],
.small input[type="week"],
.small input[type="number"],
.small input[type="email"],
.small input[type="url"],
.small input[type="search"],
.small input[type="tel"],
.small input[type="color"],
.small .uneditable-input {
  height: 14px;
  font-size: 13px;
  line-height: 14px;
  width: 100px;
}
.small select {
  height: 28px;
  font-size: 13px;
  line-height: 14px;
  width: 100px;
}
.small p {
  margin: 0 0 2px;
}

.monthpicker .ui-datepicker-calendar {
  display: none;
}

tr[href] {
  cursor: pointer;
}

.page {
  display: none;
}

.read {
  text-decoration: line-through;
}

.sticktop {
  background: white;
  z-index: 50;
}
.sticktop.rightbar {
  height: 90%;
  border: 1px solid #ccc;
  padding: 10px;
}
.sticktop.fixed {
  position: fixed;
  top: 0;
}

.btn.dark {
  color: white;
  text-shadow: none;
  background-color: #555555;
}

.planning,
.planninghead {
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: bold;
  color: black;
  background-color: white;
  z-index: 50;
}

.loading {
  display: none;
  width: 150px;
  padding: 0 10px;
  text-align: center;
  background-color: black;
  color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -25px;
}

.description {
  display: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  padding: 10px;
  position: absolute;
  margin-top: -45px;
  z-index: 100;
}

.fc-event {
  text-align: center;
}

.fc-event:hover {
  cursor: pointer;
}

.legende_class {
  width: 100%;
}

.legende_color {
  width: 15%;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: white;
  display: inline-block;
}

.legende_text {
  width: 80%;
  display: inline-block;
  padding: 5px;
}

.chats .message {
  word-break: break-word;
}

#rooms .message {
  word-break: break-word;
}

.msgs::-webkit-scrollbar {
  width: 8px;
}

.dropdown-menu li > a.select2-search-choice-close {
  padding: 0px !important;
}
.dropdown-menu li > a.select2-search-choice-close:hover,
.dropdown-menu .active > a.select2-search-choice-close,
.dropdown-menu .active > a.select2-search-choice-close:hover {
  background: url("/bundles/select2-3.4.0/select2.png") right top no-repeat !important;
}

footer {
  clear: both;
}

.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #cecece !important;
}

.label-purple {
    background-color: #703688;
}

input[name="ajaxval"] {
    width: 75px !important;
}

.pagination__item {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination__item--current-page {
  font-weight: 900;
  background: #337ab7cf;
  color: white;
}

select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}

.scroller {
    overflow: auto !important;
}

.navbar-brand>img {
    display: inline-block;
}

/*
  fix modal
  A partir de bootstrap 3.4.1 le backdrop des modal est par dessus la modale
  => tester page sejour > raffraichir > action > nutrition
*/

.modal {
    z-index: 10051;
}

.modal .select2-container {
    z-index: 100000;
}

.select2-drop {
  z-index: 99999;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}
