﻿.auth-button {
    width: 170px;
    height: 53px;
    text-align: left;
    margin: 0;
    margin-top: 2px;
    /*margin-right: 60px;*/
    padding: 10px;
    border: 2px solid #000;
    border-radius: 0px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    /*text-shadow: 0 1px 0 #fff;*/
    background-repeat: no-repeat;
    background-position: right;
    white-space: nowrap;
    display: inline-block;
}
    .auth-button:focus
    {
        outline: 0;
    }

.auth-button-text
{
    padding-left: 5px;
    position: relative;
    bottom: 6px;
    left: 5px;
}

.auth-at {
    color: #009cbd;
    font-weight: normal;
}

.btn {
    border-radius: 0px;
}

.btn:hover {
    border-radius: 0px;
    background: grey !important;
    border: 1px solid grey !important;
}

.auth-button:hover {
    background-image: none;
    opacity: 0.5;
}

.text-box {
    border-radius: 0px;
}

    .side-panel {
        border: 0px;
        background-color: #FFF;
        color: #696969;
    }

        .side-panel h4 {
            margin-bottom: -20px;
            text-transform: uppercase;
        }

        .side-panel hr, .container-fluid .row .col-sm-8 hr {
            border-color: #000;
            border-top: 2px solid #000;
            margin-top: 18px;
        }

    .image-right {
        float: right;
        padding-top: 10px;
        padding-left: 10px;
    }

    .container-fluid .row .col-sm-8 hr {
        margin-top: -11px;
    }

    .container-fluid h4 {
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
    }

.col-xs-12 .icon-placement {
    float: right;
    padding-top: 10px;
    padding-left: 10px;
}

.auth-button img {
    float: left;
    position: relative;
    bottom: 6px;
    right: 2px;
}

.auth-button-text {
    padding-right: 10px;
    float: right;
    text-align: center;
}

.side-panel h4 {
    font-size: 16px;
}

.staff-login-button {
    background-color: #FFF;
}

.staff-login-button img {
    position: relative;
    left: 12px;
    bottom: 6px;
}

.public-login-button {
    background-color: #000;
    color: #FFF;
}

.view-account-button {
    background-color: #FFF;
    border: 2px solid #000;
}
.view-account-button:hover {
    opacity: 0.5;
}

.image-left {
    padding-top: 0px;
}

.login-button-padding {
    padding: 1em 1em 0 1em;
}

#publicButton {
    float: right;
    margin-left: auto;
}

.row-padding {
    padding: 1em 0 0 1em;
}

.create-public {
    cursor: pointer;
}

.text-box {
    width: 100%;
}

.label-text {
    text-align: right;
}

@media (max-width: 492px) {
    #publicButton {
        float: none;
        margin-left: 0;
        margin-top: 0.5em;
    }
}

@media (max-width: 768px) {
    .col-xs-12 .icon-placement {
        float: left;
        padding: 0 10px 0 0;
    }

    .label-text {
        text-align: left; 
    }

    .login-icon {
        padding-left: 2em;
        padding-bottom: 0.5em;
    }
}