﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.radioEdited input[type=radio] {
    opacity: 0;
    position: absolute;
}
.radioEdited input[type=radio] + label {
    display: block;
    cursor: pointer;
    color: #222;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    border-radius: 50%;
    background-color: #222;
    background-image: linear-gradient(to bottom, #fff, #dadada);
    border: 1px solid;
    border-color: #d6d5d5;
}
.radioEdited input[type=radio] + label {
    height: 35px;
    width: 35px;
}
.radioEdited-sm input[type=radio] + label {
    height: 30px;
    width: 30px;
    font-size: 12px;
}
.radioEdited input[type=radio]:hover + label {
    background-color: white;
    background-image: linear-gradient(to bottom, #3d92eb, #095fb8);
    color: white;
}
.radioEdited input[type=radio]:checked + label {
    background-color: white;
    background-image: linear-gradient(to bottom, #3d92eb, #095fb8);
    color: white;
}
.radioEdited input[type=radio]:active + label {
    background-color: #3d92eb;
    background-image: none;
}

.input-sm-modified
{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.h7
{
    font-size: 10px;
}
.radioUM label,
.checkboxUM label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  margin-right: 20px;
}

.radioEdited2 input[type=radio] {
    float: none;
}

.alert-modified {
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0;
}