.files_actions {   
  float: left;
  line-height: 53px;
  position: relative;
  top: -4px;
}

.files_actions .inner {
  margin: 12px 0 0 12px;
}

.files_actions .batch,
.files_actions .batch-off {
  border-right: 1px #C6C6C6 solid;
  margin-right: 24px;
  padding-right: 13px;
}

.files_actions .icon-btn {
  margin-right: 7px;
  float: left;
  position: relative;
}

.files_actions .batch-off,
.files_actions .move,
.files_actions .checkbox,
.files_actions .share,
.files_actions .trashcan,
.files_actions .permdelete,
.files_actions .restore,
.files_batch .batch,
.files_batch .addfolder,
.files_batch .search,
.deleted_files_actions .search,
.files_batch .upload {
  display: none;
}

.files_batch .batch-off,
.files_batch .trashcan,
.files_batch .move,
.one_item_selected .share,
.deleted_files_actions.files_batch .restore,
.deleted_files_actions.files_batch .permdelete,
.deleted_files_actions .checkbox,
.list_view_actions .checkbox {
  display: inline;
}

.deleted_files_actions .share,
.deleted_files_actions .addfolder,
.deleted_files_actions .upload,
.deleted_files_actions.files_batch .trashcan,
.deleted_files_actions.files_batch .move,
.search_results_actions .addfolder,
.search_results_actions .upload,
.files_actions.folder_selected .share {
  display: none;
}

.trashed-notify {
  -webkit-text-size-adjust: 100%;
  background: #227ecb;
  background: rgba(34,126,203,.88);
  width: 380px;
  max-width: 380px;
  margin: -1px auto 2px auto;
  padding: 1em 0;
  position: fixed;
  z-index: 8000;
  left: 50%;
  margin-left: -190px;
}
.trashed-notify { margin-left: -327px; }
.trashed-notify p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: .95rem;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.trashed-notify p a {
  text-decoration: none;
  padding: 0 4px;
  color: #fff;
  font-weight: 400;
}
.trashed-notify p b {
  font-weight: 400;
  margin-right: 3px;
  }
.trashed-notify p em {
  background: #286497;
  color: #286497;
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  position: relative;
  top: 5px;
}
.trashed-notify p a:hover {
  text-decoration: underline;
}
.trashed-notify p { padding: 0 .5em 0 1em; }
.trashed-notify p span { display: inline-block; }
}    

.trashed-notify .view-trash-actions {
  display: block;
}    

.files_actions_selected {
  position: absolute;
  display: none;
  width: 320px; 
  margin-left: -160px;
  padding: 4px 0;
  left: 50%;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 11px;
  text-align: center;
  height: 20px;
}

.page_files_html_wide .files_actions_selected {
  margin-left: -300px;
}

.files_actions_selected.some_selected {
  display: block;
  top: 44px;  
  z-index: 1002;
}
   
.files_actions_selected div {
  padding: 4px 10px;
  font-weight: 700;
  background: #F0F0F0;
  color: #4997D1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;   
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;  
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  position: relative; 
  display: inline-block;
}

.files_actions_selected b {

} 

.files_actions_selected b em {
  color: #333;
} 
 
@media only screen and (max-width: 768px) {         
.trashed-notify { margin-left: -190px;  }    
}

@media only screen and (max-width: 480px) {
  .trashed-notify {
    width: 320px;
    max-width: 320px;
    margin-left: -160px;
  }
  .trashed-notify p b {
    display: block;
    margin-bottom: 2px;
  }
}     
