body {
  background-color: #ebedef;
}

.login-page body {
    background: radial-gradient(closest-side, #f1f3f5, #e5e6e8, #a0b2d7, #a6b8dd);
    background: -webkit-radial-gradient(closest-side, #f1f3f5, #e5e6e8, #a0b2d7, #a6b8dd);
}

.login-box{
    padding: 40px;
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 8px 11px 50px 1px rgb(0 0 0 / 9%);
    background: rgba(255, 255, 255, 0.50);
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

.pb-90{
  padding-bottom: 90px;
}

.sidebar-style{
color:rgba(255,255,255,0.6)
}

.btn-primary{
  background: #141E30;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 1px solid #243B55;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background: #141E30;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2a4664, #1b2940);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2a4664, #1b2940); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 1px solid #2a4664;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #b5b5b5;
}

.bg-gradient-darkgreen{
  /*background: #27447e;*/
  background: #27447e;
  background: -webkit-linear-gradient(to bottom, #a9bde5, #27447e);
  background: linear-gradient(to bottom, #a9bde5, #27447e);
}

.sidebar-style .navbar-nav .nav-link .menu-icon,
.sidebar-style .navbar-nav .nav-link svg{
  margin-right: 15px;
  font-size: 24px;
  line-height: 24px;
}


.sidebar-style  ul.btn-toggle-nav {
  margin-left: 40px;
  font-size: 16px;
}

.toggle-left-menu {
  background-color: rgba(0,0,21,0.2);
  color: rgba(255,255,255,.55);
  padding: 16px;
}

.toggle-left-menu:hover,
.toggle-left-menu:focus {
  background-color: rgba(0,0,0,0.3);
  color: rgba(255,255,255,.55);
}

.notification{
  font-size: 22px;
  position: relative;
  margin-right: 20px;
}

.notification span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: red;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 11px;
  position: absolute;
  top: 3px;
  right: 0px;
  border: 1px solid white;
}


.left-bar, .right-bar {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  overflow: hidden;
}

.main-content{
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}

.left-bar.showhide{
  width: 0;
  overflow: hidden;
}

.right-bar.showhide{
  width: 0;
  overflow: hidden;
}

.main-full{
  width: 100% !important;
  flex: none;
  margin-left: 0;
}

.main-full-r2 {
  width: 83.4% !important;
  flex: none;
}

.main-full-r3 {
  width: 83.4% !important;
  flex: none;
}

.main-con{
  flex-wrap: nowrap;
}

.small-left-bar {
  width: 55px;
  flex: initial;
}

.small-left-bar .menu-heading{
  width: 55px;
  flex: initial;
  overflow: hidden;
}

.big-content {
  width: calc(100% - (55px));
}

 .navbar-nav .nav-link {
  white-space: nowrap;
}

.toggle-left-menu.active svg {
  transform: rotate(180deg);
}

.menu-onoff-mob{
  display: none;
}

.right-bar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .menu-onoff-mob{
    display: block;
  }

  .menu-onoff{
    display: none;
  }
  .left-bar.mob-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    max-width: 260px;
  }
  .right-bar.mob-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    max-width: 260px;
  }
  .left-bar.mob-menu.mob-open {
    width: 100%;
    max-width: 260px;
}
.right-bar.mob-menu.mob-open {
  width: 100%;
  max-width: 260px;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000015;
  transition: opacity .15s linear;
  opacity: .5;
  display: none;
}

 .sidebar-overlay.overlay-show {
  display: block;
}

}

@media only screen and (min-width: 991px) {
.left-bar{
  position: fixed;
  height: 100%;
}

.main-full .header-con {
  width: 100%;
}

.main-full-r2 .header-con {
  width: 83.4% !important;
}

.main-full-r3 .header-con {
  width: 83.4% !important;
}

.header-space {
  margin-top: 140px;
}

}

#textContainer {
  display: inline-block;
  font-size: 20px;
  color: white;
  border-radius: 60px;
  text-align: center;
  padding: 15px 30px 15px 30px;
  background: #44aa9b;
  background: -webkit-linear-gradient(to right, #82d3d3, #44aa9b);
  background: linear-gradient(to right, #82d3d3, #44aa9b);
  text-shadow: 0px 0px 15px rgb(0, 0, 0 , 0.67);
  box-shadow: 5px 7px 20px 1px rgba(104, 104, 104 , 0.16);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  min-height: 60px;
  position: relative;
}

#textContainer.steam:before, #textContainer.steam:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094,
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
  border-radius: 60px;
	z-index: -1;
	animation: steamBorder 20s linear infinite;
  opacity: .2;
}

@keyframes steamBorder {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.block:after {
	filter: blur(50px);
}

.swal2-html-container {
  overflow: hidden !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
  line-height: 34px !important;
  color: #272b2f !important;
}

.select2-container--default .select2-selection--single{
  border: 1px solid #ced4d9;
}
.nav-tabs-boxed .tab-content {
  padding: 0.75rem 1.25rem;
  border: 1px solid;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
  color: #768192;
  background-color: #fff;
  border-color: #d8dbe0;
}
a.custom-card,
a.custom-card:hover {
  color: inherit;
  text-decoration: none;
}
.strg-number {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 42px;
	display: inline-block;
	line-height: 57px;
	margin: 10px;
    box-shadow: 5px 9px 20px 1px rgba(0, 0, 0, 0.13);
    font-weight: 200;
}
.hide-specify {
  display: none;
}
.show-specify {
  display: flex;
}

/*
	get rid of the fieldset styling and keep
	this all on a single line
*/
.radio-switch {
	border: none;
	margin-bottom: 2em; /* demo value */
	padding: 0;
	white-space: nowrap;
}

/**
 * Inner wrapper to set a position relative for the inputs
 * that need to be position absolute.
 * display inline-block kees the wrapper only as wide
 * as the radio switch within.
 */
.radio-switch__inner {
	display: inline-block;
	position: relative;
}

/*
	radio button groups often benefit from a legend to
	provide context as to what the different
	options pertain to. Ideally this would be visible to all
	users, but you know...
*/
.radio-switch--hide-legend legend {
	font-size: 2px;
	opacity: 0;
	position: absolute;
}

/*
	relative labels to help position the pseudo elements
	the z-index will be handy later, when the labels that
	overlap the visual switch UI need to be adjusted
	to allow for a user to toggle the switch without
	having to move their mouse/finger to the different
	sides of the UI
*/
.radio-switch label {
	display: inline-block;
	line-height: 2;
	position: relative;
	z-index: 2;
}

/*
	inputs set to opcacity 0 are still accessible.
	Apparently there can be issues targetting inputs with
	Dragon speech recognition software if you use the typical
	'visually-hidden' class...so might as well just avoid that issue...
*/
.radio-switch input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	height: 100%;
	opacity: .00001;
	position: absolute;
	top: 0;
	width: 30%;
	z-index: 3;
}

.radio-switch input:first-of-type {
	left: 0;
}

.radio-switch input:last-of-type {
	right: 0;
}

.radio-switch input:not(:checked):hover + label {
	text-decoration: underline;
}

/*
	a 2 option toggle can only have 2 options...so instead of
	adding more classes, i'm just going to use some
	structural pseudo-classes to target them...
	cause why let all that good work go to waste?!

  the large padding is used to position the labels
  on top of the visual UI, so the switch UI itself
  can be mouse clicked or finger tapped to toggle
  the current option
*/
.radio-switch label:first-of-type {
	padding-right: 5em;
}

.radio-switch label:last-child {
	margin-left: -4.25em;
	padding-left: 5em;
}

/*
	oh focus within, I can't wait for you to have even more support.
	But you'll never be in IE11, so we're going to need a
	polyfill for you for a bit...
 */
.radio-switch:focus-within label:first-of-type:after {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2196f3;
}

/* polyfill class*/
.radio-switch.focus-within label:first-of-type:after {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2196f3;
}

/* making the switch UI.  */
.radio-switch label:first-of-type:before,
.radio-switch label:first-of-type:after {
	border: 1px solid #aaa;
	content: "";
	height: 2em;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
}

.radio-switch label:first-of-type:before {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 100%;
	position: absolute;
	right: 0;
	transition: right .2s ease-in-out;
	width: 2em;
	z-index: 2;
}

/* IE11 has some weirdness in how it's calculating the right positioning
   of the switch knob.  this hacky workaround is fitting for the hacky browser :) */
_:-ms-fullscreen, :root .radio-switch label:first-of-type:before {
	right: -.2em;
}

.radio-switch label:first-of-type:after {
	background: #222;
	border-radius: 1em;
	margin: 0 1em;
	transition: background .2s ease-in-out;
	width: 4em;
}

/*
	Visually change the switch UI to match the
	checked state of the first radio button
*/
.radio-switch input:first-of-type:checked ~ label:first-of-type:after {
	background: #2196f3;
}

.radio-switch input:first-of-type:checked ~ label:first-of-type:before {
	right: 2em;
}

/* IE11 hack for correct positioning */
_:-ms-fullscreen, :root .radio-switch input:first-of-type:checked ~ label:first-of-type:before {
	right: 1.8em;
}

/* Move the 2nd label to have a lower z-index, so when that
   option is toggled, the first label will overlay on top of the
   Switch ui, and the switch can be pressed again to toggle back
   to the prevoius state. */
.radio-switch input:last-of-type:checked ~ label:last-of-type {
	z-index: 1;
}


/* 'color in' the switch knob in high contrast mode by giving it
   a large border */
@media screen and (-ms-high-contrast: active) {
	.radio-switch label:first-of-type:before {
		background-color: windowText;
		border: 1em solid transparent;
		/* firefox doesn't respect the bg color,
		   so the border fills the knob */
	}

	.radio-switch:focus-within label:first-of-type:after {
		outline: 2px solid;
		outline-offset: 3px;
	}

	/* polyfill class*/
	.radio-switch.focus-within label:first-of-type:after {
		outline: 2px solid;
		outline-offset: 3px;
	}
}
.radio-switch .rs-legend {
  font-size: 16px;
  width: 45%;
}
#auto-address-results {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.loupe::before {
  display: none;
}
.auto-results-wrapper ul > .loupe {
	padding-left: 10px !important;
}
.auto-results-wrapper.auto-is-active {
  border: 1px solid #ced4da;
  box-shadow: 1px 1px 5px #ccccccc9;
  width: 96%;
}
.select2-close-mask{
  z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}
.fixed-first-colum th:first-child,.fixed-first-colum td:first-child {
    position:sticky;
    left:0px;
    background: #fff;
    z-index: 99;
}
.tspecial-card .card-body a.rapports_link {
  color: #768192;
  text-decoration: none;
}
.tspecial-card .card-body a.rapports_link:hover {
    color: #4e5762;
}


.links-in-card .card-body a.rapports_link {
  color: #768192;
  text-decoration: none;
}
.links-in-card .card-body a.rapports_link:hover {
    color: #4e5762;
}
.report-card-checkbox
{
  position: absolute;
  top: 5px;
  left: 10px;
}
.card-checkbox {
  display: none;
}

#siderbar_calendar{
    background: white;
    padding: 10px;
}

#siderbar_calendar .fc-toolbar-title{
    color: black;
    font-size: 13px;
    font-weight: normal;
    margin: 0 auto;
}

#siderbar_calendar .fc-theme-bootstrap5 .fc-list,
#siderbar_calendar .fc-theme-bootstrap5 .fc-scrollgrid,
#siderbar_calendar .fc-theme-bootstrap5 td,
#siderbar_calendar .fc-theme-bootstrap5 th{
    border: 1px solid white;
}
.right-menu {
	padding-left: 15px;
}
.right-menu li a {
	color: #fff;
	text-decoration: none;
}

/* tabs upside down */

.tabs-upside-down .tab-content {
  margin-bottom: 10px;
}
.tabs-upside-down .nav-tabs {
  border-bottom: 0px;
  border-top: 1px solid #ddd !important;
}
.tabs-upside-down .nav-tabs > li {
  margin-bottom:0;
  margin-top:-1px;
}

.tabs-upside-down .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabs-upside-down  .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top-color: transparent;
}
.user_role {
  font-size: 11px;
}

h5{
    font-size: 1.5rem;
}

.card{
    border-radius: 10px;
    border: none;
}

.card-header{
    background-color: unset;
    padding: 15px 15px 10px 15px;
}
.btn{
    font-weight: 200;
    border-radius: 25px;
    padding: 7px 14px;
}
.btn-primary{
    background: linear-gradient(to right, #2f4f94, #3a5da8);
    border: 1px solid #27437e;
}

.btn-success{
    background: linear-gradient(to right, #239660, #199d60);
}

.btn-success:hover, .btn-success:focus, .btn-success:active{
    background: linear-gradient(to right, #1f7f52, #15824f);
}

.btn-danger{
    background: linear-gradient(to right, #d43544, #e43e4f);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
    background: linear-gradient(to right, #bc2534, #ba2b3a);
}

.nav-tabs-boxed .tab-content{
    border: none;
}

.login-page .input-group-text, .login-page .form-control{
    border: none;
}

.login-page .input-group-text{
    background: white;
}

.custom-card:hover{
    color: #27437e !important;
}

#translation-table .table>:not(caption)>*>*{
    min-width: 220px;
}
#main_logo
{
  width: 100%;
  max-width: 200px;
  margin: 120px auto 50px auto;
  display: block;
}


.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.55);
}



.project-modules{
  width: 100%;
  max-width: 270px !important;
  border-radius: 20px;
  background: #27447e1a;
  padding: 20px;
  transition: .3s box-shadow;
  -webkit-transition: .3s box-shadow;
  -moz-transition: .3s box-shadow;
  -ms-transition: .3s box-shadow;
  -o-transition: .3s box-shadow;
  text-decoration: none;
  color: black;
  margin-left:20px
}

.project-modules:hover{
  box-shadow: 2px 3px 30px 1px rgba(0, 0, 0, 0.18);
}

.project-modules img{
width: 100%;
border-radius: 20px;
height: 150px;
margin-bottom: 1rem;
}

.project-modules p{
font-size: 14px;
}

.card-text.mt-3{
  text-align: left;
}


#breadcrumb_main .menu3 {
  position: relative;
  padding: 8px 10px;
  font-size: 13px;
  border-right: 1px solid #f5f5f5;
}


#breadcrumb_main .menu3 a {
  text-decoration: none;
  color: #212529;
  white-space: nowrap;
}

#breadcrumb_main .menu3 a:hover {
  color: #787a7c;
}

#breadcrumb_main .menu3:last-child:after {
  display: none;
}

#breadcrumb_main .menu3 .submenu3 {
  background: #fff;
  border: 1px solid #eaf0f6;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  /* width: 100%; */
  transform: translateY(-1em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  /* display: block; */
}

#breadcrumb_main .menu3:hover .submenu3 {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

#breadcrumb_main .menu3 .submenu3 ul {
  list-style: none;
  padding: 0;
}

#breadcrumb_main .menu3 .submenu3 ul li {
  margin: 0;
}

#breadcrumb_main .menu3 .submenu3 ul li a {
  padding: 6px 8px;
  display: block;
}

#breadcrumb_main .menu3 .submenu3 ul li:after {
  display: none;
}
.fc-day-grid-event .fc-time {
	display: none;
}
#auto-adresse-results {
	margin: 0;
	padding: 3px 8px;
}
.auto-clear {
	right: 6px !important;
}
#canvastoprint {
  display: none;
}
@media print {
  #canvastoprint {
    display: block !important;
  }
}

.changeMarker {
  display: none;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

@media only screen and (max-width: 820px) {
  .main-full-r2 {
    width: 100% !important;
  }
  #livraison_check_table_DATEFILTER .col label {
    font-size: 14px;
  }
}

table.dataTable thead tr:first-child th {
  border-top: 1.5px solid #d8dbe0;
}

table.dataTable thead th, table.dataTable thead td {
  border-color: #d8dbe0;
}

div.dt-buttons {
  margin-bottom: 10px;
}

table.dataTable.no-footer {
  border-bottom: none;
}

#leftbar .fc-view.fc-yearWeek-view {
  max-height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}

.model-input-custom{
    border-radius: 20px;
    border: none !important;
    box-shadow: 5px 8px 20px 1px rgb(48 76 132 / 4%);
}

.left_sidebar_footer2 .nav-tabs .nav-link{
    border: none ;
    color: #777b82;
}

.left_sidebar_footer2 .nav-tabs{
    border-bottom: none;
    background: #fff;
}

.left_sidebar_footer2 .nav-tabs .nav-item.show .nav-link,
.left_sidebar_footer2  .nav-tabs .nav-link.active{
    color: #2d5fc4;
}
.btnPrevious {
  display: none;
}

input.is-loading {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 style%3D%22margin%3A%20auto%3B%20background%3A%20rgb(221%2C%20221%2C%20221)%3B%20display%3A%20block%3B%20shape-rendering%3A%20auto%3B%22 width%3D%22200px%22 height%3D%22200px%22 viewBox%3D%220%200%20100%20100%22 preserveAspectRatio%3D%22xMidYMid%22%3E%3Ccircle cx%3D%2250%22 cy%3D%2250%22 fill%3D%22none%22 stroke%3D%22%233194e1%22 stroke-width%3D%2210%22 r%3D%2235%22 stroke-dasharray%3D%22164.93361431346415%2048%22%3E%3CanimateTransform attributeName%3D%22transform%22 type%3D%22rotate%22 repeatCount%3D%22indefinite%22 dur%3D%221s%22 values%3D%220%2050%2050%3B360%2050%2050%22 keyTimes%3D%220%3B1%22%2F%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.growOnHover {
  transition: transform 0.3s ease-in-out;
}

.growOnHover:hover {
  transform: scale(1.1);
}

.colorBlackOnHover:hover {
  color: #1e2125 !important;
}

.highlighted {
  background: #bce8f1;
  opacity: 0.3;
}

.page-item.active .page-link {
  background: linear-gradient(to right, #2f4f94, #3a5da8) !important;
  border: 1px solid #2a4664 !important;
}
