﻿.btn {
    display: inline-block;
    background-color: #757594;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: solid 1px white;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #bdbdc9;
    text-transform: uppercase;
    min-width: 90px;
}

.btn-primary {
    background-color: #3f6bf3;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn-primary:active {
        background: #eb2294;
        border: solid 1px white;
    }

.btn-sm {
    height: 20px;
    line-height: 10px;
    vertical-align: middle;
    min-width: 75px;
    text-transform: none;
}

a.btn:link, a.btn:visited, a.btn:hover {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.button-container {
    float: right;
}

.button-container input {
    margin-right: 1em;
}

.form-group {
    margin-bottom: 8px;
}

    .form-group label {
        display: inline-block;
        width: 180px;
    }

    .form-group input[type=password],
    .form-group input[type=text] {
        width: 250px;
    }

.validation {
    color: red;
}

.validation-inline {
    text-align: right;
    margin-top: 0.5em
}

.validation-summary {
    background-color: #f6d3e7;
    font-size: 12px;
    border: 1px solid #9EA9C4;
    padding: 10px;
    width: 448px;
}

.validation-summary h2 {
    display: inline-block;
    margin: 0 0 0 0.5em;
    font-size: 12px;
    font-weight: bold;
}

.validation-summary-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    z-index: 5;
    background-image: url(/images/icon-warning.png);
    background-position: center;
}

.form div {
    margin-bottom: 1em;
}

.form label {
    display: inline-block;
    font-weight: bold;
}

.grid-view th {
    background-color: #99c;
    color: white;
    font-weight: bold;
    font-size: 12px;
    height: 24px;
}

.grid-view td {
    font-size: 12px;
    height: 24px;
    padding: 3px 8px;
}