/*--------------------------------------
 *
 * G L O B A L
 *
 *--------------------------------------*/
html {
  margin: 0;
  padding: 0;
  height: 100%; 
}

body {
    font: 62.5% "lucida grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    /* Resets 1em to 10px */
    color: #222;
    /* !important; */
/*
  text-align: center;
*/
  margin: 0 0 30px;
}

body img {
    border: none; 
}

body a {
    outline: 0; 
}

/****
*****
*****  MAIN WINDOW FOOTER
*****
****/
div.xdccdownloader_header {
  height: 30px;
  border-top: 1px solid #555;
  header: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(top, #dddddd, #bbbbbb); 
}

@media only screen and (max-device-width: 800px) {
    div.xdccdownloader_header {
      height: 90px;
      border-top: 1px solid #555;
      header: 0;
      position: fixed;
      width: 100%;
      z-index: 3;
      background-color: #cccccc;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
      background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: linear-gradient(top, #dddddd, #bbbbbb); 
    }
    div.void-space{
        height: 60px;
    }
}

div.xdccdownloader_header > * {
    float: left;
    margin: 2px 4px;
    width: 40px;
    height: 18px;
    padding: 2px 8px;
    float: left;
    border: 1px solid #888;
    -moz-user-select: none;
    -webkit-user-select: none; 
}

div.xdccdownloader_header #home-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/home-16.png");
    /* fallback */
    background-image: url("../image/home-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/home-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/home-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/home-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/home-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #home-button:active, div.xdccdownloader_header #home-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/home-16.png");
      /* fallback */
      background-image: url("../image/home-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/home-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/home-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/home-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/home-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}

div.xdccdownloader_header #prefs-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/config-16.png");
    /* fallback */
    background-image: url("../image/config-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/config-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/config-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/config-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/config-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat;
}

div.xdccdownloader_header #prefs-button:active, div.xdccdownloader_header #prefs-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/config-16.png");
      /* fallback */
      background-image: url("../image/config-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/config-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/config-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/config-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/config-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat;
}

div.xdccdownloader_header #customdb-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/database-16.png");
    /* fallback */
    background-image: url("../image/database-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/database-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/database-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/database-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/database-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #customdb-button:active, div.xdccdownloader_header #customdb-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/database-16.png");
      /* fallback */
      background-image: url("../image/database-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/database-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/database-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/database-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/database-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}
      
      
div.xdccdownloader_header #downloads-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/CloudDownload-16.png");
    /* fallback */
    background-image: url("../image/CloudDownload-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/CloudDownload-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/CloudDownload-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/CloudDownload-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/CloudDownload-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #downloads-button:active, div.xdccdownloader_header #downloads-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/CloudDownload-16.png");
      /* fallback */
      background-image: url("../image/CloudDownload-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/CloudDownload-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/CloudDownload-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/CloudDownload-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/CloudDownload-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}

div.xdccdownloader_header #add-download-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/add-16.png");
    /* fallback */
    background-image: url("../image/add-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/add-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/add-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/add-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/add-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #add-download-button:active, div.xdccdownloader_header #add-download-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/add-16.png");
      /* fallback */
      background-image: url("../image/add-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/add-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/add-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/add-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/add-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}
      
      
div.xdccdownloader_header #search-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/icon-search-16.png");
    /* fallback */
    background-image: url("../image/icon-search-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/icon-search-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/icon-search-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/icon-search-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/icon-search-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #search-button:active, div.xdccdownloader_header #search-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/icon-search-16.png");
      /* fallback */
      background-image: url("../image/icon-search-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/icon-search-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/icon-search-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/icon-search-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/icon-search-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}

div.xdccdownloader_header #news-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/news-16.png");
    /* fallback */
    background-image: url("../image/news-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/news-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/news-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/news-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/news-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #news-button:active, div.xdccdownloader_header #news-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/news-16.png");
      /* fallback */
      background-image: url("../image/news-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/news-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/news-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/news-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/news-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}

    
div.xdccdownloader_header #logs-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/Log-16.png");
    /* fallback */
    background-image: url("../image/Log-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/Log-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/Log-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/Log-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/Log-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #logs-button:active, div.xdccdownloader_header #logs-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/Log-16.png");
      /* fallback */
      background-image: url("../image/Log-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/Log-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/Log-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/Log-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/Log-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}

div.xdccdownloader_header #logout-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/shutdown-16.png");
    /* fallback */
    background-image: url("../image/shutdown-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/shutdown-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/shutdown-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/shutdown-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/shutdown-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #logout-button:active, div.xdccdownloader_header #logout-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/shutdown-16.png");
      /* fallback */
      background-image: url("../image/shutdown-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/shutdown-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/shutdown-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/shutdown-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/shutdown-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}

div.xdccdownloader_header #login-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/login-16.png");
    /* fallback */
    background-image: url("../image/login-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    /* Saf4+, Chrome */
    background-image: url("../image/login-16.png"), -webkit-linear-gradient(top, white, #bbbbbb);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/login-16.png"), -moz-linear-gradient(top, white, #bbbbbb);
    /* FF3.6+ */
    background-image: url("../image/login-16.png"), -ms-linear-gradient(top, white, #bbbbbb);
    /* IE10 */
    background-image: url("../image/login-16.png"), -o-linear-gradient(top, white, #bbbbbb);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.xdccdownloader_header #login-button:active, div.xdccdownloader_header #login-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/login-16.png");
      /* fallback */
      background-image: url("../image/login-16.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/login-16.png"), -webkit-linear-gradient(top, #cdcdff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/login-16.png"), -moz-linear-gradient(top, #cdcdff, white);
      /* FF3.6+ */
      background-image: url("../image/login-16.png"), -ms-linear-gradient(top, #cdcdff, white);
      /* IE10 */
      background-image: url("../image/login-16.png"), -o-linear-gradient(top, #cdcdff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}

/****
 * 
 * DOWNLOAD TOOL 
 * 
*/
div.download_tool_header {
  height: 30px;
  header: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc); 
}

div.download_tool_header > * {
    float: left;
    margin: 2px 4px;
    width: 40px;
    height: 18px;
    padding: 2px 8px;
    float: left;
    border: 1px solid #888;
    -moz-user-select: none;
    -webkit-user-select: none; 
}

div.download_tool_header #delete-complete-download-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/trash-16.png");
    /* fallback */
    background-image: url("../image/trash-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
    /* Saf4+, Chrome */
    background-image: url("../image/trash-16.png"), -webkit-linear-gradient(top, white, #cccccc);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/trash-16.png"), -moz-linear-gradient(top, white, #cccccc);
    /* FF3.6+ */
    background-image: url("../image/trash-16.png"), -ms-linear-gradient(top, white, #cccccc);
    /* IE10 */
    background-image: url("../image/trash-16.png"), -o-linear-gradient(top, white, #cccccc);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.download_tool_header #delete-complete-download-button:active, div.download_tool_header #delete-complete-download-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/trash-16.png");
      /* fallback */
      background-image: url("../image/trash-16.png"), -webkit-gradient(linear, left top, left bottom, from(#dedeff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/trash-16.png"), -webkit-linear-gradient(top, #dedeff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/trash-16.png"), -moz-linear-gradient(top, #dedeff, white);
      /* FF3.6+ */
      background-image: url("../image/trash-16.png"), -ms-linear-gradient(top, #dedeff, white);
      /* IE10 */
      background-image: url("../image/trash-16.png"), -o-linear-gradient(top, #dedeff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}    
div.download_tool_header #delete-error-download-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    background-image: url("../image/cancel-16.png");
    /* fallback */
    background-image: url("../image/cancel-16.png"), -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
    /* Saf4+, Chrome */
    background-image: url("../image/cancel-16.png"), -webkit-linear-gradient(top, white, #cccccc);
    /* Chrome 10+, Saf5.1+ */
    background-image: url("../image/cancel-16.png"), -moz-linear-gradient(top, white, #cccccc);
    /* FF3.6+ */
    background-image: url("../image/cancel-16.png"), -ms-linear-gradient(top, white, #cccccc);
    /* IE10 */
    background-image: url("../image/cancel-16.png"), -o-linear-gradient(top, white, #cccccc);
    /* Opera 11.10+ */
    background-position: center;
    background-repeat: no-repeat; 
}

div.download_tool_header #delete-error-download-button:active, div.download_tool_header #delete-error-download-button.selected {
      background-color: #e6e6ff;
      background-image: url("../image/cancel-16.png");
      /* fallback */
      background-image: url("../image/cancel-16.png"), -webkit-gradient(linear, left top, left bottom, from(#dedeff), to(white));
      /* Saf4+, Chrome */
      background-image: url("../image/cancel-16.png"), -webkit-linear-gradient(top, #dedeff, white);
      /* Chrome 10+, Saf5.1+ */
      background-image: url("../image/cancel-16.png"), -moz-linear-gradient(top, #dedeff, white);
      /* FF3.6+ */
      background-image: url("../image/cancel-16.png"), -ms-linear-gradient(top, #dedeff, white);
      /* IE10 */
      background-image: url("../image/cancel-16.png"), -o-linear-gradient(top, #dedeff, white);
      /* Opera 11.10+ */
      background-position: center;
      background-repeat: no-repeat; 
}





.login-form { 
margin: 0 auto; 
width:250px;
}

div.xdccdownloader_header #current-version,#news-update{
    text-align: right;
    float: right;
    margin: 2px 4px;
    width: 140px;
    height: 18px;
    padding: 6px 8px;
    border: 0px;
    -moz-user-select: none;
    -webkit-user-select: none; 
}

/*********** GESTIONE DOWNLAOD *********/
.downloads {
    list-style-type: none;
    overflow: hidden;
    opacity:0.8;
    margin-top: 10px;
    margin-bottom: 20px;    
    padding: 0;
    margin: 0;
}

.downloads .PAUSE {
    border: 2px solid #cccccc;
    border-radius: 20px;
    background-image: url("../image/CircledPause-48.png");
    background-repeat: no-repeat;
    background-position: 0.5em;
    padding-left: 6em;    
}

.downloads .CONNECTING {
    border: 2px solid #cccccc;
    border-radius: 20px;
    background-image: url("../image/CircledPause-48.png");
    background-repeat: no-repeat;
    background-position: 0.5em;
    padding-left: 6em;
}

.downloads .NEW {
    border: 2px solid #cccccc;
    border-radius: 20px;
    background-image: url("../image/sand-48.png");
    background-repeat: no-repeat;
    background-position: 0.5em;
    padding-left: 6em; 
}

.downloads .START {
    border: 2px solid #cccccc;
    border-radius: 20px;
    background-image: url("../image/download-48.png");
    background-repeat: no-repeat;
    background-position: 0.5em;
    padding-left: 6em; 
}

.downloads .ERROR {
    border: 2px solid #cccccc;
    border-radius: 20px;
    background-image: url("../image/Attention-48.png");
    background-repeat: no-repeat;
    background-position: 0.5em;
    padding-left: 6em; 
}

.downloads .END {
    border: 2px solid #cccccc;
    border-radius: 20px;
    background-image: url("../image/checkround-48.png");
    background-repeat: no-repeat;
    background-position: 0.5em;
    padding-left: 6em; 
}

.downloads .filename {
    font-size: 15px;
}

.downloads .filename_different {
    font-size: 15px;
    color: red;
}

.progressbar-search {
    left: 2%;
    width: 96%;
    margin-top: 60px;
    position: fixed;
    
}

.progressbar-download {
    position: relative;
}

.progress-download-label{
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.progress-search-label{
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}


.query-search {
    width: 50%
}

.command {
    background-color: #FFF;
    margin-top: 0px;
    align: center;
    position: fixed;
    left: 2%;
    width: 96%;
    
    
}

.lista {
    margin-top: 70px;
}

.custom_db_list{
    width: 100%;
}

@media only screen and (max-device-width: 800px) {
    .action_button
    {
        margin: 2px 4px;
        width: 25px;
        height: 23px;
        padding: 2px 8px;
        display: inline-block;
        border: 1px solid #888;
        -moz-user-select: none;
        -webkit-user-select: none; 
    }

    .action_button {
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #dddddd;
        /* fallback */
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, white, #bbbbbb);
        /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, white, #bbbbbb);
        /* FF3.6+ */
        background-image: -ms-linear-gradient(top, white, #bbbbbb);
        /* IE10 */
        background-image: -o-linear-gradient(top, white, #bbbbbb);
        /* Opera 11.10+ */
        background-position: center;
        background-repeat: no-repeat; 
    }

    .action_button:active, .action_button.selected {
          background-color: #e6e6ff;
          /* fallback */
          background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
          /* Saf4+, Chrome */
          background-image: -webkit-linear-gradient(top, #cdcdff, white);
          /* Chrome 10+, Saf5.1+ */
          background-image: -moz-linear-gradient(top, #cdcdff, white);
          /* FF3.6+ */
          background-image: -ms-linear-gradient(top, #cdcdff, white);
          /* IE10 */
          background-image: -o-linear-gradient(top, #cdcdff, white);
          /* Opera 11.10+ */
          background-position: center;
          background-repeat: no-repeat; 
    }
}
