﻿
.axgmap
{
    width: 100%;
    height: 400px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #e5e5e5;
}

.popup-box
{
    width:200px;
    min-height:150px;
    height:auto;
    overflow:auto;
    direction:rtl;
    text-align:center;
    padding:0px;
    font-family:iransans;
    padding-left:20px;
    padding-top:10px;
}

.popup-box h3
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    font-family: iransans;
   text-align:right;
    direction: rtl;
    color: #333333;
    line-height:1.5em;
}

.popup-box p
{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family:iransans;
    text-align: right;
    direction: rtl;
    color: #666666;
    width:100%;
}

.popup-box .btn
{
    height:30px;
    line-height:28px;
    margin-top:10px;
}
