/** EasyContent.io WordPress Plugin Stylesheet */

.ec-header_green {
    color: green;
}

.ec-header-form {
    display: inline-block;
}

.ec-import-filter {
    margin-top: 20px;
    float: right;
}

.ec-import-filter select,
.import-selected select {
    vertical-align: baseline;
}

.import-selected {
    margin-top: 20px;
    float: left;
}

.ec-meta-box__footer {
	border-top: 1px solid #ddd;
	background: #f5f5f5;
	text-align: right;
	margin: 0 -12px -12px -12px;
	padding: 10px;
}

.ec-stage-color {
	display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.button .dashicons {
	vertical-align: middle;
}

.ec-workflow-stage-metabox-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.ec-workflow-stage-metabox-wrapper_hidden,
.ec-workflow-stage-metabox-data_hidden {
	display: none;
}

.ec-workflow-stage-metabox-wrapper__input {
	flex-shrink: 1;
}

.ec-workflow-stage-metabox-wrapper__button {
	flex-shrink: 0;
	padding: 0 5px !important;
}

#ec-push-confirmation-modal,
#ec-pull-confirmation-modal {
	display: none;
}

@media (max-width: 1250px) {
    .ec-import-filter {
        float: left;
        width: 100%;
    }
}