* {
    margin: 0;
    padding: 0
}

.navbar-brand {
	background: #ffffff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	height: 80px;
}

.navbar-brand h2 {
	color: #eb7a02 !important;
}
.topbar {
	display:grid;
	grid-template-columns: 20% 60% 20%;
}
.logo {
	width: 120px;
}
.logo img {
	height: 60px;
}
img.hotel-logo {
	height: 70px;
	padding-top: 10px;
}

html {
    height: 100%
}

#btn-scan {
	color: white;
}

h2.fs-title {
	color: #777777;
	margin-top: 15px;
}

p {
    color: grey;
}
 
label.form-check-label {
    color: grey;
    text-align: justify;
}

.conditions-text {
	display:grid;
	grid-template-columns: auto auto;
}

.confirmation {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

.confirmation-top {
    background: #EB7A02;
	text-align:center !important;
}

.confirmation-check {
    background: #ffffff;
	border-radius: 50%;
	color: #EB7A02; 
	font-size: 4rem;
	height: 100px;
	width: 100px;
	margin:auto;
}
.confirmation-bottom {
	color: #777777;
}

#heading {
    color: #fff;
    font-weight: normal;
}

#form-checkin {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#form-checkin fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#form-checkin fieldset:not(:first-of-type) {
    display: none
}

#form-checkin input,
#form-checkin textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#form-checkin input:focus,
#form-checkin textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #EB7A02;
    outline-width: 0
}
#form-checkin input,
#form-checkin select
{
    min-height: 40px !important;
}    

#form-checkin .action-button {
    width: 100px;
    background: #EB7A02;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#form-checkin .action-button:hover,
#form-checkin .action-button:focus {
    background-color: #000;
}

#form-checkin .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#form-checkin .action-button-previous:hover,
#form-checkin .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #EB7A02;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #EB7A02;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #EB7A02;
    text-align: left
}

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #EB7A02
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 0 auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #EB7A02;
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #EB7A02;
}

.req-doc {
	border:1px solid #ccc;
	border-radius: 5px;
}


.fit-image {
    width: 100%;
    object-fit: cover;
    color: #EB7A02;
}

.grey {
	background: #f1f1f1;
	color:#777;
}

.guest-title-on, .guest-title {
   	font-size: 18px;
   	font-weight: 600;
}

.guest-title-on {
	background-color: #EB7A02;
	color: #fff;
}
.guest-title {
	background-color: #e5e5e5;
	color: #666;
}

.invalid {
  /*border: 2px solid red !important;*/
  outline: 2px solid red !important;
}

input:valid {
  border: 2px solid black;
}

.required {
	color: red;
	float:left;
	font-size: small;
	margin-top: -25px !important;
}

button.lang {
	border: none;
	border:1px solid #d3d3d3;
	background:white;
	padding:3px 5px 5px 5px;
	border-radius: 50%;
}

button.lang:hover {
	border:1px solid #eb7a02;
	opacity: 0.9;
}

button.lang img {
	border-radius: 50%;
	opacity: 0.7;
}

button.lang img:hover {
	opacity: 1;
}
button#head-lang {
	border:none !important;
	height: 30px;
	width: 30px;
	padding: 0 !important;
}
button#head-lang img {
	border-radius: 50%;
	margin-top: 10px;
}

.error {
	display: none;
}

.w-60 {
	width: 60% !important;
}

.img-doc {
	height:200px;
}

.custom-file-upload {
    border: none;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.custom-file-upload:hover {
	background: #eb7a02;
	color: #ffffff;
}

.custom-file-remove  {
	padding-top:15px !important;
	padding-bottom:15px !important;
	padding-left:5px !important;
	padding-right:5px !important;
	border-radius: 50% !important;
	background: red !important;
	color:white !important;
	display: none;
	position: absolute;
	bottom: 35% !important;
	right: 45% !important;
}
.custom-file-remove:hover {
	background: #ae2012;
	color: #fff;
	text-decoration: none;
}

.div-pc { display: flex; }
/*#div-mobile { display: none; }*/

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

/* devices styles */

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


@media only screen and (max-width: 1024px)
{
	.topbar {
	}

	.topbar {
		display:grid;
		grid-template-columns: 30% 55% 20%;
		margin-left: -15px;
	}

	.navbar-brand {
		background: #ffffff;
		height: 70px;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	}
	.logo {
		width: 150px !important;
	}
	.logo img {
		width: 100% !important;
		object-fit: contain;
	}
	img.hotel-logo {
		height: 55px;
		padding-top: 15px;
	}
	.img-doc {
		width:99%;
		height:200px;
	}
	.navbar-brand h2 {
		color: #eb7a02 !important;
		font-size: 18px !important;
		padding-top: 10px;
	}
	h2.fs-title {
		color: #777777;
		font-size: 20px;
	}

	#btn-scan {
		width: 100%;
	}

	.required {
		margin-top: -15px !important;
	}
	.xs-hidden {
		display: none;
	}
	button#head-lang {
		border:none !important;
		height: 30px;
		width: 30px;
		padding: 0 !important;
	}
	button#head-lang img {
		border-radius: 50%;
		margin-top: 5px;
	}

	#progressbar {
	    margin-bottom: 0px;
	}

	#div-pc { display: none; }
	#div-mobile { display: block; }
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

/*input[type="file"] {
    display: none;
}*/

#sig-canvas {
	border: 2px dotted #CCCCCC;
	border-radius: 15px;
	cursor: crosshair;
	touch-action: none;
}

.disabled {
	pointer-events:none; 
	opacity:0.5; 
	background: #ccc;
}

