.map-wrapper {
	width: 70%;
}
.map-wrapper #map {
  width: 100%;  
  height: 100%;
  margin: 0px auto;
 /* position: relative;*/
  z-index: 1;
  /*background-color:green;*/
 
}

li.lis.nav-item a {
    border-radius: 5px;
    border: 1px solid #ffbc00;
}

input#address {
    max-width: 100%;
	height: 36px;
}
.big-wrapper .address-wrap {
    width: 80% !important;
	padding: 20px 0;
}
a.btn.btn-info {
    width: 100%;
    margin: 10px 0 20px 0;
	background: #0c5e9a;
}


#panel-block.loading {
	filter: blur(5px);
}

ul.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
/*#panel-block {
  top: 65px !important;
  left: 30px !important;
  border-bottom: 1px solid #adadad !important;
  height: auto !important;
  z-index: 2 !important;
  width: 400px;
  position: absolute;
}*/
#panel-block {
	/*position: absolute;*/
    overflow-y: scroll;
	height:100%;
	width: 30%;
	padding:10px;
}

@media (max-width: 768px) { 

	#panel-block {width: 100%;}
	.map-wrapper {
		/* display:none; */
	}
}

.big-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	 display: flex;
}

#panel-block h1 {
	font-size: 2.0rem;color: #6f6f6f;
	font-weight: 700;
}

#panel-block h2 {
  font-size: 1.5rem;
  color: #4d4d4d;
  font-weight: 100;
}

#panel-block .cn {
  color: #b9b9b9;
  font-weight: 700;
}
ul {
	list-style: none;
	padding-left: 20px;
}
table.stat {
	width: 100%;
	margin-top: 20px;
margin-bottom: 20px;
}

table.stat td {
  color: grey;
}

table.stat td:first-child {
  color: #444;
  font-weight:600;
}

.grey {color: grey;}

.breadcrumb {
	font-size:0.9rem;
}
#cad-data-wrap {
	color: #54565b;font-size: 10pt;
}

#cad-data-wrap table {
	width:100%;
}
#cad-data-wrap table th, #cad-data-wrap table td {
	padding: 5px;
}

#cad-data-wrap tr:nth-child(2n+1) {
  background: #e6e6e6;
}
.wrapper-search-title {
  padding-bottom: 10px;
  font-size: 10pt;
  line-height: 120%;
}
.modal-header {
    background: #0c5e9a;
    color: #fff;
}
img.ico1 {
    width: 50px;
    float: left;
}
.line1 {
    padding-right: 5px;
}
.modal-body h6 {
    padding: 10px 0;
}
.tpsd h6 {
    margin-top: -10px;
    margin-bottom: 20px;
}
.grays {
    color: gray;
}
.grays span {
    color: #000;
    font-weight: 500;
}
.owner-message, .encumbrances-message {
    /* padding-left: 20px; */
    font-size: 80%;
    font-weight: 500;
    color: #000;
}
.line {
    display: flex;
    align-items: center;
}
.wdt {
    margin: auto;
    padding: 0 0 0 0;
    border-bottom: 1px solid #ffbb00;
    font-size: 14px;
	margin-bottom: 20px;
}
.pdrb {
    text-align: center;
    margin-top: 15px;
    background: #ffd45d;
    font-size: 12px;
    color: #666;
}
ul.m {
    color: gray;
    font-size: 12px;
    font-style: italic;
}
.control-label.disabled {
    color: gray;
    font-weight: 200;
}
.txt2 {
    /* font-size: 12px; */
    color: gray;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
}
.btn-primary:hover {
    background-color: #3f681c;
    border-color: #3f681c;
}
.btn-primary {
    background-color: #3f681c;
    border-color: #3f681c;
    width: 100%;
}


.coordinate-label {
	float: right;	
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	border-radius: 2px;
	padding: 3px 4px;
}

.whithout-coordinate {
	
	background-color: #f3ab10;	
}
.whith-coordinate {
	background-color: #ffbb00;	
}