body {
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}
div#body {
    height: 100vh;
    width: 100vw;
}
.ui-effects-transfer { border: 2px dotted gray; }
.ui-resizable-e {
    right: 0;
}
div.half-window {
    width: 50%;
    height: 50%;
}
/* Docs Program */
div.docs-program {
    height: 84%;
    position: absolute;
    width: 100%;
    padding-bottom: 40px;
    background-color: white;
    display: none;
}
div#docs {
    height: 100%;
    resize: both;
}
/* End Docs Program */
/* Store Program */
div.store-program {
    height: 84%;
    position: absolute;
    width: 100%;
    padding-bottom: 40px;
    background-color: #2D2D2D;
    display: none;
}
div.store-program div.store-content {
    margin: 0 10px 0 10px;
}
div.store-program div.store-content div.store-header {
    padding-top: 30px;
    color: white;
    height: 80px;
}
div.store-header span {
    font-size: 24px;
    margin-right: 40px;
    padding-bottom: 10px;
}
div.store-header span.active {
    border-bottom: 3px solid #0078D7;
}
div.store-header span:hover {
    border-bottom: 3px solid #0078D7;
    cursor: pointer;
}
div.store-header div.store-right {
    display: inline-block;
    float: right;
}
div.store-right span {
    margin-right: 10px;
    padding-bottom: 0;
}
div.store-right span:hover {
    border-bottom: 0;
    cursor: default;
}
div.store-right span img {
    height: 30px;
    width: 30px;
    background-color: cyan;
    border-radius: 15px;
    vertical-align: text-bottom;
}
div.store-right button {
    background-color: transparent;
    color: white;
    border: 0;
    height: 40px;
    font-size: 24px;
}
div.store-program h1 {
    color: white;
    font-size: 48px;
    text-align: center;
    margin-top: 220px;
    text-decoration: underline;
    text-transform: uppercase;
}
/* End Store Program */
/* FiveM Program */
    /* Checkbox (w3schools) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 50px;
    color: white;
}

        /* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

        /* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

        /* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

        /* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: rgb(246, 165, 36);
}

        /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

        /* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

        /* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
    /* End Checkbox */
div.fivem-program {
    position: absolute;
    width: 100%;
    background: url("img/los-santos-background.jpg");
    background-size: cover;
    height: 84%;
    padding-bottom: 40px;
    cursor: url("img/Cursor-Fivem.png"), default;
}
div.fivem {
    height: 100%;
}
div.fivem ul {
    color: white;
    font-size: 26px;
    text-align: center;
}
div.fivem ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 3px solid transparent;
}
div.fivem ul li.active {
    border-bottom: 3px solid rgb(246, 165, 36);
}
div.fivem ul li:hover {
    border-bottom: 3px solid rgba(246, 185, 68, .55);
}
div.fivem-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 84%;
}
div#home-tab {
    height: 100%;
    resize: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    cursor: url("img/Cursor-Fivem.png"), default;
    background-color: rgba(45, 45, 46, 0.41);
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}
.twitter-timeline {
    height: 100% !important;
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
}
div#scripts-list {
    display: none;
    background-color: rgba(45, 45, 46, 0.41);
    text-align: left;
    vertical-align: top;
    height: 98%;
    padding-bottom: 10px;
    padding-top: 10px;
}
div.scripts-list-header {}
div.script-tags {
    display: inline-block;
    width: 30%;
    height: 100%;
}
div.script-tags .tags-title {
    background-color: #2D2D2E;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 32px;
    width: 100%;
    color: white;
    padding-left: 15px;
}
div.script-tags label {
    font-size: 28px;
    margin-left: 15px;
}
div.script-boxes {
    display: inline-block;
    vertical-align: top;
    width: 67%;
    height: 100%;
}
div.script-boxes div.content a {
    text-decoration: none;
    text-underline: none;
}
div.script-boxes .script-boxes-title {
    background-color: #2D2D2E;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 32px;
    width: 100%;
    color: white;
}
div.script-boxes .content, div.script-tags .content {
    overflow: auto;
    height: 88%;
}
div.server-box .server-icon {
    height: 20px;
    width: 20px;
    vertical-align: center;
    margin-left: 10px;
}
div.server-box {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 28px;
    color: white;
    background-color: rgba(180, 41, 3, 0.56);
}
div.server-box:hover {
    opacity: .7;
}
div#fivem-script-frame {
    display: none;
    width: 100%;
    height: 92%;
}
div#fivem-script-frame iframe {
    width: 67%;
    height: 100%;
}
/* End FiveM Program */
/* Discord Program */
div.discord-program {
    display: none;
    position: absolute;
    width: 100%;
    height: 84%;
    padding-bottom: 40px;
    background-color: #36393f;
}
div#discord {
    height: 84%;
    resize: both;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div#discord .row {
    margin-left: auto;
    margin-right: auto;
}
div#discord a {}

/* End Discord Program */
/* GitHub Program */
div.github-program {
    position: absolute;
}
.github-card {
    min-width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-sizing: border-box;
}
iframe.ghcard-thewolfbadger-1 {
    width: 300px;
    height: 200px;
}
/* End GitHub Program */
/* Sublime Program */
div.sublime-program {
    background-color: #5d5d5d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84%;
    padding-bottom: 40px;
    text-align: left;
}
div.sublime-program div#sublime {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    background-color: #343d46;
    color: white;
    padding-left: 15px;
    padding-top: 40px;
    resize: both;
    overflow: auto;
}
div#sublime a {
    color: white;
}
div#sublime div.h1 {
    font-size: 42px;
}
div#sublime div.para {
    font-size: 28px;
}
/* End Sublime Program */
/* Mail Program */
div.mail-program {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84%;
    padding-bottom: 40px;
    text-align: left;
    background: url("img/clouds.jpg");
}
div.mail-program div.mail-content {
    overflow-y: auto;
    height: 100%;
}
div.mail-program form#mail-form {
    background-color: white;
    color: black;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    padding: 40px;
    border-radius: 15px;
}
form#mail-form h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
form#mail-form div.mail-row {}
form#mail-form label {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    margin-top: 20px;
}
form#mail-form input {
    font-size: 20px;
    width: 100%;
}
form#mail-form textarea {
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    height: 70%;
    resize: none;
}
div#form-button {
    text-align: right;
}
form#mail-form button {
    background-color: #33BEEF;
    border: 0;
    border-bottom-right-radius: 5px;
    border-right: 3px solid #247a9c;
    border-bottom: 3px solid #247a9c;
    color: white;
    font-size: 20px;
    padding: 10px;
    margin-top: 20px;
}
form#mail-form button:hover {
    border-right: 3px solid #33BEEF;
    border-bottom: 3px solid #33BEEF;
    cursor: pointer;
}
/* End Mail Program */
div.program-header {
    background-color: white;
    width: 100%;
    height: 20px;
    display: block;
}
div.program-header div.buttons {
    float: right;
    display: block;
    margin-right: 10px;
}
div.program-header button {
    background-color: transparent;
    border: 0;
}
div.program-header button:hover {
    background-color: rgba(0, 0, 0, .15);
}
div.program-header button i {}
div.windows-footer {
    background-color: rgba(0, 0, 0, .85);
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 4000;
}
div.windows-footer a, div.windows-footer a:visited {
    text-decoration: none;
}
div.windows-footer div.windows-logo {
    display: inline-block;
    width: 40px;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}
div.windows-footer div.windows-logo img {
    height: 40px;
    width: 40px;
}
div.windows-footer div.search-bar {
    display: inline-block;
}
div.windows-footer div.search-bar i {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
div.windows-footer div.search-bar input {
    height: 50px;
    width: 400px;
    font-size: 26px;
    vertical-align: bottom;
    padding-left: 50px;
}
div.windows-footer div.icon {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 5px;
}
div.windows-footer div.icon:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
div.windows-footer div.icon.active {
    border-bottom: 2px solid #649bf4;
}
div.windows-footer div.icon img {
    height: 35px;
    width: 35px;
}
div.windows-footer div.icon.active span.notifications {
    display: inline-block;
}
div.windows-footer span.notifications {
    position: absolute;
    background-color: rgba(255, 77, 55, 0.85);
    color: white;
    border-radius: 50%;
    padding: 2px;
    margin-left: -14px;
    margin-top: 20px;
    display: none;
}
