﻿html {
    height: 100%;
}

body {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

form {
    width: 100%;
    height: 100%;
}

#gallery_container {
    position: relative;
    background-color: #f2f2f2;
    float: left;
    height: 100%;
    width: 25%;
}

#gallery_icon_container {
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    font-family: Montserrat,sans-serif;
    color: #646464;
}

#gallery_icon {
    display: block;
    fill: #646464;
    float: left;
    height: 24px;
    line-height: 1;
    padding-top: 11px;
    vertical-align: middle;
    width: 24px;
}

#gallery_header_title {
    display: block;
    float: left;
    padding-left: 6px;
}

#gallery_panel {
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: top;
}

#gallery_panel_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
    background-color: #565656;
    visibility: hidden;
}

#viewer_container {
    width: 100%;
    /*width: 75%;*/
    height: 100%;
    float: right;
}

.item-selected {
    font-family: sans-serif;
    text-align: center;
    width: 169px;
    vertical-align: top;
    font-weight: lighter;
    height: 169px;
    word-wrap: break-word;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    font-size: small;
    background-color: #646464;
    color: #fff;
}

.item-regular {
    font-family: sans-serif;
    text-align: center;
    width: 169px;
    vertical-align: top;
    font-weight: lighter;
    height: 169px;
    word-wrap: break-word;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    font-size: small;
    color: #fff;
}
