

.processStepsContainer + .subscriptionTable {  
	height: calc(100% - 10rem);
}

.subscriptionWrapper {
    width: 100%;
}

.animWrap {
    overflow: hidden;
}

.subscriptionTable, .subscriptionSummary {  
    width: 100%;
    position: relative;
    float: left;
}

.subscriptionTable {
	margin-right: 2rem;
}

.subscriptionTable .registrationSubscriptionSubmit {
    margin: 30px;
    float: right;
}

.subscriptionSummary {
	display: none;
}

.subscriptionPrice {
	text-align: right;
	font-size: 2rem;
}

.subscriptionPriceContent {
    width: 12rem;
    display: inline-block;
}

.classificationSelection {
	display: none;	
}

.subscriptionTable tr:nth-child(2n+1) {
	background-color: #EAEAEA;
}

.subscriptionTable tr:nth-child(2n), .subscriptionTable th:first-child {
	background-color: #d9d9d9;
}

.subscriptionTable tr:nth-child(2n+1) td:nth-child(2) {
	background-color: #ffedcf;
}

.subscriptionTable tr:nth-child(2n) td:nth-child(2), .subscriptionTable th:nth-child(2) {
	background-color: #fde5be;
}

.subscriptionTable tr:nth-child(2n+1) td:nth-child(3) {
	background-color: #ffd693;
}

.subscriptionTable tr:nth-child(2n) td:nth-child(3), .subscriptionTable th:nth-child(3) {
	background-color: #ffd083;
}

.subscriptionTable tr:nth-child(2n+1) td:nth-child(4)  {
	background-color: #fdca77;
}

.subscriptionTable tr:nth-child(2n) td:nth-child(4), .subscriptionTable th:nth-child(4) {
	background-color: #ffbf57;
}

.subscriptionTable th, .subscriptionTable td {
	border: 0.3rem solid white;
}  

.subscriptionTable th:first-child,.featureRowHeader {
    width: 1%;
    white-space: nowrap;
    padding-right: 10px;    
    padding-left: 5px;
}

.selectSubscriptionProduct {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.selectSubscriptionProduct:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.selectSubscriptionProduct:active {
	position: relative;
	top: 1px;
}

.indicatorCircle {
    height: 1.3rem;
	width: 1.3rem;
    border-radius: 50%;
    display: inline-block;
}

.indicatorCircle.activated {
	background-color: #00bd00;
}

.indicatorCircle.deactivated {
	background-color: #fd0000;
}

.contractPeriod, .subscriptionFeature, .subscriptionTable .productHeader {
	text-align: center;
}

.subscriptionFeature.selectedProduct {
	border-left-color: black;
	border-right-color: black;
}

.subscriptionTable th.selectedProduct {
	border-top-color: black;
}

.subscriptionTable .selectedProduct {
	border-left-color: black;
	border-right-color: black;
}

.subscriptionTable .nextSelectedProduct {
	border-right-color: black;
}

.subscriptionTable tbody tr:last-child .selectedProduct {
	border-bottom-color: black;
}

.subscriptionTable th {
    padding: 1.2rem 0;
}
    
.subscriptionTable td.subscriptionFeature {
    width: 30%;
    min-width: 250px;
}   

.subscriptionFeature.disabledSelection button {
    background-color: #e4e4e4 !important;
}

.subscriptionFeature.disabledSelection span {
    color: #d5d5d5 !important;
} 
    
.basicSwitch {
	position: relative;
	display: inline-block;
	width: 2.7rem;
	height: 1.6rem;	
	margin-bottom: 0 !important;
	top: 3px;
}

.basicSwitch input {
	display: none;
}

.slider {
  	position: absolute;
  	cursor: pointer;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: #ccc;
  	-webkit-transition: .4s;
  	transition: .4s;
  	border-radius: 0.765rem; 
  	box-shadow: 0px 0px 0px 1px rgba(76, 76, 76, 0.75);
}

.slider:before {
  	position: absolute;
  	content: "";
    height: 1.3rem;
	width: 1.3rem;
    left: 0.154rem;
    bottom: 0.154rem; 	
  	background-color: #fd0000;
  	-webkit-transition: .4s;
  	transition: .4s;
	border-radius: 50%;  	
}

input:checked + .slider:before {
  	background-color: #00bd00;
}

input:focus + .slider {
  	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  	-webkit-transform: translateX(1rem);
  	-ms-transform: translateX(1rem);
  	transform: translateX(1rem);
}

.subscriptionTable .bootstrap-select {
    margin: 0 auto;
}

.subscriptionTable .bootstrap-select > button {
    background-color: white;
    width: 100%;
	padding: 0.1rem 0.5rem;
}

.subscriptionTable .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: calc(100% - 2.5rem) !important;
}

.subscriptionTable .bootstrap-select > button span {
    color: black;
    text-align: center;
    font-size: 1.3rem;
}

.subscriptionTable .bootstrap-select ul li > a {
    text-align: left;
}

.subscriptionTable .bootstrap-select ul li > a:before {
    font-size: 2rem;
    margin: 0;
}

.bootstrap-select .notify {
    display: none;
}

.proceedSubscription, .submitSubscription, .cancelSubscription {
    margin: 1rem 0;
}

.subscriptionSummary table {
    margin-bottom: 1rem;
}

button.submitSubscription {
    float: right;
}

.disabledSelection > * {
	pointer-events: none;
	display: none;
}
