/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.btn-disabled {
	background-color: #E2ECFF; color: #5A8DEE !important; cursor: not-allowed!important;
}

a.cursor-pointer.active
{
	color:white !important;
	background-color:lightblue;
	border-radius:5px;
}

/* custom pour français - version anglaise dans boostrap.css ligne 3618 */
.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Parcourir...";
}

/** customer file **/
.custom-file-container .custom-file-container__image-preview {
    height:auto !important;
    min-height:0 !important;
}

.custom-file-container .custom-file-container__custom-file__custom-file-control__button {
    color: #fff;
    background-color: #5A8DEE;
}

.custom-file-container .custom-file-container__custom-file__custom-file-control {
    border: 1px solid #ccc;
    font-weight: normal;
    color: #576d86;
}

.custom-file-container__image-preview {
    background-image: none !important;
    margin-bottom:0 !important;
}

.custom-file-container__custom-file:focus {
    border: 1px solid #5A8DEE;
    outline:none;
}

.modal.show {
    background-color: rgba(0,0,0,0.25) !important;
}

.pj-list li:not(:first-child) {
    margin-top:7px;
    margin-bottom:7px;
}

.pointer-events-none {
    pointer-events: none;
    cursor: not-allowed;
    background-color:#8484840f !important;
}

#addModalForm .select2-search__field, #editModalForm .select2-search__field {
    width: 100% !important;
}

#addModalForm .select2-search, #editModalForm .select2-search {
    width:50% !important
}
