
/*
.qtip-contentWrapper
{
background-color: red !important;
color: red !important;
}

.qtip-content
{
	color:red !important;
    width: 400px  !important;
    padding: 5px  !important;	
    background: #232323 !important;
    text-align: right !important;
    border-color:red !important;
}
*/

/*
.qtip-wrapper, 
{

}
.qtip-contentWrapper
{
border-color:red !important;
}

.qtip-betweenCorners
{
background-color: red !important;

}
.tooltipscornerclass
{
background-color: red !important;
color: red !important;
}


.tooltipscornerdot
{
background-color: red !important;
color: red !important;
}

.tooltipscornercanvas
{
background-color: red !important;
color: red !important;
}

.qtip
{
background-color: red !important;
color: red !important;
}

.sidebarTooltipsTitle
{
font-weight:bold;
font-size:20px;
}


.qtip
{
z-index:10000 !important;

}
*/

/*
.bulletscreenfortoolTips
{
	font-weight:800 !important;
}
*/

/***!!!start  **/
.tooltips_widget .tooltips_list {
	border: none;
}

.tooltiplinkintooltipbox a {
	text-decoration: underline !important;
	font-size: smaller;
}

/***!!!end  **/
.qtip .tooltipsall {
	border-bottom: 0px dotted #888 !important;
}

.glossary-category-wrap {
	margin-bottom: 20px;
}

.glossary-category-label {
	font-weight: bold;
	margin-right: 10px;
}

/*** 8.9.0 **/
.tooltip-search-form {
	display: inline-flex;
	max-width: 100%;
	width: 100% !important;
}

.tooltip-search-label {
	/* width:auto !important; */
	display: inline-flex;
	width: 100% !important;
	max-width: 100%;
}

.tooltip-search-field {
	/* width:auto !important; */
	width: 100% !important;
	max-width: 100%;
}

.tooltip-search-submit {
	width: auto !important;
	max-width: 100%;
}

.tooltip_breadcrumbs_item {
	margin: 10px 0px 20px 0px;
}

.tooltipsPopupCreditLink a {
	color: gray;
}

/*  12.7.6 */
.tooltips_list_start {
	margin: 10px auto;
}

/*
.tooltipsall:hover {
	color: green !important;
}
*/
@media only screen and (max-width: 768px) {
	.ui-wordpress-tooltip-pro .qtip-content {
		width: auto !important;
	}
}

/* 5.7.8 */
.ui-wordpress-tooltip-pro .qtip-content img {
	max-width: 100%;
	height: auto;
}

.tooltipsall {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.qtip {
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	-moz-transition: all .15s ease;
	transition: all .15s ease;
}

.tipwiggle {
	-ms-animation: wiggle .15s 2;
	-moz-animation: wiggle .15s 2;
	-webkit-animation: wiggle .15s 2;
	animation: wiggle .15s 2;
}

.tipscale {
	-ms-animation: scale .2s 1;
	-moz-animation: scale .2s 1;
	-webkit-animation: scale .2s 1;
	animation: scale .2s 1;
}

.tiprotate {
	-ms-animation: rotate .5s 1;
	-moz-animation: rotate .5s 1;
	-webkit-animation: rotate .5s 1;
	animation: rotate .5s 1;
}

.tiprotatey {
	-ms-animation: rotateY .5s 1;
	-moz-animation: rotateY .5s 1;
	-webkit-animation: rotateY .5s 1;
	animation: rotateY .5s 1;
}

.tiprotatex {
	-ms-animation: rotateX .5s 1;
	-moz-animation: rotateX .5s 1;
	-webkit-animation: rotateX .5s 1;
	animation: rotateX .5s 1;
}

.glossary_paginate_links {
	text-align: center;
}

.glossary_paginate_links .page-numbers {
	margin: 0px 10px;
}

@-ms-keyframes wiggle {
	0% {
		-ms-transform: rotate(2deg);
	}
	
	50% {
		-ms-transform: rotate(-2deg);
	}
	
	100% {
		-ms-transform: rotate(2deg);
	}
}

@-moz-keyframes wiggle {
	0% {
		-moz-transform: rotate(2deg);
	}
	
	50% {
		-moz-transform: rotate(-2deg);
	}
	
	100% {
		-moz-transform: rotate(2deg);
	}
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: rotate(2deg);
	}
	
	50% {
		-webkit-transform: rotate(-2deg);
	}
	
	100% {
		-webkit-transform: rotate(2deg);
	}
}

@keyframes wiggle {
	0% {
		transform: rotate(2deg);
	}
	
	50% {
		transform: rotate(-2deg);
	}
	
	100% {
		transform: rotate(2deg);
	}
}

/******	scale effect ******/
@-ms-keyframes scale {
	0% {
		-ms-transform: scale(.25);
		opacity: 0;
	}
	
	100% {
		-ms-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(.25);
		opacity: 0;
	}
	
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(.25);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale {
	0% {
		transform: scale(.25);
		opacity: 0;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/******	rotate effect ******/
@-ms-keyframes rotate {
	0% {
		-ms-transform: rotate(-360deg);
		opacity: 0;
	}
	
	100% {
		-ms-transform: rotate(360deg);
		opacity: 1;
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(-360deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform: rotate(360deg);
		opacity: 1;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(-360deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		opacity: 1;
	}
}

@keyframes rotate {
	0% {
		transform: rotate(-360deg);
		opacity: 0;
	}
	
	100% {
		transform: rotate(360deg);
		opacity: 1;
	}
}

/******	rotateY effect ******/
@-ms-keyframes rotateY {
	0% {
		-ms-transform: perspective(800px) rotateY(0deg) translateZ(0px);
	}
	
	50% {
		-ms-transform: perspective(800px) rotateY(90deg) translateZ(1px);
	}
	
	100% {
		-ms-transform: perspective(800px) rotateY(0deg) translateZ(1px);
	}
}

@-moz-keyframes rotateY {
	0% {
		-moz-transform: perspective(800px) rotateY(0deg) translateZ(0px);
	}
	
	50% {
		-moz-transform: perspective(800px) rotateY(90deg) translateZ(1px);
	}
	
	100% {
		-moz-transform: perspective(800px) rotateY(0deg) translateZ(1px);
	}
}

@-webkit-keyframes rotateY {
	0% {
		-webkit-transform: perspective(800px) rotateY(0deg) translateZ(0px);
	}
	
	50% {
		-webkit-transform: perspective(800px) rotateY(90deg) translateZ(1px);
	}
	
	100% {
		-webkit-transform: perspective(800px) rotateY(0deg) translateZ(1px);
	}
}

@keyframes rotateY {
	0% {
		transform: perspective(800px) rotateY(0deg) translateZ(0px);
	}
	
	50% {
		transform: perspective(800px) rotateY(90deg) translateZ(1px);
	}
	
	100% {
		transform: perspective(800px) rotateY(0deg) translateZ(1px);
	}
}

/******	rotateX effect ******/
@-ms-keyframes rotateX {
	0% {
		-ms-transform: perspective(800px) rotateX(0deg) translateZ(0px);
	}
	
	50% {
		-ms-transform: perspective(800px) rotateX(-90deg) translateZ(1px);
	}
	
	100% {
		-ms-transform: perspective(800px) rotateX(0deg) translateZ(1px);
	}
}

@-moz-keyframes rotateX {
	0% {
		-moz-transform: perspective(800px) rotateX(0deg) translateZ(0px);
	}
	
	50% {
		-moz-transform: perspective(800px) rotateX(-90deg) translateZ(1px);
	}
	
	100% {
		-moz-transform: perspective(800px) rotateX(0deg) translateZ(1px);
	}
}

@-webkit-keyframes rotateX {
	0% {
		-webkit-transform: perspective(800px) rotateX(0deg) translateZ(0px);
	}
	
	50% {
		-webkit-transform: perspective(800px) rotateX(-90deg) translateZ(1px);
	}
	
	100% {
		-webkit-transform: perspective(800px) rotateX(0deg) translateZ(1px);
	}
}

@keyframes rotateY {
	0% {
		transform: perspective(800px) rotateY(0deg) translateX(0px);
	}
	
	50% {
		transform: perspective(800px) rotateX(-90deg) translateZ(1px);
	}
	
	100% {
		transform: perspective(800px) rotateX(0deg) translateZ(1px);
	}
}
