﻿/*Hide Admin Menu CSS*/
#hideAdmin {
    position: fixed;
    bottom: 0;
    left: 80px;
    z-index: 10000;
    height: 25px;
    padding: 0 15px;
    background-color: #3d3c3c;
    color: #868484;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
}

#hideAdmin:hover {
    opacity: 1;
}

.personabar-visible {
    margin-left: 80px;
}

/*Responsive Preview CSS*/
#showSizesButton {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    z-index: 1001;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 5px 5px 0;
}

    #showSizesButton:hover {
        border: 1px solid #dddddd;
        -webkit-box-shadow: 4px 4px 2px -4px #000000;
        box-shadow: 4px 4px 2px -4px #000000;
    }

#rightBar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 80px;
    z-index: 1000;
    background-color: #3d3c3c;
    color: #9a9898;
    display: none;
    text-align: center;
}

    #rightBar > div {
        padding: 5px;
        border-radius: 5px;
        margin: 6px;
        cursor: pointer;
    }

        #rightBar > div:first-child {
            margin-top: calc( 50vh - 260px);
        }

        #rightBar > div i {
            font-size: 1.5em;
            line-height: 1.5em;
        }

        #rightBar > div.active {
            background-color: #4d4c4c;
        }

        #rightBar > div:hover {
            color: #f1913d;
        }

        #rightBar > div.active:hover {
            color: #9a9898;
            cursor: context-menu;
        }
    #rightBar #WH {
        cursor:initial;
    }
    #rightBar .rbText {
        width: 100%;
        height: 45px;
        padding: 5px;
        font-size: 1em;
        text-align:center;
    }
    #rightBar #butContainerRB {
        margin: 15px 0 0 -5px;
    }
    #rightBar #WH .rbButton {
        width: 100%;
        height: 45px;
        padding: 5px;
        font-size: 1em;
        border: 2px solid #ffffff;
        cursor: pointer;
    }
#hideBar {
    position: absolute;
    right: 12px;
    bottom: 0;
    font-size: 1.5em;
    font-weight: 900;
}

#responsivePreviewWrap {
}

#iframeSizing {
    display: none;
    position: absolute;
    top: 30px;
    right: 120px;
    z-index: 1000;
    max-height: 94vh;
}

#pageContentIframe {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1.375em #2e2e2e;
    -moz-transition: width .75s ease,height .75s ease,box-shadow .75s ease,border-radius .75s ease;
    -webkit-transition: width .75s ease,height .75s ease,box-shadow .75s ease,border-radius .75s ease;
    -ms-transition: width .75s ease,height .75s ease,box-shadow .75s ease,border-radius .75s ease;
    transition: width .75s ease,height .75s ease,box-shadow .75s ease,border-radius .75s ease;
    border-radius: 0.25em;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    margin: 20px 0 0 10px;
}

.icon-stack-1x,
.icon-stack-1_5x,
.icon-stack-2x,
.icon-stack-3x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1001;
}

.icon-stack-1x {
    color: #666666;
}

.icon-stack-1_5x {
    z-index: 1000;
    top: 5%;
    left: 24%;
    font-size: 0.8em;
    background-color: white;
    width: 1.3em;
    height: 0.8em;
}

.icon-stack-2x {
    z-index: 1003;
    color: #333333;
    top: 11%;
    left: 15%;
    font-size: 0.8em;
    background-color: white;
    width: 0.8em;
}

.icon-stack-3x {
    z-index: 1004;
    color: red;
    top: 17%;
    left: 5%;
    font-size: 0.7em;
    background-color: white;
    width: 0.6em;
}

@media only screen and (max-width: 630px) {
    #hideAdmin {
        opacity: 1;
    }
    #showSizesButton {
        opacity: 0;
    }
}