/* Styling for layout #1 / Tomston / frame */

body {
    font: 11px Verdana;
}
#fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 233px;
    bottom: 0px;
    padding: 205px 40px 45px 40px; /* These determine canvas size for big photo */
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

#thumbs {
    border-left-style: solid;
    border-left-width: 1px;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 232px;
    z-index: 10;
}
#thumbs > span {
    display: block;
    font-size: 0;
    width: 152px;
    position: relative;
    margin: 31px 0 31px 35px;
    /*border: 1px solid transparent;
    padding: 3px;*/
}

#thumbs > span#upload {
    min-height: 152px;
    width: 152px;
    height: 152px;
    border: 2px dashed #999999;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    margin: 29px 0 21px 35px;
    position: relative;
    display: table; 
}
#thumbs > span#upload.dz-drag-hover {
    border-color: #0f0;
    border-style: solid;
}
#thumbs > span#upload * {
    display: none;
}
#thumbs > span#upload .text {
    display: table-cell; 
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}
#thumbs > span#upload .progress {
    position: absolute;
    left: -2px;            
    bottom: -2px;
    width: 0;
    height: 10px;
    background: #999;
    display: block;
}

#thumbs > span.placeholder {
    display: block;
    border-style: dashed;
}

#thumbs > span a {
    display: block;
    font-size: 0;
    width: 152px;
}
#thumbs > span a img {
    width: 150px;
}
#thumbs > span a img[src$=png] {
    border: none;
    height: 80px;
    width: 80px;
}
#thumbs .itemEdit {
    top: 2px;
    left: 2px;
}
#thumbs .itemDelete {
    top: 2px;
    right: 2px;
}

#arrowNav {
    border-style: none;
    height: 104px;
    position: fixed;
    right: 202.5px;
    text-align: center;
    top: 157px;
    width: 60px;
    z-index: 99;
}
#arrowUp {
    top: 0;
}
#arrowDown {
    bottom: 0;
}
#arrowUp,
#arrowDown {
    left: 0px;
    position: absolute;
    text-decoration: none;
    font-size: 60px;
}
#thumbIndex {
    height: 58px;
    left: 0;
    line-height: 58px;
    position: absolute;
    width: 100%;
    top: 23px;
    z-index: -1;
}

#itemLayer {
    background: center no-repeat;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 100% !important;
    max-height: 100% !important;
}
#itemLayer img {
    cursor: pointer;
}
#itemLayer img { /* IE whitespace bug */
    clear: left;
    display: block;
    float: left;
}

#imageLayer {
    background: center no-repeat;
    z-index: 1;
}
#imageLayer img {
    border-style: none;
    min-width: 120px;
    min-height: 120px;
}

#imageInfo {
    right: 87px;
}

#infoLayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 50px;
    overflow: hidden;
    line-height: 2em;
    text-align: left;
    display: none;
    opacity: 0;
    white-space: normal;
}    
#infoLayer h5 {
    margin: 0 0 .5em;
}
#infoLayer p {
    margin: 0 0 1em;
}

#itemLayer .stats {
/*     top: 15px; */
    font-size: 11px !important; /* NOT RESP/FLUID LIKE IN VIEWER */
}
#itemLayer .itemEdit,
#itemLayer .itemDelete,
#thumbs .itemEdit,
#thumbs .itemDelete {
    font-size: 16px !important; /* NOT RESP/FLUID LIKE IN VIEWER  */
}


#caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 32px;
    line-height: 18px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    box-sizing: border-box;     
    padding: 7px 10px;
    text-align: left;
    z-index: 10;
    visibility: hidden;
}
#caption a {
    color: #fff;
}
#btnInfo {
    cursor: default;
    display: inline-block;
    min-width: 50px;
}

#timer {
    position: fixed;
}