/* This stylesheet is used to style the admin option form of the plugin. */
#themes .themes span {
	display: inline-block;
	padding: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	opacity: 0.8;
}
.themes {
	height:40px;
}
.tooltipster-default-preview {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	font-weight: 400;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tooltipster-light-preview {
	border-radius: 5px; 
	border: 1px solid #cccccc;
	background: #ededed;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	font-weight: 400;
}
.tooltipster-punk-preview {
	border-radius: 5px;
	border-bottom: 3px solid #f71169;
	background: #2a2a2a;
	color: #fff;
	font-family: 'Courier', monospace;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	font-weight: 400;
}
.tooltipster-noir-preview {
	border-radius: 0px;
	border: 3px solid #2c2c2c;
	background: #fff;
	color: #2c2c2c;
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	font-weight: 400;
}
.tooltipster-shadow-preview {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	font-weight: 400;
}
input.radio {
	margin-left: 28px;
}
input.radio_2 {
	margin-left: 36px;
}
input.radio-custom {
	margin-left: 56px;
}

#qtip-themes .qtip-container {
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

#qtip-themes .qtip-container input[type="radio"] {
	margin: 0;
	padding: 0;
}

#qtip-themes .qtip-container.active {
    border-color: #ddd;
}

#qtip-themes .qtip {
    display: block;
    height: 35px;
    left: 0 !important;
    min-height: 0;
    min-width: 0;
    position: relative;
    top: 0 !important;
    width: 35px;
}

#qtip-themes .qtip-titlebar {
    padding-right: 0;
}