﻿

body {
    font-family: 'Lucida Sans Unicode';
    min-width: 590px;
    background-color: #0033a1;
}
.russo{
	font-family: 'Russo One', sans-serif !important;
}

.glyphicon-earphone:before {
    
    border: 4px solid white;
    padding: 5px;
    border-radius: 50%;
}
.header {
    height: 180px;
    background-image: url('../singleusers/images/headerimage.jpg');
}

 .left-text > div{
	 font-size: 20px;margin-bottom: 13px;list-style-position: inside;
	 color: #1a1a1a;
}
ul > li {
	margin-bottom: 10px;
}
ul {
 margin-bottom:50px;	

}

.tagline{
	color:white;
	font-size: 20px;
	text-align:center;
}
#constableSignup {
    background-color: black !important;
    height: 100%;
	padding: 0 !important;
}
.paypal-form-container > .row {
        margin: 0px 10px 0px 10px;
    }

    .left-text {
        text-align: center;
    }

       
.banner {
    background-color: #0033a1;
    color: white;
    min-height: 70px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    width: 100%;
    letter-spacing: 1px;
    padding-top: 12px;
    padding-bottom: 10px;
}
.bluetext{
	/*letter-spacing:1px;*/
	color: #0033a1 !important; 
	
	
}
ul {
	list-style: none; /* Remove default bullets */
}

	ul li::before {
		content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
		color: #FFB700; /* Change the color */
		font-weight: bold; /* If you want it to be bold */
		display: inline-block; /* Needed to add space between the bullet and the text */
		width: 1em; /* Also needed for space (tweak if needed) */
		margin-left: -1em; /* Also needed for space (tweak if needed) */
	}

.bannerText {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
	
}

/* .state { 
     cursor: not-allowed; 
     background-color: darkgray; 
 } */
.btn-primary{
	    color: #fff !important;
    background-color: #002592;
    border-color: #002592;
}
.vaDesc {
    color: white;
    font-size: 20px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
	background-color: #0033a1;
}

.vaForm {
    width: 95%;
    background-color: #d1d1d1;
    margin-bottom: 30px;
}

.error {
    border: 0.5px solid red;
}

.row {
    margin-bottom: 10px;
}

.no-margin-lr {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

input, select {
    width: 100%;
    margin-bottom: 10px;
}

.vaLogo {
    width: 530px;
    /*height: 135px;*/
    z-index: 3;
   
   margin-left: auto;
    margin-right: auto;
    display: block;
    
    margin-top: 5%;
}

.arBackground {
    z-index: 1;
    right: 0px;
    top: 0px;
    height: 180px;
    position: absolute;
}

@media( max-width: 800px) {
    .arConstLogo {
        display: none;
    }
}

.arConstLogo {
    position: absolute;
    z-index: 2;
    right: 8%;
    top: 25px;
    width: 130px;
    height: 130px;
}

.payPalBtn {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.btn.btn-default {
	color: #333;
	background-color: #FFB700 !important;
	border-color: #ccc;
	height: 60px !important;
	font-size: 30px !important;
	font-weight: bold !important;
}