@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900');

body .download-sender-body, body .download-sender-body input, body .download-sender-body input[type="text"],
body .download-sender-body h1 {
	font-family: fontAwesome, "Roboto","Helvetica Neue",Roboto,Helvetica,Arial,sans-serif;
}
body .download-sender-body h1 {
	font-weight: 400;
}
body .download-sender-body.limit-reached-page h1 {
	margin-bottom: 20px;
}
body .download-sender-body input, body .download-sender-body input[type="text"],
body .download-sender-body input:focus, body .download-sender-body input[type="text"]:focus {
	outline: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}
body .download-sender-body .send-to-email[class*="outline-gradient"]:focus {
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
body .download-sender-body a, body .download-sender-body a:hover {
	color: #0073aa;
	text-decoration: underline;
	-webkit-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}
body .download-sender-body a:hover {
	color: #00a0d2;
}

/* Download Manager */

.downloadsender-href {
	font-weight: 400;
	color: #17181a;
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.downloadsender-remain {
	margin: 0 0 10px 0;
}
.downloadsender-file__details {
	font-weight: 400;
	color: #6a6d70;
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.download-manager-page ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.download-manager-page li {
	list-style: none;
}
.downloadsender-file-entry {
	display: inline-block;
	border-bottom: 1px solid #e8ebed;
	cursor: default;
	padding: 10px 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.downloadsender-file-entry__header {
	position: relative;
	padding-right: 50px;
}

.download-manager-page.limit-reached .downloadsender-href {
	text-decoration: line-through;
	color: #999;
	box-shadow: none;
	cursor: default;
}



input[type="text"].send-to-email::placeholder {
  color: #888;
}
.download-sender-body {
	display: block;
}
.download-sender-body.downloadsender-right-content {
	text-align: right;
}
.download-sender-body .downloadsender_wrapper {
	display: inline-block;
	width: 100%;
}
.downloadsender-form-container {
	margin-top: 10px;
}
.download-sender-body.downloadsender-left-content .downloadsender_wrapper {
	text-align: left;
}
.download-sender-body.downloadsender-center-content,
.download-sender-body.downloadsender-center-content .downloadsender_wrapper {
	text-align: center;
}
.download-sender-body.downloadsender-center-content .send-response:not(.inner-tooltip) {
	float: left;
}
.download-sender-body.downloadsender-center-content .downloadsender_wrapper {
	width: auto;
}
.download-sender-body.downloadsender-right-content .downloadsender_wrapper {
	text-align: right;
}
.downloadsender-form-fields {
	display: flex;
}
.downloadsender-form-fields .downloadsender-email {
	position: relative;
	margin-right: 10px;
	flex: 1;
}
.rtl_mode .downloadsender-form-fields .downloadsender-email {
	margin-right: 0;
	margin-left: 10px;
}
.downloadsender-button_wrapper, .downloadsender-send {
	display: inline-block;
	position: relative;
}
.downloadsender-form-header {
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 15px;
}

/* Input Field */
body .download-sender-body input, body .download-sender-body input[type="text"] {
	width: 100%;
	height: 50px;
	padding: 0 22px;
	background-color: transparent;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: normal;
	min-width: 160px;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
body .download-sender-body.downloadsender-right-content input, body .download-sender-body.downloadsender-right-content input[type="text"] {
	text-align: right;
}
body .download-sender-body input:focus, body .download-sender-body input[type="text"]:focus { 
	border: 1px solid #aed2f6;
}

/* FontAwesome */
.download-sender-body .fa {
	font-size: 18px;
	width: 18px;
	height: 0;
	line-height: 1px;
	-webkit-transform: rotate(0.03deg);
	   -moz-transform: rotate(0.03deg);
		-ms-transform: rotate(0.03deg);
			transform: rotate(0.03deg);
}

/* Global Button Styles */
.downloadsender-btn {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.downloadsender-btn {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #ff5858;
	overflow: hidden;
	letter-spacing: .08em;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	-ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: all .3s opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	background-size: calc(100% + 10px);
	background-position-x: -5px;
	cursor: pointer;
}
.downloadsender-btn.downloadsender-send-btn {
	display: block;
}
body [data-downloadsender-uuid] [class*="btn-sm"] .downloadsender-btn {
	height: 36px;
	padding: 0 16px;
	font-size: 14px;
}
body [data-downloadsender-uuid] [class*="btn-sm"] .downloadsender-form-fields input,
body [data-downloadsender-uuid] [class*="btn-sm"] .downloadsender-form-fields input[type="text"] {
	height: 36px;
	padding: 0 16px;
}
body [data-downloadsender-uuid] [class*="btn-md"] .downloadsender-btn {
	height: 50px;
	padding: 0 22px;
	font-size: 16px;
}
body [data-downloadsender-uuid] [class*="btn-md"] .downloadsender-form-fields input,
body [data-downloadsender-uuid] [class*="btn-md"] .downloadsender-form-fields input[type="text"] {
	height: 50px;
	padding: 0 22px;
}
body [data-downloadsender-uuid] [class*="btn-lg"] .downloadsender-btn {
	height: 70px;
	padding: 0 40px;
	font-size: 20px;
}
body [data-downloadsender-uuid] [class*="btn-lg"] .downloadsender-form-fields input,
body [data-downloadsender-uuid] [class*="btn-lg"] .downloadsender-form-fields input[type="text"] {
	height: 70px;
	padding: 0 40px;
}
.downloadsender-btn:hover {
	color: #FFF;
	opacity: 0.85;
}
[class*="-outline"] .downloadsender-btn {
	border-style: solid;
}
[class*="-outline"]:not([class*="-gradient"]) .downloadsender-btn:not(.outline-hover),
[class*="-outline"]:not([class*="-gradient"]) .downloadsender-btn.outline-hover:hover {
	background: transparent;
}

/* Zoom Out Transition */
.downloadsender-btn.zoom-out {
	position: relative;
	background: transparent!important;
	/*border: 3px solid red!important;*/
	color: transparent!important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.downloadsender-btn.zoom-out:before {
	content: attr(data-title);
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.downloadsender-btn.zoom-out:hover:before {
	opacity: 0;
	transform: translateY(-50%) scale(0);
}
.downloadsender-btn.zoom-out:after {
	content: attr(data-title);
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	padding: 100px 0;
	color: #fff;
	opacity: 0;
	-moz-transform: translateY(-50%) scale(3);
	-ms-transform: translateY(-50%) scale(3);
	-webkit-transform: translateY(-50%) scale(3);
	transform: translateY(-50%) scale(3);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.downloadsender-btn.zoom-out:hover:after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

/* Global Button Styles */
[class*="-outline"] .downloadsender-btn {
	position: relative;
	display: block;
	margin: 0 auto 0;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

/* Transition animation */
[class*="-outline"] .downloadsender-btn.__animated, [class*="-outline"] .downloadsender-btn.__animated:after {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
[class*="-outline"] .downloadsender-btn.__animated.slide-up:after, [class*="-outline"] .downloadsender-btn.__animated.slide-down:after {
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
[class*="-outline"] .downloadsender-btn.__animated:after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
	z-index: -1;
}
[class*="-outline"] .downloadsender-btn.__animated:hover {
	color: #FFF;
}

/* Outline on hover */
[class*="-outline"] .downloadsender-btn.__animated.outline-hover:after {
	opacity: 1;
}
[class*="-outline"] .downloadsender-btn.__animated:not(.outline-hover):hover {
	color: #fff;
}
[class*="-outline"] .downloadsender-btn.__animated.outline-hover:hover:after {
	opacity: 0;
}

/* Fill on hover */
[class*="-outline"] .downloadsender-btn.__animated.fill-hover:after {
	opacity: 0;
}
[class*="-outline"] .downloadsender-btn.__animated.fill-hover:hover {
	color: #fff;
}
[class*="-outline"] .downloadsender-btn.__animated.fill-hover:hover:after {
	opacity: 1;
}

/* Form Alerts */
.downloadsender_tooltip .help-icon {
	display: inline-block;
	line-height: normal;
}
.downloadsender_tooltip .help-icon:hover {
	text-decoration: underline;
}
.send-response {
	position: absolute;
	left: 0;
	margin-top: 2px;
	max-width: 360px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 8px;
	font-size: 12px;
	text-align: left;
	color: #444;
	background: #fff;
	border: 1px solid #bfbfbf;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
		 -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.rtl_mode .send-response {
	text-align: right;
}
.send-response[class*="alert-text-only"], .send-response.inner-tooltip {
	max-width: 100%;
}
.send-response:not(.inner-tooltip) {
	position: relative;
	display: inline-block;
	padding: 7px 23px;
	padding-left: 30px;
	line-height: normal;
}

.send-response:not(.inner-tooltip):not([class*="alert-text-only"]) .fa {
	top: 50%;
	left: 7px;
}
.rtl_mode .send-response:not(.inner-tooltip):not([class*="alert-text-only"]) .fa {
	left: unset;
	right: 1px;
}
.rtl_mode .send-response:not(.inner-tooltip) {
	padding-left: 23px;
	padding-right: 30px;
}
.rtl_mode .send-response[class*="alert-text-only"]:not(.inner-tooltip) {
	padding-right: 0;
}
.rtl_mode .downloadsender_tooltip .help-icon {
	left: unset;
	right: 3px;
}
.send-response[class*="-shadow"] {
	-webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.12);
		 -o-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.12);
			box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.12);
}
.send-response.downloadsender-warning, .send-response.downloadsender-success {
	opacity: 1;
	pointer-events: all;
}
.send-response .fa {
	margin-right: 7px;
	font-size: 15px;
}
.send-response.dl-alert:after, .send-response.dl-alert:before {
	content: unset!important;
}
.send-response:not([class*="alert-text-only"]) .fa {
	position: absolute;
	top: 11px;
	left: 6px;
}
.downloadsender-form-container[class*="btn-md"] .send-response.inner-tooltip:not([class*="alert-text-only"]) .fa,
.downloadsender-form-container[class*="btn-lg"] .send-response.inner-tooltip:not([class*="alert-text-only"]) .fa {
	left: 12px;
}
.rtl_mode .downloadsender-form-container[class*="btn-md"] .send-response.inner-tooltip:not([class*="alert-text-only"]) .fa,
.rtl_mode .downloadsender-form-container[class*="btn-lg"] .send-response.inner-tooltip:not([class*="alert-text-only"]) .fa {
	left: unset;
	right: 6px;
}
.send-response.inner-tooltip:not([class*="alert-text-only"]) .fa {
	top: 50%;
}
.send-response.downloadsender-warning .fa {
	color: #ffaa00;
}
.send-response.downloadsender-success .fa {
	color: #2BAB55;
}
.rtl_mode .send-response {
	left: unset;
	right: 0;
}
.send-response:not([class*="alert-text-only"]):after,
.send-response:not([class*="alert-text-only"]):before {
	content: '';
	position: absolute;
	top: -8px;
	left: 12px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid transparent;
}
.send-response.inner-tooltip {
	padding-right: 15px;
	padding-left: 30px;
}
.downloadsender-form-container[class*="btn-md"] .send-response.inner-tooltip:not([class*="alert-text-only"]),
.downloadsender-form-container[class*="btn-lg"] .send-response.inner-tooltip:not([class*="alert-text-only"]) {
	padding-right: 25px;
	padding-left: 40px;
}
.rtl_mode .downloadsender-form-container[class*="btn-md"] .send-response.inner-tooltip:not([class*="alert-text-only"]),
.rtl_mode .downloadsender-form-container[class*="btn-lg"] .send-response.inner-tooltip:not([class*="alert-text-only"]) {
	padding-right: 40px;
	padding-left: 25px;
}
.send-response.inner-tooltip:not([class*="alert-text-only"]):after,
.send-response.inner-tooltip:not([class*="alert-text-only"]):before {
	top: 50%;
	left: -10px;
	border-left: unset;
	border-top: 5px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 5px solid transparent;	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.rtl_mode .send-response.inner-tooltip:not([class*="alert-text-only"]):after,
.rtl_mode .send-response.inner-tooltip:not([class*="alert-text-only"]):before {
	top: 50%;
	right: -10px;
	border-left: 10px solid transparent;
	border-top: 5px solid transparent;
	border-right: unset;
	border-bottom: 5px solid transparent;	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.send-response:after {
	border-bottom-color: #bfbfbf!important;
}
.send-response.inner-tooltip:not([class*="alert-text-only"]):after {
	border-right-color: #bfbfbf;
	border-bottom-color: transparent!important;
}
.rtl_mode .send-response.inner-tooltip:not([class*="alert-text-only"]):after {
	border-left-color: #bfbfbf;
}
.send-response:not([class*="alert-text-only"]):before {
	top: -6px;
	border-bottom-color: #fff;
	z-index: 1;
}
.send-response.inner-tooltip:not([class*="alert-text-only"]):before {
	left: -8px;
	border-right-color: #fff;
	z-index: 1;
}
.rtl_mode .send-response.inner-tooltip:not([class*="alert-text-only"]):before {
	right: -8px;
	border-left-color: #fff;
}
.send-response[class*="alert-text-only"]  {
	width: auto;
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}
.send-response:not(.inner-tooltip)[class*="alert-text-only"]  {
	padding-left: 0;
	margin-top: 5px;
}
.send-response.inner-tooltip[class*="alert-text-only"]  {
	width: unset;
	margin: 0;
	padding-left: 15px;
	background: #f6fff8;
}

/* Text only styles*/
.rtl_mode .send-response:not([class*="alert-text-only"]):after,
.rtl_mode .send-response:not([class*="alert-text-only"]):before {
	left: unset;
	right: 12px;
}

/**
 * Tooltip Styles
 */
body a.downloadsender_tooltip, body a:link.downloadsender_tooltip {
	position: relative;
	text-decoration: none!important;
	box-shadow: unset!important;
}
body a.downloadsender_tooltip p {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}
body a.downloadsender_tooltip ul, body a.downloadsender_tooltip ol {
	margin-left: 14px;
	margin-bottom: 0;
}
a.downloadsender_tooltip > div {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
a.downloadsender_tooltip > div {
	position: absolute;
	bottom: 107%;
	left: -1px;
	padding: 10px 15px 12px 15px;
	width: 360px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	color: #535353;
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
	border: 1px solid #bfbfbf;
	-webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.12);
	     -o-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.12);
			box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.12);
	z-index: 2;
}
a.downloadsender_tooltip {
 	position: relative;
}
a.downloadsender_tooltip > div {
	bottom: 100%;
 	margin-left: -150px;
	margin-bottom: 4px;
}
.rtl_mode a.downloadsender_tooltip > div {
	margin-left: -189px;
}
a.downloadsender_tooltip:hover > div {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Triangle hack to make tooltip look like a speech bubble */
a.downloadsender_tooltip > div:after,
a.downloadsender_tooltip > div:before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsl(0, 0%, 100%);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
	z-index: 1;
}
a.downloadsender_tooltip > div:before {
	bottom: -7px;
	border-top: 7px solid #cecece;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	margin-left: -7px;
}