/* SVN FILE: $Id: _osmPopup.css 171 2016-05-02 10:48:38Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 171 $
 * @date                $Date: 2016-05-02 12:48:38 +0200 (lun., 02 mai 2016) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/tripalium/trunk/protected/modules/media/assets/media/_osmPopup.css $
 */

.leaflet-popup-content-wrapper {
    border-radius: 0px !important;
}
    .leaflet-popup-content {
        margin: 10px !important;
        width: 260px !important;
    }
    @media (min-width: 768px) {
    	.leaflet-popup-content {
	        width: 600px !important;
	    }
   	}
   	.leaflet-popup-close-button {
		z-index: 2;
	}
        #CMap .osmPopup {
            width: 100%;
            top: 0;
            z-index: 1;
            overflow: hidden;
            font-family: "FontFace", sans-serif !important;
        }
            #CMap .col-sm-7 {
                padding: 0;
            }
            #CMap .col-sm-5 {
                padding: 10px;
            }
            #CMap .osmPopup .row1 .col1 {
                padding-top: 10px;
                padding-left: 10px;
                padding-bottom: 10px;
            }
                #CMap .osmPopup .row1 .col1 picture,
                #CMap .osmPopup .row1 .col1 img {
                    width: 140px;
                    max-height: 100px;
                    object-fit: contain;
                    object-position: top left;
                }
            #CMap .osmPopup .row2 .col1 {
                padding-left: 10px;
                padding-bottom: 10px;
            }
            #CMap .osmPopup .row2 .col1 {
                padding-right: 5px;
            }
            #CMap .osmPopup .row2 .col2 {
                padding-left: 5px;
            }
                    #CMap .osmPopup p.name {
                        font-size: 15px !important;
                        padding-bottom: 5px;
                    }
                    #CMap .osmPopup p,
                    #CMap .osmPopup a {
                        font-size: 13px !important;
                        line-height: 18px !important;
                        margin: 0 !important;
                    }
                    #CMap .osmPopup .email {
                        font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
                    }
                    #CMap .osmPopup p.adr {
                        margin-bottom: 10px !important;
                    }