/**** Css *****/
.GM-PRGM-0136 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.GM-PRGM-0136 text.amcharts-map-image-label {
    display: none;
}
.GM-PRGM-0136 #mapContainer {
    width: 100%;
    /* background-color: #eeeeee; 
    background-color: #dadada;*/
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .2);
    height: 350px;
    /* height: 400px; */
    margin-bottom: 10px;
    width: 512px\9;
}

.GM-PRGM-0136 .ammapDescriptionTitle {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    color: #00338D;
}

.GM-PRGM-0136 .ammapAlert {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC0000;
}

.GM-PRGM-0136 .ammapDescriptionWindow {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    color: #000000;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #00338d;
    /* box-shadow: 0 0px 2px 2px rgb(0, 51, 141); */
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    overflow-y: auto;
    top: 20px !important;
    left: 200px !important;
        width: 310px !important;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.ammapDescriptionWindowCloseButton {
    margin: -2px 0 0 0;
}

.ammapObjectList ul {
    padding-left: 20px;
    list-style: square outside;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.ammapObjectList ul ul {
    padding-left: 14px;
}

.ammapObjectList a {
    color: #000000;
}

.ammapObjectList a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 2px;
}

.ammapObjectList a:hover {
    color: #CC0000;
    text-decoration: none;
    background: #FFFFFF;
    cursor: pointer;
    display: block;
}

.ammapDescriptionText {
    overflow-y: auto;
    max-height: 230px !important;
    min-height: auto !important;
}

/*notSupported CSS added to support error message for browsers that do not support SVG maps */

.notSupported {
    background-image: url(images/worldMapNotSupported.png);
    width: 512px;
    height: 190px;
    padding-top: 130px;
    color: #FFF;
}

.notSupported p {
    width: 400px;
    padding: 10px;
    margin: auto;
    color: #cc0000 !important;
    text-align: center;
    font-weight: bold;
    background: #fff;
}

#IEnotSupported p {
    padding: 5px 0 5px 0 !important;
}

#IEnotSupported select {
    font-size: 14px;
    padding: 7px 8px;
    background: #00338d;
    color: #fff;
    position: relative;
}

.GM-PRGM-0136 {
    width: 100%;
}

.GM-PRGM-0136 #mapContainer {
    width: 100%;
}

.GM-PRGM-0136contacts {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 19px;
    font-size: 14px;
}

.GM-PRGM-0136contacts a {
    color: #000000;
    text-decoration: none;
}

.GM-PRGM-0136contacts a:hover {
    color: #000000;
    text-decoration: underline;
}

.GM-PRGM-0136contacts .countryName {
    color: #00338D;
    font-weight: bold;
	font-size: 14px;
}

.GM-PRGM-0136contacts .countryAddress{
	font-size: 12px;}
	
.GM-PRGM-0136contacts .countryAddress a{ color:#00338d; text-decoration:underline;}

.GM-PRGM-0136contacts .contactTitle {
    /*    color: #00338D;*/
    font-weight: normal;
    margin-bottom: 1px;
}

.GM-PRGM-0136contacts .contactName.contactNameBold {
    font-weight: bold;
}

.GM-PRGM-0136contacts .contactName.contactNameBold+div {
    color: #00338D;
}

.GM-PRGM-0136contacts .contactSeparator {
    margin: 10px 0;
    clear: both;
}






.GM-PRGM-0136contacts .aShortLine {
    border-top: 1px solid rgba(204, 204, 204, 0.83);
    width: 90%;
}

.contactEmail,
.contactPhone,
.contactURL {
    margin-bottom: 1px;
    color: #000000;
}

.contactEmail span,
.contactPhone span,
.contactURL span {
    vertical-align: middle;
}

/*** Scroll Bar ****/

.ammapDescriptionText::-webkit-scrollbar-track,
.select_style::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #f1f1f1;
    border-radius: 10px;
}

.ammapDescriptionText::-webkit-scrollbar,
.select_style::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
}

.ammapDescriptionText::-webkit-scrollbar-thumb,
.select_style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00338d;
}

/*****/

.select_style {
    background: #FFF;
    overflow: hidden;
    display: inline-block;
    color: #525252;
    font-weight: 300;
    border-radius: 2px;
    /* -webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    -moz-box-shadow: 0 0 5px rgba(123, 123, 123, .2);
    box-shadow: 0 0 5px rgba(123, 123, 123, 0.2); */
    position: relative;
    cursor: pointer;
    width: 255px;
}

.select_style option {
    text-transform: capitalize;
}

.select_style span {
    position: absolute;
    right: 10px;
    width: 12px;
    height: 10px;
    background: #00338d url(../img/down.png) no-repeat center;
    top: 50%;
    margin-top: -5px;
    background-size: 20px;
}

.select_style select {
    width: 100%;
    background: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
}

.nk-fade {
    display: none;
}

@media only screen and (max-width: 500px) {
    .ammapDescriptionTitle {
        font-size: 18px;
    }
    .GM-PRGM-0136contacts {
        font-size: 16px;
        line-height: 1.3;
        max-height: 200px;
        overflow: auto;
    }
    .GM-PRGM-0136 .ammapDescriptionWindow {
       top: 50px !important;
       left: 5px !important;
       right: 0 !important;
       width: 270px !important;
    }
    .amcharts-chart-div+div {
        left: 50% !important;
        margin-left: -152px;
    }
}


