﻿#ctl01_ctl09_divHtmlHolder a {
  border-radius: 0.5em;
  overflow: hidden !important;
}
/*# News Item */
#NewsContent .PanelTitle {
  align-items: start !important;
}
#NewsContent .DPNewsItemTitle span {
  font-size: 13px !important;
}
#NewsContent .DPNewsImageLink img{
  height: 85% !important;
  border-radius: 0.5em !important;
}
/*# SVG Iran Map */
#mapid .border {
  fill: #E5EE92;
}
#mapid .province {
  fill: #C8DB0A;
}
#mapid .map-txt {
  font-family: IranYekan;
}
#mapid .centerNode {
  font-family: IranYekan;
  cursor: pointer;
}
#mapid .centerNode circle {
  fill: #FFCC1D;
  opacity: 0.8;
}
#mapid .centerNode text {
  font-weight: bold;
  font-size: 20px;
}
.map-subtitle{
  text-align: center;
  font-weight: bold;
  color: #007c3f;
  text-shadow: 1px 1px #c8c8c8;
}

.map-box{
  background-color: #f4cf19;
}
.title-map{
  opacity: 0;
}
#NewsContent .DPNewsItemTitle span{
  font-weight: bold !important;
}
#ctl01_ctl06_divTabs{
  height: 100% !important;
  justify-content: flex-start;
}
#DivContainer_71023{
  max-height: 600px !important;
}

/*# SVG Iran Map Modal */
.modal-content {
	border-radius: 23px;
	width: max-content;
}
.modal-content .modal-header {
	border-bottom: 1px dotted #e9ecee;
	margin: auto;
}
.modal-content .modal-header #mapModalHeader {
	color: #007C3F;
	margin-right: 2em;
}
.modal-content .modal-header .close {
	width: 0.8em;
	height: 0.8em;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	position: absolute;
	top: 2rem;
	right: 2rem;
	display: flex;
	flex-flow: column nowrap;
	transition: 0.2s;
	color: #007C3F;
}
.modal-content .modal-header .close:hover {
	color: #007C3F;
	background: none;
	border-color: #007C3F;
}
.modal-content .modal-header .close:focus {
	background: gray;
	border-color: gray;
}
.modal-content .modal-header .close::before {
	content: "×";
	transform: translateY(-0.1rem);
}
.modal-content #mapModlaSVG rect {
	fill: #FFCC1D;
	cursor: pointer;
}

#mapModal {
  padding: 50px 20px !important;
}
#mapModal .modal-dialog {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.82);
  border-radius: 23px;
  max-width: 75%;
  margin: auto;
}

@media (max-width: 960px) {
  #mapModal {
    padding: 25px 10px !important;
  }
  #mapModal .modal-dialog {
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  #mapid .centerNode text {
    font-weight: normal;
    font-size: 1.23em;
  }

  #mapModal {
    padding: 5px !important;
  }
  #mapModal .modal-dialog {
    max-width: 100%;
    margin-top: 2em;
  }

  .modal-content {
    width: auto !important;
    overflow-x: scroll !important;
  }
}

/* Delete Later */
#footer-box {
  position: relative;
  z-index: 99;
}
/*# sourceMappingURL=custom.css.map */
