.deep-orange-text {
    color: #e64a19 !important;
}
.deep-orange-bg {
    background: #e64a19 !important;
}
.deep-orange-btn {
    background-color: #e64a19 !important;
}
.deep-blue-text {
    color: #1565c0 !important;
}
.deep-blue-bg {
    background: #1565c0 !important;
}
.deep-blue-btn {
    background-color: #1565c0 !important;
}
#nav_contact {
    clear: both;
    color: #b2dbfb;
    padding: 10px 0px;
}

#nav_contact a {
    color: #FFF;
}

input.loading {    
    background-color: #ffffff;
    background-image: url("/static/img/loading.gif");
    background-position: right center;
    background-repeat: no-repeat;
}

.form-group label {
	font-weight: bold;
}

.popover {
    max-width: 500px; /* Max Width of the popover (depending on the container!) */
}
