

  
  
  
        
      

/* File Cabinet css styles */

.modal-dialog {
  width: 500px;
}
.filecabinet {
  background-color: #ffffff;
  font-size: 12px;
  margin: 0 10px;
  min-height: 300px;
  position: relative;
  _height: 300px;
}
.filecabinet table {
  vertical-align: top;
}
.filecabinet-empty {
  border-top: 1px solid #efefef;
}
.filecabinet-desc-mouseover {
  background-color: #ffffcc;
  cursor: pointer;
}
.filecabinet-header {
  margin: 10px 0 0 0;
  text-align: left;
  width: 100%;
}
.filecabinet-remove {
  font-weight: normal;
  font-size: 11px;
}
.filecabinet-table {
  border-collapse: collapse;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
.filecabinet th, .filecabinet-header th {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #ccc;
  padding: 10px 0 5px;
}
.filecabinet th img, .filecabinet-header th img {
  padding: 0 2px !important;
}
.filecabinet td  {
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  padding: 6px 3px 2px;
  word-wrap: break-word;
  vertical-align: top;
}
.filecabinet-table .td-select {
  text-align: center;
  width: 25px;
}
.filecabinet-table .td-icon {
  text-align: center;
  width: 25px;
}
.filecabinet-table .td-file {
  width: 26%;
}
.filecabinet-table .td-desc {
  width: 30%;
}
.filecabinet-table .td-size {
  width: 7%;
}
.filecabinet-table .td-rev {
  width: 7%;
}
.filecabinet-table .td-time {
  width: 9%;
}
.filecabinet-table .td-user {
  text-align: right;
  width: 16%;
}
.goog-ws-filecabinet-drop {
  margin-right: -1px !important;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 7px;
}

