.mcf7_admin_mailjet_list_id {
	width: 11ch;
}

.mf7_fancy_select, .mf7_fancy_select:hover, .mf7_fancy_select:focus
{
	position: relative;
	text-decoration: none;
	outline: none;
	color: black;
}

.mf7_fancy_select_btn {
	border: 1px solid lightgray;
	background: white;
	padding: 3px 20px 3px 3px;
	margin: 0 3px;
	text-decoration: none;
	color: black;
	border-radius: 1px;
	height: 20px;
	z-index: 1;
}

.mf7_fancy_select > ul {
	display:none;
	background-color: white;;
	z-index: 2;
	position: absolute;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	top: 10px;
	left: auto;
	right: 0;
	width: 200%;
}

.mf7_fancy_select > ul > li:not(:last-child) {
	border-bottom: 1px solid lightgray;
}

.mf7_fancy_select > ul.hover, .mf7_fancy_select > ul:hover {
	display: block;
}

.ydumailjet form.parameter {
    padding: 20px;
    background: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.ydumailjet .ydusecondary {
    margin-bottom: 20px;
}

.ydumailjet input[type="submit"]:hover {
    background: #000;
    color: white;
}

.ydumailjet input[type="submit"] {
    background: #FFF;
    border: 1px solid #333;
    padding: 10px 30px;
    cursor: pointer;
}

.ydumailjet .mf7_option_group {
    margin-bottom: 20px;
}

.ydumailjet div#mf7RepeatableOption {
    margin-top: 20px;
}
