.modal.full-width {
  	width: 940px;
  	margin-left: -470px;
}
@media (min-width: 1200px) {
	.modal.full-width {
		width: 1170px;
		margin-left: -585px;
	}
}

@media (max-width: 979px) { 
	.modal.full-width 	{
		top: 4%;
		right: 4%;
		left: 4%;
		bottom: auto;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.modal.full-width.fade.in {
		top: 1%;
		bottom: auto;
	}
}

@media (max-width: 768px) { 
	.modal .long-doc-print .span10 {
		float: left;
		width: 82.9787%;
	} 
	.modal .long-doc-print .span2 {
		float: left;
		width: 14.8936%;
	}
}

@media print {
	img.cover {
		width: 100%;	
	}	
}

#print-long-doc-filter .form-actions {
    background: none repeat scroll 0 0 #f5f5f5;
    margin: -20px 0 10px;
    padding: 10px;
	border-color: #d8d8d8;
}

.modal .long-doc-print {
	padding: 0px;	
}
.modal .long-doc-print ul,
.modal .long-doc-print ul ul,
.modal .long-doc-print ul ul ul {
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 2px solid #d8d8d8;	
}

.modal .long-doc-print .checkbox {
	min-height: 30px;	
}
.checkbox.cover {
	float: right;	
}

.print-page-break {
	page-break-after: always;	
}

.modal .loading-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 6px;
}
.loading-spinner {
	position: absolute;
	top: 20%;
	left: 50%;
	margin: -12px 0 0 -12px;
}


/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}