@charset "UTF-8";
.OutoftheBox{
  font-size:1.1em;
  font-family:Verdana, Arial, sans-serif;
  line-height:1.6;
  color: #666;
  margin-bottom: 10px;
}

.OutoftheBox.files{
  max-width: 600px;
}

.OutoftheBox a{
  color: #666;
  text-decoration: none;
}
.OutoftheBox a:hover{
  text-decoration: underline;
}

.OutoftheBox.jsdisabled{
  display: none;
}

.OutoftheBox div{
  margin:0;
  padding:0;
}
.OutoftheBox div, .OutoftheBox input{
  box-sizing:border-box;
  -moz-box-sizing: border-box;
}

.OutoftheBox-nojsmessage{
  font-style:italic;
}

/* Container */
.OutoftheBox .list-container{
  min-height: 25px;
  position: relative;
  padding: 0;
}

/* Header */
.OutoftheBox .nav-header{
  min-height:38px;
  padding: 5px 15px;
  clear: both;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}

.OutoftheBox .nav-icon{
  background-image: url(images/home.png);
  background-repeat: no-repeat;
  position: relative;
  float:left;
  width: 16px;
  height: 16px;
  cursor: pointer;
  top: 6px;
}

.OutoftheBox .nav-title{
  margin-left: 26px;
  margin-top: 3px;
  margin-right: 160px;
  font-size: 14px;
  position: relative;
}
.OutoftheBox.gridgallery .nav-title{
  margin-right: 0;
}
.OutoftheBox .search{
  position:absolute;
  right: 0px;
  text-align: right;
  z-index: 50;
}

.OutoftheBox a.current_folder{
  text-decoration: underline;
}

/* Files and folders*/
.OutoftheBox .ajax-filelist{
  font-size: 75%;
  min-height: 32px;
  overflow: auto;
}

.OutoftheBox .loading{
  width: 100%;
  height: 100%;
  min-height: 32px;
  position: absolute;
  z-index: 1000;
  background: url(images/ajax-loader-white.gif) no-repeat center center;
  background-color: #FFF;
}

.OutoftheBox .entry{
  padding: 5px 15px;
  overflow: auto;
}

.OutoftheBox .entry:hover{
  background-color: #EEE;
  cursor: pointer;
}

.OutoftheBox .entry_icon{
  margin-top: 1px;
  height: 16px;
  width: 16px;
  float: left;
}

.OutoftheBox .entry_name{
  margin-left: 10px;
  margin-right: 15px;
  float: left;
  word-wrap: break-word;
  width: 50%;
}

.OutoftheBox .entry_size{
  float: right;
  font-size: 95%;
  min-width: 10%;
  text-align: right;
}

.OutoftheBox .entry_lastedit{
  font-size: 95%;
  margin-right:15px;
  min-width: 30%;
  text-align: left;
}

.OutoftheBox .entry_description{
  clear: both;
  margin-left: 25px;
  display: none;
  font-size: 95%;
}

.OutoftheBox .folder .entry_description{
  clear:none;
}

.OutoftheBox .entry_edit{

}

.OutoftheBox .entry_rename,
.OutoftheBox .entry_delete{

}

.OutoftheBox .entry_foundpath{
  font-size: 95%;
}

.OutoftheBox .no_results{
  background:url(images/noresults.png) center top no-repeat;
  padding-top: 30px;
  text-align: center;
  font-style: italic;
}

/* Column Sorting */
.OutoftheBox .column_names {
  font-size: 80% !important;
  background-color: #f5f5f5;
  overflow: hidden;
}

.OutoftheBox .column_names .sortable{
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}

.OutoftheBox .column_names .entry_name,
.OutoftheBox .column_names .entry_size,
.OutoftheBox .column_names .entry_lastedit{
  font-size: 100%;
}

.OutoftheBox .sort_icon{
  width: 21px;
  height: 4px;
  top: 8px;
  display: inline-block;
  position: relative;
}
.OutoftheBox .column_names .desc .sort_icon{
  background-image:  url(images/desc.gif);
}
.OutoftheBox .column_names .asc .sort_icon{
  background-image:  url(images/asc.gif);
}

/* Search Form */
.OutoftheBox .search-remove{
  background:white url(images/remove.png) center no-repeat;
  position: absolute;
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  right: 5px;
  top: 6px;
}

.OutoftheBox .search-input{
  margin: 0 !important;
  background:white url(images/search.png) 5px center no-repeat;
  font-size: 80%;
  color:#666;
  border: 1px solid #d1d1d1;
  width: 150px;
  padding: 6px 25px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}

/* FileUpload Form */
.OutoftheBox .fileupload-container{
  font-size: 90%;
  margin-top: 10px;
}

.OutoftheBox .fileupload-browse-button{
  width: 100%;
  height: 100%;
  transform:none;
}

.OutoftheBox .fileupload-buttonbar{
  margin-bottom: 10px;
}

.OutoftheBox .fileupload-buttonbar .ui-button{
  float: none !important; /* overrule jQuery UI CSS */
}

.OutoftheBox .template-upload,
.OutoftheBox .template-download{
  overflow: auto;
  padding:5px;
  border: 1px solid #EBEBEB;
  background-color: #EEE;
  margin-bottom: 5px;
}

.OutoftheBox .upload-name{
  float: left;
  word-wrap: break-word;
  width: 70%;
}

.OutoftheBox .file-size{
  font-size: 90%;
  margin-left: 20px;
}

.OutoftheBox .upload-status{
  float:right;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
}

.OutoftheBox .upload-status .queue{}
.OutoftheBox .upload-status .error{}
.OutoftheBox .upload-status .succes{}

.OutoftheBox .upload-error{
  clear: both;
  text-decoration: underline;
  float: right;
}

.OutoftheBox .upload-buttons{
  display: none;
}

.OutoftheBox .upload-progress{
  clear:both;
}

.OutoftheBox .upload-progress .progress{
  height: 10px;
}

/*Drag and Drop */
.OutoftheBox .ajax-filelist.in {
  background: #DDD;
}
.OutoftheBox .ajax-filelist.hover {
  background: #BBB;
}

/* OutoftheBox Gallery */
.OutoftheBox .image-collage{
  /*This is where you set the padding you want between the images*/
  padding:5px !important;
  margin:0 !important;
  border:0 !important;
  font-size: 100% !important;
  position: static;
}

.OutoftheBox .image-collage img{
  margin:0;
  padding:0;
  /*display:inline-block;*/
  vertical-align:bottom;
  opacity:1;
  max-width: none !important;
  border-radius: 0 !important;
  /*This is where you set the border you want for the image*/
  border:0px solid #FFF;
  transition: opacity .3s ease-in;
}

.OutoftheBox img.preloading{
  background-image: url(images/ajax-loader-white.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}

.OutoftheBox .image-container{
  /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
  opacity:0;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float:left;
}

.OutoftheBox .image-container.entry{
  padding:0 !important;
}

.OutoftheBox .image-container .entry_edit{
  height: 20px;
  position: absolute;
  top: 5px;
  background-color: #FFF;
  padding: 1px;
  left:-50px;
  width: 45px;
  z-index: 3;
}

.OutoftheBox .folder-thumb{
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
}

.OutoftheBox .image-folder{
  background-color: #808080;
}

.OutoftheBox .image-folder:hover{
  background-color: #808080 !important;
  cursor: pointer;
}

.OutoftheBox .image-folder img{
  background: none !important;
  z-index: 1;
  position: absolute;
}

.OutoftheBox .image-rollover{
  background:url(images/mag.png) center center no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px #000;
  -moz-box-shadow: 0px 0px 4px  #000;
  box-shadow: 0px 0px 4px  #000;
}

.OutoftheBox .image-folder .folder {
  position: absolute;
  padding: 5px 0px 10px!important;
  bottom: 0;
  color: #FFF;
  background:url(images/folder-title-bg.png) repeat;
  font-size: 130%;
  width: 100%;
  text-align: center;
  z-index: 2;
}

/*jQuery UI CSS overrule*/
.OutoftheBox .ui-widget-content,
.OutoftheBox .ui-dialog-titlebar{
  padding:5px !important;
}

.OutoftheBox .ui-dialog-titlebar-close{
  width: 20px !important;
  height: 20px !important;
}

.OutoftheBox .ui-icon{
  float: right;
  margin-left: 5px;
  margin-top: 1px;
}

.OutoftheBox .ui-button{
  float: right !important; /* overrule jQuery UI CSS */
}

.ui-front {
  z-index:1000000 !important; /* The default is 100. !important overrides the default. */
}

/* Small screens */
@media only screen and (max-width: 500px){
  .OutoftheBox .entry_lastedit {
    clear:both;
  }
  .OutoftheBox .column_names .entry_lastedit{
    display: none;
  }
}
/* Icons */
.OutoftheBox .entry_icon.folder{ background-image: url(icons/16x16/folder.gif);}
.OutoftheBox .entry_icon.folder_app{ background-image: url(icons/16x16/folder_app.gif);}
.OutoftheBox .entry_icon.folder_gray{ background-image: url(icons/16x16/folder_gray.gif);}
.OutoftheBox .entry_icon.folder_photos{ background-image: url(icons/16x16/folder_photos.gif);}
.OutoftheBox .entry_icon.folder_public{ background-image: url(icons/16x16/folder_public.gif);}
.OutoftheBox .entry_icon.folder_star{ background-image: url(icons/16x16/folder_star.gif);}
.OutoftheBox .entry_icon.folder_user{ background-image: url(icons/16x16/folder_user.gif);}
.OutoftheBox .entry_icon.package{ background-image: url(icons/16x16/package.gif);}
.OutoftheBox .entry_icon.page_white{ background-image: url(icons/16x16/page_white.gif);}
.OutoftheBox .entry_icon.page_white_acrobat{ background-image: url(icons/16x16/page_white_acrobat.gif);}
.OutoftheBox .entry_icon.page_white_actionscript{ background-image: url(icons/16x16/page_white_actionscript.gif);}
.OutoftheBox .entry_icon.page_white_c{ background-image: url(icons/16x16/page_white_c.gif);}
.OutoftheBox .entry_icon.page_white_code{ background-image: url(icons/16x16/page_white_code.gif);}
.OutoftheBox .entry_icon.page_white_compressed{ background-image: url(icons/16x16/page_white_compressed.gif);}
.OutoftheBox .entry_icon.page_white_cplusplus{ background-image: url(icons/16x16/page_white_cplusplus.gif);}
.OutoftheBox .entry_icon.page_white_csharp{ background-image: url(icons/16x16/page_white_csharp.gif);}
.OutoftheBox .entry_icon.page_white_cup{ background-image: url(icons/16x16/page_white_cup.gif);}
.OutoftheBox .entry_icon.page_white_dvd{ background-image: url(icons/16x16/page_white_dvd.gif);}
.OutoftheBox .entry_icon.page_white_excel{ background-image: url(icons/16x16/page_white_excel.gif);}
.OutoftheBox .entry_icon.page_white_film{ background-image: url(icons/16x16/page_white_film.gif);}
.OutoftheBox .entry_icon.page_white_flash{ background-image: url(icons/16x16/page_white_flash.gif);}
.OutoftheBox .entry_icon.page_white_gear{ background-image: url(icons/16x16/page_white_gear.gif);}
.OutoftheBox .entry_icon.page_white_paint{ background-image: url(icons/16x16/page_white_paint.gif);}
.OutoftheBox .entry_icon.page_white_php{ background-image: url(icons/16x16/page_white_php.gif);}
.OutoftheBox .entry_icon.page_white_picture{ background-image: url(icons/16x16/page_white_picture.gif);}
.OutoftheBox .entry_icon.page_white_powerpoint{ background-image: url(icons/16x16/page_white_powerpoint.gif);}
.OutoftheBox .entry_icon.page_white_ruby{ background-image: url(icons/16x16/page_white_ruby.gif);}
.OutoftheBox .entry_icon.page_white_sound{ background-image: url(icons/16x16/page_white_sound.gif);}
.OutoftheBox .entry_icon.page_white_text{ background-image: url(icons/16x16/page_white_text.gif);}
.OutoftheBox .entry_icon.page_white_tux{ background-image: url(icons/16x16/page_white_tux.gif);}
.OutoftheBox .entry_icon.page_white_vector{ background-image: url(icons/16x16/page_white_vector.gif);}
.OutoftheBox .entry_icon.page_white_visualstudio{ background-image: url(icons/16x16/page_white_visualstudio.gif);}
.OutoftheBox .entry_icon.page_white_word{ background-image: url(icons/16x16/page_white_word.gif);}