/************************************************************************/
/* Style name: area - Copyright (C) 2024 Fred Rimbert                   */
/************************************************************************/

/* CUSTOM CODE AREA */

/* Download files CSS
**************************/
.postlink[href*="download/file.php"] {
  color: #fff;
  display: inline-block;
  background-color: #808080;
  margin-top: 0.5em;
  padding: 0.5em;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  text-shadow: 0 -1px 1px rgba(26, 75, 109, 0.7);
  transition: background-color 0.25s;
}

.postlink[href*="download\/file.php"]:hover {
	color: #fff;
	background-color: #439728;
}

/* Snowstorm in header
**************************/
.snowheader {
  background-image: url('./images/falling-snow.gif');  
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* Colored button
**************************/
input#agreed.button1, form#login .panel:first-child .button1,
input#submit.button1.default-submit-action {
    color: #fff;
    /*background: #008000;
    border-color:  #008000;*/
    background: rgb(26, 56, 38);
    border-color: rgb(26, 56, 38);
}

.headerspace {
  display: none;
}

/* logo_right
**************************/
#logo_right {
    position: relative;
    margin-right: 40px;
    margin-top: 20px;
    float: right;
    z-index: 1;
}

#logo_right img {
      width: 80px;
}
@media (max-width: 700px) {
  #logo_right { display: none; }


/* Digital clock
**************************/
#jsclock {
  font-size: 24px;
  font-family: clock-font;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0px 6px 3px 5px;
  font-weight: bold;
  width: fit-content;
}
