/* WebKit Appearance */
textarea {
  -webkit-appearance: none;
}
/* Clear Floats */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/* Font Sizes */
/* Font Stacks */
.sspro {
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
}
.hstack {
  font-family: Helvetica, Arial, Sans-serif;
}
.codestack {
  font-family: "Courier New", courier, sans-serif;
}
/* CSS 3 */
.trans {
  -transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
/* Colors */
.tsw {
  text-shadow: #fff 1px 1px;
}
.newblack {
  color: #444;
}
/* floats and center */.fl {
  float: left;
}
.fr {
  float: right;
}
.mc {
  display: block;
  margin: 0 auto;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}

#uploader .plupload_wrapper {
  /* Container */

  /* pupload */

}
#uploader .plupload_wrapper .plupload_container {
  /*padding: 20px;*/
  /*background: #f7f7f7 url('../images/bgnoise.png') repeat;*/
}
#uploader .plupload_wrapper .plupload {
  /* Uploader header */

  /* Uploader Content */

}
#uploader .plupload_wrapper .plupload .plupload_header {
  margin: 0 0 5px;
  /* Uploader header texts */

}
#uploader .plupload_wrapper .plupload .plupload_header .plupload_header_content .plupload_header_title {
  color: #444;
  text-shadow: #fff 1px 1px;
  font-weight: 600;
  margin: 0 0 10px;
}
#uploader .plupload_wrapper .plupload .plupload_header .plupload_header_content .plupload_header_text {
  color: #444;
  font-size: 9px;
  font-size: 0.9rem;
}
#uploader .plupload_wrapper .plupload .plupload_content {
  border-radius: 3px;
  /* File list header */

  /* Uploader File List */

  /* Uploader Footer */

}

.plupload_header_content {
  padding: 0;
}


.plupload_content {
  border: 2px dashed #9b9b9b;
  margin: 0;
  width: auto;
}



#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header {
  display: none;
  /*	background: #DFDFDF; */

  padding: 8px 8px;
  background: url('/plupload/images/bgnoise.png') repeat;
  color: #fff;
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 5px 5px 0px 0px;
  text-shadow: #444 1px 1px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_file_name {
  float: left;
  overflow: hidden;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_file_action {
  float: right;
  margin: 0 17px 0 0;
  height: 16px;
  width: 16px;
  margin: 0 0 0 15px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_file_status {
  color: #777;
  float: right;
  width: 80px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_file_status span {
  color: #42454A;
  color: #fff;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_file_size {
  float: right;
  width: 80px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_clearer,
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_clear,
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_clearer {
  clear: both;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_scroll .plupload_filelist_header .plupload_file_action,
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_file_size,
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_file_status,
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_header .plupload_file_action {
  text-align: right;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist {
  border-radius: 3px;
  list-style: none;
  /* Backgrounds */

  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */

}


.plupload_dropbox .plupload_droptext {
  border-radius: 3px;
  background: url('/plupload_responsive/images/uploader.png') no-repeat center 38%;
  color: #444;
  line-height: 260px;
  text-align: center;
  padding: 20px;
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  /*display: none;*/
}

.plupload_view_switch .ui-button {
  margin-right: -0.11em;
}

#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li.plupload_delete:nth-child(odd) {
  background: ##ffeaf8;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li.plupload_delete:nth-child(even) {
  background: #fff;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li {
  padding: 10px 8px;
  border-bottom: 1px solid #DDD;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div {
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
  font-size: 16px;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_filelist,
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_name {
  width: 205px;
  float: left;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_action {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_size,
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_status,
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_action {
  text-align: right;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_size,
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_status,
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_progress {
  float: right;
  width: 80px;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_scroll #uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_filelist_header #uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_action,
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_scroll #uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_filelist_footer #uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_action {
  margin-right: 17px;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_file_action a {
  background: url('/plupload/images/delete.png') no-repeat 0 2px;
  display: block;
  height: 25px;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_failed a {
  background: url('/plupload_responsive/images/error.png') no-repeat 0 2px;
  display: block;
  height: 25px;
  cursor: default;
}
#uploader .plupload_wrapper .plupload .plupload_content ul.plupload_filelist li div.plupload_done a {
  background: url('/plupload/images/done.png') no-repeat 0 2px;
  display: block;
  height: 25px;
  cursor: default;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer {

}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_name {
  float: left;
  font-size: 9px;
  font-size: 0.9rem;
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
  margin: 19px 0 0;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_name a {
  text-decoration: none;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_name a.plupload_button {
  background: #7A7A7A;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 14px auto 0;
  padding: 5px;
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_name a.plupload_button:active {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: medium none;
  position: relative;
  top: 3px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_name .plupload_upload_status {
  float: left;
  margin: 0 10px 0 0;
  font-size:16px;
  font-size:1.6rem;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_name .time-progress-meter label {
  font-size: 9px;
  font-size: 0.9rem;
  margin: 0 0 0 10px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_name .time-progress-meter input {
  font-size: 9px;
  font-size: 0.9rem;
  width: 130px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_status {
  float: right;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_buttons {
  float: left;
  font-size:16px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .time-progress-meter {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .time-progress-meter label {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0 10px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .time-progress-meter #uploadremaining {
  background: transparent;
  border: none;
  margin: -1px 0 0 10px;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_size {
  float: right;
  margin: 19px 59px 0 0;
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  text-shadow: #fff 1px 1px;
  font-weight: bold;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .plupload_file_status {
  margin: 19px 39px 0 0;
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  text-shadow: #fff 1px 1px;
  font-weight: bold;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .time-progress-meter label {
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
  font-size: 12px;
  float: left;
}
#uploader .plupload_wrapper .plupload .plupload_content .plupload_filelist_footer .time-progress-meter input {
  float: left;
  width: 100px;
  font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
}
/* HTML5 Uploader */
/* Scroll in box for uploader list */
.plupload_scroll .plupload_filelist {
  /*height: 200px;*/
  background: #F5F5F5;
  overflow-y: scroll;
}
.plupload_progress,
.plupload_upload_status,
.time-progress-meter {
  display: none;
  margin: 0 0 10px;
}
.time-progress-meter {
  display: block;
}
.plupload_start {
  display: none !important;
}
.plupload_wrapper {
  width: 100%;
  min-width: initial;
}

.plupload_container {
  min-height: 400px;
}

.plupload_container input {
  border: 1px solid #DDD;
  width: 98%;
}
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plupload_filelist_footer {
  height: 50px;
  line-height: 20px;
  vertical-align: middle;
}
.plupload_file_status {
  color: #777;
}
.plupload_file_status span {
  color: #42454A;
}
.plupload_file_action * {
  /*display: none;*/
  width: 16px;
  height: 16px;
}
/*
li.plupload_uploading {
  background: #e8a2d0 url('../img/backgrounds.gif') repeat-x 0 -238px;
}
*/
li.plupload_done {
  color: #aaaaaa;
}
.plupload_progress_container {
  margin-top: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px;
}
.plupload_progress_bar {
  width: 0;
  height: 7px;
  background: #e755b5;
}
/* Floats */
.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
form#fileForm {
  width: 100%;
}
input#submitButton {
  background: #7A7A7A;
  border: none !important;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  top: 0;
  padding: 20px !important;
  font-size: 14px !important;
}
input#submitButton:active {
  background: #444;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: medium none;
  position: relative;
  top: 3px;
}
input#recipient,
input#recipient2,
input#recipient3,
input#recipient4,
input#recipient5,
input#file-password,
input#file-available,
input#uploadremaining,
input#uploadspeed,
input#zipName,
textarea,
.customdiv input {
  -transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  font-size: 18px !important;
  padding: 5px !important;
  margin: 10px 0 0 5px;
width: 100%;
  box-sizing: border-box;
}


#from {
  -transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  font-size: 18px !important;
  padding: 5px !important;
  margin: 10px 0 0 5px;
  box-sizing: border-box;
}

.zip .settings label {
  display: inline-block;
}

input#zipName {
	width: 100%;
	margin-top: 5px;
}

.customdiv input { width:auto; }
input#recipient:focus,
input#recipient2:focus,
input#recipient3:focus,
input#recipient4:focus,
input#recipient5:focus,
input#from:focus,
input#file-password:focus,
input#file-available:focus,
input#uploadremaining:focus,
input#uploadspeed:focus,
input#zipName:focus,
textarea:focus, .customdiv input:focus {
  background: #fff;
  border: 1px solid #e37fc1;
  box-shadow: 0 0 5px #e37fc1;
}
input#file-password,
input#file-available,
input#uploadremaining,
input#uploadspeed {
  padding: 10px 0 0 0;
  margin: 10px 0 20px 0 !important;
  width: 100%;
  color: #444;
  font-size: 17px!important;
}

input#uploadremaining, input#uploadspeed { background: none; border: none; }
input#from { margin-bottom:20px;margin-left: 0; }
input#uploadspeed {width:120px;}

textarea#message {
  height: 100px;
  width: 100%;
  margin: 10px 0 20px 0;
  border-radius: 3px;
  border: 1px solid  #ddd;
  padding: 10px;
  resize: vertical;
}
form dl {
  margin-top: 26px !important;
  font-size:16px;
}
label#cc,
label.message {
  display: block;
  padding: 10px 0 0;
}
.text-bold {
  font-size: 1.2em;
  font-weight: bold;
}
.text-bold span {
  font-style: italic;
}
#uploadspeed {
  margin: 0 0 0 10px;
  /*width: 95px;*/
}

label.h1, label.h2, label.h3 {font-size: 22px;font-size: 2.2rem;text-shadow: #fff 1px 1px;margin: 0 0 10px;padding: 0 0 5px;font-weight:bold; color:#444!important}
label.h3 {font-size:14px;}
.formHint { font-size:14px; }
.customdiv {margin-bottom:20px;}
.customdiv p {margin:0px;}


.optional .cog {cursor: pointer;
display: block;
height: 24px;
width: 24px;
float: right;
margin: 4px 0 0;
opacity: .65;
-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;}

input, textarea {outline: none;}

/* NEW ADDRESS BOOK UL */
.address-book .addresslink {
	background: url('/plupload/images/address-book.png') no-repeat 0 50%;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
	padding: 0 0 0 23px;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom:10px;
}

.address-book {
  display: none;
}

.address-book a.addresslink {
	text-decoration: none;
	-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	color:#970065;
}
.address-book a.addresslink:visited {
	text-shadow: #fff 1px 1px;
	color:#970065;
}
.address-book a.addresslink:hover {
	color: #444
}
.address-book ul {
	font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
	color: #444;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 16px 0 0;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	height:160px;
	background-color:#fff;
	overflow-y: scroll;
	padding:0;
}
.address-book ul li {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2px 5px;
	word-break: break-all;
	list-style:none;
}

.address-book ul li:nth-child(odd) {
	background: #ffeaf8
}
.address-book ul li:nth-child(even) {
	background: #fff9fe
}
.address-book ul li:hover { background-color:#d59bd5; cursor:pointer; }

.address-book #expandtext { float:right; cursor:pointer; font-family: "Source Sans Pro", Helvetica, Arial, Sans-serif;
	color: #444;
	font-size: 14px;
	font-size: 1.4rem; }
.address-book .expandlist { height:400px; }
.body_container, #body_container { padding:0 }
.whitebox { margin-top:20px; margin-left: 0px; margin-right:0px; }
/*.banner-image { margin-left:10px; margin-right:10px; }*/

/* Misc */
.halfWidth { width: 50%; }

.body_container, #body_container {
  width: auto;
  max-width: 750px;
}


.whitebox, .cleanbox {
  border: 0;
  border-bottom: 2px solid #ddd;
  box-shadow: none;
}




.plupload_view_list .plupload_filelist {
  display:table;
}

.drag-files {
  display: none;
}

.plupload_view_switch {
  right: 0;
}

.plupload_file_name {
  padding-left: 0;
}

.multi-menu .client-settings .box .settings-list, .box .settings-list-right {
  width: 100%;
  float: none;
  box-sizing: border-box;
  margin: 10px 0;
}


/* Not sure why this was added. */
/*.customdiv input[type="checkbox"],*/
/*.customdiv input[type="radio"],*/
/*.zip .settings input[type="checkbox"]*/
/*{*/
  /*display: none;*/
/*}*/

.customdiv input[type="checkbox"] + label,
.customdiv input[type="radio"] + label {
  width: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 40px;
}

.customdiv input[type="checkbox"] + label::after,
.customdiv input[type="radio"] + label::after {
  width: 8px;
  height: 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
  content: '';
  position: absolute;
  right: 0;
  margin-right: 10px;
  padding: 4px;
}

.customdiv input[type="radio"] + label::after {
  border-radius: 50%;
}

.customdiv input[type="checkbox"]:checked + label::after {
  background-image: url(/plupload_responsive/images/black-tick.png);
  background-size: contain;
}

.customdiv input[type="radio"]:checked + label::after {
  background-color: #696969;
  background-clip: content-box;
}

.customdiv input[type="text"] {
  width: 100%;
  margin-left: 0;
}

.recipients-list {
  width: 100%;
}

input#recipient, input#recipient2, input#recipient3, input#recipient4, input#recipient5, input#from, input#file-password, input#file-available, input#uploadremaining, input#uploadspeed, input#zipName, textarea, .customdiv input {
  margin-left: 0;
  width: 100%;
}

.address-book {
  margin-top: 0;
}

#from {
  width: 100%;
}



.plupload_filelist_content li{
  width: calc(50% - 20px);
}
.plupload_filelist_content .plupload_file_thumb {
  width: 100%;
}
.plupload_filelist_content canvas {
  width: 100%;
}

.plupload_view_thumbs .plupload_file {
  box-sizing: border-box;
  display: inline-block;
  float: none;
}

.plupload_view_thumbs .plupload_file_dummy {
  height: 0;
  padding-top: 60%;
  position: relative;
}

.plupload_file_dummy span {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 21px);
  line-height: normal;
}

#time-remaining-dl p {
  font-size: 2rem;
}

input#uploadremaining {
  width: 100%;
}

@media only screen and (min-width: 501px) {
  .whitebox {
    border: 1px solid #ddd;
  }


  .cleanbox {
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2),0 0 1px rgba(0,0,0,0.3),inset 0 0 1px 1px rgba(255,255,255,0.2),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 2px rgba(0,0,0,0.05);
    background: #f7f7f7 url('../images/bgnoise.png') repeat;
    margin: 0 0 20px;
    padding: 10px 10px;
  }


  .address-book {
    display: block;
    margin-left: 10px;
  }


  /*input#recipient,*/
  /*input#recipient2,*/
  /*input#recipient3,*/
  /*input#recipient4,*/
  /*input#recipient5,*/
  /*input#file-password,*/
  /*input#file-available,*/
  /*/!*input#uploadremaining,*/
  /*input#uploadspeed,*!/*/
  /*input#zipName,*/
  /*textarea,*/
  /*.customdiv input,*/
  /*textarea#message {*/
    /*width: 100%;*/
  /*}*/


  .body_container,
  #body_container {
    padding-top:20px;
  }

  .plupload_dropbox .plupload_droptext {
    display: block;
  }

  .drag-files {
    display: block;
  }

  .add-files {
    display: none;
  }

  .plupload_content {
    margin: 0 20px 20px;
  }

  #uploader .plupload_wrapper .plupload_container {
    background: #f7f7f7 url('../images/bgnoise.png') repeat;
  }

  #uploader {
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* Wrapper */

  }

  .plupload_view_switch {
    right: 16px;
  }

  .plupload_file_name {
    padding-left: 16px;
  }

  .multi-menu .client-settings .box .settings-list, .box .settings-list-right {
    width: 44%;
    margin: 10px 10px 10px 0;
  }


  .multi-menu .client-settings .box .settings-list {
    clear: left;
    float: left;
  }

  .box .settings-list-right {
    float: right;
  }


  .recipients-list {
    width: calc(50% - 10px);
  }

  #from {
    width: 60%;
  }

  input#file-password,
  input#file-available/*,
  input#uploadremaining,
  input#uploadspeed*/ {
    width:200px;
  }

  p#uploadremaining {
    width: auto;
    margin: 0 0 0 10px;
  }

}



@media only screen and (min-width: 551px) {
  .plupload_filelist_content li {
    width: calc(33.33% - 20px);
  }
  .plupload_container {
    min-height: 500px;
  }
  .drag-files {
    line-height: 330px;
  }

  #time-remaining-dl p {
    display: inline-block;
  }

  #uploadspeed {
    float: right;
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width: 750px) {
  .plupload_filelist_content li {
    width: calc(25% - 20px);
  }

  .plupload_container {
    min-height: 600px;
  }

  .drag-files {
    line-height: 400px;
  }

  .customdiv input[type="checkbox"] + label,
  .customdiv input[type="radio"] + label {
    width: 50%;
  }

}

