div.da-reactions-exposed {
text-align: center;
}
.right div.da-reactions-exposed {
text-align: right;
}
.left div.da-reactions-exposed {
text-align: left;
}
div.da-reactions-container {
text-align: center;
max-width: 100%;
}
div.da-reactions-container.right {
text-align: right;
}
div.da-reactions-container.left {
text-align: left;
}
div.da-reactions-container * {
transition: all 400ms;
}
div.da-reactions-container div.reactions div.reaction {
display: inline-block;
margin: 4px;
transition: all 100ms ease-out;
position: relative;
cursor: pointer;
}
div.da-reactions-container div.reactions div.reaction.active {
animation: bounce 1s;
}
div.da-reactions-container div.reactions div.reaction:hover {
transform: scale(1.3) translate(0, -20%);
z-index: 2;
}
div.da-reactions-container div.reactions div.reaction:hover:after {
display: block;
position: absolute;
content: attr(data-title);
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
padding: 4px 8px;
border-radius: 20px;
white-space: nowrap;
left: 50%;
top: 0;
transform: translateX(-50%) translateY(-130%);
}
@media screen and (max-width: 420px) {
div.da-reactions-container div.reactions.responsive {
overflow: hidden;
max-width: 0;
max-height: 0;
}
}
@media screen and (max-width: 420px) {
div.da-reactions-container div.reactions.responsive div.reaction {
margin: 0;
}
}
div.da-reactions-container .reactions-toggle {
display: none;
}
@media screen and (max-width: 420px) {
div.da-reactions-container .reactions-toggle {
display: block;
}
}
div.da-reactions-container .reactions-toggle .bar1 {
transform: none;
}
div.da-reactions-container .reactions-toggle .bar2 {
opacity: 1;
}
div.da-reactions-container .reactions-toggle .bar3 {
transform: none;
}
div.da-reactions-container.open div.reactions {
max-width: 100vw;
max-height: 100vw;
overflow: visible;
}
div.da-reactions-container.open div.reactions div.reaction {
margin: 10px;
}
div.da-reactions-container.open .reactions-toggle .bar1 {
transform: rotate(45deg) translateX(20%) translateY(-10%);
}
div.da-reactions-container.open .reactions-toggle .bar2 {
opacity: 0;
}
div.da-reactions-container.open .reactions-toggle .bar3 {
transform: rotate(-45deg) translateX(-50%) translateY(-20%);
}
div.da-reactions-container .count {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 1em;
bottom: -0.3em;
cursor: help;
font-size: 1em;
font-weight: lighter;
height: 2em;
line-height: 2em;
padding: 0 0.3em;
position: absolute;
right: -0.3em;
text-align: center;
width: 2em;
white-space: nowrap;
}
div.da-reactions-container .count:before {
content: attr(data-value);
}
div.da-reactions-container .count.hidden {
display: none;
}
div.da-reactions-reveal {
position: relative;
display: flex;
justify-content: center;
}
div.da-reactions-reveal.right {
justify-content: flex-end;
}
div.da-reactions-reveal.left {
justify-content: flex-start;
}
div.da-reactions-reveal div.before-reveal {
opacity: 1;
position: relative;
transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
div.da-reactions-reveal div.before-reveal img {
cursor: pointer;
}
div.da-reactions-reveal div.after-reveal {
display: flex;
transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
opacity: 0;
transform: scale(0);
position: absolute;
bottom: 0;
z-index: 1;
}
div.da-reactions-reveal div.after-reveal .reaction {
margin: 5px;
transition: all 200ms cubic-bezier(0.35, 1.69, 0.48, 0.6);
position: relative;
}
div.da-reactions-reveal div.after-reveal .reaction img {
cursor: pointer;
}
div.da-reactions-reveal div.after-reveal .reaction:hover {
transform: scale(1.3) translate(0, -20%);
z-index: 2;
}
div.da-reactions-reveal.active div.before-reveal {
opacity: 0;
}
div.da-reactions-reveal.active div.after-reveal {
opacity: 1;
transform: scale(1);
}
div.da-reactions-reveal .count {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 1em;
bottom: -0.3em;
cursor: help;
font-size: 1em;
font-weight: lighter;
height: 2em;
line-height: 2em;
padding: 0 0.3em;
position: absolute;
right: -0.3em;
text-align: center;
width: 2em;
white-space: nowrap;
}
div.da-reactions-reveal .count:before {
content: attr(data-value);
}
div.da-reactions-reveal .count.hidden {
display: none;
}
div#da-reactions-users-tooltip {
position: fixed;
z-index: 99999;
width: 1px;
height: 1px;
overflow: visible;
}
div#da-reactions-users-tooltip > div {
transform: translateX(-50%);
background-color: #040404;
color: #FFF;
padding: 0.4em;
border-radius: 0.8em;
position: absolute;
bottom: 10px;
}
div#da-reactions-users-tooltip > div:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
border: 0.625em solid transparent;
border-top-color: #040404;
border-bottom: 0;
margin-left: -0.625em;
margin-bottom: -0.625em;
}
div#da-reactions-users-tooltip .da-reactions-users-tooltip-row {
margin: 0.2em;
white-space: nowrap;
}
div#da-reactions-users-tooltip .da-reactions-users-tooltip-row span {
display: inline-block;
}
div#da-reactions-users-tooltip .da-reactions-users-tooltip-row img {
width: auto;
max-width: unset;
height: 0.8em;
display: inline-block;
margin: 0.1em 0.4em;
}
div#da-reactions-users-modal-background {
position: fixed;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
z-index: 99999;
}
div#da-reactions-users-modal-background > div.da-reactions-data {
max-width: 600px;
max-height: 80%;
width: 100%;
display: flex;
flex-direction: column;
}
div#da-reactions-users-modal-background > div.da-reactions-data .scroll-container {
overflow-y: auto;
flex-grow: 1;
border-left: 2px solid #999999;
border-right: 2px solid #999999;
}
div#da-reactions-users-modal-background > div.da-reactions-data .scroll-container > a.da-reactions-users-modal-row {
display: flex;
background-color: #f1f1f1;
padding: 10px;
border-bottom: 1px dotted #AAAAAA;
}
div#da-reactions-users-modal-background > div.da-reactions-data .scroll-container > a.da-reactions-users-modal-row:nth-child(even) {
background-color: #CCCCCC;
}
div#da-reactions-users-modal-background > div.da-reactions-data .scroll-container > a.da-reactions-users-modal-row img {
flex-grow: 0;
height: auto;
width: 32px;
margin-right: 10px;
}
div#da-reactions-users-modal-background > div.da-reactions-data .scroll-container > a.da-reactions-users-modal-row span {
flex-grow: 1;
}
div#da-reactions-users-modal-background > div.da-reactions-data > .da-reactions-users-modal-row {
flex-grow: 0;
display: block;
}
div#da-reactions-users-modal-background > div.da-reactions-data > .da-reactions-users-modal-row.tools {
display: flex;
}
div#da-reactions-users-modal-background > div.da-reactions-data > .da-reactions-users-modal-row.tools > .da-reactions-button {
padding: 8px;
flex-grow: 1;
text-align: center;
cursor: pointer;
background-color: #CCCCCC;
border-bottom: 2px solid #999999;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
div#da-reactions-users-modal-background > div.da-reactions-data > .da-reactions-users-modal-row.tools > .da-reactions-button > img {
display: inline-block;
width: auto;
height: 32px;
opacity: 0.5;
margin: 0;
}
div#da-reactions-users-modal-background > div.da-reactions-data > .da-reactions-users-modal-row.tools > .da-reactions-button.current {
background-color: #f1f1f1;
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-right: 2px solid #999999;
border-bottom: none;
}
div#da-reactions-users-modal-background > div.da-reactions-data > .da-reactions-users-modal-row.tools > .da-reactions-button.current > img {
opacity: 1;
}
div#da-reactions-users-modal-background > div.da-reactions-data .da-reactions-users-modal-paginator {
background-color: #f1f1f1;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-left: 2px solid #999999;
border-right: 2px solid #999999;
border-bottom: 2px solid #999999;
display: flex;
}
div#da-reactions-users-modal-background > div.da-reactions-data .da-reactions-users-modal-paginator > span {
display: block;
padding: 10px 15px;
margin: 10px;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 10px;
cursor: pointer;
}
div#da-reactions-users-modal-background div.da-reactions-window {
width: 600px;
max-width: 100%;
max-height: 100%;
background-color: #F1F1F1;
border-radius: 10px;
border: 2px solid #999999;
padding: 40px;
display: flex;
flex-direction: column;
align-items: center;
}
div#da-reactions-users-modal-background div.da-reactions-window .da-reactions-window-paragraph {
text-align: center;
}
div#da-reactions-users-modal-background div.da-reactions-window .da-reactions-window-close {
display: block;
padding: 10px 15px;
margin: 10px;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 10px;
cursor: pointer;
}
div#da-reactions-users-modal-background div.da-reactions-window .spacer {
flex-grow: 1;
visibility: hidden;
}
@keyframes bounce {
0%, 100% {
transform: scale(1.3) translate(0, -20%);
}
20%, 50% {
transform: scale(1.3) translateY(0);
}
40% {
transform: scale(1.3) translateY(-30px);
}
60% {
transform: scale(1.3) translateY(-15px);
}
}#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);display:table;margin-bottom:1em;padding:10px 20px 10px 10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#edf6ff}#ez-toc-container.ez-toc-white{background:#fff}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container .ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-btn,.ez-toc-glyphicon{display:inline-block;font-weight:400}#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited,#ez-toc-container.ez-toc-black p.ez-toc-title{color:#fff}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{margin:0 auto 1em 0!important}.ez-toc-wrap-left-text{float:left}.ez-toc-wrap-right{margin:0 0 1em auto!important}.ez-toc-wrap-right-text{float:right}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#ededed}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-btn:focus,.ez-toc-btn:hover{color:#333;text-decoration:none}.ez-toc-btn.active,.ez-toc-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-btn:active{background-image:none}.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon,label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}#ez-toc-container input,.ez-toc-toggle #item{position:absolute;left:-999em}#ez-toc-container input[type=checkbox]:checked+nav,#ez-toc-widget-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container label{position:relative;cursor:pointer;display:initial}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container .ez-toc-toggle label,.ez-toc-cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container .ez-toc-title{display:initial}.ez-toc-wrap-center{margin:0 auto 1em!important}#ez-toc-container a.ez-toc-toggle{color:#444;background:inherit;border:inherit}#ez-toc-container .eztoc-toggle-hide-by-default,.eztoc-hide,label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-widget-container ul.ez-toc-list li{height:auto!important}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}.eztoc_no_heading_found{background-color:#ff0;padding-left:10px}.term-description .ez-toc-title-container p:nth-child(2){width:50px;float:right;margin:0}