.noselect
{
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.body-fill-window
{
    background-color:#676767;
    background: url('glinkie_mug.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    pad: 0;
    width: 100%;
}

.div-fix-top
{
    background-color: rgba(255, 255, 255, 0.667);
    width: 100%;
    min-width: 400vw;
    height:49px;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 10;
    color: rgb(0, 0, 0);
    text-align: left;
    font-family: Times;
    font-size: 42px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.33);
}

.div-fix-bottom
{
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 400px;
    width:100%;
    height:15px;
    position: fixed;
    bottom:0px;
    left: 0px;
    z-index: 10;
    color: white;
    font-size: 10px;
    text-align: center;
    font-family: sans-serif;
}

.div-fill-window
{
    background-color: rgba(255, 0, 0, 0.0);
    position: fixed;
	min-width:100vw;
    min-height:100vh;
    z-index: 1;
    font-family: sans-serif;
    color: white;
}

.navbar-addons
{
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.33);
}

.panel-main
{
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.33);
    border-radius: 15px;
    padding: 0px;
    color: white;
    border-width: 2px;
    border-color: lightgray;
    border-style: solid;
    margin-top: 50px;
    margin-left: auto;
}

.panel-header
{
    background-color: lightgray;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    padding: 10px;
    color: rgb(96,96,96);
    border-width: 0px;
    border-color: lightgray;
    border-style: none;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: bolder;
    text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
}

.panel-content
{
    padding: 15px;
    color: white;
    border-style: none;
    margin-top: 0px;
    margin-left: 0px;
}

.modal-colors
{
    background-color: rgba(0, 0, 0, 0.0);
}

.align_top_right
{
    position: fixed;
    top:0px;
    right: 0px;
    text-align: right;
    z-index: 11;
}

.align_bottom_right
{
    position: fixed;
    bottom:0px;
    right: 0px;
    text-align: right;
    z-index: 11;
}
