﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

mark {
    background-color: yellow;
}

.navbar-inverse {
    margin-bottom: 25px;
}

    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav > li > a {
        color: whitesmoke;
    }


.validation-summary ul {
    color: red;
    list-style: none;
}

#testClientButton {
    bottom: 2px !important;
    right: 2px !important;
    display: inline-block;
    color: #fff;
    background-color: #125894;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #testClientButton:hover {
        background-color: #0a4375;
    }

.width-max {
    width: 100%;
}

.width-min-450 {
    min-width: 450px;
}

.clipboard {
    color: #ffffff !important;
    background-color: #337ab7;
}

    .clipboard:hover {
        background-color: #89bf04 !important;
    }
