﻿

.debugX {

    display:none;
}


.info-button {
    color: white;
    font-weight: bold;
    background-color: darkorange;
    border-radius: 0.25em;
    font-size: 0.65em;
    padding: 0.325em;
    margin: 0;
    display: flex;
    flex-direction: row
}

.info-button-login {
    color: white;
    font-weight: bold;
    background-color: seagreen;
    border-radius: 0.25em;
    font-size: 0.65em;
    padding: 0.325em;
    margin: 0;
    display: flex;
    flex-direction: row
}

.info-header {
    color: white;
    font-weight: bold;
    background-color: darkorange;
    border-radius: 0.5em;
    font-size: 1.3em;
    padding: 0.65em;
    margin: 0;
    display: flex;
    flex-direction: row
}





.btn, .btn-two {
    margin: 1em 0
}

.btn-gradient {
    margin: 5px
}

a[class*=btn] {
    text-decoration: none
}

button[class*=btn] {
    border: 0
}

.btn-two.large, .btn.large {
    padding: 20px 40px;
    font-size: 22px
}

.btn-gradient.small, .btn-two.small, .btn.small {
    padding: 8px 18px;
    font-size: 14px
}

.btn-gradient.block, .btn-two.block, .btn.block {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.btn-gradient.large {
    padding: 15px 45px;
    font-size: 22px
}

.btn-two.blue, .btn.blue {
    background-color: #7fb1bf
}

.btn {
    position: relative;
    border: 0;
    padding: 15px 25px;
    display: block;
    text-align: left;
    color: #fff
}

    .btn:active {
        top: 4px
    }

    .btn.blue {
        box-shadow: 0 4px #74a3b0
    }

        .btn.blue:active {
            box-shadow: 0 0 #74a3b0;
            background-color: #709ca8
        }

    .btn.dark-blue {
        box-shadow: 0 4px 0 #4ba3c4
    }

        .btn.dark-blue:active {
            box-shadow: 0 0 #175676;
            background-color: #175676
        }

    .btn.mid-blue {
        box-shadow: 0 4px 0 #cce6f4
    }

        .btn.mid-blue:active {
            box-shadow: 0 0 #4ba3c4;
            background-color: #4ba3c4
        }

    .btn.orange {
        box-shadow: 0 4px 0 #f39853
    }

        .btn.orange:active {
            box-shadow: 0 0 #f39853;
            background-color: #f39853
        }

.btn-two {
    text-transform: uppercase;
    letter-spacing: -.05em;
    color: #fff;
    padding: .5em;
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(0,0,0,.21);
    border-bottom-color: rgba(0,0,0,.34);
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 rgba(255,255,255,.34) inset,0 2px 0 -1px rgba(0,0,0,.13),0 3px 0 -1px rgba(0,0,0,.08),0 3px 13px -1px rgba(0,0,0,.21);
    border-radius: .33em
}

    .btn-two:active {
        top: 1px;
        border-color: rgba(0,0,0,.34) rgba(0,0,0,.21) rgba(0,0,0,.21);
        box-shadow: 0 1px 0 rgba(255,255,255,.89),0 1px rgba(0,0,0,.05) inset;
        position: relative
    }

.btn-gradient {
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0,0,0,.21);
    border-bottom: 4px solid rgba(0,0,0,.21);
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0,0,0,.15)
}

    .btn-gradient.orange {
        background: rgba(255,105,30,1);
        background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,105,30,1)),to(rgba(230,95,28,1)));
        background: -webkit-linear-gradient(rgba(255,105,30,1) 0,rgba(230,95,28,1) 100%);
        background: -moz-linear-gradient(rgba(255,105,30,1) 0,rgba(230,95,28,1) 100%);
        background: -o-linear-gradient(rgba(255,105,30,1) 0,rgba(230,95,28,1) 100%);
        background: linear-gradient(rgba(255,105,30,1) 0,rgba(230,95,28,1) 100%)
    }

    .btn-gradient.blue {
        background: rgba(102,152,203,1);
        background: -moz-linear-gradient(top,rgba(102,152,203,1) 0,rgba(92,138,184,1) 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(102,152,203,1)),color-stop(100%,rgba(92,138,184,1)));
        background: -webkit-linear-gradient(top,rgba(102,152,203,1) 0,rgba(92,138,184,1) 100%);
        background: -o-linear-gradient(top,rgba(102,152,203,1) 0,rgba(92,138,184,1) 100%);
        background: -ms-linear-gradient(top,rgba(102,152,203,1) 0,rgba(92,138,184,1) 100%);
        background: linear-gradient(to bottom,rgba(102,152,203,1) 0,rgba(92,138,184,1) 100%)
    }

    .btn-gradient.orange:active {
        background: #e8601b
    }

    .btn-gradient.blue:active {
        background: #608fbf
    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
}
