/* A-Z shortcode */
.glossary-menu-atoz{
	text-transform: uppercase;
	margin: auto;
	padding: 0;
	border-bottom: 2px solid #000;
	width: 100%;
	height: 25px;
	padding: 5px 0 10px!important;
}
.glossary-menu-atoz .glossary-menu-item{
	/* display: inline; */
	list-style: none;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 22px;
	margin: 0 0 0 0.5em;
}
.glossary-atoz-wrapper .glossary-atoz{
	padding: 5px 5px 10px 20px;
}

.glossary-list-details{
	display: flex;
	flex-direction: row;
}
.glossary-list-details .glossary-list{
	flex: 0 1 100%;
	padding: 0 10px;
}
.glossary-list-details .glossary-list li{
	list-style: none;
	padding-left: 0;
}
.glossary-list-details .glossary-list li.glossary-item-header{
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}
.glossary-list-details .glossary-list li.glossary-item{
	text-align: justify;
}

.glossary-menu-item a{
	text-decoration: none;
}

.atozmenu-empty{
	color: #ccc;
}
.atozmenu-off{
	color: #333;
}
.atozmenu-off:hover{
	background-color: #333;
	color: #eee;
}
.atozmenu-on{
	text-decoration: underline;
}
.atozitems-off{
	display: none;
}

/* Popup tooltip */
.tooltip {
	display:     none;
	background:  #f4f4f4;
	font-size:   1.1em;
	padding:     10px;
	color:       #333;
	border:      1px solid #ddd;
	line-height: 1.5em;
	width:       20%;
}
/*
.tooltip {
display:      none;
background:   #eee;
font-size:    0.8em;
height:       90px;
width:        220px;
padding:      15px;
color:        #222;
overflow:     hidden;
border-top:   1px dotted #333;
border-left:  1px dotted #333;
border-right: 1px dotted #333;
}
*/
#glossary-index{
	margin: 15px auto;
	padding: 5px 10px;
}
#glossary-index header{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
}
#glossary-index header p.tileHead{
	flex: 1 1 auto;
	margin:5px 2.5px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #999999;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
#glossary-index header p.tileHead[data-empty="true"]{
	color: #999999;
	cursor: auto;
}
#glossary-index header p.tile[data-hasglossaryItem]{
	color: #fff;
}
#glossary-index[data-type=tile]{
	text-align: justify
}

#glossary-index[data-type=tile] #glossary-container{
	position: relative;
	margin: 0 -10px;
}
#glossary-index[data-type=tile] article{
	visibility: visible;
	position: absolute;
	top:0;
	opacity: 1;
	transition:.5s opacity;
	pointer-events: all;
}
#glossary-index[data-type=tile] article[data-active="false"]{
	visibility: hidden;
	opacity: 0;
	transition:.5s opacity,.5s .5s visibility;
	pointer-events: none;
}
#glossary-index[data-type=tile] p.tile{
	margin: 30px 15px;
	display: inline-block;
}
#glossary-index[data-type=tile] p.tile span a{
	padding: 15px;
	border: 1px solid grey;
	background: #ffffff;
}



#ithoughts_tooltip_glossary-tipsContainer{
	position: absolute;
	z-index: 100000;
	width:100%;
}
.ithoughts_tooltip_glossary-glossary > a,/* for term */
.ithoughts_tooltip_glossary-glossary > a:hover,
.ithoughts_tooltip_glossary-glossary > a:visited,
.ithoughts_tooltip_glossary-glossary > a:active,
.ithoughts_tooltip_glossary-mediatip > a,/* for mediatip */
.ithoughts_tooltip_glossary-mediatip > a:hover,
.ithoughts_tooltip_glossary-mediatip > a:visited,
.ithoughts_tooltip_glossary-mediatip > a:active,
.ithoughts_tooltip_glossary-tooltip > a,/* for inline tooltip */
.ithoughts_tooltip_glossary-tooltip > a:hover,
.ithoughts_tooltip_glossary-tooltip > a:visited,
.ithoughts_tooltip_glossary-tooltip > a:active
{
	text-decoration: overline underline;
}


/****************************************************
Specific styles for tip
****************************************************/
.qtip.ithoughts_tooltip_glossary-mediatip{
	max-width: 350px;
}
.ithoughts_tooltip_glossary-mediatip .qtip-content{
	padding: 0px;
}
.ithoughts_tooltip_glossary-mediatip .qtip-content img{
	max-height: 75vh!important;
	vertical-align: middle;
}
.ithoughts_tooltip_glossary_pin_container{
	border: 1px solid;
	display: inline-block;
	height: 2em;
	width: 2em;
	box-sizing: border-box;
	border-radius: 0.5em;
	float: right;
}
.ithoughts_tooltip_glossary_pin_container .ithoughts_tooltip_glossary_pin{
	display: block;
	cursor: pointer;
	margin: 0.25em;
	box-sizing: border-box;
	fill: currentColor;
	transition: all 0.25s ease 0s;
}
.ithoughts_tooltip_glossary_pin_container.pined .ithoughts_tooltip_glossary_pin{
	transform: rotate(-45deg);
	transition: 0.25s all;
}


.qtip-content p{
	padding-bottom: 1em;
	line-height: 1.5em;
}
.qtip-content p:last-child{
	padding-bottom: 0;
	line-height: 1.5em;
}
.qtip-content a{
	color: inherit;
}

.qtip.ithoughts_tt_gl-force_no_pad .qtip-content{
	padding-left: 0!important;
	padding-right: 0!important;
	padding-bottom: 0!important;
	vertical-align: top;
}

.qtip.ithoughts_tt_gl-video_tip,.qtip.ithoughts_tt_gl-video_tip iframe,.qtip.ithoughts_tt_gl-video_tip video{
	max-width: none;
	vertical-align: top;
}

.qtip.ithoughts_tt_gl-with_pin .qtip-titlebar{
}
.qtip.ithoughts_tt_gl-with_pin .qtip-titlebar .qtip-title{
	display: block;
	width: 100%;
}
.ithoughts_tt_gl-title_with_pin{
	vertical-align: sub;
}