body,html, button, input, select, textarea {
    font-family: "IRanian", Open Sans, sans-serif;
}

.topPanel {
	direction: rtl;
	padding: 0;
    /* margin-top: 25px; */
}
.topPanel .placeSectionsWrap{
	margin-bottom: 12px;
}
.placeSections {
    /* width: 19.728%; */
    display: inline-block;
    /* padding: 10px; */
    /* border: solid 1px #ddd; */
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
}
.placeSectionsWrap  {
	/* padding:10px; */
}
    .placeSections span {
        position: absolute;
        left: 15px;
        bottom: 15px;
        color: #fff;
    }

.rightSection {
    padding: 25px !important;
    background-color: #fff;
	border-radius: 15px;

}
.environments {
	margin-top: 30px;
	margin-bottom: 30px;
}
.environments h1{
	font-size: 18px;
}
.environments .ttl-wrap {
	background-color: #f5f5f5;
	padding: 15px;
	text-align: left;
	direction: ltr;
}
.environments .ttl-wrap p {
	margin-bottom:0;
	color: #6d6d6d;
}
.main-section {
	margin-bottom:40px;

}
.leftSection {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px;
    height: 100%;
    /* min-height:700px; */
    position: relative;
	border-radius: 15px;
    padding-top: 24px;

}
.leftSection .about-box {
	text-align:left;
	direction:ltr;
}
.leftSection .about-box h2::before {
	left:0;
	
}
.leftSection .about-box h2 {
	padding: 0 0 0 48px;
	font-size: 22px;
	margin-bottom: 15px !important;
}
.leftSection .about-box p {
	color: #6d6d6d;
}
.mainPlace {
	margin-bottom: 35px;
    max-width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
fieldset.ttl {
	text-align:center;
	font-size:13px;
	margin-bottom:30px;
	border:none;
	color:#464646;
	border: solid 1px #c7c7c7;
	border-bottom: 0;
	border-radius: 33px 33px 0 0;
	/* background: transparent; */
}
.ttl legend {
	width: 260px;
	padding:0 20px;
	font-size: 16px;
}
.tileList {
	text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
	flex-wrap: wrap;

}

    .tileList .tile {
        display: inline-block;
        margin-right: 15px;
    }
.tileList .tile img{
    border-radius: 15px;
}
        .tileList .tile > span {
            display: block;
            margin: 5px 0;
        }

.leftSection .pallet h5 {
    text-align: right;
    margin: 0 0 15px;
    position: relative;
    padding-left: 20px;
    color: #646464;
    font-size: 16px;
}

    /* .leftSection .pallet h5:before {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        border-radius: 50%;
        background-color: red;
        left: 0;
        top: 3px;
    } */

.leftSection .pallet ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    direction: rtl;

}

    .leftSection .pallet ul li {
        margin: 0 12px 12px 0;
        cursor: pointer;
		border-radius: 7px;
		overflow: hidden;
    }

.leftSection .pallet img {
    width: 40px;
	/* border-radius: 7px; */
}

.leftSection .pallet {
    margin-bottom: 30px;
}

.userGuide {
    direction: ltr;
}

    .userGuide h5 {
        font-size: 18px
    }

.image_configuration{
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: default;
}
map {
    cursor:pointer
}

.btnDownload {
    border: none;
    background: none;
    background-color: #064F2D;
    padding: 18px;
    outline: none !important;
    transition: all 0.3s;
    height: 59px;
    width: 200px;
    display: block;
    margin: auto;
    border-radius: 15px;
	/* float: left; */
	overflow: hidden;
}
.btnDownload:hover {
    background-color: #066539;

}
.btnDownload .msg {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 59px;
	font-size:0;
	transition:all 0.3s;
	z-index: 2;
}
.btnDownload.download-started .msg {
	font-size:16px;
}
.btnDownload .ttl {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 59px;
	font-size:16px;
	transition:all 0.3s;
}
.btnDownload.download-clicked .ttl {
	font-size:0;
}
.btnDownload .progress-rate {
	font-size:0;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 59px;
	transition:all 0.3s;
	z-index: 1;
	opacity: 0;
}
.btnDownload.download-clicked .progress-rate{
	font-size:20px;
	opacity: 1;
}
.btnDownload .progress-bar{
	position:absolute;
	left:0;
	top:0;
	height: 100%;
	width: 0;
	transition: all 0.1s;
	background-color: #d9534f;
}
.btnDownload.download-started .progress-bar,
.btnDownload.download-started .progress-rate {
	font-size:0;
	opacity: 0;
	transition: none;
}
/****************/
/* download btn */
/****************/

.btnDownload svg {
  margin-bottom: 80px;
}

.btnDownload .btn {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.btnDownload .text {
  user-select: none;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

.btnDownload .subCircle {
  pointer-events: none;
}

.strokeW {
  animation: strokeW 0.6s forwards;
  @keyframes strokeW {
    to {
      stroke-width: 1.16;
    }
  }
}


/****************/
/*   LOADING    */
/****************/
.wb-loading {
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background-color: #00000091;
	width:100%;
	height:100%;
	z-index:1;
	visibility: hidden;
}

.wb-loading:before {
	content:"\f013";
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	top: 20px;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 40px;
	font-family:fontawesome;
	font-size: 39px;
	animation:rotate 2s linear infinite;
	color: #ececec;
	z-index:2;
	visibility: hidden;
}
@keyframes rotate{
	0%{
		transform: translateX(-50%) rotate(0deg);
	}
	100%{
		transform: translateX(-50%) rotate(360deg);
	}
}
.Display-on .wb-loading:before,
.Display-on .wb-loading {
	visibility:visible;
}




.close-btn {
	display: none;
	font-size:16px;
	border-radius:100%;
	border:solid 1px #ddd;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#656565;
	direction: ltr;
}
@media all and (max-width:767px) {
	.close-btn {
		display:block;
	}
	.topPanel  {
		margin-bottom: 55px !important;
		direction: rtl !important;
	}

	.leftSection.openLayer {
		right: 0;
	}
	.container{
		padding: 0;
	}
	.rightSection ,.leftSection{
		border-radius: 0;
	}
}


.setLocBox {
    background: #fff;
    padding: 15px;


}

.setLocBox .title {
    border-radius: 15px;
    border: 1px solid #CECECE;
    text-align: right;
    padding: 12px;
    padding-right: 20px;
	position: relative;
}
.setLocBox .title::before{
	content: '\f078 ';
	font-family: 'fontawesome';
	position: absolute;
	color: #000;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	transition: .3s;
}
.setLocBox.open .title::before{
	transform:translateY(-50%)  rotate(180deg);
}
.dropSetLoc {
    padding: 15px 30px;
}

.pallet li.active{
	position: relative;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	transition: .3s;
}
.pallet li.active::before{
	content: '\f00c';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	color: #fff ;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
