
@import url("bootstrap.min.flat.css");

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 100px;
  padding-bottom: 20px;
}



.navbar {
    background-color: #666;
    box-shadow: 0px 10px 20px -1px #888;
    -webkit-box-shadow: 0px 10px 20px -1px #888;
}

.navbar-brand img {
    max-height: 95%; 
    margin-top: -8px
}



.navbar ul li a {
    transition:text-shadow 0.2s ease-in-out;   
    transition: background-color 0.2s ease-in-out;

}

.navbar ul li a:hover {
    color: #fff !important;
    text-shadow: 0 0 20px #fff;
    background-color: #777 !important;
}

.navbar-form button {
    margin-right: 20px;
}


.padded-content
{
    padding: 20px;
}

.coloredRow
{
    background-color: #eee;
}

.btn-wide {     
    min-width: 150px;
}


.modal-error-content
{
    padding: 30px;
}