@import url('bootstrap/bootstrap.unas.css');
@import url('bootstrap/floating-labels.css');
@import url('common_blog.css');
@import url('common_price.css');

/**********************************************/
/*** SCROLLBAR ***/
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #ddd;
}
::-webkit-scrollbar-thumb {
	background: #aaa;
}
::-webkit-scrollbar-thumb:hover {
	background: #999;
}

/**********************************************/
/*** FONT ***/
body {
	font-family: "Roboto",sans-serif !important;
}
body, .btn-link, .text-title-4, .text-flow, .text-normal, .text-small, .text-smaller, .text-smallest, .dialog_text_bigger, .dialog_text_bigger a, .dialog_text_big, .dialog_text_big a, .dialog_text_big strong.dialog_text_normal, .dialog_text_normal strong, .dialog_text_normal a {
	font-weight: 300;
}
.font-weight-normal, .form-control {
	font-weight: 300 !important;
}
strong, b, .dialog_text_ask, .cookie-consent a, .btn, .text-title-0, .text-title-1, .text-title-2, .text-title-3, .text-title-3-blog, .dialog_text_biggest, .dialog_text_biggest strong, .dialog_text_biggest a, .dialog_text_bigger strong, .blog-text h2, .blog-text h3, .blog-text h4, .blog-text .link, .blog-text .link a, .blog-text .package, .blog-text .package2, .blog-item-intro .package, .blog-item-intro .package2, .unas_package, .blog-text .package span, .unas_package span {
	font-weight: 500;
}
.font-weight-bold {
	font-weight: 500 !important;
}
.text-title-0 b, .text-title-0 strong {
	font-weight: 900;
}
.font-weight-black {
	font-weight: 900 !important;
}

/**********************************************/

* {
	-webkit-font-smoothing: antialiased;
}

body, html {
	min-width:320px;
	scroll-behavior: smooth;
}
body {
	min-width: 320px;
	position: relative;
	color:#31363e;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:0px;
	/*text-transform: none;*/
	letter-spacing: normal !important;
}
mark {
	padding-left:0px;
	padding-right:0px;
	color: inherit;
	background-color: #ffe24e69;
}
section {
	position: relative;
	margin-top:5rem;
	padding-top:1rem;
	padding-bottom:1rem;
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}

a, a:hover {
	color:inherit;
	cursor: pointer;
	outline: none;
	transition: background .5s ease-in-out, color .5s ease-in-out;
}
a:hover {
	color: #36a5e0;
}
a.color-secondary:hover {
	color: #dc404b !important;
}
.underline {
	background-image: linear-gradient(transparent calc(100% - 1px), #36a5e0 1px);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	text-decoration: none;
	color:inherit;
	padding-bottom:2px;
}
.underline:hover{
	background-size: 100% 100%;
	text-decoration: none;
}
.underline-fix {
	background-size: 100% 100%;
	text-decoration: none;
}
.underline * {
	display: inline;
}
.underline-secondary {
	background-image: linear-gradient(transparent calc(100% - 1px), #dc404b 1px);
}
.underline-light {
	background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}
.underline-no, .underline-no:hover {
	text-decoration: none;
	color:inherit !important;
	transition:none;
}

.opacity-20 {
	opacity: 0.20 !important;
}
.opacity-30 {
	opacity: 0.30 !important;
}
.opacity-40 {
	opacity: 0.40 !important;
}

.user-select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.w-200 {
	width: 200% !important;
}
.w-200 {
	width: 200% !important;
}
.w-300 {
	width: 300% !important;
}
.w-400 {
	width: 400% !important;
}

.color-primary, .text-primary {
	color:#4bb9f4 !important;
}
.color-primary-hover:hover {
	color:#36a5e0 !important;
}
.color-secondary, .color-text {
	color:#ff414c !important;
}
.color-secondary-hover:hover {
	color:#dc404b !important;
}
.color-light, .text-light {
	color:#FFF !important;
}
.color-light-hover:hover {
	color:#EEE !important;
}
.color-gray, .text-gray {
	color:#DDD !important;
}
.color-dark, .text-dark {
	color:#31363e !important;
}
.color-red, .text-red {
	color:#F00 !important;
}
.text-code, code:not([class]) {
	padding: 0.5px 5px 2px;
	border-radius: 5px;
	background: #f4f6f8;
	border: 1px solid #c4cdd5;
	overflow-wrap: break-word;
	font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
	white-space: pre-wrap;
	color:inherit;
}

.rounded-xl {
	border-radius: 0.6rem !important;
}

.border-top-1 {
	border-top:1px solid #ced4da;
}
.border-bottom-1 {
	border-bottom:1px solid #ced4da;
}
.border-bottom-2 {
	border-bottom:2px solid #ced4da;
}
.border-bottom-3 {
	border-bottom:3px solid #ced4da;
}
.border-right-radius-0 {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.border-primary {
	border-color:#4bb9f4;
}
.border-primary-hover:hover {
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	border-color:#4bb9f4;
}
.border-secondary {
	border-color:#ff414c !important;
}

.bg-primary {
	background-color:#4bb9f4 !important;
}
.bg-primary-hover:hover {
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	background-color:#36a5e0;
}
.bg-secondary {
	background-color:#ff414c;
}
.bg-secondary-hover:hover {
	background-color:#dc404b;
}
.bg-gradient-135 {
	background-color:#4bb9f4 !important;
	background: linear-gradient(135deg, #4bb9f4 40%, #a4f1fd 100%) !important;
}
.bg-gradient-right {
	background-color:#4bb9f4 !important;
	background: linear-gradient(to right, #4bb9f4 40%, #a4f1fd 100%) !important;
}
.bg-gradient-left {
	background-color:#4bb9f4 !important;
	background: linear-gradient(to left, #4bb9f4 40%, #a4f1fd 100%) !important;
}
.bg-gradient-bottom {
	background-color:#4bb9f4 !important;
	background: linear-gradient(to bottom, #4bb9f4 40%, #a4f1fd 100%) !important;
}
.bg-light {
	background-color:#F7F7F7 !important;
}
.bg-gray {
	background-color:#EDEDED !important;
}
.bg-grayer {
	background-color:#DDDDDD !important;
}
.bg-dark {
	background-color:#31363e !important;
}
.bg-darker {
	background-color:#484d55 !important;
}
.bg-darkest {
	background-color: #20232b !important;
}
.bg-dark-hover:hover {
	background-color:#31363e !important;
}
.bg-transparent-dark {
	background-color:rgba(72, 77, 85, 0.1);
}
.bg-transparent-white {
	background-color:rgba(255, 255, 255, 0.8);
}

.btn {
	position: relative;
	transition: box-shadow .2s ease-in-out, transform .2s ease-in-out, background-color .2s ease-in-out;
}
.btn:focus, .btn.focus, .btn:active, .btn.active {
	box-shadow:none !important;
}
.btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
}
.btn:active {
	transform: translateY(-1px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.btn-fix-1 {
	width:200px;
}


.btn .far, .icon-anim .far {
	position: relative;
}
.btn.btn-icon-anim .far, .icon-anim .far {
	transition: padding 0.2s ease-in-out, transform 0.2s ease-in-out;
	padding-left:0.25rem;
	padding-right:0rem;
}
.btn.btn-icon-anim-back .far {
	transition: padding 0.2s ease-in-out, transform 0.2s ease-in-out;
	padding-left:0rem;
	padding-right:0.25rem;
}
.btn:not(.disabled):not(:disabled):hover.btn-icon-anim .far {
	padding-left:0.75rem;
	padding-right:0.25rem;
	transform: scale(1.4);
}
.icon-anim:hover .far {
	transform: scale(1.3);
}
.btn:not(.disabled):not(:disabled):hover.btn-icon-anim-back .far {
	padding-left:0.25rem;
	padding-right:0.75rem;
	transform: scale(1.4);
}


.btn-anim-dark:hover {
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.6);
}
.btn-anim-dark:active {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
.btn-anim-sm:hover {
	transform: translateY(-1px);
}
.btn-anim-sm:active {
	transform: translateY(0px);
}
.btn-anim-no:hover, .btn-anim-no:active, .btn.disabled:hover, .btn.disabled:active, .btn:disabled:hover, .btn:disabled:active {
	transform: none !important;
	box-shadow: none !important;
}

.btn-primary {
	color: #fff;
	background-color: #4bb9f4;
	border-color: #4bb9f4;
}
.btn-primary:hover {
	color: #fff;
	background-color: #36a5e0;
	border-color: #36a5e0;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #4bb9f4;
	border-color: #4bb9f4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #36a5e0;
	border-color: #36a5e0;
}


.btn-secondary {
	color: #fff;
	background-color: #ff414c;
	border-color: #ff414c;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #dc404b;
	border-color: #dc404b;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #ff414c;
	border-color: #ff414c;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #dc404b;
	border-color: #dc404b;
}


.btn-dark {
	color: #fff;
	background-color: #31363e;
	border-color: #31363e;
}
.btn-dark:hover {
	color: #fff;
	background-color: #31363e;
	border-color: #31363e;
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #31363e;
	border-color: #31363e;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #31363e;
	border-color: #31363e;
}



.btn-outline-light {
	color: #fff;
	border-color: #fff;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}


.btn-outline-primary {
	color: #4bb9f4;
	border-color: #4bb9f4;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #4bb9f4;
	border-color: #4bb9f4;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #4bb9f4;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #4bb9f4;
	border-color: #4bb9f4;
}


.btn-outline-secondary {
	color: #ff414c;
	border-color: #ff414c;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #ff414c;
	border-color: #ff414c;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #ff414c;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ff414c;
	border-color: #ff414c;
}


.btn-outline-gray {
	color: #495057;
	border-color: #ced4da;
}
.btn-outline-gray:hover {
	color: #495057;
	background-color: #transparent;
	border-color: #ced4da;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
	color: #495057;
	background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
	color: #495057;
	background-color: #transparent;
	border-color: #ced4da;
}


.btn-link {
	color: inherit;
	text-decoration: none;
}

.btn-link:hover {
	color: inherit;
	text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: inherit;
	pointer-events: none;
}


.cursor-pointer {
	cursor: pointer;
}
.wow.animated {
	visibility: visible !important;
}


.form-control {
	/*font-size:16px;*/
	z-index: 10;
}
input.form-control {
	display: inline-block;
}

.form-label-group .form-control, .form-label-group .button {
	height: calc(1.5em + 1.5rem + 2px);
}
.form-control:focus {
	border-color:#4bb9f4;
	box-shadow: 0rem 0rem 0.5rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}

.input-group-text {
	transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
}
.input-group-focus .input-group-text {
	border-color:#4bb9f4;
	background-color: #b2def6;
}
.input-group-invalid .input-group-text {
	border-color:#dc3545;
	background-color: #eca9b0;
}

select.form-control {
    min-width:100px;
}

.form-control-wrapper-select {
	position: relative;
	z-index: 10;
}
.form-control-wrapper-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right:1.5rem;
}
.form-control-wrapper-select select::-ms-expand{
	display: none;
}

.form-control-wrapper-select:not(.is-invalid):after {
	color:#495057;
	content:"\f0d7";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	font-size: 1rem;
	right: 0.6rem;
	top: 0.5rem;
	z-index: 1;
	pointer-events: none;
}
.form-label-group.form-control-wrapper-select:after, .form-label-group .form-control-wrapper-select:after {
	top: 0.9rem;
}
.form-control[readonly] {
	background-color: inherit;
}

.input-group-text i {
	font-size:18px;
}
.input-group button {
	cursor: pointer;
}

.custom-feedback, .input-info {
	font-size: 80%;
	display: none;
	transition: transform 0.4s ease-in-out;
	z-index: 5;
	background-color: #dc3545;
	color:#FFF;
	margin-top:-0.25rem;
	padding-bottom:0.25rem;
	padding-top:0.5rem;
	padding-left:0.5rem;
	padding-right:0.5rem;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.input-info {
	text-align: left;
	/*background-color: #4bb9f4;*/
	background-color: #36a5e0;
}

.custom-control {
	min-height:1rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none !important;
}
.border-light.custom-control-input ~ .custom-control-label::before {
	border-color: #f8f9fa;
}
.custom-control-label::before, .custom-control-label::after {
	top: .05rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #4bb9f4;
	background-color: #4bb9f4;
}
.bg-dark.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #31363e;
	background-color: #31363e;
}
.custom-control-alone .custom-control-label::before {
	position: static !important;
}
.custom-control-alone .custom-control-label::after {
	top:0px;
	left:0px;
}


.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545 !important;
}
.form-control.is-invalid {
	border-color: #dc3545 !important;
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545 !important;
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d !important;
	background-color: #e4606d !important;
}


.text-title-0 {
	font-size: 60px !important;
	line-height: 1.1em;
}
.text-title-1 {
	font-size: 36px !important;
	line-height: 1.1em;
}
.text-title-2 {
	font-size: 27px !important;
	line-height: 1.1em;
}
.text-title-3 {
	font-size: 20px !important;
	line-height: 1.1em;
}
.text-title-3-blog {
	font-size: 19px !important;
}
.page-changelog .text-title-3-blog {
	font-size: 24px !important;
}
.text-title-4 {
	font-size: 17px !important;
}
.text-flow, .text-normal, .text-small, .text-smaller, .text-smallest {
	text-align: left;
}
.text-small, .text-smaller, .text-smallest {
	line-height: 1.4em;
}
.text-flow {
	line-height: 1.7em;
	font-size: 17px !important;
}
.text-normal {
	line-height: 1.4em;
	font-size: 17px !important;
}
.text-small {
	font-size: 15px !important;
}
.text-smaller {
	font-size: 13px !important;
}
.text-smallest {
	font-size: 11px !important;
}
.text-linethrough {
	text-decoration: line-through;
}

.fault {
	color: #ff414c !important;
}

.title-group {
	transform-origin: top;
	padding-bottom:3rem;
}
.title-group .text-title-4 {
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 5px;
}

.table thead th {
	border-bottom-width: 1px;
}
@media (max-width: 1199.98px) {
	.text-title-0 {
		font-size: 50px !important;
	}
}
@media (max-width: 767.98px) {
	.text-title-0 {
		font-size: 35px !important;
	}
	.text-title-1 {
		font-size: 30px !important;
	}
	.text-title-2 {
		font-size: 22px !important;
	}
	.text-title-3 {
		font-size: 17px !important;
	}
	.text-title-4 {
		font-size: 15px !important;
	}
	.text-flow {
		font-size: 14px !important;
	}
	.text-normal {
		font-size: 14px !important;
	}
	.text-small {
		font-size: 14px !important;
	}
}

/********************************************************************/

@media (min-width: 1200px) {
	.col-custom-xl-7 {
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
}

/********************************************************************/
.dev-info {
	clear:both;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:1000;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	color:#FFF;
	background-color:#000;
	opacity: 0.5;
	/*display:none;*/ /* TESZT */
}

.qtip-unas-promo {
	font-size:13px !important;
	line-height:1.5em !important;

	background-color:rgba(49,54,62,0.9) !important;
	border-color:transparent !important;
	color:#FFFFFF !important;

	max-width:350px !important;

	padding:10px;

	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	border-radius:5px !important;

	border:1px solid #FFF !important;
}

.grecaptcha-badge {
	display: none !important;
}

/********************************************************************/
/* dialog */
.dialog {
	display:none;
	line-height: 1.4em;
}
.dialog .space {
	height:10px;
}
.dialog_text_biggest, .dialog_text_biggest strong, .dialog_text_biggest a {
	font-size:20px;
}
.dialog_text_bigger, .dialog_text_bigger strong, .dialog_text_bigger a {
	font-size:17px;
}
.dialog_text_bigger_select {
	padding-bottom: 10px;
}
.dialog_text_big, .dialog_text_big strong, .dialog_text_big a {
	font-size:15px;
}
.dialog_text_normal, .dialog_text_normal strong, .dialog_text_normal a {
	font-size:14px;
}


.dialog_text_ask {
	width:90%;
	padding:3px;
	margin:5px auto;
	letter-spacing:2px;
	font-variant:small-caps;
	font-size:15px;
	background-color:#eaeaea;
	border: 1px #000000 solid;
	cursor:pointer;
}
.dialog_text_ask:hover {
	background-color:#e6ebf0;
}
.dialog_space {
	height:10px;
}

/********************************************************************/
/* consent */
.ui-dialog[aria-describedby="cookie_consent"] {
	max-width: 400px !important;
}


/********************************************************************/
/* ajax-message */
#ajax-message {
	display: none;
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	z-index:100000;
	font-size:20px;
}
#ajax-message .ajax-message-content {
	z-index:100002;
}
#ajax-message .ajax-message-modal {
	display:none;
	background-color: #000;
	opacity: 0.3;
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	z-index:100001;
}

/********************************************************************/
/* Edge */
@supports (display:-ms-grid) {
	.underline {
		background: none !important;
	}
	.underline:hover{
		background: none !important;
		text-decoration: underline;
	}
}

/********************************************************************/
/* IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.underline {
		background: none !important;
	}
	.underline:hover{
		background: none !important;
		text-decoration: underline;
	}
}

/********************************************************************/
/* callouts */
.callout{
	padding: 10px 20px;
	margin: 10px 0;
	border: 1px solid #eee;
	border-left: 5px solid #4bb9f4;
	border-radius: .3em;
}
.callout h3{
	color: #4bb9f4;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.callout p:last-child{
	margin-bottom: 0;
}
.callout code{
	border-radius: 3px;
}
.callout + .callout{
	  margin-top: 20px;
}
.callout-primary{
	border-left-color: #4bb9f4;
}
.callout-secondary{
	border-left-color: #ff414c;
}
.callout-danger{
	border-left-color: #a71d2a;
}
.callout-warning{
	border-left-color: #ffc107;
}
.callout-info{
	border-left-color: #0f6674;
}
.callout-success{
	border-left-color: #28a745;
}
.callout-gray {
	border-left-color: #DDD;
}
.callout-dark{
	border-left-color: #31363e;
}
.callout-black{
	border-left-color: #000;
}
.callout-sr{
	border-left-color: #6eb400;
}

.callout-primary h3{
	color: #4bb9f4;
}
.callout-secondary h3{
	color: #ff414c;
}
.callout-danger h3{
	color: #a71d2a;
}
.callout-warning h3{
	color: #ffc107;
}
.callout-info h3{
	color: #0f6674;
}
.callout-success h3{
	color: #28a745;
}
.callout-gray h3{
	color: #31363e;
}
.callout-dark h3{
	color: #31363e;
}
.callout-black h3{
	color: #000;
}
.callout-sr h3 {
	color: #6eb400;
}

/********************************************************************/
/* file name section */

.file-name-section{
	padding: 10px;
	margin: 20px 0;
	background-color: rgba(75, 185, 244, 0.3);
	border-radius: 5px;
}

