/*
 * Iran Map - SVG and Responsive.
 * Free and open source.
 * Version 1.1.0
 * By: MohammadReza Pourmohammad.
 * Email: mohammadrpm@gmail.com
 * Web: http://mrpm.ir
 */
#IranMap {
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
    padding: 0;
    font-family: WYekan,BYekan,Tahoma !important;
    font-size: 11px;
    width: 100%;
    margin: 0px auto;}

#IranMap .show-title {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    margin: 0!important;
    padding: 0 5px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: .8
}

#IranMap .map {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#IranMap .map svg {
    height: 500px;
    width: 500px
}

#IranMap .map .border path,#IranMap .map .island path {
    fill: #fff
}

#IranMap .map .province path {
    fill: #999
}

#IranMap .map .sea path,#IranMap .map .lake path {
    fill: #6caed8
}

#IranMap .map .province path:hover,#IranMap .map .island path:hover,#IranMap .map .province path.hover,#IranMap .map .island path.hover {
    fill: #FEC63E !important;
    cursor: pointer
}

#IranMap .list {
    display: block;
    float: right;
    width: 50%
}

#IranMap .list ul {
    padding: 0
}

#IranMap .list>ul {
    margin-left: 10px
}

#IranMap .list li {
    list-style: none;
    border : none;
    margin: 0px;
    padding:0px;
}



#IranMap .list li ul li {
    display: block;
    float: right;
    width: 33.33333333333333%
}

#IranMap .list li ul li a {
    background: #f9f9f9;
    color: #000;
    display: block;
    padding: 5px 8px;
    line-height: 26px;
    margin: 2px 2px;
    text-decoration: none
}

    #IranMap .list li ul li a span {
        float:left;
        /*margin-left:5px;
        color:#999;*/
        font-size:14px;
    }

#IranMap .list li ul li a:hover,#IranMap .list li ul li a.hover {
    background: #FEC63E;
}

#IranMap .list ul:before,#IranMap .list ul:after {
    display: table;
    content: " "
}

#IranMap .list ul,#IranMap .list ul:after {
    clear: both
}

#IranMap .city {
    clear: both;
    padding: 10px 0
}

@media(max-width: 930px) {
    #IranMap .list {
        width:50%
    }
}

@media(max-width: 745px) {
    #IranMap .list li ul li {
        width:50%
    }
}

@media(max-width: 515px) {
    #IranMap .list,#IranMap .map {
        width:100%
    }

    #IranMap .list li ul li {
        width: 33.33333333333333%
    }

    #IranMap .list li ul li a {
        font-size: 10px!important
    }
}

@media(max-width: 515px) {
    #IranMap .list li ul li {
        width:50%
    }
}

@media(max-width: 250px) {
    #IranMap .list li ul li {
        width:100%
    }
}


.ListAgency .agency {
    width: 100%; 
    /*margin: 0 auto;*/ 
    border: 1px solid #004D7B; 
    border-right: 10px solid #004D7B;
}

.ListAgency th {
    height: 25px;
    font-weight: bold;
    background-color: #FEC63D;
    color: White;
}

.ListAgency table, .ListAgency th, .ListAgency td {
    border: 1px solid #FEC63D;
    padding: 5px;
    color:#000;
}

.ListAgency .map_table {
    display: none;
    width:100%;
}

.ListAgency .show_table {
    display: table !important;
    width:100%;
}