html
{
    background-image: url('/images/binary.png');
}
body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt;
    cursor: default;
    margin: 1em;
    width: 55%;
    min-width: 768px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
::selection
{
    background-color: #0000b4;
    color: #fff;
}
a:hover { color: #0000b4; text-decoration: underline wavy; }

@font-face
{
    font-family: ImpactHosted;
    src: url('/fonts/impact.ttf') format("truetype");
    src: url('/fonts/impact.eot');
    src: url('/fonts/impact.eot?#iefix') format('embedded-opentype'), url('/fonts/impact.woff2') format('woff2'), url('/fonts/impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header
{
    background-color: #0000b4;
    color: #fff;
    padding: .5em;
}
.header h1
{
    margin: 0;
    text-align: center;
    font-size: 40pt;
    font-family: Impact, ImpactHosted, Roboto, Ubuntu, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000;
    overflow: hidden;
}
.header h1 img
{
    height: 38pt;
    max-width: 100% !important;
}

.header .description
{
    text-align: center;
    font-size: 80%;
}

#navbar
{
    border-bottom: solid 3px #0000b4;
}

#navbar a
{
    display: inline-block;
    text-decoration: none;
    padding: .5em 1em;
    border-bottom: none;
}

#navbar a.selected
{
    background-color: #0000b4;
    color: #fff;
    font-weight: bold;
}

#navbar a:hover, #subnavbar a:hover
{
    background-color: #0000b4;
    color: #fff;
}

#navbar a.selected:hover
{
    background-color: #0000c5;
}

#navbar a img, #subnavbar a img
{
    vertical-align: text-top;
    margin-right: .25em;
    max-width: 16px;
    max-height: 16px;
}

#subnavbar {
    padding-bottom: .5em;
    padding-left: .25em;
}
#subnavbar a
{
    display: inline-block;
    text-decoration: none;
    padding: .5em 1em;
    border-top: none;
    margin-right: .25em;
}

.darkmode label { display: none; }
.darkmode span.label { display: none; }

#tweeter
{
    max-width: 33%;
    float: right;
    margin-left: .5em;
}

.floater-left
{ float: left; }

.floater-right
{ float: right; }

.centered
{ text-align: center; }

.big
{ font-size: 120%; font-weight: bold; }

.bold
{ font-weight: bold; }

.notice
{
    padding: .5em;
    border: solid 1px #644;
    background-color: #fee;
}

.footer
{
    font-size: 80%;
    text-align: center;
    margin-top: 1em;
    padding: .5em;
}
.footer a img
{
    vertical-align: middle;
    margin-right: 3px;
}

.pagenav
{
    text-align: center;
    margin-bottom: 1em;
}
.pagenav span
{
    margin-left: .25em;
}

.pagenav span:before
{
    content: "\2022\a0\a0";
}
.pagenav span:first-child:before
{
    content: '';
}

h2.pagetitle
{
    margin: 0;
    margin-bottom: .5em;
}

.pagedescription
{
    padding: .5em;
    text-align: justify;
}

.success
{
    text-align: center;
    padding: 1em;
    font-weight: bold;
}

.failure
{
    text-align: center;
    padding: 1em;
    font-weight: bold;
}

.advertisement
{
    border-top: solid 1px #e0e0ff;
    border-bottom: solid 1px #e0e0ff;
    margin-bottom: 1em;
    text-align: center;
    padding: 2px;
    background-color: #fee;
}
.advertisement:before
{
    text-align: left;
    margin-bottom: .25em;
    font-size: 75%;
    display: block;
    content: 'This is an automated advertisement for a product or service. Clicking it will potentially benefit this site, but be aware that it is not endorsed by HazteK Software.';
}
.advertisement:after
{
    display: block;
    text-align: right;
    font-size: 75%;
    margin-top: .25em;
    content: 'This is the end of the automated advertisement.';
}

.pizza-banner
{
    background-color: #fff5b1;
    text-align: center;
    padding: 4px;
    border: solid 2px #b9914d;
    margin-top: 4px;
    margin-bottom: 4px;
}

.application
{
    padding: 1em;
    position: relative;
}

.application .title
{
    font-weight: bold;
    font-size: 120%;
    margin-bottom: .25em;
}

.application .subtitle
{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 4px;
}

.application .description
{
    margin-bottom: 1em;
}

.application .screenshots
{
    margin-bottom: 1em;
}

.application .screenshots img
{
    margin-right: 5px;
}

.application .screenshots .primary
{
}

.application .prerequisites
{
    margin-bottom: 1em;
}

.application ul
{
    margin-top: .25em;
    margin-bottom: .25em;
}

.application .supported_os
{
    margin-bottom: 1em;
}

.application .supported_os ul
{
    margin-left: -1em;
}

.application .supported_os ul li
{
    display: inline-block;
    padding: 5px;
}
.application .supported_os ul li img
{
    vertical-align: text-top;
    margin-right: 4px;
}

.application .links
{
    margin-bottom: 1em;
}

.application .links .primary
{
    font-size: 120%;
}

.application .links .size
{
    font-size: 80%;
    margin-left: .25em;
}

.application .links .dlstats
{
    display: block;
    font-size: 80%;
    margin-bottom: .5em;
}

.application .faq
{
    margin-top: 2em;
    margin-bottom: 1em;
}

.application .faq .question
{
    font-weight: bold;
}
.application .faq .question:before
{ content: 'Q: '; font-weight: bold; min-width: 1em; display: inline-block; text-align: right; padding-right: .5em; }

.application .faq .answer
{
    margin-bottom: 1em;
}
.application .faq .answer:before
{ content: 'A: '; font-weight: bold; min-width: 1em; display: inline-block; text-align: right; padding-right: .5em; }
.application .faq .answer table
{ width: 100%; }
.application .faq .answer tr:hover { background-color: #f5f5f5; }
.application .faq .answer td
{
    border: solid 1px #ccc;
    border-collapse: collapse;
}

.applisting .category .cattitle
{
    margin-bottom: .5em;
    padding: .25em;
    font-weight: bold;
    font-size: 120%;
}
.applisting .category
{
    clear: both;
}

.applisting .category .apps .app
{
    clear: both;
    padding: .5em;
    overflow: auto;
    position: relative;
}

.applisting .category .apps .app .title
{
    font-weight: bold;
    
}
.applisting .category .apps .app .title a
{
    text-decoration: none;
}

.applisting .category .apps .app .screenshot
{
    float: left;
    margin-right: .5em;
    margin-bottom: .5em;
    width: 120px;
    text-align: center;
}
.applisting .category .apps .app .screenshot img
{
    max-width: 100%;
    max-height: 80px;
}

.applisting .category .apps .app .title
{
    font-weight: bold;
    margin-bottom: .5em;
}

.applisting .category .apps .app .description
{

}

.applisting .category .apps .app .download_count
{
    position: absolute;
    top: 0; right: 0;
    padding: .25em;
}

pre.code
{
    margin-left: .25em;
    padding: 1em;
    border-radius: .5em;
    font-size: 8pt;
    background-color: #fdfdfd;
}

.warning
{
    color: #900;
}


.smallpad
{
    padding: .25em;
    text-align: justify;
}

.smallest
{
    font-size: x-small;
}

.videos .video
{
    display: inline-block;
    border: solid 1px #ccc;
    margin-right: 2px;
    margin-bottom: 2px;
}

.videos .video .title
{
    font-weight: bold;
    padding: 0px 4px;
    background-color: #eee;
}

.videos iframe
{
    width: 480px; height: 270px;
    max-width: 100%;
    margin: .25em;
}

.videos .button
{
    padding: .5em;
    margin-top: .5em;
    margin-bottom: .5em;
    display: inline-block;
    cursor: pointer; 
}

.discussion .comment
{
    margin-bottom: .5em;
    padding: .5em;
    padding-right: 0;
}

.discussion .comment .heading
{
    padding: 2px;
}

.discussion .comment .poster
{
    font-weight: bold;
    font-size: 110%;
}

.discussion .comment .date
{
    font-size: 75%;
}

.discussion .comment .content
{
    padding: .5em .25em;
}

.discussion .comment ol, .discussion .comment ul
{
    margin-top: 0;
    margin-bottom: 0;
}

.discussion .link
{
    display: block;
    margin-bottom: .25em;
}

.discussion .no-comment
{
    padding: 1em;
}

.discussion .note
{
    padding: .5em;
    color: darkred;
}

.product-links a
{
    text-decoration: none;
}

.strike
{
    text-decoration: line-through;
}

#contactform
{
    width: 600px;
    max-width: 100%;
    padding: .5em;
    box-sizing: border-box;
}

#contactform h3
{
    margin: .25em 0;
}

#contactform div
{
    margin-bottom: .25em;
}

#contactform div label, form label
{
    min-width: 100px;
    display: inline-block;
    margin-right: 1em;
}
#contactform input[type="text"], form textarea
{
    font-family: sans-serif;
    font-size: 10pt;
    display: block;
    width: 100%;
}

.message
{
    text-align: center;
    font-weight: bold;
    padding: .5em;
}

.link
{
    text-decoration: underline;
    cursor: pointer;
}

#blog
{
    padding: .5em;
}

#blog .blog-entry
{
    margin-bottom: 1em;
    position: relative;
}

#blog .blog-entry.pinned
{
    border-color: #ffd000;
}
#blog .blog-entry.pinned .subject
{
    background-color: #ffd000;
}

#blog .blog-entry.pinned .blog-pin
{
    position: absolute;
    margin-top: -.33em;
    margin-left: -1em;
    line-height: 12.5%;
}

#blog .blog-entry .subject
{
    font-weight: bold;
    font-size: 110%;
    padding: 2px .5em;
    padding-left: 1em;
}

#blog .blog-entry .subject a
{
    text-decoration: none;
    border: none;
}

#blog .blog-entry .content
{
    padding: .5em;
    text-align: justify;
    overflow:auto;
    line-height: 14pt;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

#blog .blog-entry .content img
{
    display: block;
    margin: .25em;
}

#blog .blog-entry .date
{
    position: absolute;
    top: 2px; right: 2px;
}

#blog .blog-entry.pinned .date
{
    display: none;
}

#blog-listing label
{
    display: inline-block;
    min-width: 120px;
}

#blog img.alignleft
{
    display: inline-block;
    float: left;
    margin-right: .5em !important;
    margin-bottom: .5em !important;
}
#blog img.alignright
{
    display: inline-block;
    float: right;
    margin-left: .5em !important;
    margin-bottom: .5em !important;
}
#blog img.aligncenter
{
    margin-left: auto !important;
    margin-right: auto !important;
}

#blog-listing ul
{
    margin-left: -1em;
}

#blog img.size128
{
    max-width: 128px;
    max-height: 128px;
}

.ratings
{
    font-weight: normal;
    font-size: 80%;
    float: right;
}
.ratings span.rate_button
{
    cursor: pointer;
    padding: 2px;
    border: solid 1px #fff;
    border-radius: 1em;
}
.ratings span.rate_button:hover
{
    border: solid 1px #eee;
}

.icon16
{
    max-height: 16px;
    vertical-align: middle;
}

#tooltip
{
    display: block;
    position: absolute;
    padding: 4px 8px;
    background-color: #e0e0e0;
    color: #000;
    border: solid 1px #ccc;
    box-shadow: 4px 4px 10px #666;
}

.notice
{
    padding: .5em;
    background-color: #fee;
    color: #f00;
}

.list tr:hover
{
	background-color: rgba(0,0,255,.1);
}

/* mobile friendly stuff */
@media only screen and (max-width: 600px)
{
    body
    {
        width: 99%;
        min-width: 0px;
    }

    #blog .blog-entry .date
    {
        position: relative;
        color: #000;
        padding-left: .25em;
    }
    #navbar
    {
        border-bottom: solid 1px #ccc;
        column-count: 2;
        column-gap: 2px;
        height: auto;
    }
    #subnavbar
    {
        padding-top: 2px;
        column-count: 2;
        column-gap: 2px;
        margin-top: 1em;
    }
    #navbar a, #subnavbar a
    {
        display: block;
        border: solid 1px #0000b4;
        margin-bottom: .25em;
        background-color: #fff;
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
    }
    .applisting .category .apps .app .download_count
    {
        position: relative;
        text-align: right;
    }

    .darkmode { float: none !important; display: block;}
    .darkmode label { display: inline; }
}



/* lightbox.js stuff */

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* end lightbox.js stuff */

/* cookie consent stuff */

.wpcc-container{opacity:1}
.wpcc-transparency-5{opacity:.95}
.wpcc-transparency-10{opacity:.9}
.wpcc-transparency-15{opacity:.85}
.wpcc-transparency-20{opacity:.8}
.wpcc-transparency-25{opacity:.75}
.wpcc-container{border-style:solid;border-width:0;box-sizing:border-box;display:flex;flex-wrap:nowrap;font-family:inherit;font-size:16px;line-height:1.5em;-webkit-transition:opacity 1s ease;-moz-transition:opacity 1s ease;-ms-transition:opacity 1s ease;-o-transition:opacity 1s ease;overflow:hidden;position:fixed;transition:opacity 1s ease;z-index:9999}@media print{.wpcc-container{display:none}}
.wpcc-pushdown-wrap{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;-moz-transition:max-height 1s;-ms-transition:max-height 1s;-o-transition:max-height 1s;transition:max-height 1s}
.wpcc-pushdown{margin:0!important;position:static}
.wpcc-invisible{opacity:0}
.wpcc-fontsize-tiny{font-size:12px}
.wpcc-fontsize-small{font-size:14px}
.wpcc-fontsize-large{font-size:18px}
.wpcc-border-thin{border-width:1px}
.wpcc-border-normal{border-width:3px}
.wpcc-border-thick{border-width:5px}
.wpcc-float{flex-direction:column;max-width:22em;padding:1.5em}
.wpcc-float.wpcc-padding-small{padding:1em}
.wpcc-float.wpcc-padding-large{padding:2em}
.wpcc-banner{flex-direction:row;margin:1em;padding:1em}
.wpcc-banner.wpcc-padding-small{padding:.5em .5em .5em 1em}
.wpcc-banner.wpcc-padding-large{padding:1.5em}
.wpcc-banner.wpcc-margin-none{margin:0}
.wpcc-banner.wpcc-margin-small{margin:.5em}
.wpcc-banner.wpcc-margin-large{margin:1.5em}
.wpcc-padding-none{padding:0}
.wpcc-padding-none.wpcc-float .wpcc-message{margin:1em}
.wpcc-padding-none.wpcc-banner .wpcc-message{margin:.8em 1em}
.wpcc-padding-none.wpcc-banner .wpcc-btn{height:100%;padding:.9em 1.5em}
.wpcc-btn,.wpcc-privacy{cursor:pointer}
.wpcc-privacy{display:inline-block;opacity:.85;text-decoration:underline}
.wpcc-privacy:hover{opacity:1}
.wpcc-privacy:active,.wpcc-privacy:visited{color:initial}
.wpcc-btn{display:block;font-size:.9em;font-weight:700;padding:.4em .8em;text-align:center;white-space:nowrap;-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;-o-transition:background-color .2s ease}
.wpcc-btn:hover{text-decoration:none}
.wpcc-top{top:1em}
.wpcc-top.wpcc-margin-none{top:0}
.wpcc-top.wpcc-margin-small{top:.5em}
.wpcc-top.wpcc-margin-large{top:1.5em}
.wpcc-left{left:1em}
.wpcc-left.wpcc-margin-none{left:0}
.wpcc-left.wpcc-margin-small{left:.5em}
.wpcc-left.wpcc-margin-large{left:1.5em}
.wpcc-right{right:1em}
.wpcc-right.wpcc-margin-none{right:0}
.wpcc-right.wpcc-margin-small{right:.5em}
.wpcc-right.wpcc-margin-large{right:1.5em}
.wpcc-bottom{bottom:1em}
.wpcc-bottom.wpcc-margin-none{bottom:0}
.wpcc-bottom.wpcc-margin-small{bottom:.5em}
.wpcc-bottom.wpcc-margin-large{bottom:1.5em}
.wpcc-float .wpcc-message{display:block;margin-bottom:1em}
.wpcc-banner{align-items:center}
.wpcc-banner.wpcc-top{left:0;right:0;top:0}
.wpcc-banner.wpcc-bottom{left:0;right:0;bottom:0}
.wpcc-banner .wpcc-message{display:block;flex:1 1 auto;margin-right:1em;max-width:100%}
.wpcc-float .wpcc-compliance{flex:1 0 auto}
.wpcc-corners-small{border-radius:5px}
.wpcc-corners-normal{border-radius:7px}
.wpcc-corners-large{border-radius:10px}
.wpcc-corners-round .wpcc-btn{border-radius:4px}
.wpcc-corners-round.wpcc-margin-none,.wpcc-corners-round.wpcc-padding-none .wpcc-btn{border-radius:0}
.wpcc-corners-round.wpcc-margin-none{border-radius:0}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
.wpcc-top{top:0!important}
.wpcc-bottom{bottom:0!important}
.wpcc-banner,.wpcc-float,.wpcc-left,.wpcc-right{left:0!important;margin:0!important;right:0!important}
.wpcc-banner{align-items:unset;flex-direction:column}
.wpcc-corners-round{border-radius:0!important}
.wpcc-float{max-width:none}
.wpcc-message{margin-bottom:1em}
.wpcc-banner.wpcc-padding-small{padding:.5em}
.wpcc-padding-small .wpcc-message{margin-bottom:.5em}
}

/* end cookie consent stuff */
