/* @override 
	http://upload.visionart.com/css/style.css */

@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example 8.8.2
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
  font-family: 'Open Sans', sans-serif;
}
h1{
	font-weight: lighter;
	position: relative;
	display: block;
	clear: both;
	margin-top: 80px;
	margin-bottom: 30px;
}
h1 .header-caption{
	text-transform: uppercase;
	font-size: .6em;
	color: gray;
	margin-right: 10px;
}
.btn{
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;f
	ont-size:14px;f
	ont-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:0px
}
.btn.btn-primary.start{
	background-color: #58b957;
}
#logo{
	background: url("../img/visionart-logo-dark.png") no-repeat;
	background-size: 100%;
	width: 220px;
	height: 23px;
	margin-bottom: 20px;
	position: relative !important;
	display: block !important;
	float: left;
	font-size: 0;
}
blockquote{
	padding: 0;
	margin: 0 0 70px;
	font-size:17.5px;
	border-left:0px solid #eee
}
a{
	font-weight: normal;
	font-style: normal;
}
a:hover{
	text-decoration: none;
}

a.back-to-account{
	width: auto;
	position: relative;
	display: block;
	float: right;
}

.fileupload-buttonbar{
	margin: 0 0 20px;
	height: auto !important;
}
.fileupload-buttonbar div{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.fileupload-buttonbar button.delete{
	
}
.fileupload-buttonbar .delete-selected-wrapper{
	position: relative;
	display: block;
	width: auto;
	float: right;
	padding-right: 7px;
}

	@media all and (max-width: 767px){
		.fileupload-buttonbar .delete-selected-wrapper{
			display: none;
		}
	}


.select-all-label{
	position: absolute;
	right: 0;
	top: -30px;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	width: 50px;
	text-align: center;
	line-height: 1.2em;
	color: gray;
	cursor: pointer;
}

input.toggle{
	margin-left: 20px;
	margin-right: 10px;
}
tbody.files td{
	vertical-align: middle !important;
}

td.delete-column{
	text-align: right;
}
.notes{
	font-size: .8em;
}



#zone-footer-wrapper{ /*add footer padding here*/
	background-color: white !important;
	padding: 10px 30px 30px;
	border-top: 1px solid #dedede;
	margin-top: 60px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	opacity: 0.9;
	box-sizing: border-box;
	font-weight: 500 !important;
	color: gray;
}

#zone-footer-wrapper .inline-subhead{
		position: relative;
		margin-right: 10px;
		font-size: 20px;
		color: #4fb2ef;
	}
	#zone-footer-wrapper p{
		margin-bottom: 0;
	}
#zone-footer-wrapper .toll-free{
	font-size: 20px;
	font-weight: 500;
}

#zone-footer-wrapper .phone-number{
	color: #4fb2ef;
	margin-left: 2px;
}

/*remove bootstrap striping*/
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{
	background: none !important;
}
/*color files that need to be uploaded*/
tr.template-upload{
	background-color: #e7f4fe !important;
}
button.btn-success.start{

}

.btn,
input{
	}
.footer-space{
	height: 200px !important;
	position: relative;
	width: 100%;
	display: block;
	float: left;
}
tr.template-download .uploaded{
	width: 20px;
	height: 20px;
	background: url("../img/green-checkmark.png") no-repeat;
	position: absolute;
	display: block;
	background-size: 100%;
	margin-left: 0;
}


div.dialogue-box{
	width: 100%;
	position: fixed;
	top: 0;
	box-sizing: border-box;
	height: 100%;
}


div.dialogue-box .black-box{
	width: 100%;
	position: fixed;
	top: 0;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	opacity: .8;
	z-index: 0;
}
div.dialogue-box-wrapper{
	width: 500px;
	height: 300px;
	position: fixed;
	top: 50%; 
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	background-color: white;
	border-radius: 2px;
	text-align: left;
	z-index: 201; /* 1px higher than the overlay layer */
	box-sizing: border-box;
	padding: 20px 30px 30px 40px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: black;
	z-index: 2 !important;
}
.action-button{
	font-weight: 500 !important;
	background-color: #059be4;
	color: white !important;
	padding: 10px 16px !important;
	text-transform: uppercase !important;
	display: block !important;
	cursor: pointer;
	font-size: 15px;
	position: relative !important;
	float: left;
}
	.action-button:hover{
		background-color: #92d3fc;
	}
.close-button{
	background-color: #dfdfdf;
	width: 34px;
	height: 34px;
	position: absolute;
	display: block;
	text-align: center;
	font-family: sans-serif, "Helvetica Neue", Helvetica, Arial, Geneva;
	color: white;
	padding-top: 5px;
	cursor: pointer;
	right: 0;
	top: 0;
	z-index: 100;
}
.close-button:hover{
	background-color: silver;
}
.btn.review{
	margin: 0;
}

.button-row-01{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.button-row-02{
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 273px;
}
.back-to-account.center{
	margin-right: auto;
	margin-left: auto;
	width: 199px;
	float: none;
	text-align: center;
}
.footer-instructions{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
