/* Starter template */

body {
    padding-top: 80px;
    background-color: #D9D9D9;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.starter-template h1 {
    font-size: 63px;
}

.party-form {
    margin-bottom: 20px;
}

/* Auth styles */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="submit"] {
    margin-top: 10px;
}

/* Tile project booking views */
a, a:hover {
    text-decoration: none;
}

.thumbnail {
    color: black;
    min-height: 80px;
    text-align: center;
}

.booked {
    background-color: #F19F4D;
    color: white;
}
.booked:hover{
    color: white;
}

.my-booked {
    background-color: #4484CE;
    color: white;
}

