@-webkit-keyframes opacity {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@-moz-keyframes opacity {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
#loading {
	text-align: center;
}
#loading span {
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: opacity;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
}

#loading span:nth-child(2) {
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}

#loading span:nth-child(3) {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}
#loading span:not(:last-child) {
	margin-right: 5px;
}

.clear{
	clear:both;
}

.leftalign{
	float: left;
}

.rightalign{
	float: right;
}

.screenalign{
	margin: 0 20px -1px 0 !important;	
}

/*0 20px -1px 0*/



#content{
	position: relative;
}
#content .help-tip {
    position: absolute;
    top: 0px;
	left:15px;
	transform: translate(-99px,-24px);
	border-radius: 50%;
	background-color:#000;
	width: 16px;
	text-align: center;
    height: 16px;
    font-size: 13px;
	line-height: 16px;
	font-weight: bold;
    cursor: default;
}
.form-table td .help-tip p{
	margin-top: 2px;
}
.help-tip p {
    display: none;
    text-align: left;
    background-color: #000;
    padding: 20px;
    width: 233px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: 2px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}
.help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #000;
    left: 0px;
    top: -11px;
}
.help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}
.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}
.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}
.btnImport{
	margin: 0 0px 0 4px!important;
}
#swal2-title{
    line-height: 1.0em;
}
#cfsmedia_metabox label{
    line-height: 30px;
    color: #6c757d ;
}
#cfsmedia_metabox .text-muted{
    line-height: 30px;
}
.post-type-cfmedia .column-shortcode{
    width:30%;
}
