﻿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,
textarea {
    max-width: 280px;
}

.checkbox-select {
    width: initial;
    display: inline;
    margin-top: -18px;
    margin-left: 15px;
    height: 30px;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        width: auto;
        vertical-align: middle;
    }
}

.error {
    border-color: red;
}

.glyphicon-close-view {
    background-color: lightgrey;
    padding: 5px;
    margin-right: 5px;
    border-radius: 4px;
}

.btn-repeat-by-new-card {
    background-color: #8BFF89;
    border-color: #8BFF89;
}

.btn-repeat-by-new-card:hover {
    background-color: #22FF0A;
    border-color: #22FF0A;
}