/* C U S T O M  C S S */
.form-container {
    margin-top: 100px;
}

.header-container {
    margin-bottom: 32px;
}

form {
    margin: 0 auto;
}

.form-group {
    margin: 20px auto;
    width: 50%;
}

.form-group label {
    font-size: 1.1em;
    letter-spacing: .05em;
    margin-bottom: 8px;
}

.button-container {
    margin: 32px;
}

.button-container #logInButton, #signUpButton, #submit-report-button {
    background: none;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 400;
}

.profile-img img {
    border-radius: 50%;
}

#profile-menu {
    margin-bottom: 2em;
    color: #254f92;
}

#profile-menu li {
    display: inline;
    letter-spacing: .05em;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 2em;
}

#profile-menu li:hover {
    cursor: pointer;
}

.cards-container {
    margin-top: 4em;
}

.card {
    overflow: auto;
    width: 50%;
    margin: 2em auto;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 2em;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, .75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, .75);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, .75);

}

.card h3 {
    float: left;
    margin: 0;
}

.card p {
    float: right;
}

.inner-container {
    margin: 1em 4em;
}

.profile-nav {
    background: #B4C5E4;
    color: #FBFFF1;
    text-decoration: none;
    margin: 24px 0 0 8px;
    padding-left: 16px;
    float: left;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
    font-size: 2em;
    width: 49%;
}

.profile-nav:hover {
    color: #FBFFF1;
    text-decoration: none;
    background: #033F63;
}

.profile-nav span {
    margin: 0;
    float: right;
    background: #3066BE;
    width: 64px;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
    text-align: center;
}

.list_header {
    color: #3066BE;
    margin-bottom: 4em;
}

.data_table {
    width: 100%;
}

.data_table tr {
    height: 4em;
    cursor: pointer;
}

.data_table th,
.data_table td {
    border-left: 1px solid #090C9B;
    border-right: 1px solid #090C9B;
    padding: 16px;
    font-size: 1.25em;
}

.data_table tr {
    height: 5em;
}


.data_table tr:nth-child(even) {
    background: #B4C5E4;
}

.data_table tr:hover {
    background: #8db5ff;
}

.data_table .button {
    width: 50%;
    border: none;
    background: #3066BE;
    color: #FBFFF1;
    padding: 8px;
}

.data_table .button:hover {
    background: #234c8d;
    text-decoration: none;
}

.signUpPrompt {
    font-size: 1.25em;
    letter-spacing: .05em;
}

.signUpPrompt p, .signUpPrompt a {
    font-weight: bold;
}

.signUpPrompt a {
    margin-left: .5em;
}

.signUpPrompt a:hover {
    text-decoration: none;
}

.form-control{
    padding: 1.5em 1em;
}

.custom-select{
    border: 1px solid #26a69a;
    width: 100%;
    padding: 1em;
}

.report-photo{
    width: 10em;
    height: 10em;
}

td > input {
    width: 100%;
}

.float-right{
    float: right;
}

.approve-button, .back-button{
    border: 1px solid #3066BE;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 1em;
    color: #3066BE;
    letter-spacing: .1em;
    font-weight: bold;
    margin: 2em;
    background: transparent;
}
/* Markers' tooltip anchor styling */

.tooltip-item a:hover{
    cursor: pointer;
    text-decoration: none;
}
