/* 
    Created on : 17 apr 2023, 12:08:35
    Author     : Norisys
    Description: Foglio di stile per la sezione pubblica del plugin
    Prefisso   : "norisys-archive-"
*/

.norisys-archive-content {
   font-size: 16px;
}
.norisys-archive-login-message {
   border: 1px dashed grey;
   border-radius: 20px;
   padding: 1rem;
}
.norisys-archive-login-message form#loginform input[type=text],
.norisys-archive-login-message form#loginform input[type=password],
.norisys-archive-login-message form#loginform input[type=submit] {
   display: block;
   font-size: 20px;
   padding: 5px 10px;
   border-radius: 5px;
   border: 1px solid grey;
}
.norisys-archive-login-message form#loginform input[type=text],
.norisys-archive-login-message form#loginform input[type=password] {
   background: #fafafa;
}
.norisys-archive-login-message form#loginform input[type=text]:focus,
.norisys-archive-login-message form#loginform input[type=password]:focus {
   background: #f0f0ff;
}
.norisys-archive-login-message form#loginform input[type=submit]:hover {
   border: 1px solid black;
   background: #e0e0e0;
   cursor: pointer;
}
.norisys-archive-login-message form#loginform label {
   cursor: pointer;
}
.norisys-archive-categories a {
   border: 1px solid #aaa;
   background: #f0f0f0;
   border-radius: 20px;
   padding: 4px 10px;
   margin-right: 5px;
   text-decoration: none;
   color: #555;
}
.norisys-archive-categories {
   margin-bottom: 1em;
}
.norisys-archive-categories a:hover {
   border: 1px solid #777;
   background: #e0e0e0;
   color: black;
}
.norisys-archive-categories a.selected {
   border: 1px solid #009;
   background: #f0f0ff;
   color: #009;
}
.norisys-archive-categories a.selected:hover {
   border: 1px solid #006;
   background: #e0e0ff;
   color: #006;
}
.norisys-archive-files table {
   width: 100%;
}
.norisys-archive-files table tr td {
   margin: 0px;
   padding: 4px 10px;
   border: none;
   border-bottom: 1px solid #aaa;
}
.norisys-archive-files table tr td img {
   height: 24px;
   width: auto;
   max-width: none;
   vertical-align: -4px;
}
.norisys-archive-files table tr td.actions {
   min-width: 90px;
   width: 90px;
   text-align: right;
}
.norisys-archive-files table tr td a {
   color: grey;
   text-decoration: underline;
   cursor: pointer;
}
.norisys-archive-files table tr td.actions a {  
   margin-left: 10px;
}
.norisys-archive-files table tr td a img {
   opacity: 0.7;
}
.norisys-archive-files table tr td a:hover {
   color: black;
}
.norisys-archive-files table tr td a:hover img {
   opacity: 1;
}
.norisys-archive-files table tr td.icon {
   height: auto;
   width: 40px;
   max-width: none;
   text-align: center;
}
.norisys-archive-files table tr td a img {
   opacity: 0.7;
}
.norisys-archive-files table tr td a:hover img {
   opacity: 1;
}
.norisys-archive-files table tr td.datetime {
   width: 90px;
   text-align: right;
   font-size: 13px;
   line-height: 14px;
}
.norisys-archive-files table tr.selected_folder {
   font-weight: bold;
}