body {
	height: 100%;
	/*position: relative;*/
	overflow-x: hidden;
}

html {
	/*margin-bottom: 10px;*/
	min-height: 100%;
}

@media (max-width: 992px) {
	.hide-tablet {
  	 display: none;
  }
}

button:focus, button:active {
	outline: 0;
}

.blue {
	color: #62a7e0 !important;
}

.bold {
	font-weight: bold !important;
}

.pointer {
	cursor: pointer;
}

@media (min-width:767px) {
	.mobile-break {
		display: none;
	}
}

@media (max-width:767px) {
	.desktop-break {
		display: none;
	}
}

a.btn {
	background-color: buttonface;
    /*color: rgba(51,51,51,1);*/
	color: rgba(128,130,132,1);
}

/* set back to bootstrap default */
a.btn.btn-warning {
    background-color: #f0ad4e;
    color: rgba(51, 51, 51, 1);
    opacity: .8;
}

a.btn.btn-warning:hover {
    opacity: 1;
}

a.btn:hover {
	color: rgba(51,51,51,1);
}

.btn.orange, .btn.orange:hover {
	background-color: #EEA833;
    color: white;
}

a.orange {
    color: #EEA833;
}

[contenteditable="true"] {
	-moz-appearance: textfield;
	border: 1px solid #808080;
	overflow: auto;
	padding: 2px;
	/* width: 75px; */
	height: 40px;
}

.admin-order-form__price-display {
	color: #888;
	border-left: 1px solid #EEE;
}

.admin-order-form__buttons {
	padding-left: 40px;
}

/* pagination */
.pagination {
	text-align: center;
	list-style: outside none none;
}
.pagination__current {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #555;
	margin: 0px 0px;
	position: relative;
	top: 2px;
}

.pagination__current>span {
	border: none !important;
}

.pagination__block {
	display: inline-block;
	padding: 5px 10px;
	min-width: 100px;
}

/* a little extra to fight with bootstrap */
.pagination__cardinality, .pagination>li.pagination__cardinality {
	display: block;
	clear: both;
	color: #888;
}
/* end pagination */

.site-content {
	padding-top: 100px;
	position: relative;
}

.site-content:after {
	height: 225px;
	display: block;
	content: '';
}


/* store css */
.store.product-row .product-row__select-button {
	display: none;
}

.store.product-row:hover .product-row__select-button {
	display: block;
}

/* things added during update to bootstrap 3 end here */

/* admin specific?  and old*/
.license .license-detail {
	font-size: 22px;
	font-weight: 500;
}

.license .weak {
	font-size: 22px;
	font-weight: 300;
}

#new-card {
    border-left: 1px solid #cbcbcb;
    padding-left: 40px;
}


/* old styles here */
.navbar .nav {
	margin: 0 10px 10px 0;
}

#id_managed_partners_unselected {
	margin-left: 0;
}

#id_managed_partners, #id_managed_partners_unselected {
	height: 455px;
	min-width: 150px;
}

.admin-order-form__payment-pills > div.tabbable > h3 > ul.nav.nav-pills li {
	margin-right: 50px;
}
.admin-order-form__payment-pills > div.tabbable > h3 > ul.nav.nav-pills li a {
	margin-top: 10px;
	margin-right: 50px;
}

.card-errors {
	margin-bottom: 30px;
}


.product_list__grid--mobile {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.mobile__row {
	display: flex;
	flex-direction: column;
}

.mobile__row__item {
	display: flex;
	height: 60px;
}

.mobile__row__item div:nth-child(1) {
	flex-basis: 50%;
	background-color: #62a7e0;
}

.mobile__row__item div:nth-child(2) {
	flex-basis: 50%;
}


.product-list {
	/*margin-bottom: 200px;*/
}

@media (max-width:767px) {
	.product-list {
		margin-bottom: 100px;
	}
}

.product-list__header {
	color: #000000;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
}

.product-list__subheader {
	margin-bottom: 66px;

	color: #000000;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
}

@media (max-width: 767px) {
	.product-list__subheader {
		 margin-bottom: 30px;

		 color: #000000;
		 font-size: 15px;
		 font-weight: normal;
		 font-style: normal;
		 font-stretch: normal;
		 line-height: 1.6;
		 letter-spacing: normal;
		 text-align: center;
	}
}

.product-list__grid {
	margin-left: auto;
	margin-right: auto;
	/*width: 75%;*/
    width: 1050px;
    max-width: 1050px;
}

@media (max-width: 767px) {
	.product-list__grid {
		width: 100%;
	}
}

.product-list__grid .grid-header {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-around;

	-webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
	.product-list__grid .grid-header {
		margin-bottom: 40px;
	}
}

.grid-header__icon-wrap {
	  display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-header__icon {
	margin-bottom: 40px;
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;

	background-color: #f88600;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.grid-header__icon {
		height: 80px;
		width: 80px;
	}
}

.grid-header__icon--grey {
	background-color: #f0f1f1;
}

.grid-header div:nth-child(1), .grid-header div:nth-child(3) {
	color: #808284;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: center;
}

.grid-header div:nth-child(2)  {
	color: #808284;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;

  text-transform: uppercase;
}

@media (max-width: 767px) {

	.grid-header div:nth-child(1), .grid-header div:nth-child(2), .grid-header div:nth-child(3) {
		color: #808284;
		font-size: 9px;
	  font-weight: 600;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 2.67;
	  letter-spacing: 1px;

		text-align: center;
	  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		text-transform: uppercase;
	}

}

.product-row {
	margin-top: -20px;
	display: flex;
	position: relative;
	align-items: center;
}

.product-row:hover .product-list__education {
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.product-row:hover .product-list__users__overlay {
 background-color: rgba(0, 0, 0, 0.05);
}
.product-row:hover .product-list__corperate {
	 background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}

.product-list__users__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.product-list__selection {
	flex-basis: 33%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-list__selection:hover {
	cursor: pointer;
}

.product-list__selection a, .product-row__select-button {
	opacity: .5;
}

.product-list__selection a:hover, .product-row__select-button:hover {
	opacity: 1;
}

.product-list__selection--bold {
	 color: #000000;
	 font-size: 21px;
   font-weight: 600;
   font-style: normal;
   font-stretch: normal;
   line-height: 1.43;
   letter-spacing: 1px;
   text-align: center;
}

	@media (max-width: 767px) {
		.product-list__selection--bold {
			color: #000000;
			font-size: 15px;
		  font-weight: 600;
		  font-style: normal;
		  font-stretch: normal;
		  line-height: 1.6;
		  letter-spacing: 1px;
		  text-align: center;
		}
	}


.product-list__selection--users {
	color: #ffffff;
	font-size: 21px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1px;

  text-align: center;
	background-color: #62a7e0;
}

@media (max-width: 767px) {
	.product-list__selection--users {
		color: #ffffff;
		font-size: 15px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.6;
		letter-spacing: 1px;

		text-align: center;
	}
}

.product-list__selection a {
	width: 200px;
  height: 34px;

	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	text-transform: uppercase;
	line-height: 34px;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;

  border-radius: 4px;
  background-color: #f88600;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
	.product-list__selection a {
  	 width: 80px;
  }
}

.selection {
	position: absolute;
}

@media (max-width:992px) {
	.selection { display: none; }
}

.selection button {
	width: 80px;
  height: 34px;

	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;

  border-radius: 4px;
  background-color: #f88600;
  border: solid 1px rgba(0, 0, 0, 0.15);
}


.selection--left {
	left: 0;
	z-index: 1;
}

.selection--right {
	right: 0;
	z-index: 1;
}


.checkout {
	margin-left: auto;
	margin-right: auto;
	/*width: 75%;*/
    width: 690px;
    max-width: 690px;
}

@media (max-width: 600px) {
	.checkout {
		width: 95%;
	}
}

.checkout__label {
	margin-bottom: 10px;

	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
}

.checkout__header {
	margin-top: 61px;
	margin-bottom: 66px;
	display: flex;
  justify-content: center;
  position: relative;
	align-items: flex-end;
}

@media (max-width: 767px) {

	.checkout__header {
		margin-bottom: 50px;
	}

}


.checkout__header a {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;

	color: #f88600;
	text-decoration: none;
    width: 690px;
}

@media (max-width: 767px) {

	.checkout__header a {
		margin-top: 20px;
		left: initial;
	}

}


.checkout__header a img {
	margin-right: 7px;
}

.checkout__headline {
	color: #000000;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
}

.checkout__small-title {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;

	color: #808284;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 1px;

	text-align: center;
	text-transform: uppercase;
}

.checkout__small-title div:nth-child(1) {
  	padding-left: 40px;
    padding-right: 40px;
    position: absolute;

    background-color: white;
}
.checkout__small-title div:nth-child(2) {
		height: 1px;
		width: 100%;

		background-color: #f0f1f1;
}


.checkout__product-header {
	width: 100%;
	display: flex;
}

.checkout__product-header div {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
}

.checkout__product-header div:nth-child(1) {
	display: flex;
	flex-basis: 25%;
}
.checkout__product-header div:nth-child(2) {
	display: flex;
	flex-basis: 25%;
}
.checkout__product-header div:nth-child(3) {
	display: flex;
	flex-basis: 25%;
}
.checkout__product-header div:nth-child(4) {
	display: flex;
	justify-content: flex-end;
	flex-basis: 25%;
}

.checkout__products {
	width: 100%;
	display: flex;
}

.checkout__products div {
	color: #000000;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
}

@media (max-width: 767px) {
	.checkout__products div {
	  color: #000000;
		font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    text-align: center;
	}
}

.checkout__products div:nth-child(1) {
	display: flex;
	flex-basis: 25%;
}
.checkout__products div:nth-child(2) {
	display: flex;
	flex-basis: 25%;
}
.checkout__products div:nth-child(3) {
	display: flex;
	flex-basis: 25%;
}
.checkout__products div:nth-child(4) {
	display: flex;
	flex-basis: 25%;
	justify-content: flex-end;
}

.checkout__fees {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.checkout__row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.checkout__row div {
	color: #000000;
 	font-size: 21px;
 	font-weight: normal;
 	font-style: normal;
 	font-stretch: normal;
 	line-height: 1.43;
 	letter-spacing: normal;
}

@media (max-width: 767px) {
	.checkout__row div {
		font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
	}
}

.checkout__fees b {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
}


.coupon__description {
  color: #808284;
	font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
}

.coupon-form {
	margin-top: 30px;
	margin-bottom: 60px;
	height: 104px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;

	background-color: #f0f1f1;
}


.coupon__form-group {
	display: flex;
}

.coupon__form-group button {
	margin-left: 11px;
	width: 149px;

	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 3.4;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 4px;
  background-color: #f88600;
  border: solid 1px rgba(0, 0, 0, 0.15);

}

.user-auth-row {
	margin-bottom: 60px;
}

.user_auth__field {
	margin-bottom: 20px;
}

.payment-options {
	margin-bottom: 30px;
	height: 70px;
	width: 100%;
	display: flex;
	justify-content:space-around;
	align-items: center;

	background-color: #f0f1f1;
}


.cancel-checkout {
	margin-top: 10px;
	width: 200px;
  height: 34px;
	display: inline-block;
  border-radius: 4px;

  color: #000000;
	font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.4;
  letter-spacing: 2px;

  text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #f0f1f1;
	border: solid 1px rgba(0, 0, 0, 0.15);
}

.cancel-checkout:hover {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

.cancel-checkout:active, .cancel-checkout:focus {
		text-decoration: none;
		color: #000000;
}


.cancel-button {
	margin-top: 10px;
	width: 200px;
  height: 34px;
	display: inline-block;

	color: #000000;
	font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.4;
  letter-spacing: 2px;
  text-align: center;

	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	background-color: #f0f1f1;
	border: solid 1px rgba(0, 0, 0, 0.15);

}

.cancel-button:hover {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

.cancel-button:active, .cancel-button:focus {
	text-decoration: none;
	color: #000000;
}

.complete-purchase {
	margin-bottom: 40px;
	width: 100%;
}

.complete-purchase button {
	margin-top: 10px;
	width: 200px;
  height: 34px;
  float: right;

	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	text-align: center;

  text-transform: uppercase;
	border-radius: 4px;
	background-color: #f88600;
	border: solid 1px rgba(0, 0, 0, 0.15);
}


@media (max-width: 767px) {
	.complete-purchase button {
		float: none;
	}

	.complete-purchase {
		text-align: center;
	}
}


@media (max-width: 400px) {
	.complete-purchase button {
		width: 100%;
	}

	.cancel-button {
		width: 100%;
	}
}

.store__modal .modal-header {
	border-bottom: none;
}
.store__modal .modal-content {
	border-radius: 0px;
}

.store__modal .modal-body {
  color: #000000 !important;
	font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;

	text-align: center;
}

.store__modal .modal-buttons {
	margin-top: 40px;
}

.store__modal .modal-buttons button {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 200px;
	height: 34px;

	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 3.4;
	letter-spacing: 2px;

	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	background-color: #f88600;
	border: solid 1px rgba(0, 0, 0, 0.15);
}

.store__modal > .modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: 390px;
	top: 20%;
}

@media (max-width: 600px) {
	.store__modal .modal-dialog {
		width: 90%;
	}
}

.order-placed {
	height: 100%;
	padding-top: 100px;
    max-width: 690px;
}

.order-placed p {
	color: #000000;
}

#order-form-data {
	margin-left: 20px;
}

ul.no-style {
    list-style: none;
    padding-left: 0;
}

/* nav link boldening, using same technique as the rest of the collobos site controlled by collobos */
.store-page .store-nav-link {
	font-weight: bold;
}
