/* Add here all your css styles (customizations) */

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 2px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}





.ListButton 
{
    width: 70px;
    text-align: center;
}


.TextBoxAsLabel {
	background: none;
    border: none;
    font-size: x-small;
}

input[type="checkbox"] {
	width: 22px;
	height: 22px;
}

#containment-wrapper{
    position: relative;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    background: url(../../images/StrikeZone.jpg) no-repeat center center;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}

/*BPG Added below*/
@media (max-width: 510px) {
    .navbar-brand > img {
       width: 350px;
    }
}

@media (max-width: 440px) {
    .navbar-brand > img {
       width: 280px;
    }
}

@media (max-width: 370px) {
    .navbar-brand > img {
       width: 184px;
    }
}


/*BPG End Addition*/

