
.tooly {
    position: relative;
    display: inline-block;
    cursor: pointer;

}
.tooly2 {
    position: relative;
    /*display: inline-block;*/
    cursor: pointer;

}
.tooly .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 9px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -28px;
    left: 106%;
}
.tooly:hover .tooltiptext {
    visibility: visible;
}
.tooly .tooltiptext_modified {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 9px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -37px;
    left: -180px;
}
.tooly .tooltiptext_two {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 9px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -37px;
    left: 0px;
}
.tooly2 .tooltiptext_three {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 9px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -37px;
    left: -30px;
}
.tooly2 .tooltiptext_four {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 9px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -37px;
    left: -60px;
}

.tooly:hover .tooltiptext_modified {
    visibility: visible;
}
.tooly:hover .tooltiptext_two {
    visibility: visible;
}
.tooly2:hover .tooltiptext_three {
    visibility: visible;
}
.tooly2:hover .tooltiptext_four {
    visibility: visible;
}

/*this is only for time and date live show by moment.css*/
.time-frame {
    background-color:#25476a;
    color: #ffffff;
    font-family: 'Yrsa', serif;
    text-align: left;
}

.time-frame > div {
    width: 100%;
    text-align: center;
}

#date-part {
    font-size: 28px;
    font-weight: 100 !important;
    font-family: 'Yrsa', serif;
}
#time-part {
    font-weight: 100 !important;
    font-family: 'Yrsa', serif;
    font-size: 28px;
}

/*tooltip*/
.wrapper {
    position: relative;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
    background: black;
    bottom: 100%;
    color: #fff;
    display: block;
    left: 18px;
    margin-bottom: -26px;
    opacity: 0;
    padding: 13px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
    border-left: solid #000 10px;
    border-right: solid transparent 10px;
    border-top: solid transparent 10px;
    bottom: 13px;
    content: " ";
    height: 0;
    left: -15%;
    margin-left: 0px;
    position: absolute;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(47deg);
}

.wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}

.ctool {
    position: relative;
    display: inline-block;
    cursor: pointer;

}
.ctool .ctooltiptext_two {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 9px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    opacity: 1 !important;
    top: -5px;
    left: 36px !important;
}
.ctool:hover .ctooltiptext_two {
    visibility: visible;
}
