﻿/*
    purple: 6f30ff
    green: 36fdd1
    blue: 79b0eb
    */


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    background-color:#6f30ff;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f30ff+0,79b0eb+52,36fdd1+100 */
background: #6f30ff; /* Old browsers */
background: -moz-linear-gradient(left,  #6f30ff 0%, #79b0eb 52%, #36fdd1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #6f30ff 0%,#79b0eb 52%,#36fdd1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #6f30ff 0%,#79b0eb 52%,#36fdd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f30ff', endColorstr='#36fdd1',GradientType=1 ); /* IE6-9 */

}

.navbar-inverse .navbar-nav > li > a {
    color:white;
}

.navbar-inverse .navbar-nav > li > a:hover {
    text-decoration:underline;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.form-control {
    background-color:#feffee;
}