:root {
    --phoenix-warning-rgb : 255, 155, 0;
}

.form-control {
    padding: 3px 6px !important;
}

.form-control-sm {
    min-height: 0 !important;
}

.form-select {
    padding: 3px 6px !important;
}

.input-group-text {
    padding: 3px 9px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-grey {
    background-color: #70787c;
}

/* Change the background color and text color of selected text */
.blue-selection::selection {
    background-color: #0000FF; /* Background color of the selection */
    color: #FFFFFF; /* Text color of the selection */
}

/* For better browser compatibility, include the vendor prefixes */
.blue-selection::-moz-selection { /* Firefox */
    background-color: #0000FF;
    color: #FFFFFF;
}

.blue-selection::-webkit-selection { /* Safari */
    background-color: #0000FF;
    color: #FFFFFF;
}

/* #resultats .table.text-white tbody td a {
	font-weight:800;
} */




/*****************************************************
************** Custom test modifs julien *************
******************************************************/
/* .table.table-synthese>:not(caption)>*>*, 
.table.table-synthese>tbody>tr>td:first-child {
	border: solid 1px var(--phoenix-gray-400);
	padding-left:5px;
}


.table.table-synthese>thead>tr>*, 
.table-synthese>tfoot>tr>* {
	border: solid 1px var(--phoenix-gray-400);
	padding-left:5px;
	background-color:rgb(10, 37, 48);
	color:white
}

.table.table-synthese.text-white tbody td a {
	font-weight:800;
}

.table.table-synthese>:not(caption)>*>*, 
.table.table-synthese>tbody>tr>td:first-child, 
.table.table-synthese>tfoot>tr>*:first-child, 
.table.table-synthese>thead>tr>*:first-child {
	border: solid 1px var(--phoenix-gray-400);
	padding-left:5px;
} */


.card {
    --phoenix-card-border-color: var(--phoenix-gray-400);
}

.border-300 {
	--phoenix-border-color: var(--phoenix-gray-400);
}

/* .form-control-sm, .form-control {
    border-radius: 0;
    
} */

/* .form-select {
    border-radius: 0;
    
} */

/* .btn-sm, .btn-group-sm>.btn, .google-map-control-btn .btn-group-sm>.zoomIn, .google-map-control-btn .btn-group-sm>.zoomOut, .tox .tox-dialog__footer .btn-group-sm>.tox-button:last-child, .tox .tox-dialog__footer .btn-group-sm>.tox-button--secondary, .tox .btn-group-sm>.tox-button-secondary, .tox .btn-group-sm>.tox-button, [data-list] .btn-group-sm>.page {
    border-radius: 0;
    
} */

/* .btn-primary, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-button, .btn-outline-primary {
    border-radius: 0;
    
} */

/*****************************************************
******************************************************/

.hover-actions-trigger:hover .hover-actions, .hover-actions-trigger:focus .hover-actions {
    background-color: #FFFFFF;
    padding-left: 7px;
  }