/* CSS Document */
@font-face {
	font-family: 'FontAwesome';
	src: url("../../lambda/assets/fonts/fontawesome-webfont.eot?v=4.5.0");
	src: url("../../lambda/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../../lambda/assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../../lambda/assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../../lambda/assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../../lambda/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
body{
	font-size: 16px;
	font-weight: 400;
	line-height: 27.4333px;
	colour: rgb(110, 110, 110);
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class*="fa-"]::before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.fa-plus::before {
  content: "\f067";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-pause::before {
  content: "\f28b";
}
.fa-stop::before {
  content: "\f28d";
}
.fa-play::before {
  content: "\f144";
}

.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xs {
  font-size: 18px;
  line-height: 18px;
}
.icon-xs {
  font-size: 18px;
  line-height: 18px;
}
.icon-lg {
	font-size: 40px;
	line-height: 40px;
	padding:0 10px;
}
.icon-picton-blue {
  color: #44bef1;
}
.icon-picton-lightblue{
  color: #a3daf1;
}
.icon {
  text-align: center;
}
.button{
	background: #2f93d8;
  color: #fff;
	display: inline-block;
  padding: 6px 16px ;
  margin-bottom: 0;
  font-size: 14px ;
  text-align: center;
  text-shadow: none ;
  font-weight: 400 ;
  outline-style: none;
	outline-width:0px;
  vertical-align: middle;
  cursor: pointer;
	border-radius: 5px;
}
.button:hover {
  background: rgba(47, 147, 216, .9);
  color: #fff;
}
.ajax-loader{
	  margin: 12px 12px;
border-top-color: #2f93d8 !important;
}

img.ajax-loader {
  background: #fff;
  margin: 0 12px;
  opacity: .8;
  border-radius: 50%;
}
.ajax-loader, .ajax-loader::before {
  display: inline-block;
  border-color: transparent;
}
.ajax-loader {
  position: relative;
  vertical-align: middle;

  border-width: 2px;
  border-style: solid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: spin .75s infinite linear;
  opacity: .8;
  transition: all .3s;
	  background: #fff;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hidden{
	display: none;
}
.mobile-main{
	margin: 10px auto 75px;
	text-align: center;
}
.mobile-footer {
	height: 55px;
	width: 100%;
	background: white;
	border-top: solid 1px #d0d0d0;
	box-shadow: 0px -1px 5px #0000000a;
	position: fixed;
	bottom: 0px;
}

.mobile-footer-button {
	left: 20%;
	position: absolute;
	border: 1px solid grey;
	border-radius: 4px;
	padding: 2px 10px;
	bottom: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1px;
}

.mobile-footer-button:hover {
	opacity: 0.8;
}
