html, body, .full
{
    min-width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 0.2in;
}

body
{
    background: -moz-linear-gradient(0% 50% 90deg,#6E91D8, #154C85);
    background: -webkit-gradient(linear, 2% 0%, 0% 50%, from(#154C85), to(#6E91D8));
    color:white;
    overflow:hidden;
}

.col
{
    flex-flow: column nowrap;
    flex-direction: column;
}

.row
{
    flex-flow: row nowrap;
    flex-direction: row;
}

.box
{
    box-sizing: border-box;
    display: inline-flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items:  stretch;
    justify-content: center;
}

.frame
{
    position:absolute;
    top:0.2%;
    bottom: 0.2%;
    left:0.2%;
    right:0.2%;
}

.vexpand
{
    min-height: 100%;
    height: 100%;
    max-height:100%
}

.hexpand
{
    min-width: 100%;
    max-width: 100%;
    width:100%;
}


.splitterh
{
    height:1%;
    font-size:1%;
    background-image: url('images/splitterh.png');
    cursor: pointer;
    align-items:center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.splitterv
{
    width:0.5%;
    font-size:0.5%;
    background-image: url('images/splitterv.png');
    cursor: pointer;
    align-items:center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.hide
{
    display:none;
}

.flexauto
{
    flex: auto;
}

.center
{
    content-justify: center;
}

.opaque
{
    opacity:0.8;
    -moz-transition: opacity 3s; /* Firefox 4 */
    -webkit-transition: opacity 3s linear; /* Safari and Chrome */
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

.gray
{
    -moz-transition: 3s linear;
    -o-transition: 3s linear;
    -webkit-filter: grayscale(100%);
    -webkit-transition: 3s linear;
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 3s linear;
}

.saturate
{
    -webkit-filter: grayscale(0%);
    -webkit-transition: 3s linear;
    -moz-filter: grayscale(0%);
    -moz-transition: 3s linear;
    -o-filter: grayscale(0%);
    -o-transition: 3s linear;
    filter: grayscale(0%);
}

.imgbutton
{
    width:auto;
    padding:1px;
}

.imgbutton:active
{
    padding-top:2px;
    padding-left:2px;
    padding-bottom:0px;
    padding-right:0px;
}

.black
{
    background: black;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:1;
}

.clouds
{
    background:url("/static/backgrounds/clouds2.png");
    position:absolute;
    left:0;
    top:0;
    width:200%;
    height:30%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#paneBanner
{
    height: 30%;
}

#paneToolbar, #paneContent, #paneSidebar, .collapserh, .collapserv
{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align:center;
}

#paneToolbar
{
    background-image: url('images/toolbar.png');
    padding:8px;
    font-size: 2%;
    min-height: 52px;
    justify-content: space-between;
    align-items:center;
}

#paneContent, #paneSidebar
{
    background: -moz-linear-gradient(0% 50% 90deg,#6E91D8, #154C85);
    background: -webkit-gradient(linear, 2% 0%, 0% 50%, from(#154C85), to(#6E91D8));
}

#paneContent
{
    height: 70%;
    flex-grow:1;
}

#paneSidebar
{
    flex:10;
    padding:4px;
    justify-content: flex-start;
}


#paneAboutContent
{
    background: none;
    text-align: left;
}


#paneStatCounter
{
    color: yellow;
    font-size: x-large;
    position: absolute;
    left: 90%;
    top: 250px;
}

#imgBanner
{
    height: 100%;
}

#paneMain
{
    background: -moz-linear-gradient(0% 50% 90deg,#6E91D8, #154C85);
    background: -webkit-gradient(linear, 2% 0%, 0% 50%, from(#154C85), to(#6E91D8));
}

#paneHelp
{
    justify-content: flex-start;
    text-align:left;
}

#paneDocumentOuter
{
    flex:35;
}

#paneBannerInner
{
    text-align: center;
    font-size: 0.5in;
    color: #dd9900;
    text-shadow: 2px 2px 10px black;
    position: relative;
    left: -50%;
}

#paneBannerOuter
{
    position: fixed;
    left: 50%;
    top: 5%;
    height: 30%;
    bottom: 70%;
    -webkit-text-size-adjust:none;
}

#paneStatCounter
{
    color: yellow;
    font-size: x-large;
    position: absolute;
    left: 90%;
    top: 250px;
}

.nopad
{
    padding:0px;
    border-spacing: 0px;
    border:none;
}

.framed
{
    border: rgba(0,0,0,0.5) 1px solid;
    padding:8px;
}

.pad2
{
    padding: 8px;
    margin: 16px;
}

.vscroll
{
    overflow-y: auto;
}

.vspacer
{
    width:4px;
}

.hspacer
{
    height:4px;
}

.bordered
{
    border: rgba(255,255,255,0.5) 2px solid;
}

.rounded
{
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fullrounded
{
    border-radius: 6px;
}

.dirlink, .filelink, .otherlink
{
    cursor: pointer;
}


.dirlink
{
    margin: 8px;
    margin-bottom: 10px;
    line-height: 32px;
    display:block;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
}

.linkdiv
{
    padding: 4px 0px 0px 0px;
    margin-bottom: 2px;
    margin-right: 4px;
    background: rgba(30, 30, 30, 0.5)
}

.otherlink
{
    margin: auto;
    color:yellow;
}

.filelink
{
    display: block;
    color: #FFAE00;
    cursor: pointer;
    padding: 10px;
    line-height: 32px;
    text-align: left;
    text-decoration: none;
}

.filelinks
{
    padding-bottom: 2px;
    padding-top: 2px;
    overflow: hidden;
}

.nomargin
{
    margin:0px;
}

.dialog
{
    color: black;
    position: absolute;
    left: 50%;
    top: 33%;
    width:25%

}

.dialog-inner
{
    border: black solid 1.5px !important;
    position: relative;
    left: -50%;
    padding:16px;
    font-size: 0.15in;
    background: rgb(180, 192, 213);
}

.dialog-title
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-width: 0px !important;
    position: relative;
    left: -50%;
    font-size: 0.2in;
    padding:8px;
    background: linear-gradient(hsl(218,28%,77%), hsl(216,46%,64%))
}

.control
{
    border: black 1px solid;
    border-radius: 3px;
    font-size: 10pt;
}

button
{
    height:32px;
    min-width:100px;
    background: linear-gradient(hsl(218,28%,90%), hsl(216,46%,80%))
}

input
{
    box-sizing: border-box;
    padding: 6px;
}


.indent {margin-left: 12px;}

.contentOuter
{
    color:white;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    margin:0;
    padding:0;
}

.contentInner
{
    padding:16px;
    height:100%;
    font-family: "Arial Narrow";
}

p
{
    margin:4px;
}


.visiblefade {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.hiddenfade {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.blur
{
    -webkit-filter: blur(12px);
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.noblur
{
    -webkit-filter: blur(0px);
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
