<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Css for agent portal reserve page */

.payment-type-container {
    display: none;
    padding: 20px 0;
}

.agent-reserve select {
    width: 100%;
  
    background-color: transparent;
    color: grey;
    font-family: 'BerlingskeSerif-Lt';
    font-size: 14px;
    line-height: 1.2;;
    border: 0;
    border-bottom: 1px solid #000000;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius: 0;
}

.agent-reserve .btn-primary{
	display: none;
}


.hidden-field{
	height: 0;
	width:0;
	visibility: hidden;
	display: none;
}


   
input,textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

select {
-webkit-border-radius: 0px;
-webkit-appearance: none;
}

/* style radio buttons */

/* HTML5 Boilerplate accessible hidden styles */
[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

/* One radio button per line */
fieldset label {
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
}

[type="radio"] + span {
  display: block;
}

/* the basic, unchecked style */
[type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -0.2em;
    border-radius: 1em;
    border: 0.125em solid #fff;
    box-shadow: 0 0 0 1px #C0C0C0;
    margin-right: 0.75em;
}

/* the checked style using the :checked pseudo class */
[type="radio"]:checked + span:before {
    background: #C0C0C0;
    box-shadow: 0 0 0 1px #C0C0C0;
}

/* never forget focus styling */
[type="radio"]:focus + span:after {
  
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}

fieldset {
  border: 0px;
}
.agent-reserve fieldset{
	padding: 0 .625em .75em;
}

.agent-reserve h5{
	padding: .35em 0 .75em;
	font-size: 14px;
}

/* end style radio buttons */

.form-results {
    padding-top: 15px;

}

.form-results  h5 {
	font-family: 'BerlingskeSerif-Lt';
    font-size: 14px;
    border: none;
}


input[type="radio"]{
	-webkit-appearance: checkbox;
}
   
input[type="search"] {box-sizing: border-box;} 

/*
.container { margin: 0 auto; position: relative; width: 1000px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
.container { *zoom: 1; }
.container-fluid { width: 100%; padding: 0 15px; }
*/

.clearfix:before,
.clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

img { max-width: 100%; height: auto; }
ul, li { list-style: none; padding: 0; margin: 0; }
p { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0; line-height: 1em; padding: 0; }
p { color: #382F2D; font-size: 18px; line-height: 1.18em; }
a { text-decoration: none; color: #000000; }

@media only screen and (max-width: 1030px){
	.property_content .container {
	    width: 100%;
	    padding: 0 15px;
	}
}</pre></body></html>