







/* Overriding WordPress native styles */

#wpbody select {
	height: auto;
	padding: .62em;
	line-height: inherit;
}

/*.XOLO_WEB .notice {
	display: block !important;
}*/

/* Plugin elements */

.XOLO_WEB__demo-import-files {
	width: 100%;
}

.XOLO_WEB__demo-import-preview-image-message {
	font-style: italic;
}

/* Plugin title */

/* Plugin intro text */

.XOLO_WEB__intro-text ul {
	padding: 0 4%;
	list-style-type: square;
}

/* Plugin switch import mode link*/
.XOLO_WEB__import-mode-switch {
	float: right;
}

/* Plugin multi select import and Plugin file upload containers */

.XOLO_WEB__file-upload,
.XOLO_WEB__multi-select-import,
.XOLO_WEB__demo-import-notice:not(:empty) {
	padding: 4%;
	margin: 1.62em 0;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}

.XOLO_WEB__file-upload {
	margin: 0;
	margin-bottom: -1px;
}

.XOLO_WEB__file-upload span {
	font-size: .81em;
	font-weight: normal;
	opacity: .66;
}

.XOLO_WEB__demo-import-notice:not(:empty) {
	border: 0;
	border-left: 4px solid #00a0d2;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

[dir="rtl"] .XOLO_WEB__demo-import-notice:not(:empty) {
	border: 0;
	border-right: 4px solid #00a0d2;
}

/* Plugin button */



/* AJAX loader */

p.XOLO_WEB__ajax-loader,
p.XOLO_WEB__install-plugin {
	font-size: 1.5em;
	display: none;
}

.XOLO_WEB__ajax-loader .spinner,
.XOLO_WEB__install-plugin .spinner {
	display: inline-block;
	float: none;
	visibility: visible;
	margin-bottom: 6px;
}


/* New grid layout */

.XOLO_WEB__gl-navigation li a {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.XOLO_WEB__gl-header {
	display: inline-block;
	width: calc(100% - 40px);
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 0 20px;
}

.XOLO_WEB__gl-navigation {
	font-size: 13px;
	width: 100%;
	float: left;
}

.XOLO_WEB__gl-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.XOLO_WEB__gl-navigation li {
	float: left;
	margin: 0 15px;
}

.XOLO_WEB__gl-navigation li.active a,
.XOLO_WEB__gl-navigation li.active a:hover {
	border-bottom: 4px solid #666666;
}

.XOLO_WEB__gl-navigation li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #444444;
	border-bottom: 4px solid #ffffff;
	padding: 15px 0;
}

.XOLO_WEB__gl-navigation li a:hover {
	color: #00a0d2;
	border-bottom: 4px solid #ffffff;
	cursor:pointer;
}

/* Grid animations */
@keyframes xolo-web-fade {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.xolo_web-is-fadeout {
	animation: xolo-web-fade linear 200ms 1 forwards;
}

.xolo_web-is-fadein {
	animation: xolo-web-fade linear 200ms 1 reverse forwards;
}

/* Grid layout modal window */

.XOLO_WEB__modal-image-container {
	width: 100%;
	height: 180px;
	margin: 0;
	overflow: hidden;
}

.XOLO_WEB__modal-item-title {
	margin-top: 0.5em;
	font-weight: bold;
}

.XOLO_WEB__modal-image-container img {
	width: 100%;
}

.XOLO_WEB__modal-notice.XOLO_WEB__demo-import-notice:not(:empty) {
	border: 1px solid #e5e5e5;
	border-left: 4px solid #00a0d2;
	margin: 1em 0 0;
}

/* Redux */
.XOLO_WEB_redux-option-name-label {
	margin-right: 5px;
}


