.coursePackOverlay {
    z-index: 10000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.coursePackModal {
    position: fixed;
    top: 20px;
    left: 1%;
    right: 1%;
    z-index: 10050;
    width: 935px;
    height: 630px;
    margin: 0 auto;
    overflow: auto;
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.coursePackModal .modalHeader {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

.coursePackModal .modalHeader .modalHeading {
	display: inline-block;
	float: left;
}
.logo{
	background: url(//webassign.com/wp-content/themes/webassign/images/logo.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -9999em;
	width: 180px;
}

.coursePackModal .modalHeader .previewLink i {
	margin-top: 3px;
}

.coursePackModal .modalHeader .closeButton {
	display: inline-block;
	float: right;
	cursor: pointer;
	border: 1px solid #999;
	width: 18px;
	vertical-align: top;
	text-align: center;
	border-radius: 3px;
	line-height: 1.0;
}

.coursePackModal .modalContent {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-weight: bold;
}

.coursePackModal .modalContent .courseName {
	font-weight: bold;
}

.coursePackModal .modalContent .previewLink {
	display: inline-block;
	float: right;
	cursor: pointer;
}

.coursePackModal .modalContent .copyLink {
	font-weight: normal;
	display: inline;
	margin-left: 20px;
	cursor: pointer;
}

/********************************************
*********** DO NOT TOUCH -DTRENT ************
********************************************/
.coursePackModal .iframeWrapper {		/***/
	height: 460px;						/***/
	overflow: auto;						/***/
	-webkit-overflow-scrolling:touch;	/***/
}										/***/
										/***/
.coursePackModal iframe {				/***/
	width: 935px;						/***/
	height: 450px;						/***/
	border: none;						/***/
}										/****
*********************************************
********** Fixes IPAD Scrolling *************
********************************************/

/* Override Bootstrap */

#assign_copy_dlg .modal-body{
	max-height:720px !important;
	overflow-y:auto;
}
