﻿.mobileShow { display: none; }
.tabletShow { display:none }
.desktopShow {display:inline }

  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
        .mobileShow {
            display: inline;
        }
        #sectionD .partner-logos {
            text-align:center;
        }
        .desktopShow {
            display:none;
        }

        .msdaForm .col-md-3, .msdaForm .col-md-9, .text {
            padding-left:30px;
            padding-right:30px;
        }
  }

  @media only screen
    and (min-device-width : 992px)
    and (max-device-width: 768px)  {
        .tabletShow {
            display:inline;
        }
        .desktopShow {
            display:none;
        }
  }
  @media only screen
    and (min-device-width : 1024px)
    and (max-device-width: 1366px)  {
        .tabletShow {
            display:inline;
        }
        .desktopShow {
            display:none;
        }
  }
  @media only screen
    and (min-device-width : 768px)
    and (max-device-width: 1024px)  {
        .tabletShow {
            display:inline !important;
        }
        .desktopShow {
            display:none;
        }
  }

.alertbanner {
    top :0px;
    height:auto;
    background-color:lightblue;
    z-index:9999;
    width:100%;
    color:#000;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}

.money-right {
    text-align:right;
}

/*summary page css*/
.summary-customer-name {
    font-weight:bold;
}
.summary-td-detail {
    padding-left:30px
}


.no-border {
    border:none !important;
}


.fontsize10 p, .fontsize10 div {
    font-size:10px;
}

.fontsize12 p, .fontsize12 div {
    font-size:12px !important;
}

.fontsize14 p, .fontsize14 div {
    font-size:14px !important;
}

.fontsize18 p, .fontsize18 div {
    font-size:18px;
}

.fontsize20 p, .fontsize20 div {
    font-size:20px;
}

.bg-primary {
    background-color:black !important;
}

.bg-black {
    background-color:black;
}

.paddingTop20 {
    padding-top:13px
}




.RegistrationTable table {
    width:100%;
}

.RegistrationTable table td, RegistrationTable table th {
    font-size:14px;
    vertical-align:top;
}


.RegistrationTable table .btn-primary {
    font-size:14px;
}

.proxyCustomer {
    font-size:14px;


}

/*#footer {
    background-color:black;
    color:white;
}
#footer a {
    color:white;
}
    #footer a:hover {
        color:red;
    }*/

.ce-registration-list {
    font-size:12px !important;
}

.customerMessageContainer {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index: 99;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.cart-total-cost {
    font-weight:bold;
    text-transform:uppercase;

}