@CHARSET "UTF-8";

html, body {
  background-color: #000;
  color: #FFF;
  font-family: arial;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
table {
  font-family: arial;
  font-size: 13px;
}

input, textarea {
  background-color: #333;
  border: 1px solid #555;
  color: #FFF;
  width: 210px;
}

/* Header */
#header {
  padding: 2px 10px;
}

#side-left {
  float: left;
  margin: 0 9px 10px 0;
}

#side-left .ui-dialog, .plain-dialog {
  position: static!important;
}

#menu, #folders, #shares, #recursives {
  border: 0;
  width: 250px!important;
}
#folders, #shares {
  overflow-x: auto;
}
#user-recursive {
  width: 190px;
}
/* File */
#upload-log {
  /*background: transparent;*/
  height: 275px;
  width: 100%;
}
#upload-log div {
  position: relative;
}
#upload-log .progress-label {
  /*background: transparent;*/
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 100%;
  z-index: 10;
}

#type {
  /*background: transparent;*/
}

#filelist {
  /*background: transparent;*/
}
#filelist .file {
  border: 1px dotted #333;
  display: inline-block;
  font-size: 10px;
  height: 150px;
  margin: 2px 0;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 118px;
  word-wrap:break-word;
}
#filelist .file .share-icon {
  position: absolute;
}

#filelist .file img {
  height: 100px;
  width: 100px;
}

#filelist .file .name {
  bottom: 0;
  font-size: 8px;
  padding: 2px;
  position: absolute;
  width: 114px;
}

#filelist .file-icon {
  height: 118px;
}

#filelist .file-own {
  border: 1px dotted #050;
}

#filelist .filechecked {
  border: 1px solid #0F0;
}

#menu-file-div {
  display: none;
}
#menu-file {
  position: absolute;
  text-align: left;
  top: 2px;
  width: 116px;
  z-index: 10;
}
.shared-users-list {
  height: 270px;
  overflow-y: auto;
  width: 308px;
}
.shared-users-list .user {
  border: 1px solid #555;
  height: 38px;
  padding: 4px;
}
.shared-users-list .user .ui-icon {
  /*cursor: pointer;*/
  display: inline-block;
}
.shared-users-list .user .ui-button-text {
  padding: 3px 8px;
}
.shared-users-list .user .permission-set {
  font-size: 10px;
  text-align: right;
}
.spanerror {
  width: 210px;
}
.ui-selectmenu-open {
  z-index: 101!important;
}
.table-list {
  border-collapse: collapse;
}
.table-list tr:not(.disabled):hover {
  background: #003147 url("images/ui-bg_highlight-soft_33_003147_1x100.png") 50% 50% repeat-x;
  border: 1px solid #0B93D5;
  color: #FFF;
  font-weight: normal;
}
.table-list td, .table-list th {
  border: 1px solid #333;
  padding: 4px;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.div-dialog {
  display: none;
}
#multiselect {
  background: #0B93D5;
  border-radius: 4px;
  border: 1px solid #4AE;
  display: none;
  padding: 10px;
  position: fixed;
  right: 10px;
  top: 10px;
}
#multiselect a {
  font-weight: bold;
  color: #FFF;
}

.ui-icon {
  display: inline-block!important;
}