@charset "utf-8";
/* CSS Document */

body {
	background-color: rgba(0,0,0,0.30);
	font-family: "ff-dagny-web-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
body.clickable{
	cursor: pointer;
}
p {
	margin: 0;
	padding: 0;
}
textarea, input {
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
	resize: none;
}
.draggable{
	position: absolute;
	opacity: 1;
}
.draggable.hidden, .overlay-hidden{
	opacity: 0;
	visibility: hidden;
}
.overlay-hidden{
	display: none;
}
.notes-pointer {
	width: 65px;
	height: 65px;
	cursor: move;
	border-radius: 65px;
	z-index: 10;
	padding: 10px;
	transition: background-color .25s ease-in-out;
}
.notes-pointer:hover {
	padding: 10px;
	background-color: rgba(0,0,0,.1)
}
.drag-area {
	width: 300px;
	height: auto;
	padding: 15px;
	cursor: move;
	transition: background-color .2s ease-in-out;
	z-index: 1;
}
.drag-area:hover {
	background-color: rgba(0,0,0,.1);
}
.container {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 1px rgba(90,90,90,.5);
	position: relative;
	z-index: 10;
	cursor: default;
}
.overlay{
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.submit-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(55,185,188,.8);
}
.overlay-message {
	margin-top: 50px;
}
.submit-overlay p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: 800;
	color: white;
}
.submit-overlay p a {
	color: white;
	font-weight: 400;
}
.row {
	padding: 0;
	position: relative;
	color: rgb(117,117,117);
	background-color: white;
	transition: height .2s ease-in-out;
}
.row.hidden{
	height: 0;
	border-top:none;
}
.row-divider {
	border-top: 1px solid rgb(250,250,250);
}
.row#email-input-div{
	height: 34px;
}
.textarea-wrap {
}
.textarea-wrap textarea {
	width: 246px;
	height: 100px;
	overflow: auto;
	padding: 10px;
	vertical-align: top;
}
ul.top-toolbar {
	width: 34px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
.top-toolbar li {
	list-style: none;
	display: block;
}
.btn {
	display: block;
	width: 34px;
	height: 34px;
	cursor: pointer;
	opacity: .4;
	background-color: transparent;
	border: 0 none;
}
button.btn {
	padding: 0;
	margin: 0;
}
button.add-file {
	margin-top: 18px;
}
.btn:hover {
	xxxbackground-color: rgba(55,185,188,.05);
	opacity: 1;
}
.btn-file {
	width: 24px;
	height: 24px;
}
.icon {
	display: block;
	width: 34px;
	height: 34px;
	opacity: .75;
}
.icon-file {
	width: 24px;
	height: 24px;
}
.icon-file-hidden{
	display: none;
}
.icon-overlay {
	margin: 0 auto;
	width: 24px;
	height: 24px;
	padding-bottom: 15px;
}
.input-btn, .notes-input, .input-icon {
	float: left;
}
.input-group input.notes-input {
	margin: 0;
	padding: 5px;
	height: 24px;
	width: 222px;
}
.row-file {
	padding-top: 5px;
}
.file-attachment {
	margin: 0;
	padding-bottom: 5px;
}
.file-attachment p {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	color: rgba(255,255,255,.75);
	float: left;
	width: 221px;
	padding-left: 5px;
	padding-right: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.file-attachment .file-progress {
	margin-left: 10px;
	margin-right: 10px;
	height: 24px;
	width: 281px;
	background-color: rgba(55,185,188,.65);
	transition: background-color .3s ease-in-out;
	position: relative;
}
.file-attachment .file-content{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.file-attachment .file-progress-inner {
	height: 24px;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.3s ease 0s, opacity 0.3s ease 0s, background-color .3s ease-in-out;;
	background-color:rgba(55,185,188,1);
	opacity: 1;
}
.file-attachment .file-progress-inner.plupload-completed {
	opacity: 0;
}
.file-loading img{
	margin: 6px;
}
.btn-submit {
	width: 100%;
	padding: 20px 0;
	color: white;
	background-color: rgba(55,185,188,.75);
	transition: background-color .3s ease-in-out;
}
.btn-submit:hover {
	background-color: rgba(55,185,188,1);
}
.error-message{
	width:100%;
	height:34px;
	background-color:rgb(242,112,82);
	}
.error-message p{
	font-size:14px;
	line-height:34px;
	color:white;
	padding-left:10px;
}
.error-message p.long{
	font-size: 12px;
}

.link{
	background-color: transparent;
	border: 0 none;
	text-decoration: underline;
	font-weight: normal;
}
/*/////Instructions/////*/	
.notes-guide{
 	background-color: rgba(0,0,0,.30);
	border:10px solid rgba(0,0,0,.15);
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 450px;
	height:auto;
	padding:25px;
	opacity:1;
	transition:opacity ease-in-out .5s;
}
.notes-guide:hover, .notes-guide.hidden{
	opacity:0;
}	
.notes-guide h1{
	color:rgba(255,255,255,0.65);
	text-align:center;
	font-size:40px;
	text-shadow:1px 1px 0px rgba(0,0,0,.30);
}
.notes-guide p{
	color:rgba(255,255,255,0.8);
	font-size:16px;
	text-align:center;
	padding:0 0 25px 0;
	margin-top:-15px;
	text-shadow:1px 1px 0px rgba(0,0,0,.30);
}
.file-input-hidden{
    visibility: hidden;
    height: 0;
    width: 0;
}
