/***********************************************************************
	Stylesheet for CalluxNet web site

	Author    Andras Lengyel, CalluxNet AB
	Created   2008-12-05
	Modified  2025-05-16

	Copyright © Andras Lengyel, CalluxNet AB, 2008-2024. All right reserved.
 ***********************************************************************/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');

* {
	margin: 0;
	padding: 0;
}


/***********************************************************************
	Sections
************************************************************************/

/*** General ***********************************************************/

body {
	background: #f0f0f0 url(images/bluedot-bg.png) no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	color: #666;
	font: normal normal 12pt "Century Gothic", Verdana, Arial, Helvetica;
    line-height: 1.5;
}
#bodyarea {
	width: 700px;
	margin: 16px auto 16px auto;
	/*background: transparent url(images/white-bg.png) repeat top left;*/
	background: rgba(255,255,255,0.7);
	z-index: 100;
	overflow: auto;
	border-radius: 16px;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;*/
}

@media screen and (max-width:700px) {
	#bodyarea {
		width: 100%;
	}
}


/*** Header ************************************************************/

#header {
	height: 130px;
	margin: 0px 40px 20px 40px;
	background: transparent url(images/calluxnet-name.png) no-repeat bottom left;
	background-size: auto 30%;
}
#logo {
	position: fixed;
	margin-left: 480px;
	top: 20px;
	width: 200px;
	height: 200px;
	background: transparent url(images/calluxnet-logo.png) no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width:700px) {
	#header {
		height: 90px;
	}
	#logo {
		position: absolute;
		margin: 0px;
		right: 4%;
		width: 80px;
		height: 80px;
	}
}


/*** Footer ************************************************************/

#footer {
	margin: 32px 0px 24px 0px;
	text-align: center;
	font-size: 0.8em;
	font-weight: 400;
	font-style: italic;
	color: #777777;
}


/*** Content ***********************************************************/

#content {
	margin: 4px 220px 4px 40px;
	min-height: 16em;
}

@media screen and (max-width:700px) {
	#content {
		margin: 4px 40px 4px 40px;
	}
}

#content .table-body {
	width: 100%;
	clear: both;
}
#content .table-body .left-column {
	float: left;
	width: 50%;
}
#content .table-body .right-column {
	float:right;
	width: 50%;
}

@media screen and (max-width:700px) {
   #content .table-body .left-column {
      float: none;
      width: 100%;
   }
   #content .table-body .right-column {
      float: none;
      width: 100%;
   }
}

#content img {
	width: 100%;
	height: auto;
	margin: 8px 4px 8px 4px;
	border-radius: 6px;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;*/
}
#content img.inline-full {
	width: 95%;
	display: inline;
	margin: 4px 6px 4px 6px;
	vertical-align: top;
}
#content img.inline-third {
	width: 30%;
	display: inline;
	margin: 4px 5px 4px 5px;
	vertical-align: top;
}
#content img.inline-half {
	width: 46%;
	display: inline;
	margin: 4px 6px 4px 6px;
	vertical-align: top;
}
#content img.inline-twothirds {
	width: 62%;
	display: inline;
	margin: 4px 6px 4px 6px;
	vertical-align: top;
}
#content img.inline-button {
	width: 20px;
	height: auto;
	display: inline;
	margin: 0px 2px -4px 2px;
}
#content img.inline-headericon {
	width: 28px;
	height: auto;
	display: inline;
	margin: 0px 2px -6px 0px;
}
#content img.inline-headericon-small {
	width: 22px;
	height: auto;
	display: inline;
	margin: 0px 2px -2px 0px;
}


/*** Menu **************************************************************/

#menu {
	position: fixed;
	margin-left: 530px;
	top: 200px;
	width: 130px;
	padding: 24px 12px 24px 12px;
	background: transparent url(images/white-bg.png) repeat top left;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-radius: 8px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;*/
}

#mainmenu {
	font-size: 0.9em;
}

#menu ul {
	margin: 0;
   text-align: center;
}
#menu ul li {
	list-style-type: none;
   background: transparent;
   margin: 0 0 8px 0;
   padding: 0;
}
#menu ul li a {
	display: block;
	padding: 2px 4px 2px 4px;
	border-radius: 8px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;*/
}

#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
}
#menu ul li a:active, #menu ul li a:hover {
	background: #e0e0e0;
	text-decoration: none;
}

@media screen and (max-width:700px) {
	#menu {
		position: relative;
		margin: 16px 40px 16px 40px;
		top: auto;
		width: auto;
	}
	#mainmenu {
		font-size: 1.0em;
	}
	#menu ul {
		text-align: center;
	}
	#menu ul li a {
		padding: 8px 4px 8px 4px;
	}
}


/*** Logotype **********************************************************/

.calluxnet-prefix {
	/*font-weight: bold;*/
	color: #666;
}
.calluxnet-dot {
	/*font-weight: bold;*/
	font-size: 2em;
	color: #aa7777;
}
.calluxnet-suffix {
	/*font-weight: bold;*/
	color: #888;
}


/*** Page specific content *********************************************/

h4.dotted {
	background: transparent url(images/bluedot.png) no-repeat 0 50%;
	background-size: 8px 8px;
   margin-left: -12px;
	padding-left: 12px;
}

img#andras {
	float: left;
	width: 130px !important;
	height: 130px !important;
	margin: 0px 12px 0 8px;
}


/***********************************************************************
	General
************************************************************************/

/*** Links *************************************************************/

a:link, a:visited {
	color: #777777;
	text-decoration: none;
	font-weight: 600;
}
a:active, a:hover {
	text-decoration: underline;
}
a.back-button {
	display: none;
	background: transparent url(images/backbutton.png) no-repeat left 3px;
	background-size: 14px 14px;
	padding-left: 14px;
}


/*** Headers ***********************************************************/

h1,h2,h3,h4,h5,h6 {
  font-family: 'Fira Sans';
  font-weight: 500;
	color: #777777;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
  letter-spacing: 1pt;
}
h1 {
	font-size: 2.1em;
    /*letter-spacing: -1pt;*/
}
h2 {
	font-size: 1.7em;
    /*letter-spacing: -0.5pt;*/
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
  text-transform: uppercase;
}


/*** Lists *************************************************************/

ul {
	list-style-type: none;
	margin: 8px 0 8px 4px;
}
ul li {
	background: transparent url(images/bluedot.png) no-repeat 2px 0.55em;
	background-size: 6px 6px;
	margin: 0 0 8px 0;
	padding: 0 0 0 16px;
	line-height: 1.5;
}
ul.inline-bullet li,
ul li.inline-bullet {
	background: transparent;
	margin: 0 0 8px 24px;
	padding: 0 0 0 0;
	line-height: 1.5;
	text-indent: -24px;
}

ul li.checked {
	background: transparent url(images/checkmark.png) no-repeat -3px 1px;
	background-size: 17px 17px;
}
ul li ul li {
	background: transparent url(images/bluedot.png) no-repeat 2px 0.6em;
	background-size: 4px 4px;
	padding-left: 12px;
}
ul li ul li.checked {
	background: transparent url(images/checkmark.png) no-repeat -3px 4px;
	background-size: 14px 14px;
	padding-left: 12px;
}

/*** Special lists ***/

.toggableSublist li:not(.empty) {
   cursor: pointer;
}
.toggableSublist li ul {
   display: none;
   width: 100%;
}
.toggableSublist li ul li {
   margin: 0;
   padding: 0 0 4px 12px;
}

/*** Tables ************************************************************/

table {
   border-collapse: collapse;
   margin: 4px 0 4px 0;
}
th, td {
	text-align: left;
   vertical-align: baseline;
   padding: 4px 6px 4px 6px;
}
th {
   border-bottom: 1px solid #777;
}
tfoot tr td {
   border-top: 1px solid #777;
}
td.section-header {
   font-variant: small-caps;
   padding-bottom: 0;
}


/*** Text **************************************************************/

p {
	margin-bottom: 8px;
}
b {
	color: #777777;
}
acronym {
	border-bottom: dotted 1px #444444;
}
.name {
	font-style: italic;
}
.ingress {
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 14px;
	color: #777777;
}


/*** Images ************************************************************/

img {
	border: none;
}
.app-icon {
	width: 36px !important;
	height: 36px !important;
	margin: 0px 8px -8px 0px !important;
}
.other-icon {
	width: auto !important;
	height: 36px !important;
	margin: 0px 8px -8px 0px !important;
}
.appstore-badge {
	margin: 10px 10px 10px 10px;
    width: 40%;
	text-align: center;
	display: block;
}
.appstore-badge img {
   margin: 0 auto 0 auto;
}


/*** Other ************************************************************/

.float-right {
	float: right;
}

.clear-float {
	clear: both;
}

.button-group {
	text-align: center;
	margin: 8px;
}

button {
	font: normal normal 12pt "Century Gothic", Verdana, Arial, Helvetica;
    line-height: 1.5;
	padding: 4px 12px;
	cursor: pointer;
	color: #666;
	background-color: #c0c0c0;
	border: solid 1px #666;
	border-radius: 16px;
}
button:hover {
	background-color: #e0e0e0;
}

/* Cookie consent elements */
.cc-window {
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 12pt;
	line-height: 1.5;
}
.cc-banner .cc-btn {
	border-radius: 16px;
}
.cc-banner .cc-btn:hover {
	text-decoration: none;
}
