body {
	font: Roboto, "Noto Sans SC", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


body.index {
    background-image:    url("/static/sgprop.png");
    background-color: rgba(255,255,255,0.4);
    background-blend-mode: lighten;
    background-size: cover;                     /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}

body {background-color: #eae7dc;}

/*
.comres-radio div{
display: inline-block;
}
*/
body.pdf {background-color: white;}

.outer{
    width:100%;
    text-align: center;
}
.inner
{
    display: inline-block;
}

.center-block{

	display:inline-block;
    width:100%;
    text-align: center;
}

.blocks{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:30%;
}

/* Style the client field form */
.clientfield{
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%; 
  max-width: 900px;
  height: 46px;
}
/* */

/* Style the client field form */
.agentfield{
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%; 
}
/* */

/* Style the navigation buttons */
input[type=submit] {
	color: #ffffff;
	font-family: Roboto;
	font-size: 20px;
	background-color: #e85a4f;
	border: 1px solid #2d63c8;
	border-radius: 12px;
	width: 200px;
	height: 50px;
	cursor: pointer;
	margin-bottom:10px;
}

input.logout {
	float: right;
	width: 180px;
	height: 30px;
	margin:5px;
	background-color: #8e8d8a; 
	border-radius: 8px;
}

.transition {

	width: 200px;
	height: 30px;
	background-color: #e98074;
	border-radius: 8px;
}


.transition:hover {
	color: #d8c3a5;
	background-color: #ffffff;
}
input.right {
	vertical-align: top;
	float: right;
}

input[type=submit]:hover {
	color: #d8c3a5;
	background-color: #ffffff;
}
/* */

/* Style the textarea in property request form */
textarea {
  width: 100%; 
  max-width: 900px;
  height: 300px;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
/* */

h1 {
  font-size: 30px;
}

.sum {
    overflow: auto;
    table-layout:  auto;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
    font-size: 22px;
    height: 40px;
    width: 100%;
    border: 1px solid #dededf;
	padding: 5px;
    color: #000000;
    background-color: #ffffff;
	
}

button.pdfrender {
	color: #ffffff;
	font-family: Roboto;
	font-size: 20px;
	background-color: #e85a4f;
	border: 1px solid #2d63c8;
	border-radius: 12px;
	width: 200px;
	height: 50px;
	cursor: pointer;
	margin-bottom:10px;
}

/* archive button */
button.archive_button  {
	background: transparent;
	border: 0px solid #ccc;
	margin: 0;
	padding: 0;
	border-radius: 11px;
	cursor: pointer;
    width: 22px;       
    height: 22px; 
}

button.archive_button:active {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
     -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
          box-shadow: inset 0px 0px 5px #c1c1c1;
   outline: none;
}
/* */

/* delete button */
button.delete_button  {
	background: transparent;
	border: 0px solid #ccc;
	margin: 0;
	padding: 0;
	border-radius: 11px;
	cursor: pointer;
    width: 22px;       
    height: 22px; 
}

button.delete_button:active {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
     -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
          box-shadow: inset 0px 0px 5px #c1c1c1;
   outline: none;
}
/* */

/* reselect button */
button.reselect_button  {
	background: transparent;
	border: 0px solid #ccc;
	margin: 0;
	padding: 0;
	border-radius: 11px;
	cursor: pointer;
    width: 22px;       
    height: 22px; 
}

button.reselect_button:active {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0px 0px 4px #323232;
     -moz-box-shadow: inset 0px 0px 4px #323232;
          box-shadow: inset 0px 0px px #323232;
   outline: none;
}
/* */

/* reselect button */
button.remark_button  {
	background: transparent;
	border: 0px solid #ccc;
	margin: 0;
	padding: 0;
	cursor: pointer;
    width: 100%;       
    height: 100%;
	color: black;	
}

th {
    background-color: gray;
	color: white;
	border: 1px solid #dededf;
}

p {
	margin:5px;
}

td {
	border: 1px solid #dededf;
}

.center-table{
	text-align: center;
}

.padding-table{
	padding: 5px;
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.pdf-container{ 
	vertical-align:top;
	word-wrap: break-word;
	overflow:auto
}

.font30{
	font-size: 25px;
}

.nobor {
	
	border: 0px solid;	
}
.c {
	font-size: 20px;
	width:5%;
	vertical-align:top;
}

.l {
	font-size: 20px;
	width:35%;
	vertical-align:top;
}

.r {
	font-size: 20px;
	width:60%;
	vertical-align:top;
}

.ag {
	font-size: 20px;

	padding-bottom: 10px
}

.bluehead {
	color:#021691;
	margin-bottom: 20px;
}

.td_broad{
	border: 0px solid;
	width:65%;
	height: 480px;
}

.td_small{
	vertical-align: top;
	border: 0px solid;
	width:30%
}

.full_scr{
	width:100%;
	height:480px
}

.mrte{
	vertical-align: top;
	padding:0;
	width: 50%;
}

.w33{width:33%;}

.mrtet{
	vertical-align: top;
	width:33%;
	padding:0;
}

.bottab{
	vertical-align: top;
	width:100%; 
	display:table;
	height:140px;
	table-layout: fixed;
	border-collapse: collapse;

}
.nobor{
	border: 0px solid;
	border-collapse: collapse;
	overflow-y:hidden;
	vertical-align: top;
}

.agent-details{
	vertical-align:center;
	text-align: right;
	font-size:22px;
	border: 0px;
}

.chchar{
  font-family: "Noto Sans SC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.over-x-hide{
	overflow-x: hidden;
}

.font14{
  font-size: 14px;
}

.font16{
  font-size: 16px;
}

.font20{
  font-size: 20px;
}

.font28{
  font-size: 28px;
}

.tabw4{width:4%
}

.tabw6{width:6%
}

.tabw8{width:8%
}

.tabw9{width:9%
}

.tabw10{width:10%
}

.tabw15{width:15%
}

.main_space{display:block;
width:100%;
height:855px;
}


.disclaimer{width: 95%;
 
height: 10px}

.disclaimer-text{font-size: 11px;
font-style: italic;
text-align: justify;
color: grey
}

.footer{width: 100%;
 
height: 20px}

.footer-text{text-align: right;
font-size: 20px;
}

ul.flow {
  list-style-type: none;
  max-width: auto;
}

li.flow {
  display: inline-block;
  vertical-align: top;
  max-width:32%;
}

/* Style the image and property selectors */
input[type="checkbox"][class="imgselector"]{
  display: none;
}

input[type="checkbox"][class="propselector"]{
  width:15px;
  height:15px
}

label {
  padding: 1px;
  display: block;
  position: relative;
  margin: 1px;
  cursor: pointer;
}

label img {
  width: 100%;
  height: 100%;
  transition-duration: 0.2s;
  filter: brightness(25%)
}

:checked + label img {
	filter: brightness(100%)
}

/* Style the copy property to clipboard */
.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 7px 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

button {
	color: white;
	font-family: Roboto;
	background-color:grey;
	font-size: 20px;
	border: 1px solid ;
	width: 200px;
	height: 50px;
	cursor: pointer;
	margin-bottom:2px;
	margin-left:60px;
}
/* */

/* Style the tabs in requests */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding: 2px;
}

.tab button {
  display: inline-block;
  background-color: #D3D3D3;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  height: 30px;
  width: calc(50% - 2px);
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
}

.tab button:hover {
  background-color: #888888
}

.tab button.active {
  background-color: #696969;
}

.tabcontent {
  display: none;
  border: 1px solid #ccc;
  white-space:nowrap;
  overflow:hidden;
  border-top: none;
}
/* */

/* loading indicator style */

.meter {
  box-sizing: content-box;
  width: 100% - 5px;
  height: 10px; /* Can be anything */
  position: relative;
  margin: 5px 5px 5px 5px; /* Just for demo spacing */
  background: #555;
  border-radius: 25px;
  padding: 2px ;
  box-shadow: inset 0 -1px -1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(31, 81, 255);
  background-image: linear-gradient(
    center bottom,
    rgb(31, 81, 255) 37%,
    rgb(70, 130, 180) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  -webkit-animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {background-position: 0 0;}
  100% {background-position: 50px 50px;}
}

@-webkit-keyframes move
{
  0% {background-position: 0 0;}
  100% {background-position: 50px 50px;}
}

* {
  box-sizing: border-box;
}


/* */

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.thumb{
	font-size: 24px;
	color:blue;
	font-weight: bold;
}

.thumb:hover{
	color:red;
	cursor:pointer;
}

.reg_table{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width:250px;
	display:inline-block;
}

button.std{
	color: white;
	font-family: Roboto;
	background-color:grey;
	font-size: 16px;	
	border: 1px solid ;
	width: 100%;
	height:30px;
	cursor: pointer;
	margin:0;
}

table.reg_table td{
border:none;
}

.license-agreement{
	border-style: solid;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility:hidden;
	z-index: 10;
	margin:auto;
	background: white;
	width:60%;
	height:90%;
	overflow-y: scroll;
}

.requests-faq{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility:hidden;
	z-index: 10;
	margin:auto;
	background: transparent;
	height:90%;
}

.faq-icon {
	display: inline-block;
}

.icon {
display: block;
}

.glow {
display: none;
}

.faq-icon:hover .icon{
	display: none;
}

.faq-icon:hover .glow{
	display: block;
}

.agreement_close{
	border-style: solid 1px;
	margin: 5px;
	position:sticky;
    top:5px;
	text-align:center;
	background: silver;
}

.bg-color-grey{
	background-color: rgba(0, 0, 0, 0.7);;
}

/* Three position selector for rental/buying/commercial/ states */

.container{
  display:block;
  margin: auto;
  text-align: left;
  padding: 0;
}

.comres-radio input[type="radio"]{
  appearance: none;
  cursor: pointer;
}

.comres-radio-label
{
  position: relative;
  height:50px;
  display:inline-block;
  justify-content:space-around;
}

.comres-radio
{
  position: relative;
  height:50px;
  display:inline-block;
  justify-content:space-around;
}
.comres-radio label{
  padding: 1rem;
  z-index:1;
}

.comres-radio::before{
  content: '';
  position: absolute;
  left:0;
  width: 33%;
  height: 100%;
  background: #282866;
  border: 2px solid #fff;
  border-radius: 12px;
  opacity: .5;
  transition: .5s left ease;
}

.comres-radio:has(#id_view_sel_0:checked)::before{
  left: 0%;
}
.comres-radio:has(#id_view_sel_1:checked)::before{
  left: 28%;
}
.comres-radio:has(#id_view_sel_2:checked)::before{
  left: 64%;
}

/* */

/* System messages color */
.messages {
    border: 2px solid black;
    margin: 4px;
    width: 30%;
}

.messages .info {
    color: DarkBlue;
}
.messages .success {
    color: DarkGreen;
}
.messages .warning {
    color: DarkOrange;
}
.messages .error {
    color: DarkRed; 
}

/* */

input.sbmt-btn {

	width: 180px;
	height: 30px;
	margin:5px;
	background-color: #282866; 
	border-radius: 8px;
}
