﻿body {
    padding-top: 25px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/***************************************/
/*.jumbotron{
    background-color:#008A79;
    color:white;
}

.lead{
    font-size:15px !important;
    color:#D9DBDC;
}*/

.jumbotron {
    /*background-color:#047aa2;/*#008A79;*/
    background: #00bfbf; /* Old browsers */
    background: -moz-linear-gradient(left, #00bfbf 0%, #02748c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00bfbf 0%,#02748c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00bfbf 0%,#02748c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfbf', endColorstr='#02748c',GradientType=1 ); /* IE6-9 */
    color: white;
}

.lead {
    font-size: 15px !important;
    color: #ebecec;
}

p.description_con{
    color:#525353;
}