.toggle-box {
	
	display: none;
	
}

.toggle-link {

	padding: 1rem;
	background: #eeeeee;
	width: 100%;
	box-sizing: border-box;
	
}

.toggle-link .arrow  {
		
	-webkit-transform: scale(1.9, 1.3) rotate(90deg);
	-ms-transform: scale(1.9, 1.3) rotate(90deg);
	transform: scale(1.2, 0.9) rotate(90deg);
	display: inline-block;
	margin-left: 1rem;
	color: #76B51B;
	
}

.toggle-link.active .arrow {
	
	-webkit-transform: scale(1.9, 1.3) rotate(270deg);
	-ms-transform: scale(1.9, 1.3) rotate(270deg);
	transform: scale(1.2, 0.9) rotate(270deg);
	
}

.toggle-link:hover {
	
	background: #e2e2e2;
	cursor: pointer;
	
}

.github-form, .scichart-order {
	background-color: #fff;
	padding: 1rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    box-sizing: border-box;
	border: 1px solid #eee;
}

.github-form .one-second.column {
	margin-bottom: 0;
}

.github-form form { 
	
	width: 100%;
	display: inline-block;
	
}

.github-form label {
	
	margin-top: 12px;
	font-size: 0.75rem;
	
}

.github-form button {
	
	float: right;
	margin-top: 5px;
	margin-right: 0;
	width: 100%;
	margin-bottom: 0;
	
}

.github-form input[type="text"] {
	
	width: 100%;
	
}

.scichart-order .expired { 
	
	color: red;
	margin: 0 0 0px 0;
	
}

.scichart-order .close-to-expiry { 
	
	color: orange;
	margin: 0 0 0px 0;
}

.scichart-order .supported { 
	
	color: #76B51B;
	margin: 0 0 0px 0;
	
}

.scichart-order .expired b, .scichart-order .close-to-expiry b, .scichart-order .supported b { 
	
	color: #565656;
	
}

.scichart-order .activations { 
	
	display: none;
	margin-bottom: 0;
	margin-top: 1rem;
	
}

.scichart-order .button, .scichart-order .column.one {
	margin-bottom: 0;
}

.scichart-order .activations th {
	padding-top: 10px;
	padding-bottom: 15px;
}

.scichart-order .activations td { 
	background-color: #efefef !important;
	border: none;
	text-align: left;
    padding: 8px 15px;
    vertical-align: middle;
}

.scichart-order .activations .highlight-acti td { 
	background-color: #050a30 !important;
	color: white !important;
}

.scichart-order .activations .highlight-acti td a {
	
	color: white !important;
	
}

.scichart-order.expired { 
	
	background-color: rgba(255, 0, 0, 0.05);
	border: 1px solid red;
	
}

.scichart-order.close-to-expiry { 
	
	background-color: rgba(255, 124, 0, 0.05);
	border: 1px solid orange;
	
}

.scichart-trial .active {
	background-color: #42b6494d;
}

.scichart-trial .expired {
	background-color: #ffb637;
}

.scichart-trial .notstarted {
	background-color: #ffb637
}

@media screen and (min-width: 768px) {
	.scichart-order .hide-for-desktop {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
    .scichart-order .hide-for-mobile {
		display: none !important;
	}
}

.renewal_Options_accordion {
	background: none;
	border-width: 0;
}

.renewal_accordion_header {
	background: none;
	border-width: 0;
}

.renewal_Options_accordion_icon {
    position: absolute;
    left: 95%;
    top: 53%;
}

.renewal_Options_accordion a {
    padding:0;
}

.scichart-order .activations .button {
	min-height: 0;
	padding: 5px 10px;
}