/*********** Override Core Bootstrap Styles ************/
/** NOTE: THEME styles are part of the CORE, and they can be modified on bootstrap-cs-theme.css **/

/* Error Validation */
.has-error .form-control {
    background-color: lightyellow;
}
/* /Error Validation */

.panel {
	border-radius: 0px;
}

header img.img-responsive {
	width: auto;
}

@media (min-width: 992px) {
    .container {
        width: 950px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 950px;
    }
}

/*********** /Override Core Bootstrap Styles ************/

.form-control{
    height: 50px !important;
  
}

 .mainbodydesktop {
          background-color: #020538;
	  background-image: url('/images/desktop.jpg');
	  background-position:top center;
	  background-repeat: no-repeat;
 	  overflow-x: hidden;
 	  background-attachment: fixed;
        }
        
.mainbodymobile {
          background-color: #ffffff;
	  background-position:top center;
	  background-repeat: no-repeat;
 	  overflow-x: hidden;
 	  background-attachment: fixed;
        }

 .mainbodydesktop_2018 {
          background-color: #0d1323;
	  background-image: url('/images/daines_2018_desktop.jpg');
	  background-position:top center;
	  background-repeat: no-repeat;
 	  overflow-x: hidden;
 	  background-attachment: fixed;
 	  -webkit-background-size: cover;
	              -moz-background-size: cover;
	              -o-background-size: cover;
            background-size: cover;
        }

 .mainbodydesktop_33 {
          background-color: #0d1323;
	  background-image: url('/images/33_desktop.jpg');
	  background-position:top center;
	  background-repeat: no-repeat;
 	  overflow-x: hidden;
 	  background-attachment: fixed;
 	  -webkit-background-size: cover;
	              -moz-background-size: cover;
	              -o-background-size: cover;
            background-size: cover;
        }
        
        
 .footerdesktop {
          background-color:transparent;
	  overflow-x: hidden;
        }
.footermobile {
          background-color: #ffffff;
	  overflow-x: hidden;
        }
        
header {
    
	margin-top:0;
}

footer {

    color: #000000;
}

    footer .paid-for-by {
        text-align: center;
        border: 1px solid #000000;
        font-size: .94em;
        padding: 10px 10px 0 10px;
		margin-bottom:10px;
		margin-top:10px;
    }

.main-area {
    
    margin-top: 0px;
    margin-bottom: 15px;
}

.contact-information p {
    font-size: 0.9em;
}

.main-area-footer {
    font-size: 0.9em;
}

h1 {
    color: #153781;
    text-transform: none;
    font-weight: bold;
}

h3 {
    color: #153781;

}



#btnSubmit {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
	width: 100%;

	font-weight: bold;
	  font-size: 1em;
    line-height: 2.1.5em;
    height:2.5em;
    border-color: none important!;
}

.form-group {
    margin-bottom: 8px;
}

ul.buttons {
    padding: 0;
    margin: 0 -5px 0 -5px;
    list-style-position: inside;
    list-style-type: none;
}

    ul.buttons li {
        padding: 0 5px 8px 5px;
    }

        ul.buttons li label.btn {
            width: 100%;
        }

            ul.buttons li label.btn input[type="radio"] {
                display: none;
            }

/* Start Card */
.cards {
    overflow: hidden;
}

ul.cards {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cards li {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-image: url('../images/cc_logos.png');
    background-position: 0 0;
    float: left;
    height: 32px;
    padding-top: 2px;
    margin-left: 0px;
    margin-right: 2px;
    text-indent: -9999px;
    width: 51px;
}

    .cards li:last-child {
        margin-right: 0;
    }

.cards .visa.off {
    background-position: 0 32px;
}

.cards .amex {
    background-position: 153px 0;
}

    .cards .amex.off {
        background-position: 153px 32px;
    }

.cards .mastercard {
    background-position: 102px 0;
}

    .cards .mastercard.off {
        background-position: 102px 32px;
    }

.cards .discover {
    background-position: 51px 0;
}

    .cards .discover.off {
        background-position: 51px 32px;
    }

.validcc {
    background: url('../images/tick.png') no-repeat 100% center;
    background-color: #ffffff;
    border-color: none;
}

.invalidcc {
    background: url('../images/searching.gifX') no-repeat 98% center;
}
/* Stop Card */

input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
select.error {
    border: 1px solid red;
    background-color: #fcdde2;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.error-view-alert {
    margin-top: 20px;
}

.row.contribution-type {
}

.payment {
    margin-top: 57px;
}

.blockUI {
    padding: 0;
    margin: 0;
    top: 40%;
    cursor: wait;
    background-color: white;
    width: 30%;
    left: 35%;
    color: red;
    text-align: center;
    padding-bottom: 20px;
}

    .blockUI.blockMsg {
        border: 3px solid silver;
        border-radius: 10px;
    }

    .blockUI.blockMsg img {
        margin-left: auto;
        margin-right: auto;
    }

#invalid-amount {
    margin-top: 10px;
}

#invalid-amount .alert {
    margin-bottom: 0px;
}

.btn-default:active, .btn-default.active {
border-color: #1caf2a;
background-color: #1caf2a;
color: #fff;
text-shadow: none;
box-shadow:none;
