#mapid {
    height: 100%;
}
.e-formapp-tooltip {
    border-radius: 20px;
    padding : 0 10px;
    font-size: 20px;
    font-weight : bold;
    color: black;
}

.orange {
    background : orange;
    color: black;
    border: 3px solid black;
}

.black {
     background : orange;
     color: black;
    border: 3px solid black;
}

.blue {
    background : blue;
    color: yellow;
    border: 3px solid yellow;
}

.purple {
    background : purple;
    color: yellow;
    border: 3px solid yellow;
}

.red {
    background : red;
    color: white;
    border: 3px solid black;
}


div.com-eformapp-infoWindow {
    text-align: center;
    min-width:230px;
}

div.com-eformapp-infoWindow img {
    height: 80px;
    margin-top: -10px;
    margin-bottom: -20px;
}

div.com-eformapp-infoWindow table {
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid #F79011;
    background-color: #eee0ca;
    width: 100%;
    min-width: 200px;
    text-align: left;
    border-collapse: collapse;
}

div.com-eformapp-infoWindow table tr {
    border: 2px solid #F79011;
    padding: 2px 5px;
}

div.com-eformapp-infoWindow table tr.com-eformapp-infoWindow-1line:nth-child(odd) {
    background-color: #EEE0CA;
}

div.com-eformapp-infoWindow table tr.com-eformapp-infoWindow-1line:nth-child(even) {
    background-color: #FCB975;
}

div.com-eformapp-infoWindow table tr td {
    border: 2px solid #F79011;
    padding: 2px 5px;
    font-size: 13px;
}

div.com-eformapp-infoWindow table tr.com-eformapp-infoWindow-2line td.com-eformapp-infoWindow-label {
    background-color: #FC9C48;
    font-weight: bold;
    text-align: center;
    color: white;
}

div.com-eformapp-infoWindow table tr.com-eformapp-infoWindow-2line td.com-eformapp-infoWindow-value {
    background-color: #FCB975;
    text-align: center;
    font-weight: normal;
    text-align: center;
}

div.com-eformapp-infoWindow table tr.com-eformapp-infoWindow-1line td:nth-child(odd) {
    text-align: right;
    font-weight: bold;
    padding: 2px 5px;
}

div.com-eformapp-infoWindow table tr.com-eformapp-infoWindow-1line td:nth-child(even) {
    text-align: left;
    font-weight: normal;
    padding: 2px 5px;
}

.com-eformapp-infoWindow, com-efect-small {
    font-size: 10px;
}





	
form {
    margin-block-end : 0 !important;
}	
	