table#sortCmsLink {
    margin: 0 auto;
    
}
table#sortCmsLink thead {
    color: white;
    font-size: 18px;
    font-weight: 500;
}
table#sortCmsLink thead > tr > td {
    padding: 20px 0;
}
table#sortCmsLink .fa-3x {
    font-size: 3em!important;
}
#sortable1-form_pages,
#sortable2-form_pages {
    margin: 20px;
    border: 1px solid;
    padding: 20px;
    min-height: 300px;
}
li.ui-state-default.ui-sortable-handle {
    margin: 10px 0;
}
li.ui-state-default.ui-sortable-handle:hover {
    font-size:18px;
}
li.ui-state-default.ui-sortable-handle.ui-sortable-helper {
    border: 1px solid;
    padding: 10px;
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(2,226,252,0.65) 0%,rgba(0,0,0,0) 100%);
	box-shadow:0px 0px 5px 0px #02e2fc;
	animation-duration: 5s;
    -webkit-animation: 'screen'  infinite;
    animation: 'screen'  infinite;
}

@keyframes screen {
	from {
		opacity: 0;
	}

	25%{
		opacity: 0.3;
		transform: scale3d(3, 3, 4);
	}

	50%{
		opacity: 0.75;
	}

	75%{
		opacity: 1;

	}

	to{
		opacity: 0;
	}
}
#pluginFrameArea .panel-footer {
	 display: block!important;
}
table#cms_pages .control-label {
    display: block!important;
    text-align: left;
}