button.center-button {
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:100;
    background-color: #0362a0;
  border-color: #0362a0;
  color: #fff;
  
  border: none;
  padding: 5px;
  border-radius: 4px;

}
    
    
button.center-button svg{
  width: 16px;
  height: 16px;
  color: white;
  fill: white;
  }

button.center-button .el-icon-refresh {
  margin-right:4px;
}

.tooltip2 {
    position: absolute;
    background: black;
   /* border: 1px solid #ccc;*/
    border-radius: 5px;
    padding: 5px;
    color: white;
    display: none;
    z-index: 1000;
    width: 200px;
}
/* MAAAAAAAAAAAAAAAAAAAAAAP */
a.ui-all {
	color:#3137f0;
	cursor:pointer;
}


.map-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.map-wrapper #map {
    width: 100%;
    /* height: 600px; */
    height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}






#navbar {
	
	position: inherit;
	left: 0;
	right: 0;
	
	z-index: 1000;
	/*background: #be1414e6 !important;*/
	/*width: 100% !important;*/
	border: none;
}
body.toolbar-drawer {
     padding-top: 30px!important; 
}


.result {
    margin-top: 30px;
    max-width: 400px;
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ededed;
    max-height: 500px;
    overflow-y: auto;
}
@media (max-width: 768px) {
    .result {
        max-height: 250px;
    }
}
input#address {
    border: 2px solid #5cb85c;
    height: 40px;
    border-radius: 4px;
    margin-right: 10px;
    padding: 2px 10px;
}

.btnl {
    display: inline-block;
}
input#suggest_button {
    height: 40px;
    background: #5cb85c;
	
    border-color: #239423;
	    
    color: #fff;
    /* font-size: 16px; */
}

div#navbar-collapse {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
}





.map-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.map_navbar  {
  background: #5559ce !important;
}
.map_navbar .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.map_navbar .nav > li > a {
    color: #fff;
}

.map_navbar .navbar-nav>li:last-child>a {
	margin:0;
}
.map_navbar img.img-responsiv {
    float: left;
    height: 30px;
}




.map_navbar .nav > li > a:hover, .map_navbar .nav > li > a:focus {
    text-decoration: none;
    /*background-color: #eee;*/
	background-color: #3137f0;
}

@media (max-width: 768px) {
	#result {
		margin-top: -20px;
		background: #eee;
	}
	.btnl {
		display: block;
	}
	input#suggest_button {
		width: 100%;
	}
	
	#navbar {
		position: inherit;
		left: 0;
		right: 0;
		z-index: 1000;
		background: #5559ce !important;
		width: 100% !important;
		border: none;
	}
	.navbar-toggle {
		border-color: #fff;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.none {
		position: absolute;
		float: left;
		margin-top: -34px;
		margin-left: 15px;
		font-size: 16px;
		color: #fff;
		font-weight: 600;
		display: block;
	}
	div#search_block {
		width: 100% !important;
		left: 0px !important;
		top: 0px !important;
	}
	#search_block>.suggestions-input {
			display:block !important;
				width:100% !important;
	}
	.nav > li > a {
		color: #fff;
	}
	.navbar-nav>li:last-child {
		padding-left: 12px;
	}
	#search_block td.row-cadnum {
		font-weight: 600;
		font-size: 16px;
		border-bottom: 1px solid #C1C1C1;
		padding: 5px;
	}
	#search_block td.row-name {
		padding-left: 22px;
		/* font-weight: 600; */
		font-size: 16px;
		border-bottom: 1px solid #C1C1C1;
	}	
}

i {
vertical-align: middle;
   /* margin-right: 19px;*/
    position: relative;
}

i.left_i {
	        background-image: url(../img/right.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
	
}

#cat_nav2 {

   /* position: absolute;*/

    left: 0;
    right: 0;

    z-index: 1000;
    width: 100% !important;
    border: none;
}

/* map region */

.region .map-wrapper {
    position: relative;
    
    width:100%;
    height:575px; margin:0 auto;
    
}


button#edit-send {
    background: #02D404;
    width: 20%;
    color: #fff;
    width: 100%;
    
    border-color: #CCCCCC;
}


.map-full-screen .map-wrapper  {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
	bottom:0;
	right:0;
	z-index:990;
}
.map-full-screen {
    height: 100% !important;
    position: relative;
}

.control-label.disabled {
  color: gray;
  font-weight: 200;
}
