@charset "UTF-8";
@font-face {
  font-family: "ws-light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ws-regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ws-bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Material Symbols Outlined Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: block; /* <-- ATTENTION À CECI */
  src: url(../fonts/google-material-design-icons/MaterialSymbolsRounded.eot); /* For IE6-8 */
  src: local("Material Symbols Outlined Rounded"), local("MaterialSymbolsRounded"), url(../fonts/google-material-design-icons/MaterialSymbolsRounded.woff2) format("woff2"), url(../fonts/google-material-design-icons/MaterialSymbolsRounded.woff) format("woff"), url(../fonts/google-material-design-icons/MaterialSymbolsRounded.ttf) format("truetype");
}
.vw-fixe-90 {
  width: 90vw !important;
  min-width: 90vw !important;
  max-width: 90vw !important;
}

.vw-fixe-95 {
  width: 95vw !important;
  min-width: 95vw !important;
  max-width: 95vw !important;
}

.vh-fixe-90 {
  height: 90vh !important;
  min-height: 90vh !important;
  max-height: 90vh !important;
}

.vh-fixe-95 {
  height: 95vh !important;
  min-height: 95vh !important;
  max-height: 95vh !important;
}

.vh-max-70 {
  max-height: 70vh !important;
}

.vh-max-80 {
  max-height: 80vh !important;
}

.box-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07) !important;
}

.shadow-none {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.b-radius {
  border-radius: 30px !important;
}

.cl-20 {
  color: rgb(20, 20, 20) !important;
}

.cl-40 {
  color: rgb(40, 40, 40) !important;
}

.cl-60 {
  color: rgb(60, 60, 60) !important;
}

.cl-80 {
  color: rgb(80, 80, 80) !important;
}

.cl-100 {
  color: rgb(100, 100, 100) !important;
}

.cl-120 {
  color: rgb(120, 120, 120) !important;
}

.cl-140 {
  color: rgb(140, 140, 140) !important;
}

.cl-160 {
  color: rgb(160, 160, 160) !important;
}

.cl-180 {
  color: rgb(180, 180, 180) !important;
}

.cl-200 {
  color: rgb(200, 200, 200) !important;
}

.cl-210 {
  color: rgb(210, 210, 210) !important;
}

.cl-220 {
  color: rgb(220, 220, 220) !important;
}

.cl-230 {
  color: rgb(230, 230, 230) !important;
}

.cl-240 {
  color: rgb(240, 240, 240) !important;
}

.cl-250 {
  color: rgb(250, 250, 250) !important;
}

.cl-blanc {
  color: rgb(255, 255, 255) !important;
}

.cl-app {
  color: rgb(15, 60, 130) !important;
}

.cl-error {
  color: rgb(200, 55, 70) !important;
}

.cl-warning {
  color: rgb(225, 155, 50) !important;
}

.cl-success {
  color: rgb(120, 200, 20) !important;
}

.bg-20 {
  background-color: rgb(20, 20, 20) !important;
}

.bg-40 {
  background-color: rgb(40, 40, 40) !important;
}

.bg-60 {
  background-color: rgb(60, 60, 60) !important;
}

.bg-80 {
  background-color: rgb(80, 80, 80) !important;
}

.bg-100 {
  background-color: rgb(100, 100, 100) !important;
}

.bg-120 {
  background-color: rgb(120, 120, 120) !important;
}

.bg-140 {
  background-color: rgb(140, 140, 140) !important;
}

.bg-160 {
  background-color: rgb(160, 160, 160) !important;
}

.bg-180 {
  background-color: rgb(180, 180, 180) !important;
}

.bg-200 {
  background-color: rgb(200, 200, 200) !important;
}

.bg-210 {
  background-color: rgb(210, 210, 210) !important;
}

.bg-220 {
  background-color: rgb(220, 220, 220) !important;
}

.bg-230 {
  background-color: rgb(230, 230, 230) !important;
}

.bg-240 {
  background-color: rgb(240, 240, 240) !important;
}

.bg-250 {
  background-color: rgb(250, 250, 250) !important;
}

.bg-blanc {
  background-color: rgb(255, 255, 255) !important;
}

.ff-light {
  font-family: "ws-light", Arial !important;
}

.ff-regular {
  font-family: "ws-regular", Arial !important;
}

.ff-bold {
  font-family: "ws-bold", Arial !important;
}

.fs-8 {
  font-size: 8pt !important;
}

.fs-9 {
  font-size: 9pt !important;
}

.fs-10 {
  font-size: 10pt !important;
}

.fs-11 {
  font-size: 11pt !important;
}

.fs-12 {
  font-size: 12pt !important;
}

.fs-14 {
  font-size: 14pt !important;
}

.fs-16 {
  font-size: 16pt !important;
}

.fs-18 {
  font-size: 18pt !important;
}

.fs-20 {
  font-size: 20pt !important;
}

.fs-24 {
  font-size: 24pt !important;
}

.fs-30 {
  font-size: 30pt !important;
}

.fs-40 {
  font-size: 40pt !important;
}

.line-h06 {
  line-height: 0.6 !important;
}

.line-h08 {
  line-height: 0.8 !important;
}

.line-h10 {
  line-height: 1 !important;
}

.line-h12 {
  line-height: 1.2 !important;
}

.line-h14 {
  line-height: 1.4 !important;
}

.line-h16 {
  line-height: 1.6 !important;
}

.line-h18 {
  line-height: 1.8 !important;
}

.line-h20 {
  line-height: 2 !important;
}

.line-h30 {
  line-height: 3 !important;
}

.line-h40 {
  line-height: 4 !important;
}

.line-h50 {
  line-height: 5 !important;
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.dispaly-sm-n {
  display: table-cell;
}

@media all and (max-width: 768px) {
  .dispaly-sm-n {
    display: none;
  }
}
html {
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

body {
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  cursor: default;
  background-color: rgb(250, 250, 250) !important;
  font-family: "ws-regular", Arial !important;
}

b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ws-bold", Arial !important;
  font-weight: normal !important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgb(15, 60, 130);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 255, 0);
}

.img-apercu {
  padding: 0px;
  border-radius: 5px;
  background-color: none;
  background-image: url("../src/img-introuvable.png");
  background-size: cover;
  background-position: center;
}

.error-page {
  display: flex;
  max-width: 100%;
  height: 400px;
}
.error-page .error-content {
  margin: auto;
  padding: 0;
  text-align: center;
}
.error-page .error-content .ws-icons {
  font-size: 70pt;
  color: rgba(15, 60, 130, 0.5);
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
}
.error-page .error-content h3 {
  color: rgb(15, 60, 130);
}
.error-page .error-content p {
  max-width: 300px;
  color: rgb(100, 100, 100);
  line-height: 1.2;
}

.bt-modal {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 20px;
  border-radius: 50%;
  background-color: rgb(15, 60, 130);
  font-size: 16pt;
  cursor: pointer;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2) !important;
  transition: all 500ms ease;
  /*&:hover > i,
  &:focus > i { color: $cl-app; }*/
}
.bt-modal span {
  padding: 15px;
  color: rgb(255, 255, 255);
}
.bt-modal:hover, .bt-modal:focus {
  background-color: rgba(15, 60, 130, 0.7);
}

.bt-modal-2 {
  bottom: 115px;
}

.bt-modal-3 {
  bottom: 180px;
}

@media all and (max-width: 768px) {
  .bt-modal {
    bottom: 30px;
    right: 10px;
  }
  .bt-modal-2 {
    bottom: 100px;
    right: 10px;
  }
}
.btn-exe {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: transparent;
  line-height: 32px;
  font-size: 11pt !important;
  color: rgb(160, 160, 160);
  cursor: pointer;
  transition: all 500ms ease;
}
.btn-exe:hover {
  background-color: rgb(240, 240, 240);
}
.btn-exe:focus {
  outline: none;
}

.btn-exe.dim-moyen {
  width: 24px;
  height: 24px;
  line-height: 26px !important;
  font-size: 10pt !important;
}

.btn-exe.bg-sombre {
  background-color: transparent;
  color: rgb(160, 160, 160) !important;
}
.btn-exe.bg-sombre:hover {
  color: rgb(240, 240, 240) !important;
  background-color: rgba(250, 250, 250, 0.1) !important;
}

.badge-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 9px;
  font-family: "ws-bold", Arial;
  font-size: 8pt;
  line-height: 18px;
  text-align: center;
  color: rgb(250, 250, 250);
}

/*.users-list {
	li {
		position: relative;
		width: 76px !important;
		padding: 10px 0 0 0 !important;
		text-align: center;

		img {
			display: block;
			margin: 0 auto;
			width: 42px !important;
			height: 42px !important;
			border: 3px solid $cl-120;
		}

		.users-list-name {
			max-width: 80px !important;
			margin-top: 1px;
			font-family: $ff-regular;
			font-size: 9pt;
			color: $cl-20;
			text-overflow: clip !important;
		}

		.users-list-date {
			max-width: 76px !important;
			margin-top: -5px;
			font-family: $ff-regular;
			font-size: 7.5pt;
			color: $cl-120;
			i { font-size: 5pt; }
		}

		.badge-circle {
			line-height: 16px;
			border: 1px solid $cl-250;
		}

		.badge-circle.top-left {
			position: absolute;
			top: 11px;
			left: 13px;
		}

		.badge-circle.bottom-right {
			position: absolute;
			top: 32px;
			right: 11px;
		}
	}

}*/
.ws-icons {
  visibility: hidden;
  margin-top: -2px;
  font-family: "Material Symbols Outlined Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle !important;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.fonts-loaded .ws-icons {
  visibility: visible;
}

.ws-icons.icon {
  font-size: 14pt;
  color: rgb(180, 180, 180);
  font-variation-settings: "wght" 300;
}

.ws-icons.nav-icon {
  font-variation-settings: "FILL" 1;
}

.ws-icons.btn-icone {
  margin: 0px 2px !important;
  font-variation-settings: "wght" 300;
}

.ws-icons.btn-icone-small {
  font-size: 16pt;
  font-variation-settings: "wght" 300;
}

.ws-icons.fill {
  font-variation-settings: "FILL" 1;
}

.nav-item .ws-icons {
  font-size: 14pt;
  margin: auto 5px -4px 0;
}

.modal-title .ws-icons {
  font-size: 18pt;
  margin: -5px 5px auto 0 !important;
  font-variation-settings: "FILL" 1;
}

/*.shadow { 
	border: none; 
}*/
.text-warning {
  color: rgb(225, 155, 50) !important;
}

.tooltip {
  z-index: 9999999;
  font-family: "ws-regular", Arial;
  font-size: 10pt;
  line-height: 1.1;
  color: rgb(255, 255, 255);
}

.tooltip.fade {
  background-color: transparent !important;
}

.fade {
  background-color: rgba(50, 50, 50, 0.3) !important;
}

.modal .modal-content {
  border: none;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 30px !important;
}
.modal .modal-content .modal-body {
  padding: 0 24px;
  background-color: rgb(255, 255, 255);
  border-radius: 30px !important;
}
.modal .modal-content .modal-header {
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: rgb(255, 255, 255);
  z-index: 10;
  border-radius: 30px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.modal .modal-content .modal-header .modal-title {
  padding-top: 10px;
  padding-left: 10px;
  font-family: "ws-regular", Arial;
  font-size: 14pt;
  font-weight: bold;
  color: rgb(140, 140, 140);
  line-height: 1.1;
}
.modal .modal-content .modal-header .modal-title i {
  margin-right: 10px;
}
.modal .modal-content .modal-header .modal-title .user-block .img-circle {
  width: 33px;
  height: 33px;
  margin-right: 10px;
  padding: 2px;
  background-color: rgb(255, 255, 255);
}
.modal .modal-content .modal-header .close {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  line-height: 40px;
  transition: all 500ms ease;
}
.modal .modal-content .modal-header .close:hover, .modal .modal-content .modal-header .close:focus {
  outline: none;
  background-color: rgb(240, 240, 240);
}
.modal .modal-footer {
  background-color: rgb(250, 250, 250);
  z-index: 10;
}
.modal .card {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.modal .table {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

@media all and (max-width: 768px) {
  .modal .modal-content .modal-body {
    padding: 0 15px;
  }
  .tooltip {
    display: none;
  }
}
.card {
  width: 100%;
  border: 1px solid rgb(240, 240, 240) !important;
  border-radius: 30px !important;
  background-color: rgb(255, 255, 255);
  overflow-y: auto !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
}
.card .card-header {
  height: 47px;
  padding: 0;
  border-bottom: none;
}
.card .card-header .ws-icons {
  margin-top: -4px;
}
.card .card-header .btn.btn-link {
  width: 90%;
  max-width: 90%;
  margin: 0 5%;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 35px;
  text-align: left;
  color: rgb(15, 60, 130);
}
.card .card-header .card-title {
  width: 100%;
  padding: 0 0 0 15px;
  font-family: "ws-bold", Arial;
  font-size: 10.5pt;
  line-height: 47px;
  color: rgb(140, 140, 140);
}
.card .card-header .card-title .ws-icons {
  margin-right: 10px;
}
.card .card-header .card-title .user-block {
  margin: 6px 12px 6px 0;
}
.card .card-header .card-title .user-block .img-circle {
  padding: 0px;
  background-color: rgb(255, 255, 255);
}
.card .card-header .card-tools {
  position: absolute;
  right: 5px;
  top: 0px;
}
.card .card-header.header-small {
  height: 38px;
  background-color: rgb(240, 240, 240);
}
.card .card-header.header-small .card-title {
  font-size: 10pt;
  line-height: 38px;
  color: rgb(100, 100, 100);
}
.card .card-header.header-small .card-tools {
  right: 5px;
  top: 4px;
  margin: 0px;
}
.card .card-body {
  overflow-x: hidden;
  border-top: 1px solid rgb(240, 240, 240);
}
.card .card-body .msg-aucun {
  width: 100%;
  padding: 30px 0 15px 0;
  font-size: 10pt;
  color: rgb(140, 140, 140);
  text-align: center;
}
.card .card-footer {
  background-color: transparent;
  border-top: 1px solid rgb(240, 240, 240);
}

.card.border-0 {
  border: none !important;
}

.card.rounded-0 {
  border-radius: 0 !important;
}

.card.shadow-none {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordeon {
  position: relative;
}
.accordeon .card {
  border: 1px solid rgb(240, 240, 240) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important;
  margin: 0;
}
.accordeon .card .card-header {
  height: 45px;
  padding: 0;
  overflow: hidden;
}
.accordeon .card .card-header .card-link {
  display: block;
  width: 100% !important;
  height: 45px !important;
  padding: 0px 15px;
  font-family: "ws-bold", Arial;
  font-size: 10pt;
  line-height: 40px;
  color: rgb(80, 80, 80);
}
.accordeon .card .card-header a:hover,
.accordeon .card .card-header a:focus {
  color: rgb(15, 60, 130);
  border-color: transparent !important;
}
.accordeon .card .card-header .card-tools {
  margin: -3px 0 0 0;
}
.accordeon .dropdown {
  position: absolute;
  right: 5px;
  z-index: auto;
}

.card.card-primary {
  background-color: transparent;
  border: none !important;
  overflow-y: hidden !important;
  border-radius: 0 !important;
}
.card.card-primary .card-header {
  padding: 0px;
  border-bottom: none;
  height: auto !important;
}
.card.card-primary .card-header .nav.nav-tabs {
  padding: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05) !important;
}
.card.card-primary .card-header .nav.nav-tabs .nav-link {
  margin-bottom: -2px;
  padding: 10px 15px;
  border: none !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
  color: rgb(120, 120, 120);
  transition: all 500ms ease;
}
.card.card-primary .card-header .nav.nav-tabs .nav-link:hover {
  color: rgb(15, 60, 130);
}
.card.card-primary .card-header .nav.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none !important;
  border-bottom: 2px solid rgb(15, 60, 130) !important;
  color: rgb(15, 60, 130);
}
.card.card-primary .card-header .nav.nav-tabs .nav-link.active:hover {
  border-top-color: rgb(15, 60, 130);
}
.card.card-primary .card-header .nav.nav-tabs .nav-item {
  display: block;
  font-family: "ws-bold", Arial;
  font-size: 10.5pt;
  color: rgb(15, 60, 130);
}
.card.card-primary .card-header .nav.nav-tabs .nav-item .nav-link {
  border-radius: 0px !important;
}
.card.card-primary .card-body {
  padding: 20px 10px;
}

@media all and (max-width: 768px) {
  .card.card-primary .card-header {
    border-bottom: 1px solid rgba(15, 60, 130, 0.1) !important;
  }
  .card.card-primary .card-header .nav.nav-tabs {
    border-bottom: none !important;
  }
  .card.card-primary .card-header .nav.nav-tabs .nav-link {
    border-bottom: none !important;
  }
  .card.card-primary .card-header .nav.nav-tabs .nav-link.active {
    border-bottom: none !important;
    background-color: rgba(15, 60, 130, 0.1);
  }
  .card.card-primary .card-header .nav.nav-tabs .nav-item {
    width: 100%;
    border-top: 1px solid rgba(15, 60, 130, 0.1) !important;
  }
}
.media {
  font-size: 11pt !important;
  line-height: 1.4 !important;
  color: rgb(140, 140, 140);
}
.media img {
  border-radius: 50%;
  border: 2px solid rgb(120, 120, 120);
}
.media .media-body {
  color: rgb(120, 120, 120);
}
.media .media-body h5 {
  font-family: "ws-bold", Arial;
  font-size: 13pt;
  padding-top: 1px;
  margin-bottom: 0;
  color: rgb(40, 40, 40);
}
.media .media-body i {
  font-size: 8pt;
}

.modal-header .media img,
.direct-chat-contacts .media img {
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgb(220, 220, 220);
}

.wrapper {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  background-color: rgb(250, 250, 250);
}

.navbar {
  border: none;
  border-bottom: 1px solid rgb(240, 240, 240);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04) !important;
}
.navbar .date-heures {
  display: block;
  padding-right: 20px;
  margin-right: -10px;
  border-right: 1px solid rgb(220, 220, 220);
  color: rgb(140, 140, 140);
}
.navbar .date-heures heurs {
  display: inline-block;
  min-width: 62px;
  text-align: left;
}
.navbar .date-heures heurs span {
  color: rgb(200, 200, 200);
}
.navbar .titre-page {
  margin-top: 7px;
  color: rgb(60, 60, 60);
}
.navbar .scolaire {
  border-right: 1px solid rgb(220, 220, 220);
}
.navbar .scolaire h6 {
  color: rgb(60, 60, 60);
  font-size: 10.5pt;
  text-align: center;
}
.navbar .scolaire h6 span {
  display: block;
  font-size: 6pt;
  text-transform: uppercase;
  color: rgb(120, 120, 120);
}

.navbar-light {
  background-color: rgb(255, 255, 255) !important;
}

.sidebar-dark-primary,
.sidebar-dark-primary .brand-link:not([class*=navbar]) {
  border-bottom: 1px solid rgb(240, 240, 240) !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04) !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary {
  background-color: rgb(255, 255, 255);
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
  background-color: rgb(255, 255, 255);
  height: 57px;
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) .brand-text img {
  margin-left: 20px;
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) .brand-image {
  margin: -2px 0 0 5px;
}

.nav .nav-item .nav-link {
  margin: 0;
  border-radius: 0 30px 30px 0;
  font-family: "ws-bold", Arial;
  font-size: 10pt;
  color: rgb(120, 120, 120);
  transition: all 500ms ease;
}
.nav .nav-item .nav-link .nav-icon {
  vertical-align: middle;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .main-sidebar,
  .main-sidebar::before {
    margin-left: -250px;
  }
  .sidebar-open .main-sidebar,
  .sidebar-open .main-sidebar::before {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .navbar .date-heures {
    display: none;
  }
}
.sidebar .user-panel {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.sidebar .user-panel .image {
  margin: 0 0 0 5px;
}
.sidebar .user-panel .info p {
  margin: -10px 0 2px 0;
  font-family: "ws-bold", Arial;
  font-size: 10.5pt;
  color: rgb(100, 100, 100);
}
.sidebar .user-panel .info a {
  display: block;
  margin-top: 0px;
  font-size: 9pt;
  line-height: 1.3;
  color: rgb(120, 120, 120);
  cursor: pointer;
}
.sidebar .user-panel .info a:hover {
  color: rgb(15, 60, 130);
  text-decoration: underline;
}

.main-app {
  padding-bottom: 50px;
  background-color: transparent;
}
.main-app .content-header {
  padding: 10px 20px;
}
.main-app .content-header .container-fluid {
  padding-top: 10px;
  color: rgb(60, 60, 60);
}
.main-app .content-header .container-fluid h1 {
  font-family: "ws-light", Arial !important;
  font-size: 24pt;
}
.main-app .content-header .container-fluid h6 {
  font-size: 10.5pt;
  padding-left: 30px;
  color: rgb(140, 140, 140);
}
.main-app .content {
  padding: 0px 20px;
}

.main-footer {
  background-color: transparent;
  font-size: 10pt;
  color: rgb(100, 100, 100);
}
.main-footer a {
  color: rgb(120, 120, 120);
}
.main-footer a:hover {
  color: rgb(15, 60, 130);
}

@media all and (max-width: 768px) {
  .main-app .content-header .container-fluid h1 {
    font-size: 16pt;
  }
  .main-app .content-header .container-fluid h6 {
    font-size: 10pt;
  }
  .main-footer {
    font-size: 10.5pt;
  }
}
.info-box {
  border: 1px solid rgb(240, 240, 240);
  border-radius: 30px;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(100, 100, 100) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07) !important;
}
.info-box .info-box-icon {
  width: 20%;
  font-size: 18pt;
}
.info-box .info-box-number {
  font-weight: lighter;
  font-size: 26pt;
  line-height: 0.9;
  color: rgb(15, 60, 130);
}
.info-box .info-box-number small {
  margin-left: 2px;
  font-family: "ws-bold", Arial;
  font-size: 8pt;
}
.info-box .info-box-text {
  margin: 5px 0px;
  font-size: 11.5pt;
  color: rgb(40, 40, 40);
}
.info-box .progress-description {
  font-size: 10pt !important;
  color: rgb(120, 120, 120);
}
.info-box .info-box-icon {
  color: rgb(200, 200, 200);
  font-size: 28pt;
}
.info-box .progress {
  height: 4px;
  border-radius: 4px;
  background-color: rgb(220, 220, 220) !important;
}
.info-box .progress-bar {
  background-color: rgb(15, 60, 130) !important;
}

@media (max-width: 768px) {
  .info-box .info-box-icon {
    font-size: 20pt;
  }
  .info-box .info-box-number {
    font-size: 22pt;
  }
  .info-box .info-box-text {
    font-size: 10.5pt;
  }
  .info-box .progress-description {
    font-size: 9pt !important;
  }
  .info-box .progress {
    height: 3px;
  }
}
.timeline > div {
  margin-right: 0px;
}
.timeline > div > .timeline-item {
  margin-right: 0px;
}
.timeline div i img {
  width: 100%;
  height: 100%;
}
.timeline .time-label span {
  padding: 3px 12px 1px 12px;
  font-size: 11.5pt;
}

@media (max-width: 768px) {
  .timeline .time-label span {
    font-size: 10pt;
  }
}
.table {
  background-color: rgb(255, 255, 255);
  border-radius: 10px !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
}
.table thead tr th,
.table tfoot tr th,
.table tbody tr th {
  padding: 10px;
  font-family: "ws-regular", Arial;
  font-size: 10pt;
  font-weight: normal;
  line-height: 1.2;
  color: rgb(140, 140, 140);
}
.table thead tr th {
  border-top: 0;
}
.table tbody tr {
  transition: all 500ms ease;
}
.table tbody tr td {
  padding: 10px;
  font-size: 10.5pt;
  line-height: 1.2;
  color: rgb(20, 20, 20);
  vertical-align: middle !important;
}
.table monetaire {
  display: block;
  width: 40px;
  text-align: right;
}
.table .user-block {
  display: inline-flex;
  position: relative;
}
.table .user-block .username,
.table .user-block .username-small {
  flex: auto;
  margin: auto 0 auto 5px;
  padding: inherit;
  font-size: 10.5pt;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
.table .user-block .username-small {
  max-width: 90px;
  font-size: 10pt;
}
.table .user-block .img-circle {
  flex: auto;
  margin: auto 0;
  border: 1px solid rgb(220, 220, 220);
  background-color: rgb(255, 255, 255);
}
.table .user-block .img-circle.d-50 {
  width: 50px;
  height: 50px;
}
.table .user-block .img-circle.d-40 {
  width: 40px;
  height: 40px;
}
.table .user-block .img-circle.d-30 {
  width: 30px;
  height: 30px;
}
.table .user-block .ws-icons.btn-mod {
  position: absolute;
  left: -10px;
  top: 0px;
  padding: 3px;
  border: 2px solid rgb(250, 250, 250);
  background-color: rgb(180, 180, 180);
  border-radius: 20px;
  font-size: 12pt;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 500ms ease;
}
.table .user-block .ws-icons.btn-mod:hover {
  background-color: rgb(15, 60, 130);
}
.table .btn-icone,
.table .btn-icone-small {
  margin: 0;
  padding: 0;
  color: rgb(160, 160, 160);
  cursor: pointer;
  transition: all 500ms ease;
  vertical-align: middle;
}
.table .btn-icone:hover,
.table .btn-icone-small:hover {
  color: rgb(15, 60, 130);
}
.table msg-aucun {
  font-size: 10.5pt;
  line-height: 10;
}
.table tr.data-mod td {
  background-color: rgba(120, 200, 20, 0.3);
}
.table tr.data-sup td {
  background-color: rgba(200, 55, 70, 0.3);
}
.table .card {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.table-hover tbody tr:hover {
  background-color: rgb(250, 250, 250);
}

.table.tab-small thead tr th,
.table.tab-small tfoot tr th {
  font-size: 9pt;
}
.table.tab-small tbody tr td,
.table.tab-small tbody tr th {
  padding: 10px 5px;
}

.dt-button.dropdown-item.buttons-columnVisibility {
  font-family: "ws-regular", Arial;
  font-size: 10.5pt;
}

.dt-button.dropdown-item.buttons-columnVisibility.active {
  background-color: rgb(15, 60, 130);
}

@media all and (max-width: 768px) {
  .table thead tr th,
  .table tfoot tr th {
    font-size: 10pt;
  }
  .table tbody tr td {
    font-size: 10.5pt;
    line-height: 1.2;
  }
  .table tbody tr td h1 {
    font-size: 24pt;
  }
}
.dataTables_info {
  padding-top: 20px !important;
  font-size: 10pt;
  color: rgb(100, 100, 100);
}

.pagination {
  padding: 15px 0;
}
.pagination .paginate_button.page-item .page-link {
  padding: 5px 10px;
  color: rgb(100, 100, 100);
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  font-size: 10pt;
}
.pagination .paginate_button.page-item.active .page-link {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right-color: rgba(15, 60, 130, 0.2);
  border-left-color: rgba(15, 60, 130, 0.2);
  background-color: rgb(140, 140, 140);
  color: rgb(255, 255, 255);
}
.pagination .paginate_button.page-item.previous .page-link {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}
.pagination .paginate_button.page-item.next .page-link {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

@media all and (max-width: 768px) {
  .pagination .paginate_button.page-item .page-link {
    font-size: 10pt;
  }
}
.dataTables_wrapper .form-control.form-control-sm {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.dataTables_wrapper .form-control.form-control-sm:hover, .dataTables_wrapper .form-control.form-control-sm:focus {
  border-color: rgb(15, 60, 130);
}
.dataTables_wrapper .dataTables_length {
  font-size: 10pt;
  color: rgb(100, 100, 100);
}
.dataTables_wrapper .custom-select.custom-select-sm.form-control.form-control-sm {
  border-radius: 30px;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length .custom-select {
  margin: 0 5px;
  font-size: 10pt;
}
.dataTables_wrapper .dataTables_filter .form-control.form-control-sm {
  padding-left: 30px;
  margin-right: 0px;
  border-radius: 30px;
  background-image: url("../img/ic_rechercher_sm.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px;
}
.dataTables_wrapper .form-control.form-control-sm {
  margin-right: 0px;
}

@media all and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
  .dt-buttons {
    display: block !important;
  }
  .dataTables_length {
    position: absolute;
  }
}
#toast-container {
  margin: 0 0 30px 0;
  padding: 0;
}
#toast-container .toast {
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-position: 25px center;
  opacity: 1;
  border-radius: 10px;
  filter: alpha(opacity=100);
}
#toast-container .toast .toast-message {
  margin: 15px 50px 15px 70px;
  font-family: "ws-regular", Arial;
  font-size: 10.5pt;
  color: rgb(255, 255, 255);
}
#toast-container .toast .toast-close-button {
  right: 15px;
  top: 17px;
}
#toast-container .toast-success {
  background-color: rgb(60, 60, 60);
}
#toast-container .toast-warning {
  background-color: rgb(60, 60, 60);
}
#toast-container .toast-error {
  background-color: rgb(200, 55, 70);
}

#toast-container .toast,
#toast-container .toast:hover {
  border: none;
  cursor: default;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2) !important;
}

@media all and (max-width: 768px) {
  /*#toast-container .toast {
  	width: 98%;
  	min-width: 98%;
  	max-width: 98%;
  	.toast-message { margin: 15px 50px 15px 70px; font-size: 10.5pt; }
  }*/
}
.formulaire .form-group {
  display: block;
  width: 100%;
  height: 35px;
  position: relative !important;
  margin: 25px 0;
}
.formulaire .form-group input,
.formulaire .form-group textarea,
.formulaire .form-group select {
  width: 100%;
  padding: 8px 0 8px 32px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid rgb(220, 220, 220);
  font-family: "ws-regular", Arial;
  font-size: 11pt;
  line-height: 1;
  color: rgb(20, 20, 20);
  outline: none !important;
  resize: none;
  transition: all 0.2s ease;
}
.formulaire .form-group input:hover,
.formulaire .form-group textarea:hover,
.formulaire .form-group select:hover {
  border-color: rgb(160, 160, 160);
}
.formulaire .form-group input:not(:-moz-placeholder), .formulaire .form-group textarea:not(:-moz-placeholder), .formulaire .form-group select:not(:-moz-placeholder) {
  border-color: rgb(160, 160, 160);
}
.formulaire .form-group input:not(:placeholder-shown), .formulaire .form-group input:focus,
.formulaire .form-group textarea:not(:placeholder-shown),
.formulaire .form-group textarea:focus,
.formulaire .form-group select:not(:placeholder-shown),
.formulaire .form-group select:focus {
  border-color: rgb(160, 160, 160);
}
.formulaire .form-group input:not(:-moz-placeholder) ~ label, .formulaire .form-group textarea:not(:-moz-placeholder) ~ label, .formulaire .form-group select:not(:-moz-placeholder) ~ label {
  top: -8px;
  font-size: 9pt;
  color: rgb(160, 160, 160);
}
.formulaire .form-group input:not(:placeholder-shown) ~ label, .formulaire .form-group input:focus ~ label,
.formulaire .form-group textarea:not(:placeholder-shown) ~ label,
.formulaire .form-group textarea:focus ~ label,
.formulaire .form-group select:not(:placeholder-shown) ~ label,
.formulaire .form-group select:focus ~ label {
  top: -8px;
  font-size: 9pt;
  color: rgb(160, 160, 160);
}
.formulaire .form-group label {
  position: absolute;
  top: 12px;
  left: 28px;
  width: auto;
  padding: 0 5px;
  background-color: rgb(255, 255, 255);
  font-family: "ws-regular", Arial;
  font-size: 11pt;
  font-weight: normal;
  line-height: 1;
  color: rgb(160, 160, 160);
  pointer-events: none;
  transition: all 0.2s ease;
}
.formulaire .form-group .ws-icons {
  position: absolute;
  left: 8px;
  top: 9px;
  font-size: 16pt;
  color: rgb(160, 160, 160);
  z-index: 3;
  font-variation-settings: "FILL" 0, "wght" 250;
}
.formulaire .form-group select-border {
  display: block;
  border-radius: 10px;
  border: 1px solid transparent;
}
.formulaire .form-group select-border:focus {
  border: 1px solid rgb(160, 160, 160);
}
.formulaire h6 {
  margin: 40px 0 0 0 !important;
  font-family: "ws-regular", Arial;
  font-size: 10.5pt;
  color: rgb(100, 100, 100);
}
.formulaire .hr-titre {
  width: 100%;
  height: 0;
  margin: 35px 0 30px 0;
  border-bottom: 4px solid rgba(15, 60, 130, 0.03);
}
.formulaire .hr-titre span {
  float: left;
  margin: -8px 0 0 0;
  padding: 0 10px 0 0;
  background-color: rgb(255, 255, 255);
  font-family: "ws-bold", Arial;
  font-size: 10pt;
  color: rgb(15, 60, 130);
}
.formulaire .liste-select {
  display: block;
  width: 94%;
  margin-left: 3%;
  padding: 5px 10px;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgb(200, 200, 200);
  border-top: none;
}

span.select2-selection.select2-selection--single {
  outline: none !important;
  border: 1px solid transparent !important;
  padding-left: 32px !important;
  border-radius: 10px !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: transparent !important;
}

.select2-results,
.select2-search,
.select2-container--default .select2-selection--single,
.select2-search--dropdown,
.select2-search__field {
  width: 100% !important;
  min-width: 100% !important;
  font-size: 11pt !important;
  color: rgb(40, 40, 40) !important;
}
.select2-results ul li,
.select2-search ul li,
.select2-container--default .select2-selection--single ul li,
.select2-search--dropdown ul li,
.select2-search__field ul li {
  padding: 5px 15px !important;
}
.select2-results ul li:last-child,
.select2-search ul li:last-child,
.select2-container--default .select2-selection--single ul li:last-child,
.select2-search--dropdown ul li:last-child,
.select2-search__field ul li:last-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgb(15, 60, 130) !important;
  color: rgb(250, 250, 250) !important;
}

.select2-dropdown.select2-dropdown--below {
  top: 2px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2) !important;
}

[class*=icheck-] > input:first-child + label::before,
[class*=icheck-] > input:first-child + input[type=hidden] + label::before {
  border: 2px solid rgb(140, 140, 140);
  border-radius: 5px;
}

.icheck-default label {
  color: rgb(120, 120, 120);
  font-family: "ws-regular", Arial !important;
  font-size: 11pt !important;
  font-weight: normal !important;
}
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: rgb(15, 60, 130);
}
.icheck-default > input:first-child:checked + label::before,
.icheck-default > input:first-child:checked + input[type=hidden] + label::before {
  background-color: transparent;
  border-color: rgb(15, 60, 130);
}

.custom-switch {
  padding: 0 !important;
  margin: 0 !important;
}
.custom-switch .custom-control-label {
  color: rgb(120, 120, 120);
  font-family: "ws-regular", Arial !important;
  font-size: 11pt !important;
  font-weight: normal !important;
  cursor: pointer;
}
.custom-switch .custom-control-label::before {
  border: none !important;
  box-shadow: none !important;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(15, 60, 130) !important;
}

.btn {
  padding: 7px 15px;
  font-family: "ws-bold", Arial;
  font-size: 10.5pt;
  border-radius: 30px !important;
}

.btn-primary,
.btn-primary:focus {
  background-color: transparent;
  border: none !important;
  color: rgb(15, 60, 130);
  transition: all 500ms ease;
}

.btn-primary:hover {
  background-color: rgba(15, 60, 130, 0.1);
  border-color: transparent;
  color: rgb(15, 60, 130);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: rgba(15, 60, 130, 0.3);
  color: rgb(15, 60, 130);
}

.btn-secondary,
.btn-secondary:focus {
  background-color: transparent;
  border: none !important;
  color: rgb(120, 120, 120);
  transition: all 500ms ease;
}

.btn-secondary:hover {
  background-color: rgb(240, 240, 240);
  border-color: transparent;
  color: rgb(120, 120, 120);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: rgb(180, 180, 180);
  color: rgb(40, 40, 40);
}

.btn-success,
.btn-success:focus {
  background-color: transparent;
  border: none;
  color: rgb(120, 200, 20);
  transition: all 500ms ease;
}

.btn-success:hover {
  background-color: rgba(120, 200, 20, 0.1);
  color: rgb(120, 200, 20);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: rgba(120, 200, 20, 0.3);
  color: rgb(120, 200, 20);
}

.authentif {
  display: flex;
  flex-flow: row wrap;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: rgb(240, 240, 240);
}
.authentif .row {
  width: 90%;
  max-width: 385px;
  height: 500px;
  border-radius: 10px;
  background: rgb(250, 250, 250);
  border-right: 1px solid rgb(220, 220, 220);
  border-left: 1px solid rgb(220, 220, 220);
  border-bottom: 4px solid rgb(220, 220, 220);
  text-align: center;
}
.authentif .row h1 {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  font-family: "ws-regular", Arial;
  font-size: 16pt;
  color: rgb(15, 60, 130);
}
.authentif .row a {
  display: block;
  height: 20px;
  margin: 20px auto;
  color: rgb(100, 100, 100);
  transition: all 500ms ease;
}
.authentif .row a:hover {
  color: rgb(15, 60, 130);
  text-decoration: underline;
}
.authentif .row:first-child {
  margin: auto 0 auto auto;
  border-radius: 10px 0 0 10px;
  background-image: url("../img/phenix-app-cover.jpg?v3");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.authentif .row:last-child {
  margin: auto auto auto 0;
  border-radius: 0 10px 10px 0;
}
.authentif resultat {
  display: block;
  position: relative;
  height: 40px;
  margin: 20px auto;
  padding: 0;
}
.authentif resultat p {
  font-size: 10.5pt;
  line-height: 1.1;
  color: rgb(200, 55, 70);
  text-align: center;
}
.authentif .copy {
  height: 40px;
  margin: 0 auto;
  padding: 0;
  font-size: 10pt;
  color: rgb(140, 140, 140);
}

.form-authentif {
  margin: 0 auto;
}
.form-authentif .form-group {
  position: relative;
}
.form-authentif .form-group input {
  padding: 8px 20px;
  background-color: rgb(240, 240, 240);
  color: rgb(60, 60, 60);
  border: none !important;
  outline: none !important;
  border-bottom: 2px solid rgb(180, 180, 180) !important;
  border-radius: 10px !important;
}
.form-authentif .form-group input:focus, .form-authentif .form-group input:-webkit-autofill, .form-authentif .form-group input:-webkit-autofill:hover, .form-authentif .form-group input:-webkit-autofill:focus, .form-authentif .form-group input:-webkit-autofill:active {
  background-color: rgb(240, 240, 240) !important;
  border-bottom: 2px solid rgb(120, 120, 120);
  -webkit-transition: background-color 9999s ease-out 0s;
  transition: background-color 9999s ease-out 0s;
}
.form-authentif .form-group .ws-icons {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px;
  background-color: rgb(240, 240, 240);
  color: rgb(180, 180, 180);
  border: none;
  border-bottom: 2px solid rgb(180, 180, 180);
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.form-authentif .btn-primary {
  width: auto;
  margin: 30px auto 0 auto;
  padding: 10px 40px;
  background-color: rgba(15, 60, 130, 0.7);
  border-radius: 30px;
  font-family: "ws-bold", Arial;
  color: rgb(250, 250, 250);
}
.form-authentif .btn-primary:hover {
  background-color: rgb(15, 60, 130);
}
.form-authentif .btn-primary:not(:disabled):not(.disabled):active,
.form-authentif .btn-primary:not(:disabled):not(.disabled).active,
.form-authentif .show > .btn-primary.dropdown-toggle {
  background-color: rgb(15, 60, 130);
}

.lockscreen-wrapper {
  margin: 0 auto 0 -20px;
}
.lockscreen-wrapper .lockscreen-name {
  padding-left: 80px;
  font-size: 14pt;
  color: rgb(40, 40, 40);
  text-align: left;
}
.lockscreen-wrapper .lockscreen-item .form-group {
  margin-left: 80px !important;
}
.lockscreen-wrapper .lockscreen-item .form-group input {
  width: 150px;
  padding: 10px 0;
  border: none !important;
  outline: none !important;
}
.lockscreen-wrapper .lockscreen-item .form-group .btn .ws-icons {
  color: rgb(180, 180, 180) !important;
  font-size: 24pt;
  transition: all 500ms ease;
}
.lockscreen-wrapper .lockscreen-item .form-group .btn .ws-icons:hover {
  color: rgb(15, 60, 130) !important;
}

@media all and (max-width: 768px) {
  .authentif {
    padding: 20px 0 0 0;
  }
  .authentif .row h1 {
    font-size: 20pt;
  }
  .authentif .row:first-child {
    height: 160px;
    margin: auto auto 0 auto;
    border-radius: 10px 10px 0 0;
    background-image: url("../img/phenix-app-cover-mobile.jpg?v3");
    background-size: contain;
  }
  .authentif .row:last-child {
    height: 500px;
    margin: 0 auto auto auto;
    border-radius: 0 0 10px 10px;
    border-top: none;
  }
}
.app-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(250, 250, 250);
  background-image: url("../../img/icone.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  z-index: 9999;
}

.main-loading {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -35px;
  padding: 0px;
  background-color: rgb(250, 250, 250);
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.modal-loading {
  width: 100%;
  height: 200px;
  padding: 0px;
  background-color: transparent;
}

.modal-patientez {
  position: absolute;
  width: 100%;
  height: 220px;
  padding: 0px;
  background-color: transparent;
}

.operation-loading {
  width: 100%;
  height: 80px;
  padding: 0px;
  background-color: transparent;
}

.spinner1,
.spinner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0px 0px -20px;
  border: 3px solid rgba(180, 180, 180, 0.1);
  border-top-color: rgb(180, 180, 180);
  border-radius: 50%;
}

.spinner1 {
  animation: spin-anim1 1s ease-in-out infinite;
}

.spinner2 {
  animation: spin-anim2 1s infinite;
}
@keyframes spin-anim1 {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-anim2 {
  100% {
    transform: rotate(360deg);
  }
}
.sp-20 {
  width: 20px;
  height: 20px;
  margin: -10px 0px 0px -10px;
}

.sp-40 {
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px -20px;
}

.sp-70 {
  width: 70px;
  height: 70px;
  margin: -35px 0px 0px -35px;
}

.sp-100 {
  width: 100px;
  height: 100px;
  margin: -50px 0px 0px -50px;
}

.sp-white {
  border-color: rgba(240, 240, 240, 0.1);
  border-top-color: rgb(240, 240, 240);
}

.crop-image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100wv;
  height: 100hv;
  margin: 0;
  padding: 0;
  z-index: 9998;
  background-color: rgb(255, 255, 255);
}
.crop-image #upload-img {
  display: block;
  position: relative;
  width: 100wv;
  height: 100hv;
  padding: 0px;
  margin: 0px;
  background-color: rgba(255, 255, 255, 0);
}
.crop-image .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../img/close.png);
  background-size: 50px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.5;
  transition: opacity 400ms ease;
}
.crop-image .close:hover {
  opacity: 1;
}
.crop-image .cr-slider::-webkit-slider-thumb:hover,
.crop-image .cr-slider::-webkit-slider-thumb:active {
  background: rgb(15, 60, 130) !important;
  cursor: pointer;
}
.crop-image .cr-slider::-webkit-slider-runnable-track {
  width: auto !important;
  height: 3px;
  margin-top: -40px;
  background: rgba(15, 60, 130, 0.5) !important;
  border: 0;
  border-radius: 3px;
}
.crop-image button {
  position: absolute;
  top: 30px;
  left: 30px;
  margin: 0px;
  padding: 7px 15px;
  border: 1px solid rgb(220, 220, 220);
  background-color: rgb(250, 250, 250);
  z-index: 10;
}

.modal-print {
  width: 210mm !important;
  max-width: 210mm !important;
  min-width: 210mm !important;
  padding: 0 !important;
}

.print-zone {
  width: 210mm;
  max-width: 210mm;
  min-width: 210mm;
  /*height: 100%;
     min-height: 100%;
     max-height: 100%;*/
  box-sizing: border-box;
  padding: 1cm;
  background-size: 210mm auto;
  background-repeat: repeat-y;
  background-position: center top;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, "sans-serif" !important;
}

@media print {
  @page {
    size: a4 !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}/*# sourceMappingURL=styles.css.map */