

/* FILES */
#files_html {
  height: 100%;
}

#files_html body {
  height: 100%;
  margin: 0px;
}


#files_container {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;
  height: calc(100% - 4px);
}

#files_container a {
  color: #000000;
  text-decoration: none;
}

#files_container a:hover {
  color: #ED0000;
}

#files_form {
  height: 100%;
}

a.files_change_view {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: block;
}

#files_address {
  margin-bottom: 10px;
  border: 0px solid black;
  word-wrap: break-word;
}


#files_windows {
  position: relative;
  height: calc(100% - 165px);
}



#files_dirwindow {
  float: left;
  width: 144px;
  height: 100%;
  border: 1px solid black;
  overflow: auto;
  padding: 5px 3px;
}


#files_fileswindow {
  float: left;
  width: calc(100% - 175px);
  margin-left: 10px;
  height: 100%;
  border: 1px solid black;
  overflow: auto;
  padding: 5px 5px 2px 5px;
}

#files_fileswindow p {
  margin: 7px 7px 10px 7px;
  padding: 0px;
}

/* VIEW STYLE: BOX */
div.files_box {
  float: left;
  border: 1px solid #CFCFCF;
  width: 130px;
  height: 130px;
  margin: 3px 3px 4px 2px;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
}

div.files_box_selected {
  border: 1px solid #000000;
}


div.files_box_image {
  height: 105px;
  line-height: 105px;
  vertical-align: middle;
  position: relative;
}

div.files_box_galleryicon {
  position: absolute;
  text-align: center;
  right: 5px;
  top: 5px;
  line-height: normal;
  width: 12px;
  height: 12px;
  padding-top: 1px;
  font-size: 8px;
  border: 1px solid #737373;
  background: #FFFFFF;
}


img.files_box_image {
  margin-top: 5px;
  max-width: 124px;
  max-height: 100px;
  display: inline;
}


.files_box_filename {
  font-weight: bold;
  margin: 5px 0px;
}





/* VIEW STYLE: LIST */
div.files_list {
  border: 1px solid #CFCFCF;
  line-height: 20px;
  vertical-align: middle;
  margin: 3px 3px 4px 2px;
  padding: 3px;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
  color: #707070;
}

div.files_list_selected {
  border: 1px solid #000000;
  color: #000000;
}

div.files_list_size {
  float: right;
  text-align: right;
  font-size: 10px;
  width: 60px;
}

div.files_list_gallery {
  float: right;
  text-align: center;
  line-height: normal;
  width: 12px;
  height: 11px;
  margin-top: 4px;
  padding-top: 1px;
  font-size: 8px;
  border: 1px solid #737373;
  background: #FFFFFF;

}


div.files_list_preview {
  width: 140px;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
  padding: 5px;
  position: absolute;
  left: 0px;
  top: 294px;
  border: 1px solid black;
  text-align: center;
  display: none;
  color: #000000;
  z-index: 2;
  background: #FFFFFF;
}

img.files_list_preview_image {
  max-width: 140px;
  max-height: 110px;
  display: inline;
  margin: 0px auto;
}

div.files_list:hover > div.files_list_preview {
  display: block;
}



#files_panel {
  clear: both;
  border: 1px solid black;
  margin-top: 10px;
  word-wrap: break-word;
  padding: 5px;
  /*
height: 45px;
  overflow-y: auto;
*/
}

input.files_panel_link {
  width: 600px;
  height: 10px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}

#files_btns {
  text-align: left;
  margin-top: 0.5em;
  line-height: 2.5em;
}

#files_add_panel {
  border: 1px solid black;
  padding: 0px;
  display: none;
  height: 125px;
  margin-top: -125px;
}

#files_add_panel p {
  margin: 7px;
  padding: 0px;
}

#files_move_panel {
  border: 1px solid black;
  margin-top: 10px;
  padding: 0px;
  display: none;
  max-height: 125px;
}

#files_move_panel p {
  margin: 7px;
  padding: 0px;
}

#files_move_to_dir_loading {
  font-style: italic;
  margin-left: 0.5em;
}

#files_gallery_panel {
  border: 1px solid black;
  margin-top: 10px;
  padding: 0px;
  display: none;
  height: 125px;
}

#files_gallery_panel p {
  margin: 7px;
  padding: 0px;
}