﻿
 html, body {
            height: 100%;
            margin: 0;
            padding: 0;
        }
    
.wrapper_windowInfo * {
    max-width: 96vw !important;
}

.wrapper_windowInfo >div {
    width: 376px !important;
}
        #map {
            height: 100%;
        }
        #addLocation-form {

            direction: rtl;
        }

          .dropzone.dz-clickable {
            top: 72px;
    right: -38px;
    margin: 0;
    float: left;
    height: 195px;
    width: 145px;
    padding: 0px;
    border: none;
    overflow: hidden;
    background: none;
        }

        .dropzone .dz-default.dz-message {
            width: 120px !important;
            height: 133px;
            margin: 0px;
            position: relative;
            top: 16px;
            border-radius: 2px;
            left: -9px;
            background-color: rgb(238, 238, 238);
            border: 1px solid rgb(202, 202, 202);
        }

        .dropzone.dz-started .dz-message {
            display: none;
        }

        .dz-default.dz-message:before {
            content: "انتخاب تصویر";
            color: rgb(202, 202, 202);
            padding: 10px;
            position: relative;
            top: -5px;
            height: 96px;
            display: block;
            background: url('/Content/img/module/noPicTrans.png');
            background-position: 6px 26px;
            background-size: 109px;
            background-repeat: no-repeat;
        }

        .dropzone .dz-default.dz-message span {
            display: none;
        }

           .container {
        border: 1px solid rgb(190, 190, 190);
        padding: 10px;
        margin: 19px 0px;
        height: auto;
        box-sizing: border-box;
    }

        .container > span {
            position: relative;
            top: -23px;
            background-color: #F9F9F9;
            padding: 0px 13px;
            right: -10px;
            font-family: Agoogle;
            font-size: 15px;
            color: rgb(37, 108, 149);
        }
      form[action="InsertGoogleMapMarke" ]{
          width: 82%;
    margin-bottom: 20px;
    margin-top: -27px;
      }

  
      #map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(148, 148, 148, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
	width: 350px;
	direction: rtl;
	font-family:HelveticaNeueLight;
}
#iw-container .iw-title {
	font-size: 17px;
	padding: 3px 10px;
	background-color: #000000;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
	font-family: MjFlow;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.iwCloseBtn{
    width: 13px;
    height: 13px;
    overflow: hidden;
    position: absolute;
    opacity: 1;
    left: 5px !important;
    top: 23px !important;
    z-index: 10000;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 13px;
    box-shadow: black 0px 0px 5px;
}
@font-face { /* for IE */
    font-family: 'MjFlow';
    src: url('/Content/fonts/Mj_Flow/Mj_Flow Bold.eot');
}

@font-face { /* for non-IE */
    font-family: 'MjFlow';
    src: url(http://:/) format("No-IE-404"),url('/Content/fonts/Mj_Flow/Mj_Flow Bold.ttf') format("truetype");
}


@font-face {
    font-family: HelveticaNeueLight;
    src: url(/Content/fonts/HELVETICA/BAHIJ_HELVETICA_NEUE_LIGHT.woff) format("woff"), url(/Content/fonts/HELVETICA/BAHIJ_HELVETICA_NEUE_LIGHT.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
