﻿/* hide Edge password button*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}


.popovertext {
    font-size: 14px;
    padding: 15px;
}

.link-button {
    color: #3d89cc;
    background-color: #fff;
    border: none;
}

.margin-top-30, .roadside-history, .gift-memberships {
    margin-top: 30px;
}

.table-noborder tr td {
    border-top: solid 0px #fff !important;
}

.field-validation-error
{
    color: #ff0000;
    font-size: 12px;
}
.field-validation-valid
{
    visibility: hidden;
}
.input-validation-error
{
border: 1px solid #ff0000;
background-color: #ffeeee;
    color: #ff0000;
}
.validation-summary-errors
{
font-weight: bold;
color: #ff0000;
}
.validation-summary-valid {
    display: none;
}

.confirmation-warning {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 40px 15px 80px;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.confirmation-warning:before {
    content: "\f11F";
    line-height: 1;
    left: 0;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    font-family: icons;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    width: 80px;
    top: calc(50% - 20px);

}


/* Override specific to form submit button "Next" in Join/Renew/AddMember flows */
    .aaa-form input[type=submit].btn-disabled {
        background: #DDD;
        border: #DDD;
        cursor: default;
    }
    .aaa-form input[type=submit].btn-disabled:hover {
        background: #DDD;
    }
body.gift-login .primary > .content-block {
    min-height: 0;
}
body.gift-login .login-button-group {
    margin: 10px 0 40px;
}
body.gift-login .btn {
    width: 200px;
}
@media screen and (max-width: 539px) {
    body.gift-login .login-button-group {
        margin: 10px 0 0;
    }
    body.gift-login .btn {
        display: block;
        float: none;
        width: 100%;
    }
}

/* Reduce image opacity on print because IE and FF 
     have issues with printing white text over a background.
*/
@media print{
  body.page-membership-cards ul.card li img {
      -webkit-filter: grayscale(80%);
      opacity: 0.7;
  } 

  .no-print, .no-print *
  {
      display: none !important;
  }

  .print-only, .print-only *
  {
      display: block !important;
  }

    @page {
        margin-bottom: 0;
        size: auto;
    }

    .print-img {
        height: 50px;
        width: 100px;
    }
}

@media only screen {
    .screen-only {
        /*background: url(~/Assets/img/aaa_logo.png) no-repeat;*/
        display: none;
    }
}


/* RenewGift Summary page */
.page-cart-summary.renew-gift .renew-subtotal {
    padding-bottom: 20px;
}
.page-cart-summary.renew-gift li.subtotal {
    padding-bottom:0px;
}


/* Additional Form element styles */
.aaa-form input[type=tel] {
    -webkit-appearance:none; 
    -moz-appearance:none;
    appearance:none;
    background:#fafafa;
    border:1px solid #dfdfdf;
    border-radius:0;
    color:#666;
    display:inline-block;
    font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:16px;
    height:40px;
    line-height:24px;
    margin-bottom:0px;
    padding:8px 10px;
    position:relative;
    width:100%
}


/* Account Overview */


.receipt-order {
    float: right;
}

.receipt-print-button {
    width:120px;
    margin-left:auto;
    margin-right:auto;
    margin-top:14px;
}

@media screen and (max-width:610px) {
    .receipt-order {
        float: left;
        width: 100%
    }
}

@media screen and (max-width:539px) {
    .page-identity-overview .reset-mobile-secondary .inner-secondary {
        width: 100%;
    }

    .page-identity-overview .reset-mobile-secondary .inner-secondary {
        padding-top: 0px;
    }

    .page-identity-overview .reset-mobile-secondary .inner-secondary a {
        clear: both;
        float: left;
        text-align: left;
    }
}



/* Account Overview ERS columns */
@media screen and (max-width: 99999px) and (min-width: 900px) {
    body.page-identity-overview .primary .info-block.roadside-history p span {
        width: 23.03922%;
    }
}
@media screen and (max-width: 899px) and (min-width: 540px) {
    body.page-identity-overview .primary .info-block.roadside-history p span {
        width: 23.03922%;
    }
}

.card-background {
    background: #c0c0c0
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    /*background-color: #d9edf7; */
    background-color: #FFC0CB;
    border-color: #bce8f1;
    color: #31708f;
    font-weight: bolder;
    font-size: 17px;
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.medium-price {
    font-size: 20px;
}

#receipt-continue {
    cursor: pointer;
}

.renew-detail-checkbox {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 5px;
    float:left
}

#addressDiv input[type=text] {
    margin-bottom: 0px;
}

/* Validated field on a portal page */
.portal-val-field {
    margin-bottom: 10px;
}

.page-identity-overview .portal-block {
    background-color: #fff;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 17px;
}

.page-identity-overview .portal-pad {
    padding: 20px;
}

.aaa-form input[type=text], .aaa-form input[type=email], .aaa-form input[type=password], .aaa-form input[type=date], .aaa-form input[type=number], .aaa-form textarea {
    margin-bottom: 0px;
}

.aaa-form .portal-field-box {
    height: 94px;
}

.aaa-form .error {
    color: red;
    font-size: 12px;
}

.aaa-form .aaa-dropdown {
    display:block;
    font-size:16px;
    padding:8px 10px;
    background:#fafafa;
    color:#666;
}

.displayCards {
    border-collapse: inherit;
}

.displayCards td img {
    width: 100px;
}

.displayCards td.header {
	padding: 2rem 0 0;
}

.displayCards tr.autorenew > td {
    border-bottom: 2px solid #E75B45;
    border-top: 2px solid #E75B45;
}

.displayCards tr.autorenew > td:first-child {
    border-left: 2px solid #E75B45;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.displayCards tr.autorenew > td:last-child {
    border-right: 2px solid #E75B45;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .displayCards td img {
        width: 100%;
    }

    .displayCards.responsive tr {
        border: none;
    }

    .displayCards tr.autorenew {
        border: 2px solid #E75B45;
        border-radius: 10px;
    }

    .displayCards tr.autorenew > td {
        border-bottom: none;
        border-top: none;
        padding: 20px 20px!important;
    }

    .displayCards tr.autorenew > td:first-child {
        border-left: none;
    }

    .displayCards tr.autorenew > td:last-child {
        border-right: none;
    }
}

.displayCards .expired-false {
    display: none;
}
.displayCards .expired-true {
    display: block;
}

.edit-icon {
    width: 20px !important;
}
.edit-icon-30 {
    width: 30px !important;
}

#members-accordion dt .caret-down {
    display: none !important;
}

#members-accordion dt .caret-right {
    display: inline-block !important;
}

#members-accordion dt.active .caret-down {
    display: inline-block !important;
}

#members-accordion dt.active .caret-right {
    display: none !important;
}

#members-accordion dd ul li {
    margin-left: 30px;
}

#members-accordion dt .memberPrimary {
    display: none;
}

#members-accordion dt:first-child .memberAssociate {
    display: none;
}

#members-accordion dt:first-child .memberPrimary {
    display: inline-block;
}

.fa-3xs {
    font-size: .3em;
    line-height: .1em;
    vertical-align: .8em;
}