﻿/**
*    Custom CSS
*    ==========================
*    Author : Tathagata Basu
**/

/* General */


/* Google Map */
#searchFilter {

}
#searchFilter div {
    padding-bottom:3px;
}
#searchFilter div .tbSmall {
    width:100px;
}
#searchFilter div .ddlSmall {
    width:221px;
}
#map {
    height:500px;
}

.gm-style-iw {
   width: 225px !important;
   top: 15px !important;
   left: 115px !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 1px solid rgba(72, 181, 233, 0.6);
   border-radius: 10px 10px 10px 10px; // apply 10px to the bottom corners of the infowindow
}
.googleInfoBox .infoBoxTitle {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 16px;
   font-weight: 400;
   padding: 2px 10px;
   background-color: #48b5e9;
   color: white;
   margin: 0px ;
   float:left;
   border-radius: 9px 9px 0 0; /* In accordance with the rounding of the default infowindow corners. */
}
.googleInfoBox .infoBoxContent {
    margin:5px;
}
.googleInfoBox .infoBoxContent p {
    box-shadow: 0px 2px 4px #ececec;
}
.googleInfoBox .infoBoxContent .fa {
    width: 20px;
    height: 20px;
    color: #48b5e9;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    border-radius: 13px;
    padding: 2px;
    box-shadow: 2px 2px 2px #dcdcdc;
    margin: 0px 10px 5px 0px;
}

/*.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 16px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}*/
.txt_right {
        font-weight:bold;
    }
@media all and (min-width:992px) {
    .txt_right {
        text-align:right;
        font-weight:bold;
    }
    
}

