/******* standard CSS resets and styles for all cases ******/
:root {
  --s-loader-wrapper-bg-color: rgb(21, 22, 43);
  --s-loader-width: 50px;
  --s-loader-height: var(--s-loader-width);
  --s-loader-border-color-trans: rgba(29, 161, 242, 0.2);
  --s-loader-border-color-full: rgb(29, 161, 242);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{ 
	height: 100%; 
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{ 
	background-color: #fefefe;
	/*background-image:url('res/grey_bg.png');
	background-repeat: repeat;*/
	font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 100%; 
	line-height: 1; 
	color: #fff;
	overflow:auto;
	min-height: 100%;
}

*{ -webkit-tap-highlight-color: rgba(0,0,0,0); }

a {  background-color: transparent;}
a:active, a:hover {  outline: 0;}
hr {
  box-sizing: content-box;
  height: 0;
}


button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {  overflow: visible;}

button, select {  text-transform: none;}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


.not-shown{display:none!important;}
.unselectable{
  -webkit-touch-callout: none;
    -webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
			user-select: none;
}
* {
  -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.centertext{text-align:center!important;}

.spinning-loader {
	width: var(--s-loader-width);
	height: var(--s-loader-height);
	border: 5px solid var(--s-loader-border-color-trans);
	border-left-color: var(--s-loader-border-color-full);
	border-radius: 50%;
	background: transparent;
	animation-name: rotate-s-loader;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-timing-function: linear;
	position: relative;
}

@keyframes rotate-s-loader {from {transform: rotate(0);} to {transform: rotate(360deg);}}

.loadingpanel{
	position:fixed;
	overflow:hidden;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.8);
	display:flex;
	align-items: center;
	justify-content: center;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
	font-size: 38px;
	line-height: 44px;
	margin-top: 20px;
}
h2 {
	font-size: 32px;
	line-height: 36px;
	margin-top: 20px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

header, footer, section{
	display:block;
	width:100%;
}

footer{
	margin-top:80px;	
}


.contentcontainer{
	max-width:980px;
	display:block;
	margin:0 auto;
	position:relative;
}

.logo{
	display:block;
	min-height:50px;
	text-align:center;
	
}

.ltlogo{
	float:right;
	height:55px;
	border:none;
	margin:10px;

}

.footerlogo{
	height:55px;
	border:none;
	margin:10px 0;
	margin-left:-10px;
}

.lastcol{
	text-align:center;	
}

.rehlatylogo{
	float:left;
	height:65px;
	border:none;
	margin:10px;		
}

div.brandband {
	width:100%;
	height:10px;
	margin:0;
	background:url('res/brand-separator-bar.png') no-repeat center center;
	background-size:cover;
	margin:0;
}

.footercontent{
	padding:20px 0;
	background-color:#333;
	background-image:url('res/dark_bg.png');
	background-repeat:repeat;
	min-height:100px;
}



.footercontainer{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.footercol{
	width:25%;
	padding: 1em;
	color:#FFF;
}

.footeritemheader{
	margin-bottom:8px;
	font-size:12pt;
	font-weight:400;
}

.footeritemtext{
	margin:10px 0;
	font-size:9pt;
	line-height:1.2rem;
	font-weight:300;
}

.footeritemtext a, .footeritemtext a:visited{
	text-decoration:none;
	color:#fff;
}

.footeritemtext a:hover{
	text-decoration:underline;	
}


.catalogue{
	margin:20px 0;
	padding:1em;
	border-bottom:1px dotted #666;
	text-align:center;
	color:#fff;
}

.catalogue a{
	color:#fff;	
}


.notice{
	margin-top:20px;
	padding:1em;
	border-top:1px dotted #666;
}

.disclaimer{
	font-size:8pt;
	line-height:10pt;
	color:#ccc;
	font-weight:300;
}

.copy{
	font-size:8pt;
	color:#fff;
	font-weight:400;
}

.btn-gr-blue{
	background: rgb(5,164,235);
	background: linear-gradient(135deg, rgba(5,164,235,1) 0%, rgba(37,198,255,1) 40%, rgba(60,240,236,1) 100%);
}

.btn-gr-green{
	background: rgb(41,181,178);
	background: linear-gradient(135deg, rgba(41,181,178,1) 0%, rgba(93,203,174,1) 40%, rgba(139,233,170,1) 100%);
}

.btn-gr-orange{
	background: rgb(238,115,131);
	background: linear-gradient(135deg, rgba(238,115,131,1) 0%, rgba(248,116,125,1) 40%, rgba(252,162,83,1) 100%);
}

.btn-gr-red{
	background: rgb(198,12,48);
	background: linear-gradient(135deg, rgba(198,12,48,1) 3%, rgba(214,22,59,1) 40%, rgba(238,18,18,1) 100%);
}

.heading{
	text-align:center;
	padding:10px 0 15px 0;

}	


.textblack{color:#000;}
.textwhite{color:#FFF;}

div.navlinks{
	width:100%;
	display:block;
	min-height:30px;
	background-color:rgba(0,0,0,0.4);
	text-align:center;
	vertical-align:middle;
	padding:5px;
	font-size:9pt;
	font-weight:400;
	text-transform:uppercase;	
}

div.navlinks p{
	display:inline-block;
	margin:0 10px;
	padding:5px;
	text-decoration:none;
	border-bottom: 3px solid transparent;
	
}

a.navlink {
	display:inline-block;
	margin:0 10px;
	padding:5px;
	text-decoration:none;
	border-bottom: 3px solid transparent;
}

a.navlink:hover{
	border-bottom: 3px solid #c60c30;	
}

.selectednav{
	border-bottom: 3px solid #c60c30!important;
}


/*----------wizard---------*/

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #4CAF50;
}



