@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, "Roboto", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  color: #555555;
}
a {
  text-decoration: none;
	color: #006699;
	transition: all 0.2s ease-in-out;
}
a:visited {
	color: #006699;
}
header {
  width: 100%;
  height: 42px;
  padding-top: 16px;
  position: fixed;
  z-index: 100;
background: #3d4663;
}
header #logo img {
	height: 28px;
}
header span {
  display: inline-block;
  margin: 7px 0 0 3%;
  color: #FFFFFF;
  font-weight: normal;
	font-size: 16px;
}
footer {
  width: 100%;
  height: 26px;
  position: fixed;
  bottom: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 12px;
background: #3d4663;
}
div#content {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
}
object, iframe {
  margin: 0;
  padding: 0;
	border: none;
  width: 100%;
  height: 90vh;
	margin-top: 6.65vh;
}
h1 {
  font-size: 30px;
  padding: 0;
  color: #006699;
}
hr {
  border: 1px solid #FFB33B;
  margin-bottom: 30px;
}
/* Manage Subscriptions */
.susbs-table {
	margin-top: 20px;
	width: 60%;
	border-collapse: collapse;
	font-size: 14px;
}
.susbs-table th, .susbs-table td {
	/*width: 20%;*/
	padding: 10px 10px 10px 10px;
	border: solid 1px #DDDDDD;
}
.susbs-table th {
	color: #FFFFFF;
	background: #555555;
}
.susbs-table tr:nth-child(odd) {
    background-color: #EEEEEE;
}
.susbs-table td:nth-child(5), .susbs-table td:nth-child(4) {
    text-align: center;
}
.susbs-table button {
	margin: 0;
	padding: 0;
    color: #006699;
	border: none;
	font-size: 14px;
	cursor: pointer;
	background-color: transparent;
}
.susbs-table a:hover {
    color: #555555;
}
.acc_message {
	font-size: 16px;
	color: #A20205;
}
select {
	background: DodgerBlue;
	color: #FFFFFF;
	padding: 8px 16px;
	position: relative;
	top: -8px;
	margin-left: 14px;
	border: none;
	outline:0px;
	font-size: 15px;
	font-family: Montserrat, "Roboto", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

textarea { width: 97%;
	margin: 0;
height: 180px;
border: solid 1px #AAAAAA;
	border-radius: 4px;
	padding: 10px;
}

textarea:focus::placeholder {
  color: transparent;
}

#acc_bulk a.back {
	float: right;
	margin-top: -16px;
	background: DodgerBlue;
	color: #FFFFFF;
	padding: 8px 16px;
	position: relative;
	border: none;
	outline:0px;
	font-size: 15px;
	font-family: Montserrat, "Roboto", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}
#acc_bulk a.back:hover {
	background: #ff9900;
}

/* Navigation */
#logo {
  float: left;
  margin: 0 0 0 10px;
}
ul#nav, #nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 42px;
  float: right;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#nav li {
  float: left;
  width: auto;
  position: relative;
}
#nav li a {
  display: block;
	padding: 0 6px 3px 6px;
  width: 36px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 8px;
  font-size: 22px;
}
#nav li a:hover {
  color: #F6C501;
}
#nav li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
}
#nav li:hover ul {
  display: block
}
#nav li ul a {
  background-color: #FFB33B;
  width: 200px;
  left: -158px;
  position: relative;
  font-size: 16px;
  color: #000000;
}
#nav li ul a:hover {
  color: #000000;
  background-color: #dddddd;
}

#nav-mobile {
  display: none;
}

/* Unit navigation */
#unit-nav {
	margin-bottom: 20px;
}
#unit-nav a {
	display: inline-block;
	padding: 8px 18px;
	margin: 0 14px;
	letter-spacing: 0.1em;
	background: #555555;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#unit-nav a:hover {
	background: #FF9900;
}

/* Modal Window */
dialog::backdrop {
  background: #000000;
  opacity: 40%;
}
dialog:modal {
  width: 60%;
  height: 60vh;
  border: solid 1px #999999;
  border-radius: 6px;
}
dialog:modal h1 {
  font-size: 20px;
	color: #000000;
}
dialog:modal p {
  font-size: 14px;
  color: #555555;
}
dialog:modal p strong {
	color: #000000;
}
dialog:modal .copyright {
	color: #CC0000;
	font-size: 12px;
}
dialog:modal button {
  float: right;
	background: #4169E1;
	border: solid 1px #555555;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 16px;
	cursor: pointer;
}
dialog:modal button:hover {
	background: #ff9900;
}
/* Test */
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
/* Login */
#login.vertical-center { top: 64%; }
#banner {
	background: url(img/banner-digital.png) no-repeat; 
	background-size: cover; 
	display: block; height: 240px; 
	background-position: center; 
	margin-top: 58px
}

#login h1 {
  font-size: 26px;
  padding-bottom: 28px;
  color: #006699;
}
input[type="text"], input[type="email"], input[type="password"] {
  width: 300px;
  margin: 3px 0 18px 0;
  padding: 14px 12px;
  border: solid 1px #AAAAAA;
  border-radius: 4px;
  display: block;
  font-size: 15px;
}
input[type="submit"] {
  padding: 12px 26px;
	margin-top: 14px;
  background: #33ccff;
  font-weight: bold;
  font-size: 16px;
  border: solid 1px #AAAAAA;
  border-radius: 2px;
}
input[type="submit"]:hover {
  background: #ff9900;
  cursor: pointer;
}
div.logerr {
  margin-bottom: 20px;
  width: 326px;
  text-align: left;
  color: #FF3300;
}
#login .reg {
	font-size: 16px;
}
#login .reg .btn-preview {
	width: 300px;
	margin-top: 40px;
}
#login .reg a {
	margin: 0 28px 0 28px;
	color: #555555;
	font-weight: normal;
}
#login .reg a li {
	font-size: 12px;
}
#login .reg a:hover {
	color: #ff9900;
}
#login hr {
	width: 336px;
border: 1px solid #FF9900;
  margin-bottom: 10px;
}
#login #reg-form {
	width: 600px;
}
#login #reg-form input[type="text"], #login #reg-form input[type="email"], #login #reg-form input[type="password"] {
	width: 240px;
border: 1px solid #AAAAAA;
  margin-bottom: 10px;
	display: inline-block;
}
input:focus::placeholder {
  color: transparent;
}

/* Registration */

div.reg {
  margin-top: 20px;
  text-align: center;
}

div.regerr {
  margin-bottom: 20px;
  text-align: center;
  color: #FF3300;
}

/* Preview */
.editions {
  display: inline-block;
  padding: 16px;
	text-align: center;
	vertical-align: top;
}
.editions h3 {
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
}
.editions span {
	display: block;
	font-size: 10px;
	margin-bottom: 16px;
}

/*.editions a {
	background: #000000;
	display: flex;
}*/
.editions img {
	margin: auto;
  display: block;
  width: 160px;
  margin-bottom: 10px;
  border: solid 1px #999999;
	transition: all 0.2s ease-in-out;
}
.editions a img:hover {
filter: brightness(50%);
}
.btn-download {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 15px;
  display: block;
	transition: all 0.2s ease-in-out;
}
.btn-download:hover {
  background-color: RoyalBlue;
}
.btn-preview {
  background-color: #ff9900;
  border: none;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 15px;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 15px;	
  display: block;
  width: 100%;
  margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
.btn-preview:hover {
  background-color: RoyalBlue;
}
.empty_folder {
	height: 240px;
	max-width: 400px;
	margin: 80px 20px 0 20px;
	font-size: 18px;
	line-height: 28px;
}
.empty_folder i {
	font-size: 30px;
	color: #D40508;
	display: block;
	margin-bottom: 30px;
}

/* User management */

.susbs-table input[type="text"], .susbs-table input[type="email"] {
	width: 92%;
	padding: 8px 4px;
	margin: 0;
}

/* Mobile devices CSS */

@media only screen and (max-width: 1024px) {
	#banner {background: url(img/banner-1024.png) no-repeat; background-size: 100%; height: 285px; display: block; background-position: top; margin-top: 40px}
}

@media only screen and (max-width: 480px) {
  object, iframe {
    height: 90vh;
  }
	#banner { display: none !important; }
  #nav {
    display: none;
  }
  #nav-mobile {
    margin-right: 10px;
    display: block;
    color: #FFFFFF;
    float: right;
    margin-top: -10px;
  }
  #nav-mobile a {
    color: #FFFFFF;
    font-size: 34px;
  }
	#unit-nav a { display: block;
		width: 80%;
		margin: 10px;
		font-size: 18px;
	}
  .vertical-center, #login.vertical-center {
    margin: 0;
    position: absolute;
    top: 18%;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 98%;
    padding-bottom: 10%;
  }
	#login #reg-form {
	width: 100%;
}
#login #reg-form input[type="text"], #login #reg-form input[type="email"], #login #reg-form input[type="password"], div.regerr {
	width: 80%;
  margin-bottom: 10px;
	display: block;
}
	#login .reg a { display: block; margin: 18px 0 16px 0; }
}

/* Pre-loader CSS */
#loader {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 99999;  
  background-color: rgba(255, 255, 255, 0.7)
}

#loader p {  
  text-align: center;
  color: #555555;
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0;
}