body{
	font-family: "Helvetica", sans-serif !important;
}

button:focus, button:active{
    outline: none !important;
}

select:focus, input:focus, a:focus{
    outline: none !important;
}


input, select{
    border: 1px solid #d6e0e6;
}

select{
    cursor:pointer;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

label{
	font-weight: normal !important;
}

div.obrigatorio{
	padding-bottom:20px;
}

div.info-cep{
	padding-top:5px;
	width:100%;
	text-align: right;
	font-weight: normal;
	font-size: 12px;	
}

div.info-cep > a{
	color: #222;
}

#container_maps{
	margin:20px;
}

#map_canvas{
    height: 485px; 
    border: 1px solid #CCCCCC;
}


#os_wrapper{
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
	padding:30px 50px;
	min-height: 485px;
}

#input_wrapper{
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
	padding:30px 50px;
	min-height: 485px;
}

#result_assist_wrapper{
    padding: 20px 30px;
    min-height: 485px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

#result_os_wrapper{
    /*padding: 20px 30px;*/
    min-height: 485px;
    max-width: 48%;
    margin-right: 2%;
    padding:0;
}

#result-assist{
	min-height: 360px;
}

#result-os{
	min-height: 418px;
	border: 1px solid #ddd;
    border-bottom:none !important;
}

.list-group-item{
	border-left:none;
	border-right: none;
}



#opt_map{
	display: flex;
}

.assmap_shadow{
	-webkit-box-shadow: 1px 1px 9px -2px rgba(0,0,0,0.47); 
	box-shadow: 1px 1px 9px -2px rgba(0,0,0,0.47);
	padding:20px;
}


.obrigatorio{
	color: #000;
	font-family: "Roboto Flex";
}

.form-group{
	font-family: "Roboto Flex";
    font-size: 14px;
	color: black;
	font-weight: 500;
}

.cep{
	color: #3b5f8f;
}

.form-control{
	border-width: 1px;
	border-color: black;
	border-radius: 0;
}

.asterisco{
	color: #000;
	position: absolute;
	z-index: 1000;
	margin-left: -12px;
	margin-top: 10px;
	z-index:0;
}

.assmap-title {
	border-bottom: 1px solid #cccccc;
	margin-bottom:50px;
}


.result_assmap_os{
    white-space : pre-line;
    font-size : 16px;
    line-height : 1.38;
    font-weight: bold;
}

.well{
	background-color: white;
}

.result_assmap_info_os{
    white-space : pre-line;
    font-size : 13px;
    line-height : 1.38;
}

.result_assmap_info_os > h5{
	font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
}

.result_assmap_nome{
    margin-bottom : 15px;
    white-space : pre-line;
    font-size : 18px;
    line-height : 1.38;
    font-weight: bold;
}

.result_assmap_endereco{
    
    margin-bottom : 20px;
    white-space : pre-line;
    font-size : 14px;
    line-height : 1.38;
}

.result_assmap_link{
	color :#454d57;
}

.assmap_link_action{
	width: 100%;
	padding-top:8px;
}

.assmap_link_action.right{
	text-align: right;
}

.assmap_link_action.left{
	text-align: left;
}

.assmap_link_action > a{
	font-size:15px;
	color: var(--main-color) !important;
}

.input-hidden{
	border: none;
	height: 0;
	background: transparent;
	font-size:0;
	width:300px;
}