input#postel {
    border: 1px solid;
    border-color: #ced4da;
    background: transparent;
}

.carijarak {
    padding-bottom: 30px;
}

.datalist {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.data-item_cs {
    padding: 15px;
    border: 1px solid #dedede;
    width: 32%;
    vertical-align: top;
    min-height: 200px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 3px 3px 5px -4px !important;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: start;
    column-gap: 10%;
	align-content: flex-start;
}
.data{
    padding-top: 30px!important;
}
.data-item_cs:hover {
    background: #cbcbcb;
    cursor: pointer;
    color: #000;
    border-radius: 10px;
    box-shadow: 3px 3px 5px -4px !important;
}

.item-nama_cs {
    font-weight: bold;
    width: 100%;
    line-height: 8px; 
    word-wrap: break-word;
}
.item-alamat_cs, .item-kota_cs,.item-negara_cs {
    width: 100%;
    line-height: 15px;
    word-wrap: break-word;
}
.item-hospital {
    font-style: italic;
    width: 100%;
    padding-bottom: 10px;
    word-wrap: break-word;
    padding-bottom: 5px;
}
.item-email, .item-website{
    padding: 5px 10px;
    display: inline-block;
    background-color:  #236192;
    color: #fff;
    margin-top: 15px;
    border-radius: 4px;
    word-wrap: break-word;
    text-align: center;
    font-size: smaller;
}

.item-phone a {
	color: #236192 !important;
}

.item-phone a::before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 8px !important;
}

.item-email a::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    margin-right: 8px !important;
}
.item-website a::before {
    content: "\f0c1";
    font-family: 'FontAwesome';
    margin-right: 8px !important;
}

.item-email a, .item-website a {
    color: #fff!important;
}

.item-phone {
    width: 100%;
    margin-top: 10px;
    font-size: smaller;
}

#map {
    min-height: 400px;
    height:calc(100% - 10px);
    width: 100%;
}

#filter{
    position: relative;
    padding-bottom: 15px;
}
#anytext{
    border-radius: 30px!important;
    border: solid 1px #d4d4d4;
    width:100%;
    padding: 2px 60px 2px 30px;
    height: 40px;
    display:inline-block;
    position: relative
}
.search{
    position: absolute;
    z-index: 99;
    height: 20px;
    width: 20px;
    top: 6px;
    left: 15px;
}
.search svg{
    width: 100%!important;
    height: 100%!important;
    color: #a0a0a0;
}
.ifilter{
    position: absolute;
    z-index: 99;
    height: 20px;
    width: 20px;
    top: 6px;
    right :42px;
    cursor: pointer;
}
.ifilter svg{
    width: 100%!important;
    height: 100%!important;
    color: #a0a0a0;
}
.iclear{
    position: absolute;
    z-index: 99;
    height: 20px;
    width: 20px;
    top: 6px;
    right :10px;
    cursor: pointer;
}
.iclear svg{
    width: 100%!important;
    height: 100%!important;
    color: #a0a0a0;
}
.iclear:hover svg, .ifilter:hover svg{
    color: #0274ff;
}
.morefilter{
    position: absolute;
    z-index: 99;
    height: auto;
    width: 90%!important;
    top: 45px;
    right :10px;
    background-color: #fff;
    padding: 15px;
    border: solid 1px #d3d3d3;
    border-radius: 15px
}
.morefilter.hide{
    display:none;
}
.morefilter:after,
.morefilter:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.morefilter:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    left: 50%;
    margin-left: calc(50% - 52px);
}

.morefilter:before {
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: #d3d3d3;
    border-width: 12px;
    left: 50%;
    margin-left: calc(50% - 53px);
}
.morefilter h2{
    font-size:16px;
    font-family: verdana;
    border-bottom: solid 1px #d3d3d3;
}
#per_page, #distance, #city, #state, #country {
    border-radius: 5px !important;
    border: solid 1px #d4d4d4;
    width: 100%;
    padding: 2px 15px;
    height: 32px; 
}
.paging{
    display: flex;
}
.paging .dataof{
    margin-right: 15px;
    padding-top:3px;
    color: #a0a0a0;
}
.paging .loadmore{
    text-decoration: none;
    padding: 4px 5px 0 5px;
    margin-left: 5px;
    height: 30px;
    color: #a0a0a0;
}
.paging .loadmore:hover{
	color: #2b2b2b;
}
.clearscopecontactmap #filter input {
    padding-left: 40px !important;
    font-size: smaller;
}

.clearscopecontactmap .morefilter td {
    border: 0px !important;
}

.clearscopecontactmap .form-control {
    font-size: smaller !important;
    padding: 5px 10px !important;
}

.close_filter {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    align-content: center;
    color: #ffffff;
    background: #a7a7a7;
}

.morefilter table {
    border: 0px !important;
}

.clearscopecontactmap select, .clearscopecontactmap input {
    margin-bottom: 0px !important;
}

input#postal {
    border: 1px solid;
    border-color: #ced4da;
    background: transparent;
}

/* FOR MOBILE ONLY */
@media only screen and (max-width: 767px){

.datalist {
    display: block;
}

.data-item_cs {
    width: 100%;
    font-size: 13px;
}

}

@media only screen and (max-width: 1320px){

	.item-email, .item-website{
		display: block;
        width: auto;
	}
}