/*******************************
MOBILE FIRST STYLE OVERRIDES
********************************/
.share {
    font-size:initial ;
    line-height:0px;	
}
.share-button{
	float:left;
    margin: 2em 0.5em 2em;
}


/*
label[for="rbtnOneOff1"]{
    border: 1px solid green;
    padding:5px;
}
*/
.ui-tabs-nav li.ui-tabs-selected a, .ui-state-default a, .ui-state-default a:link {
    font-size: 125% !important;
}
.green-alert{
    background-color: #FFFFFF;
    padding: 0.5em;
    color: #FFF;
}
#spryradio18{
/*    display: block;*/
}
.iframe-container{
    overflow : auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 10em;
}

.container{
    max-width: 1000px;
}
#header{
    width: auto;
}
h2{
    font-size: 1.2em !important;
}
.form{
    color: #666;
    font-size: 14px;
    font-family: arial, "lucida console", sans-serif;
    background-color: #FAFBFB;
    border-top: 5px solid #EAEEF1;
    border-bottom: 5px solid #EAEEF1;
    margin: 2em 0 2em;
}
.title {
    margin-bottom: 0.5em;
    width: auto;
    height: auto;
}
.banner{
    padding: 0 !important;
}
.right-info {
    padding-top: 2em;
    padding-bottom: 1em;
    padding-right: 0.5em !important;
}

#headerimg {
   height: auto;
    width: 100%;
    background-size: cover;
}
input{
    padding: 0.5em;
    margin-bottom: 20px !important;
}
.required {
    width: 100%;
    height: auto;
}
input.rounded, input.rounded {
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    width: 200px;
/*    height: 20px;*/
}
input[name=regularAmount]{
    visibility: hidden;
    width: 0;
}
input[name=singleAmount]{
    visibility: hidden;
    width: 0;
}
input#regularAmountOther{
    font-size: 2em;
    padding: 1em;
}
input#regularAmountOther, input#singleAmountOther {
    /*width: 80px !important;*/
}
input#singleAmountOther{
    width: auto;
    font-size: 2em;
    padding: 1em;
}

.greenButton {
/*
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    border: solid #66cc00 2px;
*/
    font-family: Arial;
    color: #FFF;
    background: #DDD;
    font-size: 17px;
    padding: 10px 10px 5px 10px;
    text-decoration: none;
}
.greenButtonSelected {
/*
    border-radius: 6px;
    border: solid #66cc00 2px;
*/
    padding: 10px 10px 5px 10px;
    background: #68cf00;
    background-image: -webkit-linear-gradient(top, #68cf00, #569913);
    background-image: -moz-linear-gradient(top, #68cf00, #569913);
    background-image: -ms-linear-gradient(top, #68cf00, #569913);
    background-image: -o-linear-gradient(top, #68cf00, #569913);
    background-image: linear-gradient(to bottom, #FF0000, #FF0000);
    text-decoration: none;
}
.greenButtonSelected span.value, .greenButtonSelected span.cifra {
    color: #fff;
}
/*
.greenButtonSelected .value, .greenButtonSelected .cifra {
    color: #fff !important;
}
*/
.greenButton:hover {
    background: #eaffd1;
    background-image: -webkit-linear-gradient(top, #eaffd1, #d0ffa1);
    background-image: -moz-linear-gradient(top, #eaffd1, #d0ffa1);
    background-image: -ms-linear-gradient(top, #eaffd1, #d0ffa1);
    background-image: -o-linear-gradient(top, #eaffd1, #d0ffa1);
    background-image: linear-gradient(to bottom, #FFCCFF, #FFCCFF);
    text-decoration: none;
    cursor: pointer;
}
#sprytextfield9 input, #sprytextfield31 input {
    padding: 0 0.5em;
    width: 150px;

}
.cifra {
    color: #4a4a4a;
    font-size: 14px;
    vertical-align: top;
    font-family: arial, "lucida console", sans-serif;
}
.value {
    color: #4a4a4a;
    font-size: 24px;
    font-family: arial, "lucida console", sans-serif;
    font-weight: 300;
    margin-right: 10px;
}


/*******************************
MOBILE RESPONSIVE OVERRIDES
********************************/
@media screen and (max-width: 400px) {
    .form {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .title {
        padding-left: 0;
        text-align: center;
    }
    .ui-tabs .ui-tabs-panel {
        padding: 0 !important;
    }
    #sprytextfield9{
        display: block;
    }
    input#regularAmountOther {
        width: 150px;
    }
}
/*******************************
LARGE PHONE RESPONSIVE OVERRIDES
********************************/
@media screen and (min-width: 401px) and (max-width: 991px) {
    input#regularAmountOther {
        width: 150px;
    }
}

/*******************************
TABLET RESPONSIVE OVERRIDES
********************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
    #sprytextfield9{
/*        display: block;*/
    }
    input#regularAmountOther {
        width: 150px;
    }
}

/*******************************
DESKTOP RESPONSIVE OVERRIDES
********************************/
@media screen and (min-width: 600px) {
    .form {
        margin: 2em 0 2em 2em;
    }
    .right-info {
        margin-left: 1em;
    }
}
/*******************************
LARGE DESKTOP RESPONSIVE OVERRIDES
********************************/
@media screen and (min-width: 1200px) {
    input#regularAmountOther {
        width: 150px;
    }
}
