/* #region Menu Gauche fonctionnement*/
.sidebar-minimized .sidebar:not(:hover) {
	width: 50px;
	overflow: hidden;
}

.sidebar-minimized .sidebar:not(:hover) .nav-link span {
	display: none;
}

.sidebar-minimized .sidebar:not(:hover) .nav-title {
	display: none;
}

.sidebar-minimized .sidebar:not(:hover) .nav-dropdown-items {
	display: none;
}

.sidebar {
	transition: margin-left .25s,margin-right .25s,width .25s,z-index 0s ease 0s;
}

.sidebar .sidebar-nav {
	width: inherit;
	transition: none;
}

.app.brand-minimized.sidebar-minimized div.app-body div.sidebar button.sidebar-minimizer.brand-minimizer span {
	display: none;
}

.app.brand-minimized.sidebar-minimized div.app-body div.sidebar:hover button.sidebar-minimizer.brand-minimizer span {
	display: block;
}

.sidebar-minimized .sidebar:hover .sidebar-minimizer::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12.5px;
	transition: .3s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sidebar .nav-dropdown > .nav-dropdown-items {
    background-color: #40444C;
}

.sidebar .nav-dropdown.open + .collapse {
    background-color: #383C44;
}
/* #endregion */

/* #region APP */
.app-root {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

.fullscreen {
	z-index: 1100;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background-color: rgb(255, 255, 255);
	overflow: auto;
	max-height: 100% !important;
}

.editMode {
	background-color: white;
	position: absolute;
	top: 0px;
	opacity: 0;
	height: 100%;
	width: 100%;
	z-index:2
}

.middle {
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
	height: 80vh;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
/* #endregion */

/* #region HEADER */
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.brand-minimized .app-header .logo-navbar-toggler {
	display: none;
}

.app-header{
	background-color: #fcfcfc;
	border-bottom: 1px solid #c8ced3;
}

.app-header .navbar-nav .nav-item .nav-link{
	color: #383c44;
}

.app-header .navbar-toggler:hover .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23383c44' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.app-header .nav-item.min{
	min-width: 25px;
}
/* #endregion */

/* #region BODY */
body {
	background-color: #f5f5f5;
	color: #4E5155;
}

.main {
	display: flex;
	flex-direction: column;
}

.container-fluid {
	flex: 1;
	background-color: #f5f5f5;
}

.header-fixed .app-body {
	margin-top: 55px;
}

.app-body {
	margin-top: 0px;
}
/* #endregion */

/* #region FOOTER */
.app-footer{
	background-color: #f9fafb;
}
/* #endregion*/

/* #region MENU GAUCHE */
.with-header .aside-menu .tab-content {
	height: calc(100vh - 2.375rem - 55px);
}

.aside-menu .tab-content {
	height: calc(100vh - 2.375rem - 7px);
	border-top: 0;
}

.navbar-brand .navbar-brand-minimized .nav-icon{
	color: #383c44;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
	color: #383c44;
}

.nav-link.selected.active{
	background: #383c44;
}

.sidebar .nav-link .nav-icon {
	color: #838790;
}

.sidebar-filter-nav img {
	width: 100%;
}

.app .nav-dropdown.open .nav-link.nav-dropdown-toggle {
	background: none;
	color: #fff;
}

.app .nav-dropdown.item-active .nav-link.nav-dropdown-toggle .nav-icon {
	color: #fff;
}

.app .nav-dropdown.item-active .nav-link.nav-dropdown-toggle span:not(.pl-2) {
    color: #fff;
}

.app .nav-dropdown.item-active .nav-item.nav-dropdown.item-active .nav-link span:not(.pl-4){
    color: #fff;
}

.app .nav-dropdown.open .nav-link.nav-dropdown-toggle .nav-icon {
	color: #fff;
}

.app .nav-dropdown.open.item-active .nav-link.nav-dropdown-toggle .nav-icon {
	color: #fff;
}

.app .nav-dropdown.open.item-active .nav-link.nav-dropdown-toggle.nav-link .nav-icon{
	color: #fff;
}



.sidebar .nav-link {
	color: #838790;
	padding: 0.75rem 1rem;
}

.sidebar {
	background:#2e323a;
}

.sidebar-nav {
	border-right: 0;
	background-color: #2e323a;
    color: #838790;
}

.sidebar-minimizer.brand-minimizer {
	border-right: 0;
}

.sidebar .sidebar-minimizer {
	background-color: #2e323a;
	color: #838790;
}

.sidebar .nav-dropdown.open {
	background: unset;
}

.sidebar .nav-title {
	background: none;
    color: #838790;
	border-top: 1px solid;
	border-color: rgba(255,255,255,0.06);
	font-size: 85%;
    font-weight: 500;
}

.sidebar .nav-link.active .nav-icon {
	color: #fff;
}

.sidebar-minimized .sidebar:not(:hover) .nav-link.selected.active {
	background-color: #39bbf7;
}

.sidebar-minimized .sidebar:not(:hover) .nav-item.nav-dropdown.item-active {
	background-color: #39bbf7;
}

.sidebar .nav-item .nav-link.selected.active {
	background-color: #39bbf7;
}

.nav-dropdown-items .nav-item .nav-link.selected.active {
	color: #fff;
}

.sidebar .nav-dropdown.open .nav-link {
	color: #838790;
	border-left: 0;
}

.sidebar .nav-dropdown.open .nav-dropdown-toggle::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.sidebar .nav-dropdown.open .nav-dropdown-items .nav-link:hover {
	color: #fff;
	border-left: 0;
}

.sidebar .nav-link.active {
	background: #383c44;
}

.sidebar .nav-link:hover {
	background: #383c44;
}

.sidebar .nav-link.nav-dropdown-toggle:hover {
	background: none;
}

.sidebar .nav-link.nav-link-primary {
	background: #383c44;
}

.sidebar .nav-item {
	/*border-top: 0.1px solid #fff;*/
}

.sidebar .nav-link:hover .nav-icon {
	color: #fff;
}

.sidebar .nav-item.nav-dropdown:hover > span {
	color: #fff;
}

.sidebar .sidebar-minimizer:hover {
	background: #383c44;
}

button.sidebar-minimizer.brand-minimizer span {
	color: #A0AEBC;
}

button:hover.sidebar-minimizer.brand-minimizer span {
	color: #fff;
}

.search {
    padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #f5f5f5;
}
/* #endregion */

/* #region MENU DROITE */
.aside-menu {
	z-index: 1018;
	background-color: #f0f3f5;
	width: 250px;
	color: #4E5155;
    background: #fff;
    border-left: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.aside-menu .nav.nav-tabs .nav-item {
	border-right: 1px solid #e8e8e9;
	border-top: 1px solid #e8e8e9;
}

.aside-menu .nav-tabs .nav-item .nav-link {
	border: 0;
	color: #383c44;
	display: inline-flex;
}

.aside-menu .nav-tabs .nav-link.active {
	color: #23282c;
}

.nav-tabs .nav-item {
	margin-bottom: 0px;
}

.aside-menu .nav-tabs {
	max-width: 100%;
	display: inline-flex;
	overflow-y: auto;
	flex-wrap: initial;
}
/* #endregion */

/* #region ONGLET MESSAGE */
.message {
	font-size: 0.765rem;
}

.callout-primary {
	border-left-color: #8897AA;
}

.callout-primary h4 {
	color: #8897AA;
}

*[dir="rtl"] .callout.callout-primary {
	border-right-color: #8897AA;
}

.card-accent-primary {
	border-top-color: #8897AA;
}

.list-group-item-accent-primary {
	border-left: 4px solid #8897AA;
}

.list-group-accent .list-group-item.list-group-item-divider::before {
    left: 0;
    width: 100%;
    background-color: rgba(24,28,33,0.06);
}

.list-group-accent .list-group-item {
    border-right: 4px solid rgba(0,0,0,0);
}

.list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
/* #endregion*/

/* #region ONGLET RACCOURCIS */
.keyboard{
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	border-radius: 3px;
	box-shadow: 0 0 0 #fff, 0 1px 0 #C2C8CC;
	background-image: linear-gradient(#F8F9F9, #E9EBED);
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	text-align: center;
	padding: 4px 5px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #E9EBED;
	min-width: 25px;
	border: 1px solid #C2C8CC;
	font-weight: 700;
}
/* #endregion */

/* #region ONGLET OPTION */

/* #enregion*/

/* #region BREADCRUMB*/
.container-fluid > .breadcrumb:first-child {
	background-color: #fff;
}

.breadcrumb {
    background: none;
	border-bottom: 1px solid #e8e8e9;
	margin-bottom: 10px;
	padding: 0.39rem 0rem;
	flex-wrap: initial;
	overflow-y: auto;
}

.breadcrumb li {
	white-space: nowrap;
}
/* #endregion */

/* #region TABLE */
.scrolling {
	overflow: auto;
}

.btn-table-width{
	width: 12%;
	white-space: normal !important;
}

.id-table-width{
	width: 30px;
}

.table-container {
	overflow-x: auto;
	max-height: 100%;
}

.table-responsive {
	overflow-x: initial;
}

.table > thead > tr > th, .th {
	background-color: #2e323a;
	color: #fff;
	font-size: 12px;
    font-weight: 600;
	text-transform: none;
}

.table-hover > tbody > tr:hover {
	background-color: #e3e6e9;
}

.table tbody tr {
	background-color: rgba(0, 0, 0, 0);
}

.table-striped-detail tbody tr:nth-of-type(4n + 1) {
	background-color: rgba(24,28,33,0.03);
}

.table-striped-detail tbody tr:nth-of-type(4n + 2) {
	background-color: rgba(24,28,33,0.03);
}

.table-bordered th, .table-bordered td {
    border: 1px solid #ffffff;
}

.table tbody tr td {
	text-align: left;
	vertical-align: middle;
}

.table thead tr th {
	text-align: left;
	vertical-align: middle;
}

.text-wrap {
	word-break: unset !important;
	white-space: unset !important;
}

.table:not(.table-bordered) th, .table:not(.table-bordered) td {
	border: none;
}

tr.border-has-warning {
	background-color: rgba(255,128,1,0.1) !important
}

tr.border-has-error {
	background-color: rgba(248,108,107,0.1)!important;
}

tr.border-has-success {
	background-color: rgba(77,189,116,0.1)!important;
}
/* #endregion */

/* #region PAGINATEUR */
.pagination-responsive {
	display: block;
}

.page-link {
	color: #fff;
	background-color: #2b3642;
	border: 1px solid rgba(255,255,255,0.06);
}

.page-link:hover {
	color: #fff;
	background-color: #8897AA;
	border-color: #c8ced3;
}

.page-item.active .page-link {
	background-color: #8897AA;
	border-color: #8897AA;
}

.page-item.disabled .page-link {
	color: #383c44;
	background-color: #fff;
	border-color: #c8ced3;
}

.list-group-item {
	padding: 0.5rem 1rem;
	color: #4E5155;
}

.list-group-item:hover {
    background-color:  #f5f5f5;
}

.list-group-item.active {
	background-color: #8897AA;
	border-color: #8897AA;
}
/* #endregion */

/* #region LOADER */
.v-spinner {
	margin-top: 20px;
	margin-bottom: 20px;
}

.v-clip{
	border-color: #8897AA #8897AA transparent !important;
}
/* #endregion */

/* #region LOGIN */
.login-background-color {
	background-color: #f9fafc
}

.login-background {
	background: radial-gradient(ellipse at center, #2b3642 0%,#2b3642 100%);
}

.login-text-background{
color: #fff;
text-transform: uppercase;
background-color: #2b3642;
font-weight: 600;
}

.login-btn{
padding: 10px 15px;
border-bottom: 1px dashed #fff;
border-top: 1px dashed #fff;
background-color: #ffffff;
}
/* #endregion */

/* #region BOUTON */
.btn.disabled, .btn:disabled {
    opacity: 0.95;
}

.btn-picto {
	width: auto;
	height: auto;
}

.btn-sm.btn-picto {
	font-size: 0.5rem;
}

.btn-sm.btn-picto {
	font-size: 0.6rem;
}

.btn-lg.btn-picto {
	font-size: 0.7rem;
}

button {
	cursor: pointer;
}

.btn-primary {
	border-color: rgba(0,0,0,0);
    background: #39bbf7;
    color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #8897AA;
	border-color: #8897AA;
}

.btn-primary:hover {
	background-color: #25c0db;
	border-color: #25c0db;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #25c0db;
	border-color: #25c0db;

}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.1rem #25c0db;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.1rem #8897AA;
}
.btn-ghost-primary {
	color: #8897AA;
}

.btn-ghost-primary:hover {
	background-color: #8897AA;
	border-color: #8897AA;
}

.btn-ghost-primary.disabled, .btn-ghost-primary:disabled {
	color: #8897AA;
}

.btn-ghost-primary:not(:disabled):not(.disabled):active, .btn-ghost-primary:not(:disabled):not(.disabled).active,
.show > .btn-ghost-primary.dropdown-toggle {
	background-color: #8897AA;
	border-color: #8897AA;
}
/* #endregion*/

/* #region MODAL */
.lightview-responsive {
	max-height: 85vh;
	overflow: auto;
}

.modal {
	z-index: 1102;
}

.modal-body {
	background-color: #f5f5f5;
}

.modal.ligthview {
	z-index: 1102;
}

.modal.confirm {
	z-index: 1103;
}

.modal.message {
	z-index: 1104;
}

.modal-backdrop {
	z-index: 1101;
}

.modal-backdrop.ligthview {
	z-index: 1101;
}

.modal-backdrop.confirm {
	z-index: 1102;
}

.modal-backdrop.message {
	z-index: 1103;
}

.modal-body-scroll {
	max-height: calc(100vh - 280px);
	overflow: auto;
}

.modal-content .modal-body div .modal-footer {
	margin-left: -15px;
	margin-right: -15px;
}

.modal.show {
	display: block;
}

.modal-backdrop {
	display: none;
}

.modal-backdrop.show {
	display: block;
}

.modal-primary .modal-content {
	border-color: #8897AA;
}

.modal-primary .modal-header {
	background-color: #8897AA;
}

.modal-full {
	max-width: 100%;
	max-height: 100%;
	margin: unset;
}

.modal-full .lightview-responsive {
	max-height: 100vh;
	height: 100%;
}

.modal-full .modal-body-scroll {
	max-height: calc(100vh - 180px);
	min-height: calc(100vh - 180px);
}

.modal-full .modal-body-full {
	max-height: calc(100vh - 105px);
	min-height: calc(100vh - 105px);
}


.modal-full .modal-content {
	height: 100vh;
	width: 100vw;
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 900px;
    }
}

@media (min-width: 1199.99px) {
    .modal-xl {
        max-width: 1340px;
    }
}

/* #endregion */

/* #region FORMULAIRE */
.form-control:disabled, .form-control[readonly] {
	background-color: unset;
	cursor: not-allowed;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(136,136,136, 0.3)
}

.form-control.has-error {
	border: 1px solid #f86c6b !important;
	background: url('/img/icon_false.svg') no-repeat 98%!important;
	background-color: #ffff!important;
	background-size: 20px 20px !important;
}

.form-control.has-warning {
	border: 1px solid #FF8000 !important;
	background: url('/img/icon_warning.svg') no-repeat 98%!important;
	background-color: #ffff!important;
	background-size: 20px 20px !important;
}


.form-control.has-success {
	border: 1px solid #4dbd74 !important;
	background: url('/img/icon_valid.svg') no-repeat 98%!important;
	background-color: #ffff!important;
	background-size: 20px 20px !important;
}

label {
    margin-bottom: 5px;
	color: #4E5155;
}

label.required:after {
	color: #c91834;
	content: "*";
	display: inline-block;
}

label.empty::after {
	content: " ";
	white-space: pre;
}

[required]:after {
	color: #c91834;
	content: "*";
	display: inline-block;
}
/* #endregion*/

/* #region SWITCH BOUTON */
.switch-slider {
    border: 1px solid #e8e8e9;
}

.switch-primary .switch-input:checked + .switch-slider {
	background-color: #8897AA;
	border-color: #1985ac;
}

.switch-primary .switch-input:checked + .switch-slider::before {
	border-color: #1985ac;
}

.switch-outline-primary .switch-input:checked + .switch-slider {
	border-color: #8897AA;
}

.switch-outline-primary .switch-input:checked + .switch-slider::before {
	border-color: #8897AA;
}

.switch-outline-primary .switch-input:checked + .switch-slider::after {
	color: #8897AA;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider {
	border-color: #e8e8e9;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider::before {
    background-color: #8897AA;
    border-color: #8897AA;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider::after {
	color: #8897AA;
}

.form-col-form-label {
	display: block;
}

.form-inline .switch {
	display: inline-block;
}
/* #endregion */

/* #region RANGE SELECTEUR */
.vue-slider-tooltip {
	border: 1px solid #8897AA !important;
	background-color: #8897AA !important;
}

.vue-slider-process {
	background-color: #8897AA !important;
}

.vue-slider-dot.vue-slider-dot-focus .vue-slider-dot-handle {
	box-shadow: 0 0 2px 1px #8897AA !important;
}

.vue-slider-dot-tooltip-inner {
	background-color: #8897AA !important;
	border-color: #8897AA !important;
}
/* #endregion*/

/* #region SELECT */
.select2-container.select2-container--default.select2-container--open{
	z-index: 1102;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: 1px solid #8897AA;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #8897AA;
	border-right: 1px solid #8897AA;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background: #39bbf7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:#8897AA;
}

.select2-container--default.select2-container--focus .select2-selection,.select2-container--default.select2-container--open .select2-selection {
	border-color: rgba(24,28,33,0.1);
}

.select2-container--default .select2-dropdown {
	border-color: rgba(24,28,33,0.1);
}

.select2-container--default .select2-selection__clear:hover {
	color: #8897AA;
}

.select2.custom-select + .select2-container{
	flex: 1;
	display: flex;
	min-width: 50px;
}

.select2.custom-select + .select2-container .selection{
	width: 100%
}


.select2-container--default.select2-container--disabled .select2-selection, .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
}
/* #endregion */

/* #region CHECKBOX */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #8897AA;
}
.custom-control.custom-checkbox.optin {
	padding-left: 2rem;
}
/* #endregion */

/* #region RADIO */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #8897AA;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(136,136,136, 0.3)
}

.custom-control-input:active ~ .custom-control-label::before {
	background-color: #8897AA;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: #8897AA;
}
/* #endregion*/

/* #region TEXTAREA */
textarea {
	min-height: 35px;
}
/* #endregion*/

/* #region INPUT DATE PICKER */
::-webkit-inner-spin-button {
	display: none;
}

.has-success ::-webkit-calendar-picker-indicator {
	margin-right: 20px;
}

.has-error ::-webkit-calendar-picker-indicator {
	margin-right: 20px;
}
/* #endregion*/

/* #region INPUT GROUPE */
.input-group-text {
    color: #fff;
    border: 1px solid #e4e7ea;
	border-color: rgba(0,0,0,0);
}

.input-group-text .form-control {
	width: unset;
}
/* #endregion */

/* #region INPUT SEARCH */
.input-search:focus {
    color: #5c6873;
	background-color: #fff;
	border-color:#25c0db;
    outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(136,136,136, 0.3);
}

.input-search-result-element.space {
	display: flex;
	justify-content: space-between;
}

.input-search-result-container.selected {
	background: #eee;
}

.input-search-result.input-pagination {
	min-height: unset;
	max-height: unset;
	margin-bottom: 1rem;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-radius: 0px 0px 0.25rem 0.25rem;
}

.input-search-result-container:hover {
	background: #eee;
}

.input-search-result-element-picto {
	margin-right: 14px;
}

.input-search-result-element {
	word-break: break-all;
	font-size: 16px;
	color:#212121;
	margin: 0 20px 0 14px;
	padding: 6px 0;
}

.input-search-result {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.5;
	color:#5c6873;
	background-color:#fff;
	background-clip: padding-box;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	min-height: 100px;
	max-height:150px;
	list-style-type: none;
	padding: 0;
	overflow: auto;
	margin-bottom: 0;
}

.input-search-block {
	display: none;
}

.input-search:focus + .input-search-block {
	display:block;
}

.input-search-block:hover {
	display:block;
}

.input-search {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color:#5c6873;
	background-color:#fff;
	background-clip: padding-box;
	border: 1px solid #fff;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-search.has-result {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
	color:#5c6873;
	background-color:#fff;
	background-clip: padding-box;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 0.25rem 0.25rem 0px 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* #endregion */

/* #region SPAN INPUT */
input + span.has-success{
	color: #4dbd74;
	font-style: italic;
}

input + span.has-warning{
	color: #FF8000;
	font-style: italic;
}

input + span.has-error{
	color: #f86c6b;
	font-style: italic;
}
/* #endregion */

/* #region TREEVIEW */
.tree-default .tree-disabled.tree-selected {
    background: transparent !important;
}
/* #endregion*/

/* #region SCROLLBAR */
textarea {
	scrollbar-width: thin;
}

textarea::-webkit-scrollbar {
	width: 4px;
}

textarea::-webkit-scrollbar-track {
	background-color: #ccc;
}

textarea:-webkit-scrollbar-thumb {
	background-color: #8897AA;
}

textarea::-webkit-scrollbar-thumb:hover {
	background-color: #8897AA;
	cursor:pointer;
}

textarea::scrollbar {
	width: 4px;
}

.scrollbar-min {
	scrollbar-width: thin;
	scrollbar-color: #8897AA #ccc;
}

.scrollbar-min::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.scrollbar-min::-webkit-scrollbar-track {
	background-color: #ccc
}

.scrollbar-min::-webkit-scrollbar-thumb {
	background-color: #8897AA;
}

.scrollbar-min::-webkit-scrollbar-thumb:hover {
	background-color: #8897AA;
	cursor:pointer;
}

.scrollbar-min::scrollbar {
	width: 4px;
}

.scrollbar-min::scrollbar-track {
	background-color: #ccc;
}

.scrollbar-min::scrollbar-thumb {
	background-color: #ccc;
}

.scrollbar-min::scrollbar-thumb:hover {
	background-color:#ccc;
	cursor:pointer;
}
/* #endregion */

/* #region BOX SHADOW */
.box-shadow-1 {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow-2 {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-3 {
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-4 {
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.box-shadow-5 {
	-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
/* #endregion */

/* #region PADDING */
.no-padding {
	padding: unset !important;
}

.no-padding-l {
	padding-left: unset !important;
}

.no-padding-l {
	padding-left: unset !important;
}

.no-padding-r {
	padding-right: unset !important;
}

.no-padding-b {
	padding-bottom: unset !important;
}
/* #endregion */

/* #region MARGIN */
.no-margin {
	margin: unset !important;
}

.no-margin-l {
	margin-left: unset !important;
}

.no-margin-l {
	margin-left: unset !important;
}

.no-margin-r {
	margin-right: unset !important;
}

.no-margin-b {
	margin-bottom: unset !important;
}
/* #endregion */

/* #region CURSOR */
[draggable="true"] {
	cursor: pointer !important;
}

/* [draggable="false"] {
	cursor: not-allowed !important;
} */

[draggable="false"].cursor {
	cursor: default !important;
}

:disabled {
	cursor: not-allowed !important;
}

.disabled {
	cursor: not-allowed !important;
}

.cursor {
	cursor: pointer !important;
}

.no-cursor {
	cursor: auto !important;
}

.progress {
	cursor: progress !important;
}
/* #endregion */

/* #region A */
a {
	color: #167495;
}

a:link {
	text-decoration:none;
}

a:hover {
	color: #2b3642;
}
/* #endregion */

/* #region BORDER */
.border-none {
	border: none;
}

.border-primary {
	border-color: #8897AA !important;
}
/* #endregion */

/* #region DROPDOWN */
.dropdown-item.selected{
	background-color: #8897AA;
}
/* #endregion */

/* #region IMAGE */
img.navbar-brand-full {
	max-height: 50px;
	max-width: 100%;
	width: unset;
}

.overlay {
	display: block;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1110;
	background-color: #222;
	background-color:rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.img-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease,-webkit-transform .4s ease;
	transition: left .4s ease,-webkit-transform .4s ease;
	transition: left .4s ease,transform .4s ease;
	transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
}

.img-container {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.img-container::before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;

}

.img-zone {
	display: inline;
	margin: 0;
}

.img-full {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.img-slider-prev {
	left: 2%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.img-slider-next {
	right: 2%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.img-slider-close {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.overlay button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: transparent;
	color:#ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}
/* #endregion */

/* #region FLAG */
.flag {
	width: 20px;
	height: 20px;
	display:inline-block;
	margin: 0px 5px 0px 5px;
	vertical-align: bottom;
}

.flag.inactive {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
/* #endregion */

/* #region CUSTOM PRESENTATION */

/* #region CARD */
.card {
	padding: 10px;
}

.card.defaut {
	background-color: #8897AA;
}

.card-img {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}

.img-fluid {
	height:150px;
	background-color: antiquewhite;
}

.img-fluid img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	border: 1px solid #c8ced3;
}

.card-action-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	background-color: #383c44;
	border-radius: 0.2rem;
	color: #fff;
	padding: 0.25rem;
}

.card:hover .card-action-bottom {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
}

.card-action-top {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	background-color: #383c44;
	border-radius: 0.2rem;
	color: #fff;
	padding: 0.25rem;
}

.card:hover .card-action-top {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
}
/* #endregion */

.main .container-fluid.presenter {
	overflow-y: auto;
	padding: unset;
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
}

.content-presenter {
	overflow-y: auto;
}

.max-height{
	max-height: calc(100vh);
}

.max-height.with-header{
	max-height: calc(100vh - 55px);
}

.max-height.with-header.with-breadcrumb{
	max-height: calc(100vh - 93px);
}

.max-height.with-footer{
	max-height: calc(100vh - 50px);
}

.max-height.with-footer.with-breadcrumb{
	max-height: calc(100vh - 88px);
}

.max-height.with-footer.with-header{
	max-height: calc(100vh - 105px);
}

.max-height.with-footer.with-header.with-breadcrumb{
	max-height: calc(100vh - 143px);
}


.display-flex {
	display: flex
}

.full-height {
	height: 100%
}

/* #region SIDE BAR DE FILTRE/ONGLET FICHE  */
.sidebar-filter-minimized.sidebar-filter {
    width: 25px;
}

.sidebar-filter-minimized.sidebar-filter .sidebar-filter-nav {
	display: none;
}

.sidebar-filter-minimized.sidebar-filter .sidebar-filter-minimizer .fa-angle-left{
	display: none;
}

.sidebar-filter:not(.sidebar-filter-minimized) .sidebar-filter-minimizer .fa-angle-right{
	display: none;
}

.sidebar-filter {
    z-index: 1017;
    width: 220px;
	height: 100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    color: #fff;
	background: #2f353a;
	border-right: 0;
	transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
    transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s, -ms-flex 0.25s;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.header-fixed .sidebar-filter-nav{
	position: relative;
	-ms-flex: 1;
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	color: black;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
}

.sidebar-filter-nav{
	position: relative;
	-ms-flex: 1;
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	color: black;
	max-height: calc(100vh);
	overflow-y: auto;
}

.sidebar-filter-nav .tab-content{
	overflow-y: auto;
	max-height: calc(100vh - 130px);
}
.sidebar-filter {
    background: #fff;
	border-right: 1px solid #c8ced3;
	transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
    transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s, -ms-flex 0.25s;
}

.sidebar-filter .sidebar-filter-minimizer {
    position: relative;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
   	background: #fff;
	border: 0;
	border-bottom: 1px solid #e8e8e9;
}

.sidebar-filter-nav .tab-content {
	border: unset;
	border-top: 1px solid #c8ced3;
}

.header-fixed .sidebar {
	height: calc(100vh - 55px);
}

.sidebar {
	height: calc(100vh);
}

.sidebar-minimizer {
	display: block;
}
/* #endregion */

/* #region FIELDSET */
fieldset {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

fieldset legend {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

fieldset.has-warning {
	border: 1px groove #FF8000 !important;
}

fieldset.has-error {
	border: 1px groove #f86c6b !important;
}

fieldset.has-success {
	border: 1px groove #4dbd74 !important;
}

/* #endregion */

/* #region VIDEO PLAYER */
div.player {
	position: relative;
	padding-bottom: 35%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

div.player iframe, div.player object, div.player embed, div.player .iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* #endregion */

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #e8e8e9;
}

.bg-light {
    background-color: #e3e6e9 !important;
}

.text-primary {
	color: #4E5155 !important;
}

.nav-fill .nav-link.active {
	border-top: 2px solid #4E5155;
}

.bg-blue {
 	background-color: #4E5155 !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #4E5155;
}

.badge-color {
	background-color: #4E5155;
}

.center {
	text-align: center;
}

.noscroll {
	overflow: hidden;
}

.hide {
 	display: none;
}

.show {
	display: block;
}

.form-group {
	margin-bottom: 0.2rem;
}

.left {
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.right {
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/* #region Contenu affiche form input  */
.showContent {
    padding: 5px;
    border: 1px solid #fff;
    background-color: #fff;;
    color: #5c6873;
    border-radius: 5px;
    display: grid;
	grid-template-columns: 100%;
	min-height: 35px;
	height: 100%;
}

.showContent.no-content {
	background-image: repeating-linear-gradient(-45deg,
	transparent,
	transparent 5px,
	#f5f5f5 5px,
	#f5f5f5 10px);
}

.showContent.has-success:not(:focus){
	border: 1px solid #4dbd74!important;
}

.showContent.has-success{
	background: url('/img/icon_valid.svg') no-repeat 98%!important;
	background-color: #ffff!important;
	background-size: 20px 20px !important;
}

.showContent.has-error:not(:focus){
	border: 1px solid #f86c6b!important;
}

.showContent.has-error{
	background: url('/img/icon_false.svg') no-repeat 98%!important;
	background-color: #ffff!important;
	background-size: 20px 20px !important;
}

.showContent.has-warning:not(:focus){
	border: 1px solid #FF8000!important;
}

.showContent.has-warning{
	background: url('/img/icon_warning.svg') no-repeat 98%!important;
	background-color: #ffff!important;
	background-size: 20px 20px !important;
}

.showContent.disabled{
	background-color: #fff !important;
}

.showContent.disabled:hover{
	background-color: #fff !important;
}
/* #endregion */

/* #region RESPONSIVE */
@media (min-width: 992px) {
	.with-header .aside-menu-fixed .aside-menu .tab-content {
		height: calc(100vh - 2.375rem - 55px);
	}

	.aside-menu-fixed .aside-menu .tab-content {
		height: calc(100vh - 2.375rem - 55px);
	}
}

@media (min-width: 1199.99px) {
	.container {
		max-width: none;
	}

	.standalone .container {
		max-width: 1140px;
	}

	.main .container-fluid {
		padding: 0 15px;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 1199.98px) {
	.lg-hide {
		display: none !important;
	}

	.main .container-fluid {
		padding: 0 10px;
	}

	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 991.98px) {
	.md-hide{
		display: none !important;
	}

	.main .container-fluid {
		padding: 0 10px;
	}

	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 767.98px) {
	.sm-hide{
		display: none !important;
	}

	.main .container-fluid {
		padding: 0 10px;
	}

	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 575.98px) {
	.xs-hide {
		display: none !important;
	}

	.main .container-fluid {
		padding: 0 5px;
	}

	.row {
		margin-right: -5px;
		margin-left: -5px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 5px;
		padding-left: 5px;
	}
}
/* #endregion */
