
/*
 *
 * Content of CSS:
 *
 *  #table_list_files
 *  .resource_item_0
 *  .resource_item_1
 *  .item
 *
 *************************************************************************************************/

/* --------------------------------------------------------------------------------------------- */

/**************************************************************************************************
*                                                                                                 *
* Global                                                                                          *
*                                                                                                 *
**************************************************************************************************/


#table_list_files {
  font-size: 14px;
}

.resource_item_0 {
  background-color: rgba(192,192,192,0.3);
}

.resource_item_1 {
  background-color: none;
}

.item {
  position: relative;
  border: 1px solid #333;
  overflow: hidden;
  -webkit-filter: drop-shadow(1px 1px 2px #111);
  filter: drop-shadow(1px 1px 2px #111);
	display: inline-block;
  background-color: black;
}

.item:hover {
	border-style: solid;
  border-width: 0.5px;
	border-color: #ccc;
  box-shadow: 1px 1px 15px black;
}

.item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -o-filter: brightness(120%);
  -ms-filter: brightness(120%);
}

.btn_description {
  visibility: none;  
  color: red;
}

.rnsm_editor {
  color: #1122BA;
}

.rnsm_editor:hover {
  color: white;
  background-color: #1122BA;
}

.file {
  color: #1122BA;
}

.file:hover {
  color: white;
  background-color: #1122BA;
}

.dl_editor {
  color: black;
}

.dl_editor:hover {
  color: white;
  background-color: #11AA33;
  text-shadow: black;
}

.rnsm_doc:hover {
  background-color: lightgreen;
}

#btn_txt {
    /*position: absolute;*/
    clip: rect(0px,10px,40px,0px);
}

.btn_dock:hover ~ #btn_txt {
  clip: rect(0px,120px,40px,0px);
  -webkit-transition: width .25s ease-in-out;
  transition: width .25s ease-in-out;
}

.ext_link {
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  width: 40px;
}




@media screen and (max-width: 640px) {

  .td_hash {
    display: none;
  }

  .td_url {
    display: none;
  }

  .hashlink {
    display: none;
  }

  .item {
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
    -webkit-filter: drop-shadow(1px 1px 2px #111);
    filter: drop-shadow(1px 1px 2px #111);
    display: inline-block;
    background-color: white;
    width: 90%;
    padding: 10px 15px 10px 20px;
  }

}
