@font-face {
	font-family: "Frutiger LT Light";
	src: url("../fonts/frutiger-lt-light.eot?#iefix");
	src: url("../fonts/frutiger-lt-light.eot?#iefix") format("eot"),url("../fonts/frutiger-lt-light.woff2") format("woff2"),url("../fonts/frutiger-lt-light.woff") format("woff"),url("../fonts/frutiger-lt-light.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "Frutiger LT Bold";
	src: url("../fonts/frutiger-lt-bold.eot?#iefix");
	src: url("../fonts/frutiger-lt-bold.eot?#iefix") format("eot"),url("../fonts/frutiger-lt-bold.woff2") format("woff2"),url("../fonts/frutiger-lt-bold.woff") format("woff"),url("../fonts/frutiger-lt-bold.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #202020;
	font-family: "Frutiger LT Light",Arial,sans-serif;
	font-size: 16px;
	overflow: visible;
}

@media (min-width: 1040px) {
  #pf-form {
    position: sticky;
    top: 84px;
    z-index: 40;
    align-self: flex-start;
    background-color: #fff;
    padding: 4px;
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  #pf-form {
    margin-bottom: 30px;
  }
}

a {
	color: #00b5dd;
	text-decoration: none;
	cursor: pointer;
}

a:hover,a.hovered {
	color: #19202b;
	text-decoration: none;
}

a.info {
    background: url(/css/icon-info.png) no-repeat 0 0;
    background-size: 19px 19px;
    display: inline-block;
    width: 19px;
    margin-top: 4px;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

.fa {
	font-family: 'FontAwesome';
	font-weight: 400; 
}
.fa-refresh {
	margin-left: 7px;
	vertical-align: top;
	margin-top: 11px;
}

.lang_selector {
	float:right;
	color: white;
}
.lang_selector div {
	font-size: 0.9em;
	padding: 6px;
	display: inline-block;
	cursor: pointer;
	background-color: rgba(230,230,230,1);
}
.lang_selector div:hover {
	background-color: #00b5dd;
}
.lang_selector div.active {
	cursor: auto;
	background-color: #00b5dd;
}

/* webkit solution */
::-webkit-input-placeholder { text-align:right; }
/* mozilla solution */
input:-moz-placeholder { text-align:right; }

#app .btn {
	margin-top: 10px;
}
#app em {
	color: red;
	font-style: normal;
	display: block;
} 
#app input {

}
#app input.error {
	border-color: red;
}
#app .result_text {
	padding: 30px 0 6px;
	min-height: 3px;
}
#app .result_items {
	min-height: 140px;
	line-height: 30px;
}
#app .download {
	background-position-y: 4px;
}
#captcha img {
	border-color: #ccc8c8;
}


.multiselect-tag-remove {
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiselect-tag-remove-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'%3E%3C/path%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  opacity: 0.8;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
}

.vue3-easy-data-table__footer,
.vue3-easy-data-table th,
.vue3-easy-data-table td {
    font-size: 14px !important;
}
.vue3-easy-data-table__header th {
    background-color: #eee !important;
}
.easy-data-table__rows-selector ul.select-items li.selected {
	background-color: #00b5dd !important;
}
.vue3-easy-data-table__header th:first-child .header {
    justify-content: left !important;
}

.loader {
	border-top-color: #00b5dd;
	-webkit-animation: spinner 1.5s linear infinite;
	animation: spinner 1.5s linear infinite;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

input[type=range] {
	position: absolute;
	margin-top: -4px;
}
input[type=range]::-webkit-slider-thumb {
     -webkit-appearance: none;
     appearance: none;
     width: 10px;
     height: 10px;
     background: #00b5dd;
     cursor: pointer;
     border-radius: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 1px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  font-size: 14px;
}

.units {
	position: absolute;
    right: 3px;
    margin-top: -24px;
    font-size: 13px;
    color: #999;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 68%;
  margin: 0px auto;
  padding: 8px 30px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

.modal-enter, .modal-leave {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width:1025px) {	
	.module_subpage_stage_small_without_image .text_outer{margin-top:30px;}
}

.vue3-easy-data-table__header th:nth-child(2) .header {
  justify-content: left !important;
}
