﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 300px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 500px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginBottom25 {
	margin-bottom: 25px;
}

.marginLeft25 {
	margin-left: 25px;
}

.marginLeft60 {
	margin-left: 60px;
}

.paddingLeft50 {
    padding-left:50px;
}

.reset {
    margin-right: 50px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.btn-ftr {
    width: 150px;
    margin-right: 50px;
    font-size: 14px;
    font-weight: 500;
}

.app-title {
    color: #0d3359;
    font-size: 28px;
}

.fb-heading {
    background-color: #20a7e2;
    color: white;
    margin: 2px;
}

    .fb-heading > div:first-child {
        background-color: #1576a0;
        color: white;
    }

.fb-ques:nth-child(odd) {
    background-color: #e0f3fb;
    padding: 5px;
    margin: 1px;
}

.fb-ques:nth-child(even) {
    padding: 5px;
    margin: 1px;
}

.fb-mob-heading {
    display: none;
}

.fb-mob-ques {
    display: none;
}

.fb-mob-heading > div:first-child {
    background-color: #1576a0;
    color: white;
    margin: 2px;
}

.fb-mob-ques:nth-child(odd) {
    background-color: #e0f3fb;
    margin: 1px;
}

.fb-mob-ques:nth-child(even) {
    margin: 1px;
}

@media only screen and (max-width:992px) {
    .fb-mob-heading {
        display: block;
    }

    .fb-mob-ques {
        display: block;
    }

    .fb-heading {
        display: none;
    }

    .fb-ques {
        display: none;
    }
}

.form-control {
    width: 500px;
}

.name, .comments, .contact, .email, .phone {
    color: #4375a5;
    font-size: 15px;
    font-weight: 600;
	padding-left:0px;
}

.contact-subdivs {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 70px;
	width: 100px;
	line-height:70px;
}

.contactpref-subdivs {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 35px;
	width: 200px;
	line-height: 35px;
}

.contact-subdivs:hover {
	border: 1px solid #1576a0 !important;
	color:#1576a0;
	cursor: pointer;
}

#CanContact, #pref-mobile, #pref-email, 
#contactpref, #contactpref-mobile, #contactpref-email,
.phone, .email, .phone-value, .email-value{
	display: none;
}

.submit {
    margin-right: 200px;
}

footer:before {
    background: none !important;
}

footer {
    background: none !important;
    color: black !important;
}

.feedback {
	position: absolute;
	font-size: 24px;
	height: 100px;
	width: 50%;
	border: 1px solid #1576a0;
	line-height:100px;
	border-radius: 4px;
}

.fb-container {
	height:250px;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width:640px) {
    .form-control {
        max-width: 300px;
    }
}
