/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
@charset "utf-8";

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300,600);

/************************** STRUCTURE **********************************/

/*.wrap_ed {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	font-family: 'Open Sans', sans-serif;
}

.wrap_ed .card {
	max-width: 100% !important;
}

.wrap_ed fieldset {
	margin: 0 0 10px;
}

.wrap_ed h1 {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 38px;
	color: #333;
	margin: 20px 0 30px 0;
}

.wrap_ed h2 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 38px;
	color: #333;
}

.wrap_ed label {
	float: left;
	width: 100%;
	padding: 5px 0;
}

.wrap_ed input[type='input'] {
	float: left;
	width: 50%;
	border: none;
	padding: 5px;
	max-width: 400px;
}

.wrap_ed span {
	float: left;
	padding: 5px;
}*/

.wrap_ed .button {
	min-width: 150px;
}