a img{
    cursor: pointer;
}

/*Open up below*/
#upgrade-wrapper-bottom{
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.6s;
    z-index: 1;
    position: relative;
    bottom: 0;
    background: #222;
    -webkit-font-smoothing: antialiased;
}

#upgrade-wrapper-bottom .skycom_container{
    /*height: auto !important;*/
}

#upgrade-wrapper-bottom a{
    text-decoration: underline;
    display: inline-block;
    margin-bottom:10px;
    cursor: pointer;
    color: #0070a5;
}

#upgrade-wrapper-bottom a.retryBtn{
    text-decoration: none;
}

#upgrade-wrapper-bottom .content:after{
    clear: left;
    content: "";
    display: block;
    height: 50px;
}

#upgrade-wrapper-bottom.open{
    height: auto;
}

#upgrade-wrapper-bottom .content{
    color: #fff;
    height: 100%;
}

.emailAddress{
    margin:0 0 0 0;
    font-weight: bold;
}

.emailAddress a{
    font-weight: normal;
    margin-left: 10px;
}


.editEmail{
    display: none;
    float: none !important;
    margin: 0 0 40px 0;
    color: #222;
}

.bottomAccordian{
    display: none;
}

#upgrade-wrapper-bottom .sup{
    font-size: 12px !important;
    line-height: 20px !important;
}

#upgrade-wrapper-bottom .content input[type="checkbox"]{
    float: left;
    clear: left;
    margin: 3px 0 0;
}

#upgrade-wrapper-bottom .content label{
    box-sizing: border-box;
    display: block;
    float: left;
    width: 90%;
    margin: 0 0 10px 10px;
    font-size: 16px;
}

#upgrade-wrapper-bottom .content button{
    clear: left;
    float: left;
    margin: 20px 0 0;
}

#tandclabel.error{
    display: block;
    float: right;
    width: 26%;
    padding: 0 0 0 30px;
    color: #e11e00 ;
    background: transparent url("../images/exclamation.png") no-repeat left top;
    min-height: 18px;
    margin-right: 4%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

#editEmail.error{
    background: #fff url("../images/exclamation.png") no-repeat 98% center;
    padding: 0 23px 0 0;
    color: #222 !important;
}

.close-upgrade{
    position: absolute;
    top: 20px;
    right:20px;
    color: #fff;
}

.success-message, .error-message{
    display: none;
}

.loader {
    display: none;
    color:#777;
    height: 200px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    /*width: 100px;*/
    z-index: 100;
}

.loader:after {
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border:1px solid #555;
    border-radius: 100%;
    box-shadow:1px 1px #fff;
    content:'';
    height: 100px;
    position: absolute;
    width: 100px;
    z-index:-1;
    top:0;
    left: 50%;
    margin: 0 0 0 -50px;
}

#bodyWrapper .loader h3{
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 120px 0 0;
    width: 100%;
}


@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotateZ(0deg);
  }
  100% {
    -o-transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.order-complete{
    display: none;
}

a img{
    cursor: pointer;
}

.showOnSuccess{
  display: none;
}

#email-tooltip{
    display:inline-block;
    margin: 0 0 0 20px;
}

#email-tooltip:hover .tooltip-content{
    opacity: 1;
    display:block;
}

.tooltip-content{
    color:#222;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .emailAddress{
        overflow-x: auto;
        margin:0 0 40px 0 !important;
    }
}