.content {
    margin-top: 2em;
    padding: 0 1.5em;
}
.main {
    max-width: 700px;
}

a {
    color:#1592e6;
}
a b {
    color:#75ca2a!important;
}
h1, .thanks h1 {
    color:#75ca2a;
    font-size: 1.4em;
    text-align: center;
}
h2 {
    font-size: 1em;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
}
sup {
    color: red;
}
.breakme {
    word-break: break-all;
}
input {
    border-bottom: 1px solid black;
    padding: 8px 8px 5px 8px;
    margin-top: 1em;
}
input[type="text"], input[type="email"] {
    width: 100%;
    max-width: 300px;
    display: block;
}
.terms {
    margin-bottom: 1em;
}
p {font-size: 0.85em;}
select {
    border-radius: 20px;
    border: 1px solid grey;
    padding: 2px;
    min-width: 100px;
    line-height: 30px;
    height: 30px;
}
textarea {
    border: 1px solid grey;
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    margin-top: 1em;
}
.location label {
    font-size: 0.9em;
    font-weight: 700;
    display: inline-block;
    width: 75px;
}
.location input {
    margin: 0.5em 0 1em 0;
    display: inline-block;
}
.form-group {
    margin-top: 2em;
}

.radioGroup input, .owned input[type="radio"], .makeModel input[type="radio"], .fileGroup input, .roleBox input {
    display: none;
}
.radioGroup label, .fileGroup label {
    margin-top: 1em;
    border-radius: 20px;
    border: 1px solid grey;
    min-width: 100px;
    display: inline-block;
    padding: 2px;
    text-align: center;
}

.fileGroup label {
    padding: 2px 50px;
    margin-bottom: 1em;
}
#fileNames div{
    color: #1592e6;
    margin: 10px 0;
}

.makeModel {
    margin-top: 2em;
}

.owned label, .makeModel label, .roleBox label {
    width: 200px;
    padding: 5px 20px;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    display: block;
}
#ownedDrop, #makeDrop, #modelDrop, #roleDrop {
    background-color: white;
    position: absolute;
    z-index: 2;
    visibility: hidden;
    /* max-height: 0; */
    transform: scaleY(0);
  transform-origin: top;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#ownedDrop.clicked, #makeDrop.clicked, #modelDrop.clicked, #roleDrop.clicked {
    visibility: visible;
    /* max-height: 300px; */
    transform: scaleY(1);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#ownedClick, #makeClick, #modelClick, #roleClick {
    visibility: visible;
    margin-top: 1em;
    border-radius: 20px;
    border: 1px solid grey;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
#ownedClick:after, #makeClick:after, #modelClick:after, #roleClick:after {
    content: '\2228';
    right: 14px;
    position: absolute;
}
.owned label:last-of-type, #makeDrop label:last-of-type, #modelDrop label:last-of-type, #roleDrop label:last-of-type {
    border-radius: 0 0 10px 10px;
    border: 1px solid grey;
    border-top: none;
    /* visibility: hidden; */
}

#ownedClick.clicked:first-of-type, #makeClick.clicked, #modelClick.clicked,  #roleClick.clicked {
    border-radius: 10px 10px 0 0!important;
    border-bottom: none;
}

.radioGroup [type="radio"]:checked + label, .owned [type="radio"]:checked + label, .selected, #makeDrop input:checked + label, #modelDrop input:checked + label, .radioGroup [type="checkbox"]:checked + label, .roleBox [type="radio"]:checked + label {
    /* background-color: #75ca2a;
    color: white; */
    background-color: white;
    color: #1592e6;
}
#makeClick, #modelClick, #roleClick {
    display: inline-block;
}
.modelBox {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
input[type="submit"] {
    border: 1px solid grey;
    padding: 8px 8px 5px 8px;
    border-radius: 20px;
    width: 150px;
    padding: 10px 20px;
    margin: 2em auto;
    color: white;
    background-color: #75ca2a;
    font-size: 1.2em;
    display: block;
    cursor: pointer;
}

input[type="submit"]:hover {
 border: 1px solid #75ca2a;
 color: #75ca2a;
 background-color: white;
}
.roleHeader {
    display: block;
    margin-top: 2em;
}
.thanks {
    padding: 1em;
}
.editForm {
    background-color: white;
    padding: 1px 1em;
}
.editForm .modelBox {
    margin-left: 0;
}
.formHeader {
    border-bottom: 1px solid lightgrey;
}
.formHeader a {
    float: right;
}
.loginLink a {
    text-decoration: none!important;
}
.loginLink:after {
    content: '\279C';
    color: #75ca2a;
}
.table {
    margin-top: 1em;
   width: 100%;
   display: none;
}
tr:first-of-type {
    height: 50px;
}
.export {
    float: right;
    background-color:  #75ca2a;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    margin-top: -4px;
}
.export:hover {
    border: 1px solid #75ca2a;
    color: #75ca2a;
    background-color: white;
}
.vehicleBox {
    margin-bottom: 0.5em;
    padding: 1em;
    border-bottom: 1px solid #75ca2a;
}
.vehicleBox .links {
    margin-top: 0.5em;
    float: right;
}

.vehicleBox h2 {
    margin-top: 0.5em;
}
.vehicleBox a {
    margin-right: 10px;
    display: block;
}

.view p {
    margin: 0.5em 0 0 2em;
}
.view div {

    padding: 0.5em 1em 0.75em 1em;
}
.view hr {
    margin-bottom: 2em;
}
.view div:nth-child(odd) {
    background: #cbe8b06b;
 }
 .view h1, .staffBox h1 {
    text-align: left;
    margin: 0 0 0.5em 1em;
}
.staffBox, .staffEditBox {
    padding: 1em;
}
.staffBox div {
    margin-bottom: 0.5em;
}
.staffBox h2 {
    display: block;
    margin-top: 2em;
}
div.permission {
    margin: 0.2em;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 10px;
    border: 1px solid #cbe8b06b;
}
.staffBox p {
    padding-left: 1em;
    margin: 1em 0 ;
}
.start {
    margin-top: 6em;
}
.spacer {
    width:16px; display:inline-block
}
@media only screen and (min-width: 1024px) {
    .view h1 {
        margin-left: 0;
    }
    .view h2, .view p {
        display: inline-block;
    }
    .view div {
        padding: 0.5em 1em;
    }
    .view h2 {
        min-width: 250px;
    }
    .table {
        display: table;
    }
    td {
        padding: 5px;
    }
    td.text-right {
        padding-right: 20px;
    }
    .text-right a:first-of-type{
        margin-right: 10px;
    }
    tr:nth-child(even) {
        background: #cbe8b06b;
      }
    .vehicleBox {
        display: none;
    }
    /* .loginCircle {
        border-radius: 1000px;
        background-color: #75ca2a;
        height: 200px;
        width: 200px;
        position: fixed;
        right: -100px;
        top: -100px;
    } */
    .loginLink {
        margin-top: 6px!important;
        padding-right: 18px!important;
    }
    .loginLink a {
        /* color: white!important; */
        font-size: 1.1em;
    }
}
