@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.programme-box {
	min-height: 450px;
}

/* item styles */
.box-info .programme-cpd, .box-info .programme-cost, .box-info .programme-gst{
	display:block;
}
.basket-item .programme-cpd, .basket-item .programme-cost{
	clear: left;
	display: block;
}
.basket-item .programme-gst{
	clear: left;
	display: inline-block;
}

.basket-item-remove {
	border: medium none;
	font-size: 0;
	height: 0;
	width: 0;
	float: right;
	margin-right:15px;
}

/* basket styles */
.basket-items {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

.basket-item {
	margin: 10px 0;
	border-bottom: 1px solid #a1a1a1;
}

.basket-cpd-wrap {
	font-weight: bold;
}

.basket-total-wrap {
	font-weight: bold;
}

.basket-button-wrap {
	margin: 10px 0 0;
}

.basket-button-wrap .enrol-link {
	width: 100%;
}

/* sidebar basket code */
.course-basket-container {
	position: relative;
	min-height: 200px;
}

.course-basket-one {
}

.course-basket-two {
}

.fixed {
	position: fixed;
	top: 1px;
	z-index: 1;
}

.course-basket{
	background:#E6E6E6;
	min-height:200px;
	border-radius: 4px;
	padding:10px;
}

/* drag n drop */
.box-name, .box-more{
	position:relative;
	z-index: 8;
}

/*underlines*/
.programme-cpd, .programme-cost, .programme-gst{
	border-bottom: 1px solid transparent;
}

/*icons*/
/* fontawesome */
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}

.course-basket-container .box-more:before{
	content:"\f07a";
	margin-right: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.course-basket-container .programme-cost:before{
	content:"\f069";
	margin-right: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.course-basket-container .programme-cpd:before{
	content:"\f192";
	margin-right: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.basket-item-remove:before{
	content:"\f00d";
	margin-right: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.basket-item-remove{
	text-decoration:none !important;
}


@media screen and (max-width: 767px){
	.course-basket-one {
		width: 100%;
	}
	.course-basket-two {
		width: 100%;
	}
	.boxes{
		margin:0 !important;
	}
	.programme-box {
		margin-right:0 !important;
		margin-top:10px !important;
	}
	.course-basket {
   		width: 100% !important;
	}
}


@media screen and (min-width: 768px){
	.course-basket-one {
		padding: 10px;
		position: absolute;
		right: 0;
		top: 1px;
		width: 25%;
	}
	.course-basket-two {
		width: 75%;
	}
}