@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('gfonts/Roboto-Italic.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('gfonts/Roboto-BoldItalic.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('gfonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('gfonts/Roboto-Bold.ttf');
}
body {
	font-family: 'Roboto';
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	max-width: 460px;
}
.frow {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.fcol {
	margin: 1vh 0.4vw;	
}
.ftxt {
	width: 100%;
	margin: 1vh 0.4vw;
}
.fcol label,
.ftxt label {
	display: block;
	font-weight: 700;
}
.frow.last {	
	justify-content: flex-end;
	align-items: center;
	flex-flow: row nowrap;
}
.fcol2 {
	margin: 1vh 0.5vw;	
}
.fcol2 label {
	font-weight: 700;
}
input,
select,
textarea {
	padding: 12px 6px;
	border: 1px solid #598DB5;
}
input:focus,
select:focus,
textarea:focus {
	background-color: #FFFFD9;
	border: 1px solid #DDDDDD;
}
input {
    max-width: 150px;
}
select {
	max-width: 100px;
	font-size: 12px;
}
textarea {
	width: calc(100% - 20px);
}
#prfx {
	width: 30px;
}
#prfx-error {
	max-width: 50px;
}
.btn {
	color: #598DB5;
    background-color: #fff;
    border: 1px solid #598DB5;
	padding: 12px 15px;
	border-radius: 5px;
	cursor: pointer;
	min-width: 100px;
	font-weight: 700;
}
.btn:hover {
	color: #fff;
    background-color: #598DB5;
    border: 1px solid #fff;
}
.jconfirm-box-container {
    max-width: 325px;
    margin: 0 auto;
	font-size: 1.2em;
}
.fcol label.error,
.ftxt label.error {
    color: red;
    font-size: 12px;
    font-weight: 400;
}
.accett {
	font-size: 0.75em;
    padding: 0 1vw 0 0;
}
.infoMessClosed {
    font-size: 16px;
	padding: 0 0.5vw;
}
.disabled span {
    color: #ff0000 !important;
    text-decoration: line-through !important;
}
.ftxt input[name='your_hotel'] {
    width: 100%;
    max-width: calc(100% - 20px);
}

@media screen and (max-width: 410px) {
	input {
		max-width: 125px;
	}
	select {
		max-width: 72px;
		padding: 10px 8px;
	}
}

@media screen and (max-width: 375px) {
	input {
		max-width: 110px;
	}
	select {
		max-width: 72px;
	}
	input, select, textarea {
		padding: 9px 7px;
	}
}

@media screen and (max-width: 335px) {
	input {
		max-width: 100px;
	}
	select {
		max-width: 68px;
	}
	input, select, textarea {
		padding: 8px 6px;
	}
}

@media screen and (max-width: 320px) {
	input {
		max-width: 90px;
	}
	select {
		max-width: 68px;
	}
	input, select, textarea {
		padding: 7px 5px;
	}
}