/* 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; */
}

#Body > div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.dnnFormPopup.dnnClear.ui-dialog-buttons {
  border-radius: 13px;
  border-color: #FFF !important;
  border: 1px solid;
  border-width: thin;
  background-color: #FFF;
  width: 256px;
}

#Body > div > div.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix > div > button.dnnSecondaryAction.dnnConfirmCancel {
 background: var(--account-primary) !important;
  color: #FFF !important;
  border-color: var(--account-primary) !important;
  font-size: 12px;
  border: none;
  height: 35px;
}

#Body > div > div.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix > div > button.dnnPrimaryAction {
  background: var(--account-primary) !important;
  color: #FFF !important;
  border-color: var(--account-primary) !important;
  font-size: 12px;
  border: none;
  height: 35px;
}

#ui-id-1 {
  padding-bottom: 5px;
  margin-top: -8px;
  background-color: #FFF;
  border-top: none;
  margin-left: -8px;
}

#Body > div > div.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix > button {
  /* border-color: var(--account-primary)4D !important; */
  top: -25px;
  right: -10px;
  width: 24px;
  /* border-color: var(--account-primary)4D !important; */
  color: #FFF !important;
  text-indent: 0em !important;
  background: url(https://wirelessprovisioning.com/Portals/13/images/X.png)no-repeat center center;
  background-color: #fff !important;
  background-size: 10px !important;
  font-size: 0px;
}
/* END */


div[id^="dnn_ctr"][id$="_ModuleContent"] {
  display: block;
  /* padding: 22px; */
  margin-bottom: 90px;
  margin-top: 50px;
}

#dnn_ctr14994_View_pnlMessage {
  width: 80% !important;
  position: absolute !important;
  z-index: 10002 !important;
  left: 20vw !important;
  top: 0px !important;
}

/* Device Protection Modal */
#dnn_ctr15022_Edit_AddonSelection_pnlPlanProtection > div > div {
    display: flex;
    flex-direction: column;

}

#dnn_ctr15022_Edit_AddonSelection_pnlPlanProtection > div > div > div.modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#dnn_ctr15022_Edit_AddonSelection_pnlPlanProtection > div > div > div.modal-header > div.form-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#dnn_ctr15022_Edit_AddonSelection_pnlPlanProtection > div > div > div.modal-header > div.form-group > div:nth-child(1) {
  width: fit-content;
}

#dnn_ctr15022_Edit_AddonSelection_pnlPlanProtection > div > div > div.modal-header > div.form-group > div:nth-child(2) {
  width: fit-content;
}

#dnn_ctr15949_View_pnlSplash > div.text-center > button {
   color: #fff !important;
}

/* Width of 1000px */
@media (max-width: 1000px){
#dnn_ctr14993_ModuleContent > div > div.panel-body > div > div:nth-child(2) { 
  margin-top:25vh; 
}
}

@media (max-width: 767px) {
  #dnn_ctr14994_View_pnlMessage {
  width: 80% !important;
  position: absolute !important;
  z-index: 10002 !important;
  left: 20vw !important;
  top: 0px !important;
}
  .modal-dialog {
    width: 40vw !important;
    margin: 30px auto;
  }
}



