.modal-footer, .modal-header { border-color: transparent;}
/* .item {        position:relative; cursor: pointer; outline: 1px dotted gray;    }
.text-white .item {     outline-color: white;    }
.item:hover {           outline-color: blue;    }
.item::before {     
    position: absolute;
    top: 0px;
    right: -23px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    opacity: 0.7;
    color: #111;
    font-size: 16px;
    background: #eee;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    line-height: 20px;
    text-shadow: none;
    font-weight: 500;
    border: 1px solid #ddd;
}
.item::before:hover { background: #ddd;} */

.modal {    font-family: "Roboto"; }
.modal .btn{    font-family: "Roboto"; }

.btn-be {
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: 'Roboto',  Arial, sans-serif;
    font-size: 13px;    border-radius: 5px;     font-weight: 500;
    padding: 6px 12px;
}
.btn-be-primary {       border-color: #007bff;        background: #007bff;      color: #fff;    }
.btn-be-primary:hover{  border-color: #0069D9;        background: #0069D9;        color: #fff;    }
.btn-be-secondary {     border-color: #aaa;    background: #ccc;    color: #333; box-shadow: 1px 1px 7px rgba(0,0,0,0.2); }
.btn-be-secondary:hover{     border-color: #aaa;    background: #bbb;    color: #333 }
.btn-be-light {         border-color:#DBE7F2;    background: #E7F3FF;    color: #1a73e8 }
.btn-be-light:hover{    border-color: #DBE7F2;    background: #DBE7F2;    color: #1a73e8;     }

/*********** SOCIAUX Config. ***********/
.liste_sociaux_item{							padding: 11px 0;  border-bottom: 1px solid #ddd;	text-align: center;	background:#f9f9f9 ;}
.liste_sociaux_item i, #new_social_icon{        vertical-align: -4px;	font-size: 21px;	margin-right: 11px;		width: 30px;	text-align: center; }
.liste_sociaux_item .liste_sociaux_item_url{    display: inline-block;  width: 300px; font-size: 15px; overflow: hidden;vertical-align: bottom;}
.liste_sociaux_item .suppr_social_item{			cursor:pointer; 		color: #cc5454 ;  font-weight: 500;			padding: 5px 9px;		}

.liste_sociaux_item .btn_movable{				cursor: move;	opacity: 0.7;	color:	#777;	display: inline-block;		}
.liste_sociaux_item .suppr_social_item:hover {	background:#f5f5f5;			}
#liste_sociaux .ui-state-highlight { 			line-height: 40px; 		height: 40px; 	background: #ddd;		border:1px solid #fff;}
#new_social_icon{							 	color:#777;		margin-right: 4px;	}

    