@charset "UTF-8";
#UseyourDrive{
  font-size:1.1em;
  font-family:Verdana, Arial, sans-serif;
  line-height:1.6;
  color: #666;
  margin-bottom: 10px;
}

#UseyourDrive .files{
  max-width: 800px;
}

#UseyourDrive a{
  color: #666;
  text-decoration: none;
}
#UseyourDrive a:hover{
  text-decoration: none;
}

#UseyourDrive .jsdisabled{
  display: none;
}

#UseyourDrive div{
  margin:0;
  padding:0;
}
#UseyourDrive div, #UseyourDrive input{
  box-sizing:border-box;
  -moz-box-sizing: border-box;
}

#UseyourDrive-nojsmessage{
  font-style:italic;
}
/* Icon Color *//*
#UseyourDrive .icon-color{
  color:#007ee5;
}*/

/* Container */
#UseyourDrive .list-container{
  min-height: 25px;
  position: relative;
  padding: 0;
}

/* Header */
#UseyourDrive .nav-header{
  min-height:38px;
  padding: 5px 15px;
  clear: both;
  overflow: visible;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}

#UseyourDrive .nav-icon{
  cursor: pointer;
}

#UseyourDrive .nav-icon i{
  font-size: 1.5em;
}

#UseyourDrive .nav-title{
  margin-left: 26px;
  margin-right: 180px;
  margin-top: 3px;
  font-size: 14px;
  position: relative;
}

#UseyourDrive .search{
  position:absolute;
  right: 0px;
  text-align: right;
  z-index: 50;
  top: 0px;
}

#UseyourDrive .search.zip{
  right:50px;
}
#UseyourDrive a.current_folder{
  text-decoration: underline;
}

#UseyourDrive .download-zip{
  position: relative;
  cursor: pointer;
  right:0px;
  float: right;
}
#UseyourDrive .download-zip i{
  font-size: 1.5em;
}
#UseyourDrive .download-zip:hover{

}

#UseyourDrive .download-zip-menu{

  position:absolute;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  background-color: #f5f5f5;
  font-size: 70%;
  border: 1px solid #d1d1d1;
  z-index: 60;
}
#UseyourDrive .download-zip-menu li{
  margin: 0;
  padding: 5px 0;
  width: 100%;
}
#UseyourDrive .download-zip-menu a{
  cursor: pointer
}

#UseyourDrive .zip-status{
  font-size: 80%;
}

#UseyourDrive .zip-status .zip-bytes{
  margin-left:10px;
  font-style: italic;
}

/* Files and folders*/
#UseyourDrive .ajax-filelist{
  font-size: 75%;
  min-height: 32px;
  overflow: auto;
}

#UseyourDrive .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;
  text-align: center;
  padding-top: 5px;
}

#UseyourDrive .entry{
  padding: 5px 0px 5px 15px;
  overflow: hidden;
  cursor: pointer;
}

#UseyourDrive .entry:hover{
  background-color: #EEE;
}

#UseyourDrive .entry_name{
  margin-left: 10px;
  margin-right: 15px;
  float: left;
  word-wrap: break-word;
  width: 50%;
}
#UseyourDrive .entry_link{
  display: block;
  width:100%;
}
#UseyourDrive .entry_size{
  float: right;
  font-size: 95%;
  min-width: 10%;
  text-align: right;
}

#UseyourDrive .large .entry_size{
  display:none;
}

#UseyourDrive .entry_checkbox,
#UseyourDrive .entry_checkallbox{
  height: 16px;
  width: 16px;
  float: right;
  margin-top: 1px;
  margin-right:2px;
  margin-left: 10px;
  z-index: 10;
}
#UseyourDrive .entry_checkbox input[type="checkbox"]{
  display: none;
}

#UseyourDrive .entry_lastedit{
  font-size: 95%;
  margin-right:75px;
  margin-left: 26px;
  min-width: 10%;
  text-align: left;
}
#UseyourDrive .large .entry_lastedit{
  display:none;
}
#UseyourDrive .entry_description{
  clear: both;
  margin-left: 25px;
  display: none;
  font-size: 75%;
}

#UseyourDrive .folder .entry_description{

}

#UseyourDrive .entry_edit{
}

#UseyourDrive .entry_shortlink,
#UseyourDrive .entry_rename,
#UseyourDrive .entry_delete{
  margin-right:2px;
}

#UseyourDrive .entry_foundpath{
  font-size: 95%;
}

#UseyourDrive .no_results{
  background:url(images/noresults.png) center top no-repeat;
  padding-top: 30px;
  text-align: center;
  font-style: italic;
}

/* Column Sorting */
#UseyourDrive .column_names {
  font-size: 80% !important;
  background-color: #f5f5f5;
  overflow: hidden;
}

#UseyourDrive .column_names .sortable{
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}

#UseyourDrive .column_names .entry_name,
#UseyourDrive .column_names .entry_size,
#UseyourDrive .column_names .entry_lastedit{
  font-size: 100%;
}

#UseyourDrive .entry_sort{
  color: #444 !important;
}

#UseyourDrive .sort_icon{
  width: 21px;
  height: 4px;
  top: 8px;
  display: inline-block;
  position: relative;
}
#UseyourDrive .column_names .desc .sort_icon{
  background-image:  url(images/desc.gif);
}
#UseyourDrive .column_names .asc .sort_icon{
  background-image:  url(images/asc.gif);
}

/* Search Form */
#UseyourDrive .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;
}

#UseyourDrive .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 */
#UseyourDrive .fileupload-container{
  font-size: 90%;
  margin-top: 10px;
}

#UseyourDrive .fileupload-browse-button{
  width: 100%;
  height: 100%;
  transform:none;
}

#UseyourDrive .fileupload-buttonbar{
  margin-bottom: 10px;
}

#UseyourDrive .fileupload-buttonbar .ui-button{
  float: none !important; /* overrule jQuery UI CSS */
}
#UseyourDrive .ui-button-text, #UseyourDrive .fileupload-browse-button{
  cursor: pointer;
}
#UseyourDrive .template-upload,
#UseyourDrive .template-download{
  overflow: auto;
  padding:5px;
  border: 1px solid #EBEBEB;
  background-color: #EEE;
  margin-bottom: 5px;
}

#UseyourDrive .upload-name{
  float: left;
  word-wrap: break-word;
  width: 70%;
}

#UseyourDrive .file-size{
  font-size: 90%;
  margin-left: 20px;
}

#UseyourDrive .upload-status{
  float:right;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
}

#UseyourDrive .upload-status .queue{}
#UseyourDrive .upload-status .error{}
#UseyourDrive .upload-status .succes{}

#UseyourDrive .upload-error{
  clear: both;
  text-decoration: underline;
  float: right;
}

#UseyourDrive .upload-buttons{
  display: none;
}

#UseyourDrive .upload-progress{
  clear:both;
}

#UseyourDrive .upload-progress .progress{
  height: 10px;
}

/*Drag and Drop */
#UseyourDrive .ajax-filelist.in {
  background: #DDD;
}
#UseyourDrive .ajax-filelist.hover {
  background: #BBB;
}

/* UseyourDrive Gallery */
#UseyourDrive .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;
}

#UseyourDrive .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;
}

#UseyourDrive img.preloading{
  background-image: url(images/ajax-loader-white.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}

#UseyourDrive .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;
}

#UseyourDrive .image-container .entry_checkbox{
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 2px;
}

#UseyourDrive .image-container.entry{
  padding:0 !important;
}

#UseyourDrive .image-container .entry_edit{
  height: 20px;
  position: absolute;
  top: 5px;
  background-color: #FFF;
  padding: 1px;
  left:-150px;
  z-index: 3;
  max-width: 80px;
}

#UseyourDrive .folder-thumb{
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
}

#UseyourDrive .image-folder{
  background-color: #808080;
}

#UseyourDrive .image-folder:hover{
  background-color: #808080 !important;
  cursor: pointer;
}

#UseyourDrive .image-folder img{
  background: none !important;
  z-index: 1;
  position: absolute;
}

#UseyourDrive .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;
}

#UseyourDrive .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*/
.UseyourDrive .ui-widget-content,
.UseyourDrive .ui-dialog-titlebar{
  padding:5px !important;
}

.UseyourDrive .ui-dialog-titlebar-close{
  width: 20px !important;
  height: 20px !important;
}

#UseyourDrive .fileupload-list .ui-icon{
  float: right;
  margin-left: 5px;
  margin-top: 1px;
}

.ui-dialog.UseyourDrive 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){
  #UseyourDrive .entry_lastedit {
    clear:both;
  }
  #UseyourDrive .column_names .entry_lastedit{
    display: none;
  }
}
/* Icons 16x16*/
#UseyourDrive .entry_icon{
  margin-top: -1px;
  height: 16px;
  width: 16px;
  float: left;
}

/* Admin screen*/
#icon-UseyourDrive {
  background: transparent url( 'images/google_drive_logo.png' ) no-repeat;
}
.adminfilebrowser #UseyourDrive .ajax-filelist {
  font-size: 100%;
}