/************        ************
************* COMMON ************
*************        ************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
body {
    font-family: 'Roboto', sans-serif !important;
    background: #fafafa;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
	/* font-weight: 300 !important; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* NEW */

p {
	font-family: 'Roboto', sans-serif;
	 font-size: 1.1em;
	 font-weight: 300;
	 line-height: 1.7em;
	 color: #999;
 }

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* END */

.navbar {
	padding: 15px 10px !important;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 22px !important;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

/* NEW */


.navbar-btn {
	/* NOT USED */
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
	/* NOT USED */
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,.9);
    background-color: #ddd !important;
}

[type="search"] {
    -webkit-appearance: auto !important;
}

.btn-secondary {
    color: #6c757d;
    background-color: #62033817;
    border-color: #6c757d;
}

.show > .btn-secondary.dropdown-toggle {
    color: #6c757d !important;
    background-color: #62033817 !important;
    border-color: #6c757d !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .1rem .5rem !important;
    font-size: .975rem !important;
    line-height: 1rem !important;
    border-radius: .2rem !important;
}

i.bi.bi-trash3, i.fas.fa-ban {
    color: red;
}

i.fas.fa-check {
	color: green;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
	background-color: #620338 !important;
	transition: all 0.5s;
	color: #FFFFFF !important;
	text-transform: uppercase !important;
	min-width: 250px;
    max-width: 250px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid white;
    font-size: 0.9em;
}

#sidebar ul li a:hover {
	background-color: white;
	color: #620338 !important;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	/* font-size: 36px; */
	margin-left: 50px;
}

#sidebar a {
	color: #FFFFFF !important;
}

#sidebarMenu a:hover {
	background-color:  #421E52 !important;
	transition: 0.5s;
}

#sidebarMenu a {
	padding: 15px;
}

.sidebar-header {
	padding: 20px;
    border-bottom: 1px solid white;
    text-align: center;
}

/* END */

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.main-content {
	width: 100%;
    padding: 20px !important;
    min-height: 100vh;
    transition: all 0.3s;
    background-color: whitesmoke;
}

/* @media (max-width: 992px) {
	.main-content {
		height: calc(88vh);
	}
} */

.navbar-brand {
	font-size: 1.5em;
	font-weight: bold;
	color: #620338 !important;
}

/* Position and style the close button (top right corner) */
/* .sidebarMenu .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
} */
  
  /* The button used to open the sidebar */
/* .openbtn {
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
	background-color: #620338 !important;
    border-color: #620338 !important;
} */

.closebtn, .openbtn {
	color: #fff !important;
    background-color: #620338 !important;
    border-color: #620338 !important;
}



.openbtn:hover, .closebtn:hover {
/* background-color:  #620338 !important; */
transition: 0.5s;
}

html {
	height: 100%;
}

/* SIDEBAR */

/* #sidebarMenu {
	float: left;
	z-index: 1;
	position: fixed;
	vertical-align: top;
	padding: 0 !important;
	background-color: #620338 !important;
	height: 100%;
	width: 14%;
	transition: 0.5s;
} */

.nav .nav-pills {
	text-decoration: none !important;
}

.nav .nav-pills .li .a:hover {
	background-color: black !important;
	color: white !important;
}

nav-link {
	padding: 0;
}

/* table {
	width: 100%;
} */

/* .card-header {
	background-color: rgb(200, 200, 200);
} */

.card-title {
	text-align:center;
	font-size: x-large;
	color: black;
}

.check-style {
	padding-left: 3vh;
}

.footer-section {
	background-color: #620338;
	/* font-family: "Trebuchet MS"; */
	font-size: 11px;
	margin-bottom: 0px;
	height: 76px;
	padding-top: 2vh;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.footer-section-item {
	font-size: 16px;
	color: #999999;
	padding-top: 6px;
}

table tr td.middle, table tr th.middle{
    vertical-align: middle;
}

table tr td.center, table tr th.center{
	text-align: center;
}

.nav.nav-tabs a.active {
	border-radius: 0;
	font-weight: 700;
	border-color: #620338;
	color: #620338;
	background-color: #FFFFFF;
	padding-right: 80px;
	padding-left: 80px;
}

.nav.nav-tabs a {
	padding-right: 75px;
	padding-left: 75px;
	border-radius: 0;
	background-color: #620338;
	border-color: #FFFFFF;
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 500;
	color: #FFFFFF;
}

.page-title {
	font-size: 44px;
	font-weight: 300;
	color: #620338;
}

.scrollbar-y{
	overflow-y: scroll !important;
	max-height:200px !important;
 }

.indicator-text {
	font-size: 22px;
	font-weight: 700;
	color: #620338;
}

.button-text {
	font-size: 17px;
}

.btn-outline-dark {
	border: none !important;
	color: #000000 !important;
}

.btn-outline-dark:hover {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

/* .btn-success, .btn-success:active {
	border-color: #620338 !important;
	background-color: #FFFFFF !important;
	color: #620338 !important;
	border-radius: 0px !important;
}

.btn-success:hover {
	color: #000000 !important;
} */

.info-title{
	color: #620338;
	font-size: 19px;
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 700;
}

.info-section-title{
	color: #8e8e8e;
	font-size: 25px;
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 500;
}

.info-base-flex>div {
	flex: 0 1 33%;
}

.info-base-flex-4>div {
	flex: 0 1 25%;
}

.require {
	color: red;
	
}

.required {
	font-weight: bold;
	color: red;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	color: #620338;
	font-weight: 500;
}

.breadcrumb {
	background-color: white !important;
}

.card-img-top {
    width: 100% !important;
    height: 15vw !important;
	border-radius:0px !important;
    object-fit: cover !important;
}

/* .card, .card-header, .card-body, .card-footer{
    border-radius:0px !important;
	padding: 0% !important;
} */

#site-name {
	/* font-family: 'Roboto Bold', sans-serif; */
	font-size: 30px;
}

.navbar-brand {
	/* font-family: 'Roboto Bold', sans-serif; */
	font-size: 30px;
}

#custom-search-box {
	/* background-color: #82638F; */
	/* font-family: 'Roboto', 'FontAwesome'; */
	/* color: #FFFFFF !important; */
}

/* ::placeholder {
	color:#FFFFFF;
} */

.form-control {
	/* background-color: #D4CAD9 !important; */
	color: #000000 !important;
	/* padding: 0px !important; */
	/* max-width: 200px; */
}

.form-select {
	/* background-color: #D4CAD9 !important; */
	color: #000000 !important;
}

/* .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
	border: 1px solid #4D494F;
	border-radius: 0%;
	margin-top: 10px;
	padding: 0px;
	font-weight: 400 !important;
} */

/* .dataTable tbody tr:hover td{
	background-color: #e9dcdc !important;
} */

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a {
	margin-left: 0px;
}

/* .dataTables_wrapper .paginate_button.current {
	color: #FFFFFF !important;
	border: 1px solid #4D494F !important;
	border-radius: 0% !important;
	background: #4D494F !important;
} */

/* .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #FFFFFF !important;
	background: #4D494F!important;
	border-radius: 0% !important;
	border: 1px solid #4D494F !important;
} */

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
	border-radius: 0% !important;
	background: #FFFFFF!important;
}

/* .dataTables_wrapper .dataTables_filter input {
	background-color: #82638F !important;
	color: #FFFFFF;
	border-radius: 0%;
} */

.carousel .carousel-indicators li {
	background-color: #4D494F;
}
.carousel .carousel-indicators li.active {
	background-color: #620338;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='purple' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='purple' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.modal-warning-text {
	font-size: 28px;
	font-weight: 700;
}

.dataTable tbody tr {
	padding: 40px;
}

/* table.dataTable tbody th, table.dataTable tbody td {
	padding: 15px 20px !important;
} */

a:link, a:visited, a:hover, a:active {
	text-decoration: none !important;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #FFF;
   box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 2%) !important;
 }

 .table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #FFF;
 }

 tr.highlight-table-row td{
	background-color: #FFCCCC !important;
}
/*
thead.table-header {
	background-color: #CAB6D3;
} */

.accordion-button {
	color: white !important;
	background-color: #620338 !important;
}

.errorlist {
    list-style-position: inside;
	color: #d63847;
	margin: 0px;
	/* TODO: Verify padding */
	padding: 0px;  
}

.forms-label {
	/* min-width: max-content; */
	text-align: end;
}

.forms-first-column {
	flex: 0 0 350px;
}

.forms-column {
	flex: 1 1 200px;
	max-width: 350px;
}

.forms-input {
	flex: 0 0 200px;
}

.forms-input>span {
	width: 100% !important;
}

.white-space-nowrap {
	white-space: nowrap;
}

.read-only {
	background-color: #E9ECEF !important;
}

.formset {
	margin-top: auto;
	margin-bottom: auto;
	color: #ffffff !important;
	/* font-family: "Font Awesome 6 Free" !important; */
    font-weight: 900 !important;
}

.accordion-body .flex-wrap:hover {
   background-color: #F5EFF7;
 }

.chosen-container-single .chosen-single {
    border-radius: 0;
}

i.bi.bi-gear.fa-1x {
    color: #620338;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
}

.dropdown-menu[data-bs-popper] {
    left: auto !important;
	right: 0 !important;
}

.dropdown-header {
    background-color: rgba(0, 0, 0, 0.1);
}

.divider {
    margin: 0 5px;
    color: #620338 !important;
}

#breadcrumb>* {
    width: auto !important;
	padding: 0px;
}

.card {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

.card-header:first-child {
    border-radius: 0 !important;
}

.card-header {
	padding: 0.75rem 1.25rem !important;
}

.dataTables_wrapper {
    padding: 5px !important;
}

label {
    text-align: right;
    padding: 5px;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}



.btn-warning {
    color: #212529 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:hover {
    color: #212529 !important;
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

tbody tr:first-child td {
	border-top: none !important;
}

td {
    display: table-cell;
    vertical-align: middle !important;
	/* border-color: #FFF !important; */
	border-bottom: none !important;
}

th {
	border-top: none !important;
	/* border-bottom: none !important; */
}

div.dataTables_filter input {
    border: 1px solid #ccc;
    outline: none;
    background-size: 22px;
    background-position: 13px;
    border-radius: 10px;
    width: 50px;
    height: 30px;
    transition: all 0.5s;
}

div.dataTables_filter input:hover, div.dataTables_filter input:focus {
    width: 200px;
}

table.dataTable tbody tr:hover td {
    background-color: lightgoldenrodyellow;
}

#pills-tab > li > button.active {
	background-color: #620338 !important;
	color: white !important;
}

.btn-myriel {
	color: #620338 !important;
	background-color: #ffffff !important;
	border: 1px solid #620338 !important;
	border-radius: 0 !important;
}

.badge-color {
    background-color: white;
    color: #620338;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    border-color: #620338;
    border-width: 1px;
    margin-top: 40px;
    margin-left: 40px;
}

.annuler {
    margin: 40px 0px 0px 20px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px;
}

ul#myTab {
    font-size: .7em !important;
}

.nav-tabs .nav-item .nav-link.active {
    color: white !important;
    background-color: #620338;
}

ul#myTab.nav-tabs .nav-item .nav-link {
	color: inherit;
}

.list-group-item {
    text-align: left;
    padding-left: 30px;
}

.list-group-item label {
	margin-bottom: 0px;
	padding: 0px;
}

.tab-content>form>.tab-pane {
	display: none;
}

.tab-content>form>.active {
	display: block;
}

#filters .d-flex {
	gap: 0.5rem 3rem;
}

.control-label {
    text-align: right;
    font-size: 0.8em;
}

.input-group-text {
	height: calc(1.5em + .75rem + 2px);
}

.policetextbox {
	font-size: 0.7em;
	padding: 0.375rem 0.55rem;
}

/* .policetextbox::-webkit-datetime-edit-day-field { margin-left:-10px; } */
.policetextbox::-webkit-calendar-picker-indicator { margin-right:-5px;}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}