.flashy-app h2, .flashy-app h3 {
	font-size: 24px;
}

body.toplevel_page_flashy {
	background-color: #DFF0FE;
}

.flex {
	display: flex;
}

.flashy-box {
	background-color: #fff;
	padding: 0;
	margin-bottom: 30px;
}

.flashy-box h3 {
	margin: 0 0 10px 0;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.flashy-box .flashy-content {
	padding: 20px;
}
.flashy-box .flashy-content ul {
	list-style: none;
}
.flashy-box .flashy-content ul li {
	font-size: 20px;
	margin-bottom: 30px;
}
.flashy-box .flashy-content ul li:before {
	display: inline-block;
	line-height: 1;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f147";
	font-size: 30px;
	margin-right: 5px;
	color: green;
}
.flashy-box .flashy-content input[type="text"] {
	width: 100%;
	padding: 5px;
}
.flashy-box .flashy-content#post-body-content {
	width: 95%;
}
.flashy-box input[type='text']{
	padding: 3px 8px;
	font-size: 1.7em;
	line-height: 100%;
	height: 1.7em;
	width: 100%;
	outline: 0;
	margin: 0 0 3px;
	background-color: #fff;
}
.flashy-box .flashy-content input[type='submit'] {
	margin-top: 10px;
	padding: 15px 30px;
	line-height: 0;
	height: auto;
}

.flashy-export {
	background-color: #fff;
	border:1px solid #e5e5e5;
	padding: 50px;
	text-align: center;
}
.flashy-export p {
	font-size: 14px;
	max-width: 600px;
	margin:0 auto;
	color: gray;
	line-height: 25px;
}
.flashy-export input[type="submit"] {
	background: #5463DF;
    border:0;
	border-radius: 2px;
	padding:10px 20px;
	color: #fff;
	margin-top: 40px;
	cursor: pointer;
	text-transform: uppercase;
}
.flashy-export input[type="submit"]:hover {
	background: #3C4696;
}
.flashy-export input[type="submit"][disabled=disabled] {
	opacity: 0.6;
	cursor: wait;
}
.flashy-box .info {
	padding: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
}
.flashy-content select {
	width: 100%;
	padding: 8px;
	height: auto;
}
/*.button-primary {
	
}*/

.flashy-success,
.flashy-error {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: inline-block;
    margin:25px auto;
    padding: 20px 25px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 30px;
}
.flashy-success {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.clearfix {
	clear: both;
}
.flashy-primary-btn {
	color: #fff;
	text-decoration: none;
    background-color: #005af0;
    border:2px solid #005af0;
    border-radius: 4px;
    padding:10px 30px;
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.flashy-primary-btn:hover {
	color: #fff;
	text-decoration: none;
    background-color: #0143b3;
    border:2px solid #0143b3;
    border-radius: 4px;
    padding:10px 30px;
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.flashy-success-btn:active, .flashy-success-btn:focus,
.flashy-success-btn {
	color: #fff;
	text-decoration: none;
    background-color: #38b349;
    border-color: #309c3f;
    border-radius: 2px;
    padding:10px 30px;
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
    outline: none;
    font-weight: 700;
}
.flashy-success-btn:hover {
	outline: none;
	color: #fff;
	background-color: #2a8937;
	border-color: #226e2c;
}

.flashy-connect {
	background-color: #fff;
	border-radius:4px;
	padding: 30px;
	margin-top: 30px;
	font-size: 14px;
}

.flashy-connect h2, .flashy-connect h3 {
	font-size: 20px;
}

.flashy-connect input {
	font-size: 14px;
}

.flashy-connect label {
	font-size: 14px;
}

.flashy-half {
	display: inline-block;
}

.flashy-content,
.flashy-content ul li {
	font-size: 1.1em;
	/*margin-bottom: 30px;*/
}

.card {
	padding: 0;
}

.card label {
	display: block;
	margin-bottom: 5px;
}

.alert {
	font-size: 16px;
	margin: 1rem 0;
}

.update-msg
{
	margin-bottom: 0;
	margin-top: 0.5em;
}