﻿.tools-manager {
    position: fixed;
    /* left: -8px; */
    top: 20%;
    z-index: 99999;
    background-color: white;
    padding: 5px;
    width: 28px;
    /* box-shadow: 6px 6px rgba(0,0,0,.4); */
    border: 1px solid #d2d2d2;
}

.tools-manager > a {
    color: black !important;
    text-decoration:none !important;
    font-size: 14px !important;
}

.tools-manager > a:hover {
    color: #555555 !important;
    text-decoration:none !important;
}

.me-item {
    outline: rgba(0,0,0,0.3) dashed 2px;
}

.me-item-select {
    outline: rgba(255,0,0,0.75) dashed 2px;
}

body.me-item-hidde .me-item {
	outline-width: 0;
}

ins td, ins img {
    border: 0px dashed !important;
    padding: 0px !important;
}


#youtube-lb {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


.youtube-lb-black {
    opacity: 1 !important;
}

#youtube-lb-content {
    margin: 3% auto 0;
    width: 80%;
    height: 80%;
}

    #youtube-lb-content > iframe {
        width: 100%;
        height: 100%;
    }




.youtube-link {
    position: relative;
    display: block;
}

    .youtube-link::before {
        content: '';
        background-image: url(/Content/Images/play-xxl-2.png);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40%;

        transition: all ease 300ms;
    }

    .youtube-link:hover::before {
        background-size: 50%;
    }

.youtube-link > img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}



.vimeo-div {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 45%;
}

.vimeo-div > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.issuu-div {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
}

    .issuu-div > iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        border: none;
    }