/* Verry important */
#uid_gadget_preview.uid_gadget_config_window {
	z-index: 0;
}
#uid_preview .uid_prev_gadget.prev_button {
	height: 40px;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	cursor: normal;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	top: 100px;
}
a.uid_button {
    bottom: 2px;
    left: 2px;
    position: absolute;
    right: 2px;
    text-decoration: none;
    top: 2px;		/* /!\ required by button.js to know that DOM is ready */
    cursor:pointer;
    text-align:center;
	-webkit-transition:
		background .2s ease-in-out,
		background-color .2s ease-in-out,
		color .2s ease-in-out,
		box-shadow .2s ease-in-out;
	transition:
		background .2s ease-in-out,
		background-color .2s ease-in-out,
		color .2s ease-in-out,
		box-shadow .2s ease-in-out;
}
a.uid_button:hover, .editor_interface a.uid_button:hover, .editor_interface a.uid_button:focus{ /*IE11 surclass*/
	text-decoration: none;
}
.opt_gadget .uid_external_link {
    background-color: #FFEDCC;
    border: medium none;
    color: #444444;
    float: left;
    height: 28px;
    padding-left: 8px;
    position: relative;
    width: 159px;
}
.opt_gadget .list_types_button{
	list-style: none outside none;
    margin-top: 8px;
    padding-left: 0;
    position: relative;
    height: 130px;
}
.opt_gadget .list_types_button > li {
    cursor: pointer;
    float: left;
    height: 25px;
    margin: 4px 6px;
    padding: 2px 7px;
    position: relative;
    width: 65px;
    background-color:#fff;
    border: 1px solid #ccc;
    box-sizing: content-box;
}
.opt_gadget .list_types_button > li.selected {
    border-color: #F0A527;
	box-shadow: 0 0 2px #F0A527, 0 0 1px #FFFF03;
}
/* List of type example (on options)  */
.opt_gadget .uid_button{
    color: #FFF;
    font-family: Oswald,sans-serif;
    font-size: 12px;
	background-color:#65A9D7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
