#get-quote{
	margin: 0px;
	padding: 0px;

}


.fixed-overlay.display{
	display: block;
}

.fixed-overlay{
	display: none;
	z-index: 9 !important;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: rgba(111,111,111, .7);
}

.processing-gif{
	margin-top: 13%;
	border-radius: 10px;
}

#get-quote input[type=submit] {

	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

.document-list{
	margin: 0px;
}

.document-list li{
	display: block;
	min-height: 48px;
	min-width: 320px;
	width: 100%;
	padding: 2px 0px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 5px;
	margin: 3px 0px;
}

.document-list li span{
    display: inline-block;  
    vertical-align: middle;   
}

.document-list .file-name{
	width: 70%;
}

.document-list .remove-button{
	display: none;
	width: 10%;
	text-align: center;
	font-size: 33px;
	color: red;
}

.document-list .remove-button:hover{
	cursor: pointer;
}

.document-list .count, .document-list .price{
	width: 10%;
	text-align: center;
}

.document-list .file-icon{
	width: 10%;
	text-align: center;
}

.document-list .file-icon img{
	height: 44px;
}

.document-list li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;       
}

@media only screen and (max-width: 600px){

	.document-list .remove-button{
		position:relative;
		top: 40px;

		display: block;

		text-align: center;
		font-size: 33px;
		color: red;
	}

	.document-list .count, .document-list .price, .document-list  .file-icon, .document-list .file-name{
		display: block;
		width: 300px;
		text-align: center;
	}
}

.textfield-and-button input{
	height: 42px;
}


.next-button{
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 100px;
}

.language-selection{
	text-align: center;
}

.inline-div{
	display: inline-block;
}

.order li {
	border-bottom: 1px solid #888;
	line-height: 140%;
}

.order li span:nth-child(2) {
    float: right;
} 


.order li:last-child {
    border-bottom: none;
} 

.order li.price {
    font-weight: 800;
} 

.notification-header:first-child{
	text-indent: 28px;	
}

.notification-header.incomplete:first-child{
	text-indent: 28px;	
	background: url('/images/arrow.png') no-repeat 10px 50%;
	background-size: 22px 22px;
	background-position: 0px 3px;
	font-size: 22px;
	padding-bottom: 22px;
}

.notification-header.error:first-child{
	text-indent: 28px;	
	background: url('/images/incomplete-icon.png') no-repeat 10px 50%;
	background-size: 22px 22px;
	background-position: 0px 3px;
	font-size: 22px;
	padding-bottom: 22px;
}

.incomplete{
	text-indent: 28px;	
	background: url('/images/arrow.png') no-repeat 10px 50%;
	background-size: 22px 22px;
	background-position: 0px 3px;
	font-size: 22px;
	padding-bottom: 22px;
}


.language-selector{
		display: inline-block;
		min-width: 220px;
		width: 100%;
		height: 40px;
		font-size: 16px;
		font-weight: 400;
		background-color: #f1f1f1;
		border: 1px solid #aaa;
		color: #777;	
}

.select-type .selection{

	border: 1px solid #555;
	padding: 12px;
	cursor: pointer;
	margin-bottom: 12px;
}

.select-type label{
	position: relative;
	top: 2px;
	padding: 6px;
	color: rgb(70, 130, 120);
	font-weight: bold;

}


.checkmark{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid black;
	border-radius: 99px;
	text-align: center;

}

.select-type .checkmark img{
	visibility: hidden;
	position: relative;
	top: -6px;
	right: -2px;
}

.select-type .is-selected .checkmark img{
	visibility: visible;
}



.notes{
	font-size: 16px;
	padding: 12px;
	border: none;
	border: 1px solid #bbb;

}

.notes{
	width: 80%;
	min-height: 80px;
}

.notes:focus{
 	outline: none;
 }
 

.notes{
	height: 190px;
	width: 80%;
	font-size: 16px;
	padding: 12px;
	background-color: #f1f1f1;
}
