@charset "utf-8";


/*
  ==============================================================================================
  -------------------------|                                         |--------------------------
  -------------------------|             CSS CGLib 2019              |--------------------------
  -------------------------|             Thème Bootstrap             |--------------------------
  -------------------------|                                         |--------------------------
  ==============================================================================================
*/



/*========================================== Layout ==========================================*/

.container {
	width: calc(100% - 270px);
	margin-left: 250px;
	padding: 26px;
	overflow: hidden;
}
.row {
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 1200px) {
	.container {
		width: calc(100% - 500px);
		margin: 0 auto;	
	}
}
@media (max-width: 575px) {
	.container {
		width: calc(100% - 64px);
		margin: 0 8px 0 58px;
	}
}



/*============================ Nouveau breakpoint (xxl : 1440px) =============================*/

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
	position: relative;
	width: 100%;
	min-height: 1px;
}
@media (min-width: 1440px) {
	.col-xxl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-xxl-0 {
		right: auto;
	}
	.pull-xxl-1 {
		right: 8.333333%;
	}
	.pull-xxl-2 {
		right: 16.666667%;
	}
	.pull-xxl-3 {
		right: 25%;
	}
	.pull-xxl-4 {
		right: 33.333333%;
	}
	.pull-xxl-5 {
		right: 41.666667%;
	}
	.pull-xxl-6 {
		right: 50%;
	}
	.pull-xxl-7 {
		right: 58.333333%;
	}
	.pull-xxl-8 {
		right: 66.666667%;
	}
	.pull-xxl-9 {
		right: 75%;
	}
	.pull-xxl-10 {
		right: 83.333333%;
	}
	.pull-xxl-11 {
		right: 91.666667%;
	}
	.pull-xxl-12 {
		right: 100%;
	}
	.push-xxl-0 {
		left: auto;
	}
	.push-xxl-1 {
		left: 8.333333%;
	}
	.push-xxl-2 {
		left: 16.666667%;
	}
	.push-xxl-3 {
		left: 25%;
	}
	.push-xxl-4 {
		left: 33.333333%;
	}
	.push-xxl-5 {
		left: 41.666667%;
	}
	.push-xxl-6 {
		left: 50%;
	}
	.push-xxl-7 {
		left: 58.333333%;
	}
	.push-xxl-8 {
		left: 66.666667%;
	}
	.push-xxl-9 {
		left: 75%;
	}
	.push-xxl-10 {
		left: 83.333333%;
	}
	.push-xxl-11 {
		left: 91.666667%;
	}
	.push-xxl-12 {
		left: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0%;
	}
	.offset-xxl-1 {
		margin-left: 8.333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.666667%;
	}
	.d-xxl-none {
		display: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.flex-xxl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.flex-xxl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.flex-xxl-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xxl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xxl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xxl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
	.float-xxl-left {
		float: left !important;
	}
	.float-xxl-right {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
	.m-xxl-0 {
		margin: 0 0 !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mr-xxl-0 {
		margin-right: 0 !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xxl-0 {
		margin-left: 0 !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem 0.25rem !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem 0.5rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem 1rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mr-xxl-3 {
		margin-right: 1rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xxl-3 {
		margin-left: 1rem !important;
	}
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem 1.5rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem 3rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mr-xxl-5 {
		margin-right: 3rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xxl-5 {
		margin-left: 3rem !important;
	}
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.p-xxl-0 {
		padding: 0 0 !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pr-xxl-0 {
		padding-right: 0 !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xxl-0 {
		padding-left: 0 !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem 0.25rem !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem 0.5rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem 1rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pr-xxl-3 {
		padding-right: 1rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xxl-3 {
		padding-left: 1rem !important;
	}
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem 1.5rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem 3rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pr-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xxl-5 {
		padding-left: 3rem !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.mr-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ml-xxl-auto {
		margin-left: auto !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.text-xxl-left {
		text-align: left !important;
	}
	.text-xxl-right {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
	.hidden-xxl-up {
		display: none !important;
	}
}



/*========================================== Titres ==========================================*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1.4rem;
	line-height: 1.1;
}



/*========================================== Textes ==========================================*/

small, .small {
	font-size: 72%;
}
h1 small, 
h2 small, 
h3 small, 
h4 small, 
h5 small, 
h6 small {
	line-height: .5em !important;
}
.small-alt {
	font-size: 85%;
}
a {
	outline: none !important;
}
.text-warning {
	color: #f29024 !important;
}



/*========================================== Boutons =========================================*/

.btn {
	position: relative;
	border: 0;
	border-radius: 1.5rem;
	font-size: .9rem;
	letter-spacing: -.02em;
	padding: 0.45rem 1.3rem;
	box-shadow: inset 1px 1px 0 1px rgba(255, 255, 255, .35),
				inset -1px -1px 0 1px rgba(0, 0, 0, .11),
				0 -1px 0 1px rgba(0, 0, 0, .08),
				0 1px 0 1px rgba(255, 255, 255, .2);
}
.btn.hasicon {
	padding-left: 36px;
}
.btn .icon {
	position: absolute;
	top: 3px;
	left: 8px;
}
.btn-sm .icon {
		-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
			transform-origin: 0 0;
	-webkit-transform: scale(.86);
	   -moz-transform: scale(.86);
		-ms-transform: scale(.86);
		 -o-transform: scale(.86);
			transform: scale(.86);
}
.btn-link {
	box-shadow: none;
}
.btn-lg,
.btn-group-lg > .btn {
	font-size: 1.25rem;
}

.btn-sm,
.btn-group-sm > .btn {
	font-size: 0.8rem;
	padding: 0.4rem 1.1rem;
	letter-spacing: 0;
}
.btn.disabled, 
.btn:disabled {
	opacity: .5;
}

.btn-warning {
	color: #fff;
	background-color: #f29024;
}
.btn-warning:hover {
	color: #fff;
    background-color: #e3851c;
}
.btn-warning:not(:disabled):not(.disabled).active, 
.btn-warning:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #d47b1a;
}

@media (min-width: 767px) {
	.btn-lg .icon {
		top: 8px;
	}
}
@media (max-width: 767px) {
	.btn {
		font-size: 0;
	}
	.btn strong {
		display: inline-block;
		font-size: 14px;
	}
	.btn strong:first-letter {
		text-transform: uppercase;
	}
	
}



/*==================================== Bordures arrondies ====================================*/

.rounded {
	border-radius: 0.6rem !important;
}
.rounded-top {
	border-top-left-radius: 0.6rem !important;
	border-top-right-radius: 0.6rem !important;
}
.rounded-right {
	border-top-right-radius: 0.6rem !important;
	border-bottom-right-radius: 0.6rem !important;
}
.rounded-bottom {
	border-bottom-right-radius: 0.6rem !important;
	border-bottom-left-radius: 0.6rem !important;
}
.rounded-left {
	border-top-left-radius: 0.6rem !important;
	border-bottom-left-radius: 0.6rem !important;
}



/*========================================== Cards ===========================================*/

.card,
.card-img,
.card-img-top,
.card-img-bottom {
	border: 0;
	border-radius: 0;
}
.card {
	background-color: transparent;
}



/*========================================== Tables ==========================================*/

.table {
	table-layout: fixed;
	overflow: hidden;
	font-size: .85rem;
}
.table th,
.table td {
	position: relative;
	padding: .7rem;
	border-top: 1px solid rgba(0, 0, 0, .1);
    vertical-align: middle;
}
.table thead th {
	padding: .8rem .7rem;
	vertical-align: top;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
}
.table thead th a {
	display: inline;
	position: relative;
	border-bottom: 1px dashed rgba(0, 0, 0, .2);
	text-decoration: none;
	color: inherit;
}
table thead th a:hover {
	border-bottom: 1px dashed rgba(0, 0, 0, .5);
}
table thead th .icon.arrow-top,
table thead th .icon.arrow-bottom {
	position: absolute;
	top: -4px;
	right: -28px;
	-webkit-transform: scale(.72);
	   -moz-transform: scale(.72);
		-ms-transform: scale(.72);
		 -o-transform: scale(.72);
			transform: scale(.72);
}
.table thead th:first-child {
	border-top-left-radius: .5rem;
}
.table thead th:last-child {
	border-top-right-radius: .5rem;
}
.table thead th:first-child,
.table tbody th:first-child {
	padding-left: 1.1rem;
}
.table tbody + tbody {
	border-top: 2px solid rgba(0, 0, 0, .1);
}
.table-sm {
	font-size: .8rem;
}
.table-sm th,
.table-sm td {
	padding: .4rem;
}
.table-sm thead th {
	padding: .55rem .35rem;
}
.table-sm thead th:first-child,
.table-sm tbody th:first-child {
	padding-left: .8rem;
}
.table-bordered,
.table-bordered th,
.table-bordered td {
	border: 1px solid rgba(0, 0, 0, .1);
}
.table-bordered {
	border-top: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .025);
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .08);
}
.table-hover tbody tr.table-white:hover {
	background-color: inherit;
}
.table .thead-light th,
.table-light thead th,
.table .thead-dark th,
.table-dark thead th {
	border-top-width: 0;
}
.table .thead-dark th {
	border-color: rgba(255, 255, 255, .2);
}
.table .thead-light th {
	border-color: rgba(0, 0, 0, .1);
}
.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: rgba(255, 255, 255, .2);
}
.table-dark thead th {
	border-color: rgba(255, 255, 255, .2);
}
.table-light.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .4);
}
.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .14);
}
.table tbody tr[data-*] {
	cursor: pointer;
}



/*========================================= Tooltips =========================================*/

.tooltip {
	z-index: 1000004;
}
.tooltip .arrow {
	width: .6rem;
	height: .3rem;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: .3rem 0
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-width: .3rem .3rem 0;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .3rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	width: .3rem;
	height: .6rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-width: .3rem .3rem .3rem 0
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: .3rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-width: 0 .3rem .3rem;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .3rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	width: .3rem;
	height: .6rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-width: .3rem 0 .3rem .3rem;
}
.tooltip-inner {
	max-width: 210px;
	border-radius: .4rem;
	padding: .45rem .9rem;
}



/*========================================= Popovers =========================================*/

.popover {
	background-color: #eee;
	border: 0;
	border-radius: .4rem;
	box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .1);
}

.bs-popover-top, 
.bs-popover-auto[x-placement^="top"] {
	margin: 0 0 20px 0;
}
.bs-popover-bottom, 
.bs-popover-auto[x-placement^="bottom"] {
	margin: 20px 0 0 0;
}
.bs-popover-left, 
.bs-popover-auto[x-placement^="left"] {
	margin: 0 20px 0 0;
}
.bs-popover-right, 
.bs-popover-auto[x-placement^="right"] {
	margin: 0 0 0 20px;
}

.bs-popover-top .arrow, 
.bs-popover-auto[x-placement^="top"] .arrow {
	bottom: calc((.4rem + 1px) * -1);
}
.bs-popover-bottom .arrow, 
.bs-popover-auto[x-placement^="bottom"] .arrow {
	top: calc((.4rem + 1px) * -1);
}
.bs-popover-right .arrow, 
.bs-popover-auto[x-placement^="right"] .arrow {
	left: calc((.4rem + 1px) * -1);
}
.bs-popover-left .arrow, 
.bs-popover-auto[x-placement^="left"] .arrow {
	right: calc((.4rem + 1px) * -1);
}

.bs-popover-top .arrow::after, 
.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-top-color: #eee;
}
.bs-popover-right .arrow::after, 
.bs-popover-auto[x-placement^="right"] .arrow::after {
	border-right-color: #eee;
}
.bs-popover-bottom .arrow::after, 
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-bottom-color: #eee;
}
.bs-popover-left .arrow::after, 
.bs-popover-auto[x-placement^="left"] .arrow::after {
	border-left-color: #eee;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
	border-width: .4rem .4rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
	border-width: .4rem .4rem .4rem 0;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-width: 0 .4rem .4rem .4rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
	border-width: .4rem 0 .4rem .4rem;
}

.bs-popover-top .arrow::before, 
.bs-popover-auto[x-placement^="top"] .arrow::before {
	border-top-color: rgba(0, 0, 0, .2);
}
.bs-popover-right .arrow::before, 
.bs-popover-bottom .arrow::before, 
.bs-popover-left .arrow::before, 
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
	border: 0;
}

.popover.dark {
	background-color: #333;
}
.bs-popover-top.dark .arrow::after, 
.bs-popover-auto[x-placement^="top"].dark .arrow::after {
	border-top-color: #333;
}
.bs-popover-right.dark .arrow::after, 
.bs-popover-auto[x-placement^="right"].dark .arrow::after {
	border-right-color: #333;
}
.bs-popover-bottom.dark .arrow::after, 
.bs-popover-auto[x-placement^="bottom"].dark .arrow::after {
	border-bottom-color: #333;
}
.bs-popover-left.dark .arrow::after, 
.bs-popover-auto[x-placement^="left"].dark .arrow::after {
	border-left-color: #333;
}
.popover.dark .popover-body {
	color: #fff;
}



/*======================================== Pagination ========================================*/

.page-link {
	min-width: 36px;
	min-height: 36px;
	border-radius: 0;
	border: 0;
}
.page-link:focus {
  box-shadow: none;
}
.page-link.next,
.page-link.prev {
	border: 0;
	background-color: transparent !important;
}
.page-link i {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -16px;
}
.page-item.disabled .page-link i {
	opacity: .3;
}
.pagination input {
	width: 60px;
	margin-left: 6px;
	margin-right: 6px;
}



/*========================================== Badges ==========================================*/

.badge {
	position: relative;
	padding: 0.3em 0.5em;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, .08);
}
.badge-md {
	font-size: 85%;
	padding: 0.3em 0.6em;
}
.badge-lg {
	font-size: 100%;
	padding: 0.26em 0.55em;
}
.badge-warning {
	color: #fff;
	background-color: #f29024;
}
.badge-white {
	background-color: #fff;
}



/*========================================== Alerts ==========================================*/

.alert {
	font-size: .85em;
	border: 0;
	color: #fff;
	border-radius: .4em;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
}
.alert hr {
	border-top-color: rgba(255, 255, 255, .3);
}
.alert-light {
	color: #212529;
}
.alert-light hr {
	border-top-color: rgba(255, 255, 255, .6);
}
.alert-success {
	background-color: #5abc41;
}
.alert-info {
	background-color: #17a2b8;
}
.alert-warning {
	background-color: #f29024;
}
.alert-danger {
	background-color: #dc3545;
}



/*======================================== Formulaires ========================================*/

legend {
    font-size: inherit;
	margin-bottom: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Calque_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20enable-background%3D%22new%200%200%2030%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M14.992%2C18.545l-6.124-6.124l0.994-0.994l5.13%2C5.129l5.082-5.083l0.995%2C0.995L14.992%2C18.545z%22%2F%3E%0A%3C%2Fsvg%3E) !important;
    background-position : right center !important;
    background-repeat: no-repeat !important;
	background-size: 30px 30px !important;
	padding-right: 30px !important;
}
select::-ms-expand {
    display: none;
}
.form-group {
	position: relative;
}
.form-control::-webkit-input-placeholder {
	font-weight: 300;
	opacity: .4;
}
.form-control::-moz-placeholder {
	font-weight: 300;
	opacity: .4;
}
.form-control:-ms-input-placeholder {
	font-weight: 300;
	color: #c8c8c8;
	opacity: 1;
}
.form-control::placeholder {
	font-weight: 300;
	opacity: .4;
}
.form-control-label {
	width: 100%;
	font-weight: 600;
	color: #555;
	min-height: 1.1em;
    line-height: 1.2rem;
}
.form-control-label.hasswitch {
	max-width: calc(100% - 80px);
}
.form-inline .form-control-label {
	width: auto;
	margin-right: .5rem;
}
.form-check {
	margin-top: .6rem;
}
.form-control {
	display: inline-block;
	font-size: 1em;
	line-height: 1.35em;
	height: auto;
	border-radius: 0;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
	border: 1px solid #c1c1c1;
    background-color: #fff;
	margin-bottom: 6px;
	margin-right: 4px;
	padding: .5rem .75rem;
}
.form-control:focus {
	border: 1px solid #cecece;
	box-shadow: 0 0 10px rgba(120, 120 , 120, .5);
}
.form-control-info {
	border: 1px solid #d0ddff !important;
	border-bottom: 1px solid #6289f3 !important;
	background-color: #dae4ff;
}
.form-control-success {
	border: 1px solid #e6fdd0 !important;
	border-bottom: 1px solid #5cb85c !important;
	background-color: #e6fdd0;
}
.form-control-warning, .required {
	border: 1px solid #ffe8cb !important;
	border-bottom: 1px solid #f0ad4e !important;
	background-color: #ffe8cb;
}
.form-control-danger {
	border: 1px solid #ffcaca !important;
	border-bottom: 1px solid #d9534f !important;
	background-color: #ffcaca;
}
.form-control-info:focus {
	border: 1px solid #6289f3 !important;
	box-shadow: 0 0 10px rgba(98, 137, 243, .5);
	background-color: #e8efff;
}
.form-control-success:focus {
	border: 1px solid #5cb85c !important;
	box-shadow: 0 0 10px rgba(92, 184, 92, .5);
	background-color: #f1ffe4;
}
.form-control-warning:focus {
	border: 1px solid #f0ad4e !important;
	box-shadow: 0 0 10px rgba(240, 173, 78, .5);
	background-color: #fff0de;
}
.form-control-danger:focus {
	border: 1px solid #d9534f !important;
	box-shadow: 0 0 10px rgba(217, 83, 79, .5);
	background-color: #ffe1e1;
}

.form-control-info.tooltip-info,
.form-control-success.tooltip-success,
.form-control-warning.tooltip-warning,
.form-control-danger.tooltip-danger {
    background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 26px;
}
.form-control-info.tooltip-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cg%20fill%3D%22%236289F3%22%3E%3Cpath%20d%3D%22M13.328%205.602a3.262%203.262%200%200%200-.804-1.035%203.748%203.748%200%200%200-1.196-.683%204.247%204.247%200%200%200-2.701-.053%203.773%203.773%200%200%200-1.092.559%203.374%203.374%200%200%200-.811.856%202.098%202.098%200%200%200-.347%201.104c-.014.284.074.515.261.688.181.168.39.253.621.253.19%200%20.352-.046.479-.139.128-.093.234-.264.326-.523.18-.507.424-.853.726-1.027.311-.179.684-.27%201.108-.27.545%200%20.978.152%201.321.463.339.309.504.721.504%201.26%200%20.147-.018.307-.056.488a1.5%201.5%200%200%201-.202.487%201.52%201.52%200%200%201-.428.426c-.186.129-.442.228-.76.291-.306.06-.535.117-.702.177-.18.063-.318.144-.413.239a.624.624%200%200%200-.18.391%205.525%205.525%200%200%200-.018.481v1.925c0%20.288.083.521.246.69.165.172.385.26.653.26.27%200%20.489-.088.652-.26.164-.168.247-.4.247-.69v-1.583c.823-.196%201.506-.577%202.028-1.133.552-.588.832-1.37.832-2.325a2.926%202.926%200%200%200-.294-1.317zM9.074%2014.455c-.218.219-.328.484-.328.791s.11.572.329.791c.219.217.484.328.789.328s.57-.111.79-.33c.218-.217.328-.482.328-.789s-.11-.572-.329-.791a1.117%201.117%200%200%200-1.579%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-control-success.tooltip-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2372CA1F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M2.628%208.963l4.003%204.032%206.827-6.827%22%2F%3E%3C%2Fsvg%3E");
}
.form-control-warning.tooltip-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23F29500%22%20d%3D%22M8.03%2012.688c-.414%200-.75-.336-.75-.75V4.203c0-.414.336-.75.75-.75s.75.336.75.75v7.734c0%20.415-.336.75-.75.75zM8.037%2015.896c-.286%200-.56-.11-.76-.31-.198-.2-.298-.46-.298-.747%200-.272.11-.548.298-.746.398-.386%201.106-.398%201.505%200%20.186.198.298.474.298.745%200%20.285-.1.546-.297.745-.2.2-.473.31-.746.31z%22%2F%3E%3C%2Fsvg%3E");
}
.form-control-danger.tooltip-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23E50505%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20d%3D%22M2.627%204.628L13.37%2015.37M2.627%2015.37L13.37%204.63%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.form-control:disabled,
.form-control[readonly] {
	color: #999;
	-webkit-text-fill-color: rgba(150, 150, 150, 1); 
	-webkit-opacity: 1; 
	color: rgba(150, 150, 150, 1); 
}
.form-control:disabled {
	border: 1px solid transparent;
	background-color: rgba(0,0,0,.07);
	box-shadow: none;
}
.form-control[readonly] {
	background-color: #fff;
}

.form-check {
	margin-top: .6rem;
}
[type=checkbox]:checked,
[type=checkbox]:not(:checked),
[type=radio]:checked,
[type=radio]:not(:checked) {
	position: absolute;
	top: 1px;
	margin-left: 1px;
	width: 16px;
	height: 16px;
	opacity: .6;
}
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
	top: 0;
	width: 17px;
	height: 17px;
	outline-width: 3px;
}
@media screen and (min-width:0\0) {
    [type=radio]:checked,
	[type=radio]:not(:checked) {
		top: 2px;
	}
}
[type=checkbox] + label,
[type=radio] + label {
    position: relative;
    padding-left: 27px;
	padding-right: 20px;
    display: block;
    line-height: 19px;
    cursor: pointer;
	font-weight: 400;
	color: #777;
}
[type=checkbox]:disabled, 
[type=radio]:disabled {
	visibility: hidden;
}
[type=checkbox]:disabled + label, 
[type=radio]:disabled + label {
	opacity: .5;
}
.form-check-inline [type=checkbox] + label,
.form-check-inline [type=radio] + label {
    display: inline-block;
	width: auto;
}
[type=checkbox]:checked + label,
[type=radio]:checked + label {
	color: #212121;
}
[type=checkbox] + label::before,
[type=checkbox] + label::after,
[type=radio] + label::before,
[type=radio] + label::after {
	position: absolute;
	z-index: 1;
	content: '';
	left: 0;
}
[type=checkbox] + label::before,
[type=checkbox] + label::after {
	top: -1px;
	width: 19px;
	height: 19px;
}
[type=radio] + label::before,
[type=radio] + label::after {
	width: 18px;
	height: 18px;
}
[type=checkbox] + label::before,
[type=radio] + label::before {
	border: 2px solid #cdcdcd;
	background-color: #fff;
}
[type=checkbox]:not(:checked) + label:hover,
[type=radio]:not(:checked) + label:hover {
	color: #212121;
}

[type=checkbox]:not(:checked) + label:hover::before,
[type=radio]:not(:checked) + label:hover::before {
	border: 2px solid #adadad;
}

[type=checkbox] + label::before {
	border-radius: 3px;
}
[type=radio] + label::before {
	border-radius: 50%;
}
[type=checkbox]:checked + label::before,
[type=radio]:checked + label::before {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	   -moz-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		 -o-transform: scale3d(1.1, 1.1, 1.1);
			transform: scale3d(1.1, 1.1, 1.1);
}

.darkgray[type=checkbox]:checked + label::before,
.darkgray[type=radio]:checked + label::before {
	border-color: #606060;
	background-color: #606060;
}

[type=checkbox] + label::after,
[type=radio] + label::after {
	-webkit-transform: scale3d(0, 0, 0);
	   -moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		 -o-transform: scale3d(0, 0, 0);
			transform: scale3d(0, 0, 0);
}
[type=checkbox] + label::after {
	background: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.363%205.372L8.78%2011.955%205.885%209.06l-1.49%201.49%204.38%204.384.01-.01.004.003%208.064-8.063%22%2F%3E%3C%2Fsvg%3E) -1px 0 no-repeat;	
}
[type=radio] + label::after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
}
[type=checkbox]:checked + label::after,
[type=radio]:checked + label::after {
	-webkit-transform: scale3d(1, 1, 1);
	   -moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		 -o-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}
fieldset {
	position: relative;
}
fieldset.listboxes {
	display: inline-block;
	width: auto;
}
fieldset.listboxes .box {
	display: inline-block;
	position: relative;
}
fieldset.listboxesV .box {
	display: block;
	position: relative;
}
fieldset.listboxesV .box label {
	margin-bottom: 14px;
}
.is-invalid + .custom-file-label {
	background-color: #fff1f2;
}
.custom-file-label {
	border-radius: 0;
	border-color: #c1c1c1;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
	overflow: hidden;
}
.custom-file-label::after {
	content: attr(data-label);
	border-radius: 0;
}
.custom-file-input {
	cursor: pointer;
}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
	border-color: #c1c1c1;
	background-color: #eefff2;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
	background-color: #fff1f2;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus,
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	background-color: #fff;
}
.switch {
	position: relative;
	display: inline-block;
	top: -6px;
	width: 54px;
	height: 28px;
	margin-top: 8px;
}
.switch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
			transition: .4s;
}
.slider:before {
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
			transition: .4s;
}
input:checked + .slider {
	background-color: #333;
}
input:disabled + .slider {
	cursor: default;
}
input:disabled + .slider:before {
	opacity: .4;
}
input:focus + .slider {
	box-shadow: 0 0 1px #333;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
			transform: translateX(26px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
} 



/*========================================= Modales ==========================================*/

.modal {
	z-index: 1000003;
	padding: 0 10px;
}
.dial-opened body.islandscape .modal {
	display: none !important;
}
.modal.movable {
	z-index: 1000001;
	width: auto;
	max-width: 100%;
	height: auto;
}
.modal.movable .modal-dialog::before {
	height: auto;
}
.modal.movable .modal-content {
	/*margin: 15px;*/
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.modal-backdrop {
	z-index: 1000002;
}
.modal-dialog {
	margin: 10px auto;
}
.modal-content {
	border: 0;
	border-radius: 0.6rem;
	font-size: .9rem;
}
.modal-header,
.modal-body {
	width: 100%;
	padding: 1rem 1.4rem;
}
.modal-header h5 i.black {
	opacity: .4;
}
.modal-footer {
	justify-content: center;
}
.modal .close,
.modal .resize {
	position: absolute;
	padding: 14px;
	margin: 0;
}
.modal .close {
	top: 0;
	right: 4px;
}
.modal .resize {
    top: -8px;
    right: -8px;
    opacity: .5;
}
.modal .resize:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.modal img {
	max-width: 100%;
}
.modal-backdrop.show {
	opacity: .7
}



/*======================================== Nav links =========================================*/

.nav-link:not(.active) {
	text-decoration: underline;
}
.nav-link:hover,
.nav-link:focus,
.nav-link > i {
	text-decoration: none;
}



/*======================================== Nav pills =========================================*/

.nav-pills {
	border-bottom: 2px solid #555;
}
.nav-pills .nav-link {
    border-radius: .5rem;
}
.nav-pills .nav-link[role="tab"] {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
	color: #717171;
}
.nav-pills .nav-link:not(.active):hover,
.nav-pills .show > .nav-link:not(.active):hover {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.nav-pills li {
	position: relative;
}
.nav-pills > li:not(.dropdown):not(:first-child) > a:not(:hover):not(.active):not(.dropdown-toggle)::after {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	top: 25%;
	left: -1px;
	width: 1px;
	height: 50%;
	background-color: rgba(0, 0, 0, .06);
}

.nav-pills.info {
	border-bottom: 2px solid #17a2b8;
}
.nav-pills.warning {
	border-bottom: 2px solid #f29024;
}
.nav-pills.danger {
	border-bottom: 2px solid #dc3545;
}
.nav-pills.info .nav-link.active, .nav-pills.info .show > .nav-link {
    background-color: #17a2b8;
}
.nav-pills.warning .nav-link.active, .nav-pills.warning .show > .nav-link {
    background-color: #f29024;
}
.nav-pills.danger .nav-link.active, .nav-pills.danger .show > .nav-link {
    background-color: #dc3545;
}



/*====================================== Drop down menu ======================================*/

.dropdown-menu {
	padding: 8px;
	border-radius: .6em;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
}
.dropdown-toggle::after {
	display: none;
}



/*======================================= Progress bar =======================================*/

.progress {
	border-radius: 10px;
}



/*========================================== Divers ==========================================*/

[data-simplebar] .visible {
	visibility: inherit !important;
}
.bg-warning {
	background-color: #f29024 !important;
}

