﻿body {
    height: 100vh;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

.field-validation-error {
    color: red;
}

    .field-validation-error::before {
        content: "*";
    }

.extentionExist,
.extentionNotExist,
.extenstionUnavailable {
    display: none;
}

.wrapper {
    padding-top: 80px;
    margin: 0 auto -143px;
    overflow: auto;
    height: auto !important;
    min-height: 100%;
}

.tc-url {
    width: 80% !important;
    max-width: 250px;
    padding: 0.2em 0.5em 0.2em 0.5em !important;
    display: inline-block !important;
    margin: 0.5em 0 0 0 !important;
}

#questBlock {
    position: fixed;
    top: 80px;
    right: 30px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
}

#donateButton {
    margin-top: 3px;
    margin-right: 10px;
}


#pushFooter {
    height: 145px;
}

.footer {
    background-color: #272727;
    display: block;
}

    .footer h2 {
        color: #eee;
        font-size: 18px;
        font-weight: 200;
    }

    .footer .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.nav-login {
    color: #ffffff;
    margin-right: 1rem;
    padding-top: .35rem;
    padding-bottom: .25rem;
}

    .nav-login:hover {
        color: #808080;
    }

    .nav-login:focus {
        color: #bbb;
        outline: none;
    }

    .nav-login i.fa {
        margin: 5px;
    }

#reg-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #reg-progressbar li {
        list-style-type: none;
        color: #000000;
        text-transform: uppercase;
        font-size: 12px;
        width: 33.33%;
        float: left;
        position: relative;
        text-align: center;
    }

        #reg-progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: #333;
            background: #bbb;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors*/
        #reg-progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #bbb;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #reg-progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #reg-progressbar li.active:before, #progressbar li.active:after {
            background: #23de72;
            color: #000000;
        }

        #reg-progressbar li.was:before, #progressbar li.was:after {
            background: #70c292;
            color: #000000;
        }

.long-address {
    word-wrap: break-word;
}

@media only screen and (max-width:543px) {
    /*.navbar {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }*/

    .navbar-nav .nav-item, .navbar-btn {
        float: none !important;
        margin: 0.3rem 0 0.3rem 0 !important;
        border-bottom: 1px solid #aaa;
    }

    .nav-login {
        color: rgba(255,255,255,0.9) !important;
        border-top: 1px solid #aaa;
        margin-top: 0 !important;
    }
}

.navbar-toggler {
    border: 1px solid rgba(255,255,255,0.1) !important;
    margin-right: 0.5rem;
}


.card-team .card-title {
    height: 1em;
}

.card-team .card-text {
    height: 2em;
}

@media only screen and (min-width:765px) and (max-width:1200px) {
    .card-team .card-title {
        height: 2em;
    }

    .card-team .card-text {
        height: 4rem;
    }
}

@media only screen and (max-width:765px) {
    .card-team .card-title {
        height: 1em;
    }

    .card-team .card-text {
        height: 2em;
    }
}

.team-links {
    position: relative;
    bottom: 0;
}

.team-img {
    margin: 0.7rem 0.5rem 0 0.5rem;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.inverse-dropdown {
    background-color: #373a3c !important;
    position: absolute;
    float: right;
    right: -1.1rem;
    left: initial !important;
}

    .inverse-dropdown .dropdown-item {
        color: #bbb;
    }

        .inverse-dropdown .dropdown-item:hover {
            color: #fff;
            background-color: #37393b;
        }

    .inverse-dropdown > .dropdown-divider {
        background-color: #777;
    }


.notification {
    position: fixed;
    z-index: 100;
    top: 70px;
    right: 20px;
    width: 400px;
    min-width: 200px;
    display: none;
}

.row-table {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row-table [class*="col-"] {
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

.link-list li:first-child {
    border-top: none!important;
}

.link-list li:first-child {
    border-top: solid 1px #353535;
    color: #555;
}