﻿.picViewContainer {
    /*position: relative;*/
    width: 95%;
    height: 100%;
    max-width: 95%;
    overflow: hidden;
}

.picViewControls {
    position: absolute;
    max-width: 95%;
    width: 95%;
    height: 100%;
    z-index: 50;
}

.picViewer {
    z-index: 10;
    position: absolute;
    max-width: 95%;
    width: 95%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/img/no_image.png');
    /*transform: rotate(0deg);*/
    /*transform: rotate(90deg) scale(0.2);*/
}

.picViewFloatControl {
    position: absolute;
    width: 49%;
    height: 100%;
    top: 0;
}

.picViewMessageContainer {
    position: absolute;
    text-align: center;
    width: 100%;
}

.picViewMessage {
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    background-color: black;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}

.picViewMessage:empty {
    display: none;
}

.picViewCommandButtons {
    position: absolute !important;
    bottom: 10px;
    right: 10px;
}
