# Master config file for radsecproxy

# First you may define any global options, these are:
#
# You can optionally specify addresses and ports to listen on
# Multiple statements can be used for multiple ports/addresses
#ListenUDP		*:1814
#ListenUDP		localhost
#ListenTCP		[2001:700:1:7:215:f2ff:fe35:307d]:1812
#ListenTLS		10.10.10.10:2084
#ListenTLS		[2001:700:1:7:215:f2ff:fe35:307d]:2084
#ListenDTLS		[2001:700:1:7:215:f2ff:fe35:307d]:2084

# To specify a certain address/port for UDP/TLS requests you can use e.g.
#SourceUDP		127.0.0.1:33000
#SourceTCP		*:33000
#SourceTLS		*:33001
#SourceDTLS		*:33001

# Optional log level. 3 is default, 1 is less, 5 is more
#LogLevel		3
# Optional LogDestination, else stderr used for logging
# Logging to file
#LogDestination		file:///tmp/rp.log
# Or logging with Syslog. LOG_DAEMON used if facility not specified
# The supported facilities are LOG_DAEMON, LOG_MAIL, LOG_USER and
# LOG_LOCAL0, ..., LOG_LOCAL7
#LogDestination         x-syslog:///
#LogDestination         x-syslog:///log_local2
# Optional log thread Id
#LogThreadId on

# For generating log entries conforming to the F-Ticks system, specify
# FTicksReporting with one of the following values.
#   None  -- Do not log in F-Ticks format.  This is the default.
#   Basic -- Do log in F-Ticks format but do not log VISINST.
#   Full  -- Do log in F-Ticks format and do log VISINST.
# Please note that in order to get F-Ticks logging for a given client,
# its matching client configuration block has to contain the
# fticksVISCOUNTRY option.

# You can optionally specify Log MAC and FTicksMAC in order to determine if and
# how Calling-Station-Id (users Ethernet MAC address) is being logged.
#   Static          -- Use a static string as a placeholder for
#                      Calling-Station-Id in F-Ticks, of omit it in normal log.
#   Original        -- Log Calling-Station-Id as-is. This is the default for log.
#   VendorHashed    -- Keep first three segments as-is, hash the rest.
#   VendorKeyHashed -- Like VendorHashed but salt with F-Ticks-Key or Log-key
#                      respectively. This is the default for F-Ticks.
#   FullyHashed     -- Hash the entire string.
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("../../fonts/eduVPN/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold"), url("../../fonts/eduVPN/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
 
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Italic"), url("../../fonts/eduVPN/OpenSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
 
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold Italic"), url("../../fonts/eduVPN/OpenSans-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
 
body {
  font-family: "Open Sans", sans-serif;
}
 
nav {
  background-image: url("../../img/eduVPN/eduvpn-fh-logo.png");
  background-size: 334px 50px;
  background-repeat: no-repeat;
  background-position: 50% 1em;
  min-height: calc(50px + 2em);
  padding: 0;
}
 
nav ul {
  padding: calc(50px + 1.5em) 0 0 0;
}
 
header.main h1 {
  background-color: #39659f;
}
 
blockquote {
  border-left: 0.2em solid #39659f;
 
}
 
blockquote:lang(ar-MA) {
  border-right: 0.2em solid #39659f;
}
 
ul.apps {
  list-style: none;
  padding: 0;
  text-align: center;
}
 
ul.apps li {
  display: inline-block;
  padding: 2em;
}
 
ul.apps li a {
  display: block;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  background-position: 50% 0;
  min-height: calc(64px + 2em);
  padding: calc(64px + 0.5em) 0 0 0;
  min-width: 64px;
}
 
ul.apps li a.Windows {
  background-image: url("../../img/eduVPN/app/Windows.png");
}
 
ul.apps li a.macOS {
  background-image: url("../../img/eduVPN/app/macOS.png");
}
 
ul.apps li a.Android {
  background-image: url("../../img/eduVPN/app/Android.png");
}
 
ul.apps li a.iOS {
  background-image: url("../../img/eduVPN/app/iOS.png");
}
 
ul.apps li a.Linux {
  background-image: url("../../img/eduVPN/app/Linux.png");
}
 
p.lead {
  color: #39659f;
}
 
@media screen and (min-width: 800px) {
  nav {
    background-position: 2% 50%;
  }
  nav:lang(ar-MA) {
    background-position: 98% 50%;
  }
  nav ul {
    padding: 0 calc(169px + 2em);
  }
}
 
a, summary {
  color: #39659f;
  font-weight: bold;
  text-decoration: none;
}
nav ul li a {
  padding: 1em 1.5em;
  color: #39659f;
  font-weight: bold;
}
nav ul li.active a {
  color: #39659f;
  font-weight: bold;
  border-bottom: 5px solid #39659f;
}
form.frm button {
  border: 0;
  border-radius: 2em;
  color: #fff;
  background-color: #39659f;
  padding: 0.5em 1.5em;
  font-weight: bold;
  font-size: inherit;
}
