﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
  font-family: Montserrat;
}

/* WEBKIT SCROLLBAR*/
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primary-color);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: var(--primary-child-color);
}

.br-pagebody {
  padding: 0 15px;
}

.br-section-wrapper {
  padding: 0.5rem;
}

/*Left sidebar*/
.br-menu-link.with-sub::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 0.8rem;
}

/*right sidebar*/
.contact-list-link i.fas {
  font-size: 24px;
}

.pointable {
  cursor: pointer;
}

.alert.alert-button {
  cursor: pointer;
}

.alert.alert-info.alert-button:hover {
  cursor: pointer;
}



 /*sweet alert style*/
.swal2-container {
	/*z-index:2500;*/
}

/*GENERAL STYLE*/

/* base colors*/
.bg-first-color {
  background: var(--primary-color) !important;
}

.bg-first-child-color {
  background: var(--primary-child-color) !important;
}

.bg-second-color {
  background: var(--secondary-color) !important;
}

.bg-third-color {
  background: var(--third-color) !important;
}

.bg-fourfth-color {
  background: var(--fourfth-color) !important;
}

.bg-fifth-color {
  background: var(--fifth-color) !important;
}

.bg-sixth-color {
  background: var(--sixsth-color) !important;
}

.bg-gradient-first-color {
  background-image: linear-gradient(
    to right,
    var(--primary-child-color) 0%,
    var(--primary-child-color) 80%
  );
  background-repeat: repeat-x;
}

.tx-warning {
  color: var(--primary-color);
}
.tx-first-color {
  color: var(--primary-color) !important;
}

.tx-first-child-color {
  color: var(--primary-child-color) !important;
}

.tx-second-color {
  color: var(--secondary-color) !important;
}

.tx-third-color {
  color: var(--third-color) !important;
}

.tx-fourfth-color {
  color: var(--fourfth-color) !important;
}

.tx-fifth-color {
  color: var(--fifth-color) !important;
}

.tx-sixth-color {
  color: var(--sixsth-color) !important;
}

/*hover style */
.hover-first-child-color:hover {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.21);
  color: var(--secondary-color);
  background: var(--primary-child-color);
}

.hover-shadow:hover {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.21);
}

.hover-b-fourth:hover {
  background: var(--primary-color);
}

.hover-tx-primary:hover {
  color: var(--fourfth-color);
}

.hover-all-tx-primary:hover * {
  color: var(--fourfth-color);
}

/*filter effect*/
.filter-content {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}

/*overlay effect*/
.overlay-content {
  position: fixed;
  /*display: none;*/
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1051;
  cursor: pointer;
}

/*button style */
.btn-feuille.active {
  background: var(--primary-child-color);
}

.btn-feuille.active ion-icon {
  color: var(--secondary-color);
}

.btn-first-color {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-first-color:hover {
  color: #fff;
  background-color: var(--primary-child-color);
  border-color: var(--primary-child-color);
}
.btn-first-color:focus,
.btn-first-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-first-color.disabled,
.btn-first-color:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-first-color:not(:disabled):not(.disabled):active,
.btn-first-color:not(:disabled):not(.disabled).active,
.show > .btn-first-color.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-first-color:not(:disabled):not(.disabled):active:focus,
.btn-first-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-first-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary-color {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
/* .btn-first-color:hover {
  color: #fff;
  background-color: var(--fifth-color);
  border-color: var(--fifth-color);
} */
.btn-first-color:focus,
.btn-first-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-first-color.disabled,
.btn-first-color:disabled {
  color: #fff;
  background-color: var(--fifth-color);
  border-color: var(--fifth-color);
}
.btn-first-color:not(:disabled):not(.disabled):active,
.btn-first-color:not(:disabled):not(.disabled).active,
.show > .btn-first-color.dropdown-toggle {
  color: #fff;
  background-color: var(--fifth-color);
  border-color: var(--fifth-color);
}
.btn-first-color:not(:disabled):not(.disabled):active:focus,
.btn-first-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-first-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary-color {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-secondary-color:hover {
  color: #fff;
  background-color: var(--primary-child-color);
  border-color: var(--primary-child-color);
}
.btn-secondary-color:focus,
.btn-secondary-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.5);
}
.btn-secondary-color.disabled,
.btn-secondary-color:disabled {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-secondary-color:not(:disabled):not(.disabled):active,
.btn-secondary-color:not(:disabled):not(.disabled).active,
.show > .btn-secondary-color.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-secondary-color:not(:disabled):not(.disabled):active:focus,
.btn-secondary-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.5);
}

.btn-outline-first-color {
  color: var(--primary-color);
  background-color: var(--fourfth-color);
  background-image: none;
  border-color: var(--primary-color);
}
.btn-outline-first-color:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-first-color:focus,
.btn-outline-first-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.5);
}
.btn-outline-first-color.disabled,
.btn-outline-first-color:disabled {
  color: var(--primary-color);
  background-color: transparent;
}

.btn-outline-first-color:not(:disabled):not(.disabled):active,
.btn-outline-first-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-first-color.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-first-color:not(:disabled):not(.disabled):focus,
.btn-outline-first-color:not(:disabled):not(.disabled).focus,
.show > .btn-outline-first-color.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-first-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-first-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-first-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.5);
}

.btn-outline-second-color {
  color: var(--secondary-color);
  background-color: transparent;
  background-image: none;
  border-color: var(--secondary-color);
}
.btn-outline-second-color:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-outline-second-color:focus,
.btn-outline-second-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.5);
}
.btn-outline-second-color.disabled,
.btn-outline-second-color:disabled {
  color: var(--secondary-color);
  background-color: transparent;
}
.btn-outline-second-color:not(:disabled):not(.disabled):active,
.btn-outline-second-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-second-color.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-outline-second-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-second-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-second-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.5);
}

.btn-outline-third-color {
  color: var(--third-color);
  background-color: transparent;
  background-image: none;
  border-color: var(--third-color);
}
.btn-outline-third-color:hover {
  color: #fff;
  background-color: var(--third-color);
  border-color: var(--third-color);
}
.btn-outline-third-color:focus,
.btn-outline-third-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.5);
}
.btn-outline-third-color.disabled,
.btn-outline-third-color:disabled {
  color: var(--third-color);
  background-color: transparent;
}
.btn-outline-third-color:not(:disabled):not(.disabled):active,
.btn-outline-third-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-third-color.dropdown-toggle {
  color: #fff;
  background-color: var(--third-color);
  border-color: var(--third-color);
}
.btn-outline-third-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-third-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-third-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.5);
}

/*STEP CUSTOMIZATION*/
.wizard1 .content {
  padding: 10px;
  /*height: calc(100vh - 250px);*/
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: var(--primary-color);
  color: var(--fourfth-color);
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: var(--primary-child-color);
  color: var(--fourfth-color);
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: var(--sixsth-color);
  color: var(--fourfth-color);
}

.wizard > .actions > ul > li:last-child a {
  background: var(--secondary-color);
  color: var(--fourfth-color);
}

/*zoom photo customization*/
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 777;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/*FACTURATION STYLE*/
.br-chatpanel {
  margin-top: 0;
  margin-left: 0;
  height: calc(100vh - 130px);
}

.br-active-contacts {
  padding: 5px;
}

.br-chat-contacts {
  overflow: visible;
}

.br-chatlist {
  height: calc(100% - 210px);
}

.br-chatlist .msg-count {
  width: 20px;
  height: 20px;
}

.br-chatlist .media {
  cursor: pointer;
}

.br-chatlist .media.selected::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 3px solid var(--primary-color);
}

/*user managment liste*/
.br-contentpanel {
  margin-left: 0;
  margin-top: 0;
}

#usercards .card {
  cursor: pointer;
}

#usercards .card:hover {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.21);
}

/*style pour les demandes de visa*/
.row-accepted {
  background: #93f890;
  color: #1f5a1d;
}

.row-rejected {
  background: #fca1a1;
  color: #a83232;
}

.row-replaced {
  background: #a0a0a0;
  color: #5c5c5c;
  text-decoration: line-through;
}

	.row-replaced:after {
		position: absolute;
		z-index: 1;
		display: block;
		text-align: center;
		left: 0;
		/*top: 0;*/
		width: 100%;
		height: 50px;
		content: "Ce médicament a été remplacé";
		background-color: rgba(210, 205, 205, 0.67);
		color: #ee0000;
		font-weight: 800;
	}

.card.card-selectable:hover {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.21);
}

.card.card-selectable.active {
  background: var(--primary-color);
}

.card.card-selectable.active .card-img-top,
.card.card-selectable.active p {
  color: var(--fourfth-color);
}

/*datatable style */

.table tbody {
  color: #000;
  background-color: #d4d4d4;
  /*border:1px solid #fff;*/
}

/* table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected,
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background: var(--primary-child-color);
  color: var(--secondary-color);
}

table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1,
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background: var(--primary-color);
  color: var(--fourfth-color);
} */

table.dataTable tbody > tr {
  border: 1px solid rgb(63, 62, 62);
}

table.dataTable tbody > tr.selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.display tbody > tr.even.selected > .sorting_1 {
  background: var(--primary-child-color);
  color: var(--secondary-color);
}

table.dataTable tbody > tr.selected[disabled="disabled"],
table.dataTable tbody > tr[disabled="disabled"] > .selected,
table.dataTable.stripe tbody > tr.odd.selected[disabled="disabled"],
table.dataTable.stripe tbody > tr.odd[disabled="disabled"] > .selected,
table.dataTable.display tbody > tr.odd.selected[disabled="disabled"],
table.dataTable.display tbody > tr.odd[disabled="disabled"] > .selected {
  background: var(--third-color);
  color: var(--fifth-color);
}

.table.dataTable tbody td,
.table td {
  padding: 0.5rem;
}

/*toggle switch style*/

.custom-switch .custom-control-label::before {
  top: 0 !important;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
  padding-left: 0px;
}

.toggle-off.btn {
  padding-left: 0px;
}

.ui-autocomplete,
.ui-datepicker {
  z-index: 2500 !important;
}

/**********************
       NEW ADD
**********************/
.bd-warning {
  border-color: var(--primary-color);
}

.bd-first-color {
  border-color: var(--primary-color);
}

.bg-orange {
  background-color: var(--primary-color);
}

.tx-orange {
  color: var(--primary-child-color);
}

.table-first-color > thead > tr > th,
.table-first-color > thead > tr > td {
  background-color: var(--primary-color);
}

.table .thead-dark > tr > th,
.table .thead-dark > tr > td {
  background-color: var(--primary-color);
}

.table .thead-colored > tr > th,
.table .thead-colored > tr > td {
  font-weight: 500;
  color: var(--fourfth-color);
  border-color: rgba(0, 122, 204, 0.2);
}

.table-colored > thead > tr > th,
.table-colored > thead > tr > td {
  color: var(--fourfth-color);
}
.table thead > tr > th {
  color: var(--fourfth-color);
}

.btn-outline-warning {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-warning:hover {
  background-color: var(--primary-child-color);
  border-color: var(--primary-child-color);
  color: var(--fourfth-color);
}

.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 204, 0.5);
}

.btn-outline-warning:disabled {
  color: var(--primary-color);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: var(--fourfth-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 204, 0.5);
}

.bg-warning {
  background-color: var(--primary-child-color) !important;
}

.btn-warning {
  color: var(--fourfth-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-warning:hover {
  color: var(--primary-color);
  background-color: var(--fourfth-color);
  border-color: var(--primary-color);
}

.btn-warning:not(:disabled):not(.disabled):active {
  background-color: var(--seven-color);
  border-color: var(--seven-color);
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 70, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 70, 0.5);
}

.popover-head-orange .popover-header {
  color: var(--fourfth-color);
  background-color: var(--primary-color);
}

.inputfile + .if-style-1.if-orange .icon-wrapper {
  background-color: var(--primary-color);
}

.inputfile + .if-style-1.if-orange {
  color: var(--primary-color);
}

.nav-style-2 .nav-link::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  border-left: 3px solid var(--primary-color);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.nav-style-2 .nav-link:focus i {
  color: var(--primary-color);
}

.alert-warning {
  color: var(--primary-child-color);
  background-color: var(--fourfth-color);
  border-color: var(--primary-color);
}

.alert-bordered.alert-warning {
  background-color: var(--fourfth-color);
}

/* .tx-danger {
  color: var(--primary-color);
} */

.popover-head-orange.bs-popover-bottom .arrow::after {
  border-bottom-color: var(--primary-color);
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1200px;
  }
}

.modal {
  z-index: 1080;
}

.modal-background-usable {
  position: relative;
  top: 0;
  left: 0;
}

.modal-background-usable .modal-dialog {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 10px;
}

/*select2 tricky*/
.select2-dropdown.increasedzindexclass {
  z-index: 999999;
}

/*timeline */

.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}

/* .status h4 {
  font-weight: 600;
} */

.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #29e63f;
}

.li.complete .status:before {
  background-color: #29e63f;
  border: none;
  transition: all 200ms ease-in;
}

.li.complete .status p {
  color: #29e63f;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

/*custom tab ui*/
.nav-tabs-style-2 {
  background-color: var(--fourfth-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.nav-tabs-style-2 .nav-link.active {
  background-color: var(--primary-color) !important;
  color: var(--fourfth-color) !important;
}

.card-header-tabs .nav-link.active,
.card-header-tabs .nav-link.active:hover,
.card-header-tabs .nav-link.active:focus {
  background-color: var(--primary-color);
  color: var(--fourfth-color);
}

.swal2-container {
	z-index: 10000 !important;
}

/* 
html, body {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	color: #758D96;
}

button {
	position: absolute;
	width: 100px;
	min-width: 100px;
	padding: 20px;
	margin: 20px;
	border: none;
	color: white;
	font-size: 16px;
	text-align: center;
}

#toggleButton {
	position: absolute;
	left: 50px;
	top: 20px;
	background-color: #75C7F6;
} */
