/* 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;
}
    .leaflet-popup-content
    {
        margin: 10px !important;
        width: 211px !important;
    }
    @media (min-width: 768px)
    {
    	.leaflet-popup-content
	    {
	        width: 239px !important;
	    }
   	}
    @media (min-width: 992px)
    {
    	.leaflet-popup-content
	    {
	        width: 235px !important;
	    }
   	}
    @media (min-width: 1200px)
    {
    	.leaflet-popup-content
	    {
	        width: 285px !important;
	    }
   	}
   	.leaflet-popup-close-button
	{
		z-index: 2;
	}
        .osmPopup
        {
            width: 100%;
            top: 0;
            z-index: 1;
            overflow: hidden;
        }
        .osmPopupForInProgress .inProgressTitle
        {
            font-size: 11px;
            line-height: 11px;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin: 0 0 10px 0;
        }
        .osmPopupForInProgress .referenceTitle
        {
            font-size: 13px;
            line-height: 15px;
            margin: 0 0 5px 0;
            font-family: "FontFaceBold", sans-serif;
        }
        .osmPopupForInProgress .referenceSector
        {
            font-size: 13px;
            line-height: 15px;
            margin: 0;
            font-family: "FontFace", sans-serif;
        }
        .osmPopupForInProgress .companyLogo
        {
            margin-bottom: 10px;
        }
        
        
        