/**
 * CSS Modification de style de la bibliothèque jquery-ui
 * @author : ESTEL (Geoffrey BOULANGER)
 * @createdAt : 22/03/22
 * @remarks : Ne pas utiliser si non nécessaire
 **/

 .ui-widget-content,.ui-state-highlight,.ui-state-hover,.ui-widget-header,.ui-button{
	background : 0;
	background-attachment : scroll !important;
	background-clip : border-box !important;
	background-color : transparent;
	background-image : none !important;
	background-position : 0 0 !important;
	background-position-x : 0 !important;
	background-position-y : 0 !important;
	background-repeat : repeat !important;
	background-size : auto auto !important;
	border-left: 0 !important;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

.ui-state-active,.ui-state-default,.ui{
	background : 0 !important;
	background-attachment : scroll !important;
	background-clip : border-box !important;
	/*background-color : transparent !important;*/
	background-image : none !important;
	background-position : 0 0 !important;
	background-position-x : 0 !important;
	
	background-position-y : 0 !important;
	background-repeat : repeat !important;
	background-size : auto auto !important;
	color : inherit !important;
	font-weight : normal !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
	-moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px; 
}

.ui-widget-content a{
	color:inherit !important;
}

.ui-widget{
	font-family:'Open Sans' !important;
}

.ui-button{
	display: inline !important;
	position: static !important;
	padding: 0 !important;
	margin-right: 0 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	text-align: inherit !important;
	zoom: 0 !important;
	overflow: visible !important;
	background: rgb(0, 173, 216) !important;
	color : white !important;
	border: none !important;
	border-color : rgb(251, 251, 251) !important;
}

