/* RP landing page*/
#notice{
    position:absolute;
    z-index:40;
    top:25px;
    margin:auto;
    left:0; right:0;
    width:50%;
    border:0px solid darkgray;
    color:white;
    background-color:#6d2077;
    padding:.8em 0;
    display:none;
}

.ms-distChooser{
	cursor:pointer;	
}

.moreButt_{
	display:none;
}


#uPatch-blacken{
		position:absolute;
		width:100%; height:100%;
		top:0;		
		background-color:rgb(118, 206, 64, 1);
		border-radius:6px;
}
#uPatch-inputSearch{
		position:relative;
		display:flex; flex-direction:row; justify-content:space-around; flex-wrap:wrap; align-items:center;
		argin-top:1em;
		padding:0 .5em;
}
.uPatch-inputSearch-controls{
	width:33%;
	min-width:300px;
	margin:.3em; 
}
#uPatch-input-text{
    background: #eaeaea;
	
    background: -moz-linear-gradient(top,  #cfcfcf 0%, #ffffff 38%);
    background: -webkit-linear-gradient(top,  #cfcfcf 0%,#ffffff 38%);
    background: linear-gradient(to bottom,  #cfcfcf 0%,#ffffff 38%);
	
    font-size:18px;
	padding:.7em 1em;
	width:100%;
	outline:none;
	border:none;
}
.rp-flank-text{
	display:inline-block;
	font-size:.8em;
	color:whitesmoke;
	font-weight:bold;
	font-family:nexa_boldregular;
	min-width:90px;
	border:0px solid red;
	padding:0 .3em;
	width:35%;
}


#land-img{
	background-position: 43% !important;		
}



/* WHAT-IF OPERATIONS */
#butt-advanced{
	background:#2d4d8c;
}
.whatif-loader-button{
	background:#2d4d8c;
}	



/* WIDTH RESPONDERS */
@media only screen and (min-width: 400px)  {/* kiwi */	
	#land-img{
		/*background-position:center !important;*/		
	}
}
@media only screen and (min-width: 600px)  {/* yellow */
	.uPatch-inputSearch-controls{
        width: auto;
        min-width: 200px;
		margin:.6em;
    }
	#uPatch-inputSearch{
		margin: 1em 0;
	}
	#land-img{
		background-position: center !important;		
	}	
}@media only screen and (min-width: 770px)  {/* orange */


}@media only screen and (min-width: 1030px)  {/* red */
	#land-img{
		background-position: center top !important;		
	}
}
