/* Minification failed. Returning unminified contents.
(165,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '18px'
 */
/*body {
    padding-top: 50px;
    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[type="text"],
input[type="password"] {
    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-valid {
    display: none;
}*/

.main-container {
    padding-top:20px !important;
}

.alert {
    margin-top:0px;
}

.validation-summary-errors ul {
    list-style:none !important;
    padding:0px  !important;
}

.question
{
    font-weight: bold;
}
tr.question td
{
    padding-top:15px;
}

.topdog-parallax-bg-1 {
	background: url("images/stock/parallax_bg_1.jpg") 50% 0px no-repeat;
}
.logo-footer {
    margin: 5px 0 20px;
}
.footer-content {
    margin: 25px 0 20px;
}

.gallery .overlay-container {
    height:200px;
}
.gallery .overlay-container img {
    margin:0 auto;
}

/* Placeholder Text */
.form-control::-moz-placeholder {
	color: #bbb;
}
.form-control:-ms-input-placeholder {
	color: #bbb;
}
.form-control::-webkit-input-placeholder {
	color: #bbb;
}


/* info and errors */
.message-info {
    border: solid 1px;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    background-color: #e80c4d;
    padding: 10px;
    color: white;
    padding-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

    .message-error .message-icon {
        background: url(/content/images/warning.png) no-repeat top center;
        width: 40px;
        margin-right: 20px;
        float: left;
        height: 30px;
    }

.message-success {
    background-color: #74C045;
    padding: 10px;
    color: white;
    padding-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

    .message-success .message-icon {
        background: url(/content/images/white-tick.png) no-repeat top center;
        width: 40px;
        margin-right: 20px;
        float: left;
        height: 30px;
    }
.cancel
{
    width:100%; 
    height:100%; 
    color:white; 
    text-decoration:none;
   
    
}

label.checkbox {
    margin-right:10px;
    font-weight:normal;
    display: inline-block;
}
label.checkbox input[type=checkbox] {
    margin-left:0px;
    position:relative;
}


.para-margin-5 p {
    margin-bottom:5px;
}

.dog-breed-button {
    padding: 10px;
font-size: 2.5em;
min-width: 135px;
}


.btn-xl{
    padding:15px; 18px;
    font-size:18px;
}
