@import url("animate.css");
@import url("bootstrap/social_icons.css");

#files {
  min-width: 100%;
  margin-top: 5px;
}

.drop-overlay {
  pointer-events: none;
  display: none;
  position: fixed;
  z-index: 10;
  border-color: #FFF;
  border-style: dotted;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.drop-overlay p {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #FFF;
}

#upload-form-list {
  position: relative;
  max-width: 100%;
  font-size: 12px;
  max-height: 45px;
  overflow-y: auto;
}

#total_upload_size {
  font-size: 8px !important;
  font-style: italic;
}

.upload_section {
  margin-bottom: 10px;
}

.dz-image-preview {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 95%;
  display: block;
  overflow: hidden;
}

.file-remove-btn {
  cursor: pointer;
  color: #BABABA;
}

.file-title {
  margin-left: 5px;
}

#errorDiv {
  margin-left: 30px;
}

.uploadSettings {
  width: 700px; 
  height: 390px; 
  border-radius: 6px; 
  float: right; 
  background-color: #FFFFFF;
}

.main {
  background-color: #FFF;
  height: 390px;
  width: 310px;
  border-radius: 9px;
  float: left;
  position: relative;
}

/************ Above edited in v1.2.7 ***********/

.btn-success {
  background-color: #E34440;
  border-color: #E34440;
}

.btn-success:hover {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

.btn-default {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

.btn-default.active {
 /*  background-color: #008000;*/
  border-color: #3e8ed0;
}

.btn-default:hover {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

.filesButton {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

.filesButton:hover {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

#addReceiver {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

#addReceiver:hover {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

#settingsButton {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
		border-radius: 9999px;
}

#settingsButton:hover {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

#submit_upload {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
	border-radius: 9999px;
   	padding-left: calc(1em em + 0.25em);
	padding-right: calc(1em + 0.25em);
}

#submit_upload:hover {
  color: #FFF;
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

.OuterDiv {
  width: 100%; 
  height: 100%; 
  z-index:10;
}
.social {
  width: 30px;
  float: left;
  padding-top: 25px;
}
@media only screen and (max-device-width: 480px) {
  .social {
    display: none;
  }
}
.logo {
	display:block;
	margin:auto;
  padding-top: 10px;
  height: 63px;
}
.file_list {
  width: 100%;
  height: 55px;
  overflow-y: auto;
  display: none;
  line-height: 5px;
}
.file_list p {
  padding-top: 3px;
}
.MainOuter {
	display: table;
	position: absolute;
	height: 100%;
	margin-left: 10px;
}
.MainMiddle {
	display: table-cell;
	vertical-align: middle;
  max-width: 340px;
}
.MainContent {
	margin-left: auto;
	margin-right: auto;
  width: 1100px; 
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[disabled] {
  background-color: white !important;
  cursor: text !important;
}
.buttonSection {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.list-btn-section {
  margin-bottom: 0;
}
a.settingsNav {
  color: #000000;
  font-size: 14px;
  cursor: pointer; 
  cursor: hand;
}
a.settingsNav:hover {
  text-decoration: none;
}
.settingsNav {
  display: block;
  padding-top: 10px;
}
.settingsContent {
  float: left; 
  height: 100%; 
  width: 550px;
  overflow-y: auto;
}
.settingsBody {
  padding-left: 20px;
  padding-top: 20px;
}
.advertisement {
  margin-top: 20px;
  background-color: #FFF;
  height: 145px;
  width: 350px;
  border-radius: 9px;
  float: left;
  position: relative;
}
.FormContent {
	width: 90%;
	margin: 0 auto;
}
#receivers {
  width: 100%;
  height: 30px; 
  overflow: auto;
}
.EmailFromSection {
  padding-top: 10px;
}
.progressround {          
  position: absolute;
  left: 42%;
  top: 45%;
  margin: -130px 0 0 -100px;
}
.progresssuccess { 
  width: 250px;       
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -220px 0 0 -125px;
}
.td_2 { 
  padding-left: 20px;
}
.headerDivider {
     border-left:1px solid #EDE7E7; 
     border-right:1px solid #EDE7E7; 
     height:390px;
     position:absolute;
     left:550px; 
}
.progressImage {
  text-align:center; 
  padding-top: 110px;
}
.progressMessage {
  padding-top: 15px; 
  font-size: 14px;
}
.overlay-back { 
  position   : absolute; 
  top        : 0; 
  left       : 0; 
  width      : 100%; 
  height     : 100%; 
  background : #000; 
  opacity    : 0.7; 
  filter     : alpha(opacity=60); 
  z-index    : 5;
  display    : none;
}
 
.overlay { 
  position : absolute; 
  top      : 0; 
  left     : 0; 
  width    : 100%; 
  height   : 100%; 
  z-index  : 10;
  display  : none;
}
#bglink{
  display:block;
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:0;
  text-indent:-5000em;
  /* If you want to make only a part of background clickable,
     adjust height/width/left/top here. */
}
#termsDiv {
  text-align: center;
}
#downloadSuccess {
  width: 70%; 
  margin-left: auto; 
  margin-right: auto; 
  display: none;
}
#downloadError {
  width: 70%; 
  margin-left: auto; 
  margin-right: auto;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3e8ed0; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3e8ed0; 
}