﻿/* main page stuff 
    background: #242323;*/
html, body {
    margin: 0;
    background: #020201;
    color: #C5C4C2;
    font-family: sans-serif;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

code {
    background: #3a3838;
    border-radius: 3px;
    padding: 1px 3px 1px 3px;
}
pre {
    background: #3a3838;
    border-radius: 3px;
    padding: 1px 3px 1px 3px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #4a4848;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1a1818;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#page-container {
    margin: 0;
    position: relative;
    min-height: 100vh;
    height: auto;
    width: 100%;
    min-width: 1024px;
}

#header {
    width: 100%;
    height: 45px;
    background: #000000;
    border-top: 1px solid #3a3838;
    border-bottom: 1px solid #3a3838;
}
#header-logo {
    height: 35px;
    margin: 5px 0 0 5px;
    float: left;
    cursor: pointer;
}
#header-logo-text {
    margin: 5px 0 0 15px;
    float: left;
    cursor: pointer;
    color: #7f8257;
    font-size: 32px;
}

#connect-to-miner-form
{
    float: right;
}

#connect-to-miner-submit {
    float: right;
    margin: 4px 15px 0 15px;
    padding: 4px 10px 4px 10px;
    border-radius: 25px;
    cursor: pointer;

    color: #44462f;
    background-color: #000;
    cursor: pointer;
    font-weight: 900;
    border: 2px solid #44462f;
}
#connect-to-miner-submit:hover {
    color: #000;
    background-color: #44462f;
    font-weight: 900;
    border: 2px solid #000;
}

#connect-to-miner-form input {
    margin: 4px 0 0 10px;
    background-color: #000;
    border: 2px solid #44462f;
    border-radius: 25px;
    -moz-border-radius: 25px; /* Firefox 3.6 and earlier */
    padding: 6px;
    color: #7f8257;
    font-weight: 900;
    text-align: center;
}

#footer {
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
}

#footer a
{
    text-decoration:underline;
}

/* front page stuff */
#footer-copyright {
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #5a5858;
    box-sizing: border-box;
}

#content {
    margin: auto;
    padding-bottom: 50px;
    width: 1024px;
    box-sizing: border-box;
    overflow: hidden;
}

#breadcrumb {
    margin: auto;
    width: 1024px;
    color: #6a6868;
    background: #020201;
    padding: 10px;
    padding-left: 0px;
    box-sizing: border-box;
}

.front-page-promo-item {
    padding: 10px 0 10px 1px;
    width: 80%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.front-page-images {
    float: left;
    width: 50%;
}
.front-page-image {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.front-page-details {
    float: left;
    width: 50%;
    padding: 15px;
    box-sizing:border-box;
}

@media (max-width: 1200px) {
    .front-page-images {
        width: 100%;
        float: none;
    }

    .front-page-details {
        width: 100%;
        float: none;
    }
}
.front-page-details .latest-stable-header {
    font-size: 32px;
    float: left;
    margin-left: 25px;
    padding-right: 75px;
    border-right: 1px solid #5a5858;
}
.front-page-details .latest-button {
    float: right;
    margin-right: 75px;
    padding: 10px;
    border: 1px solid #6a6868;
    background: #052e00;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    user-select: none;
}
.front-page-details .changelog {
    text-align: left;
    padding: 0 25px 25px 25px;
    margin-top: 25px;
    float: left;
    width: 100%;
    background: #080806;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    border-radius: 5px;
}
.front-page-details .downloads {
    text-align: left;
    padding: 0 25px 0px 25px;
    margin-top: 25px;
    float: left;
    width: 100%;
    background: #080806;
    min-height: 360px;
    max-height: 360px;
    overflow-y: hidden;
    box-sizing: border-box;
    border-radius: 5px;
}
.front-page-details .downloads a{
    font-size: 16px;
    text-decoration:underline;
}

.visit-us-links
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.visit-us-link {
    width: 50%;
    float: left;
    text-align: center;
}

.miner-features {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 80%;
    background: #080806;
    box-sizing:border-box;
    border-radius: 5px;
}

.miner-feature {
    text-align: left;
    padding: 15px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    min-height: 625px;
}

.miner-feature li{
    padding: 5px 0 5px 0;
}
@media (max-width: 1200px) {
    .miner-feature {
        width: 100%;
        float: none;
    }
}

.miner-guides {
    margin-top: 15px;
    padding: 0 15px 0 15px;
    background: #080806;
    text-align: left;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
}

.miner-guides li {
    padding: 5px 0 5px 0;
}
.miner-guides li a {
    text-decoration:underline;
}

/* guide content */

.guide-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    padding: 15px;
    width: 80%;
}

.guide-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    padding: 15px;
    width: 80%;
    background: #080806;
    border-radius: 5px;
}

.guide-section {
}
    .guide-section h2 {
        cursor: pointer;
        width: 100%;
        border-bottom: 1px solid #D5D4D2;
    }
    .guide-section a {
        cursor: pointer;
        text-decoration: underline;
    }

.toggle_horrizontal_container
{
    width: 100%;
}

.toggle {
    float: left;
    margin-right: 75px;
    padding: 10px;
    border: 1px solid #6a6868;
    background: #052e00;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    user-select: none;
}

    .toggle.active {
        float: left;
        margin-right: 75px;
        padding: 10px;
        border: 1px solid #ff6300;
        background: #021000;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        border-radius: 3px;
    }

.toggle_container {
    margin-top: 15px;
    padding: 10px;
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #212121;
    display: none;
    box-sizing: border-box;
}
.toggle_container.active {
    display: block;
}


.dropdown {
    float: left;
    min-width: 160px;
    border: 1px solid #6a6868;
    position: relative;
    display: inline-block;
    user-select: none;
    cursor: pointer;
    font-size: 21px;
    box-sizing: border-box;
}

.dropdown-content {
    user-select: none;
    cursor: pointer;
    display: none;
    position: absolute;
    background-color: #020201;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    box-sizing: border-box;
    padding: 8px;
    overflow-y: auto;
    max-height: 300px;
}

.dropdown-selected-item {
    margin: 8px;
    float:left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-item {
    width: 100%;
    background: #020201;
    box-sizing: border-box;
    border: 1px solid #020201;
    border-bottom: 1px solid #212121;
    user-select: none;
    cursor: pointer;
    padding: 5px 3px;
}
    .dropdown-item:hover {
        border: 1px solid #292929;
    }
    .dropdown-item.active {
        color: #ff6300;
        border: 1px solid #ff6300;
    }

.algorithm-container {
    width: 100%;
    float: left;
    border-bottom: 1px solid #212121;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.algorithm-container input[type=text] {
    color: #C5C4C2;
    border: 1px solid #6a6868;
    background-color: #020201;
    float: left;
    width: 250px;
    padding: 13px 20px;
    box-sizing: border-box;
}



.button {
    float: left;
    padding: 10px;
    border: 1px solid #6a6868;
    background: #052e00;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    user-select: none;
}

.devices-container-header {
    width: 98%;
    margin-left: 1%;
    margin-top: 15px;
    float: left;
    box-sizing: border-box;
}
.devices-container {
    width: 98%;
    margin-left: 1%;
    margin-top: 15px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.device-container {
    width: 98%;
    float: left;
    box-sizing: border-box;
}

.devices-container > div:nth-child(odd) {
    background-color: #0c0c06;
}

.devices-container > div:nth-child(even) {
    background-color: #080806;
}

.device-attribute {
    float: left;
    width: 80px;
    font-size: 16px;
    padding: 10px;
}
.device-container input[type=text] {
    width: 80px;
    padding: 8px 20px;
}
.device-attribute-header {
    float: left;
    width: 80px;
    font-size: 12px;
    color: #6d6d6c;
    padding: 10px;
}