/*HA modified*/

/* addons mod */

.panel-addon-mod {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    border-bottom: 1px solid #ddd !important;
	    padding-bottom: 15px;
}

.panel-addon-mod:last-child {
	border-bottom: none !important;
}

.panel-addon-mod .panel-body {
	text-align: left;
	padding: 0;
}

.panel-addon-mod .panel-body label div{
	margin-right: 5px;
}

.panel-addon-mod .panel-desc {
	text-align: left;
}

.panel-addon-mod .panel-add {
	width: 40px !important;
	height: 40px !important;
	background-color: #86c724 !important;
	border-radius: 100% !important;
	    font-size: 1.4em;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.panel-addon-mod.panel-addon-selected .panel-add {
background-color: #ebccd1 !important;
	}

.panel-addon-mod .panel-body label {
	font-size: 1.3em !important;
}

.panel-addon-mod .panel-price {
	max-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 20px !important;
	font-size: 1.2em;
border-radius: 50px;
background-color: #fff;
border: 1px solid #e8e8e8;
}
	/*cart styles*/

  .popover{
    font-size:12px;
    max-width: 100%;
  }
  .notify{
    font-size:12px;
    color: white;
    background-color: #86c724;
    margin-left:5px;
    border-radius:3px;
  }
  #producttotal > table:nth-child(4) {
    display: none !important;
  }
  .soft_sel{
    border-bottom: 1px solid #ddd;
  }
  .soft_sel:last-child{
    border-bottom: none;
  }
  .plan_change{
    background-color: white;
    border: 1px solid #86c724;
    outline: none !important;
    margin-bottom: 10px;
    font-weight: bolder;
  }
  .plan_change.active{
    color: white;
    border: none;
    background-color: #86c724;
  }
  .conf_row{
    margin-bottom: 10px;
  }

  .conf_row input[type="number"]{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0px !important;
    height: 30px !important;
  }
  .cycle_radio{
    border-bottom:1px solid #ddd;
    margin-bottom:5px;
  }
  .cycle_radio label {
    font-weight: bold;
    position: relative;
    top: -2px;
  }
  .ordersummarytbl .text-right{
    display: none;
  }
  .summaryproduct {
    display: none !important;
  }
  .ordersummarytbl tr:first-child td:first-child{
    font-size: 16px !important;
    font-weight: bold;
    padding-bottom:15px !important;
  }
  #producttotal > table:nth-child(4){
    margin-top: 10px;
    border-top:1px solid #ddd;
  }
  #producttotal > table:nth-child(4) > tbody > tr > td, #producttotal > table:last-child > tbody > tr > td{
    padding-top: 10px;
  }
  #producttotal > table:last-child{
    margin-top: 10px;
    border-top:1px solid #ddd;
    font-size: 16px !important;
  }
  .main-content {
    width: 100% !important;
  }

  .cpanelLicencesRow {
  	margin-bottom: 35px;
  }

.plansContainer {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}

.panel-body .input-sm,
.hostnamefield {
	height: 26px !important;
	padding: 0 5px;
}

.plan_change {
	height: 26px;
	line-height: 0;
	width: 100%;
}