/* Ecomm Shopping Styles */
.EcommProductBox_Normal {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 240px !important;
}

.EcommProductBox_Normal:hover {
background-color: #EEEEEE;
}

/* Expand width of boxes on plan selection screen so that all plan names are displayed */
div[id^="dnn_ctr"][id$="_Edit_PlanSelection_UP"] > .row-plan > .item {
max-width: min-content;
}

/* Fix the "View Details" modal on the plan selection screen */
div[id^="dnn_ctr"][id$="_Edit_PlanSelection_UpdatePanel1"] {
position: unset !important;
}

/* Correct the coverage check tool's position */
div[id^="dnn_ctr"][id$="_View_ServiceSelection_pnlMessage"] {
position: relative !important;
margin: 0 auto;
}

.cartProductBox{
height: 150px !important;
}
.cart-username{
font-weight: 700;
}

.cart-price {
font-size: 85%;
}

.btn-product {
position: absolute;
top: 0px;
left: 0px;
height: 240px;
width: 100%;
opacity: 0 !important;
}

.product-image {
min-width: 50px;
border: none !important;
background-color: transparent !important;
}

.display-name {
font-weight: bold;
font-size: 20px;
}

.vendor-message {
font-size: 85%;
}

.vendor-message > img {
min-width:50px;
max-width: 100px;
border: none !important;
background-color: transparent !important;
}


/*  Used to give Bootstrap Tabs some spacing and borders */
.bordered-tab-contents > .nav-tabs {
  padding-left: 15px;
  margin-bottom: 0;
  border: none;
}
.bordered-tab-contents > .tab-content {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}

.dnnPanelLoading {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-opacity: 0.7;
  opacity: 0.7;
}

.dnnLoading {
  background: #fff url(../../../../../images/loading.gif) no-repeat center center;
  position: absolute;
  z-index: 9999;
}

/* Plan and Feature selection radio buttons */

input[type=radio] + label, input[type=checkbox] + label {
width: 100%;
margin: 2px;
text-align: left;
color: #333;
background-color: #fff;
border-color: #ccc !important;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
input[type=radio] + label:hover, input[type=checkbox] + label:hover {
background-color: #e6e6e6 !important;
border-color: #adadad !important;
}
.plan-cost {
font-weight: bold;
font-size: 18px;
background-color: lightgray;
padding: 7px;
margin-left: -12px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.plan-name {
padding-left: 10px;
}

/* Hide Persona Bar */
/* Commenting this initially helps with setup of new sites. 
* Be sure to uncomment when deploying to customer
*/
.personabar-placeholder {
/* display:none; */
}

#dnn_ctr13467_View_listMDNs > span > div > div > div > div.col-xs-8 > div.text-center {
width: inherit !important;
height: inherit !important;
border: inherit !important;
border-radius: inherit !important;
padding-top: inherit !important;
}
.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
text-align: left;
}
#dnn_ctr13494_View_lblPlanDescription > div:nth-child(6), 
#dnn_ctr13494_View_lblPlanDescription > div:nth-child(2), #dnn_ctr13470_Plan_Change_lblPlanDescription > div:nth-child(2), #dnn_ctr13470_Plan_Change_lblPlanDescription > div:nth-child(6) {
padding-left: 60px !important;
}


/* Styles for Credit Card Error Message */
#dnn_ctr13558_EditPaymentInfo_pnlStatus > div > div > div{
border-color: transparent;
padding: 22px 18px;
margin-top: 20px;
}

#dnn_ctr13558_EditPaymentInfo_pnlStatus > div > div > div > ul {
margin-left: 12px;
}
#dnn_ctr13558_EditPaymentInfo_pnlStatus > div > div > div > ul > li:nth-child(1){
margin-left: 20px;
margin-top: 11px;
margin-bottom: 11px;
}

#dnn_ctr13558_EditPaymentInfo_pnlStatus > div > div > div > ul > li:nth-child(2){
margin-left: 20px;
margin-top: 11px;
margin-bottom: 11px;
}


#dnn_ctr13558_EditPaymentInfo_pnlStatus > div > div > div > ul > li:nth-child(3){
margin-left: 20px;
margin-top: 11px;
margin-bottom: 11px;
}
/* End */

/* Styles for SIM Swap button */
#dnn_ctr13458_View_pnlSimSwap > div:nth-child(3) > div {
	display:flex; 
	flex-direction: column;
	align-items: stretch; 
	gap: 25px;
}

/* Style for Device Financing but View Terms */
#dnn_ctr15955_View_pnlSplash > div.text-center > button {
    color: #0866ff !important;
    border-color: #0866ff !important;
    background-color: white !important;
    border-width: 2px;
    border-radius: 0px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
}

#dnn_ctr16096_View_btnDisconnect {
    margin-top: 0.3rem;
}



#dnn_ContentPane > div.DnnModule.DnnModule-TelispireModulesHTML.DnnModule-16099{
    margin: 15px 8rem 0 16px;
}


