@import url(./fonts/fontiran.css);
body {
	font-family: IRANSans !important;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 20px;
	background-image: url('images/bg.jpg');
	background-size: 100% auto;
	background-color: #cfcfcf;
}
textarea , input , select , option {
	box-sizing: content-box;
	border-radius: 5px;
	font-family: IRANSans !important;
	font-weight: 400;
	font-size: 12px;
	box-sizing: border-box;
	border:1px solid #ccc;
}
input  , select {
	border:1px solid #ccc;
	padding: 0;
	text-indent: 10px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: IRANSans !important;
	font-weight: 400;
	box-sizing: border-box;
}
input[type=submit] {
	box-sizing: content-box;
	background-color: #4cae4c;
	border:1px solid #4cae4c;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-indent: 0;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: blue;
}
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}
a.abutton {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 20px;
	max-width: 200px;
	box-sizing: content-box;
	background-color: #509650;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-indent: 0;
	transition: .3s;
	font-size: 13px;
}
a.abutton:hover {
	transition: .3s;
	opacity: .7;
}
a.abutton_green {
	background-color: #509650;
}
a.abutton_blue {
	background-color: #4489b3;
}
a.abutton_red {
	background-color: #d64141;
}
a.abutton_small {
	padding: 2px 7px;
	padding-top: 3px;
	font-size: 11px;
	line-height: 17px;
}
a.daydate {
	display: inline-block;
	font-size:13px;
	color:#fff;
	background: #427fab;
	border-radius:25px;
	padding: 5px;
	width: 100px;
	margin: 5px;
	text-align: center;
	transition: .3s;
}
a.daydate:hover {
	opacity: .8;
	transition: .3s;
}
a.reserve_box {
	display: inline-block;
	width: 70px;
	height: 20px;
	line-height: 22px;
	margin: 5px;
	background-color: #999;
	color: #fff;
	border-radius: 25px;
	margin: 5px;
	text-align: center;
	font-size: 11px;
	transition: .3s;
}
a.reserve_box:hover {
	opacity: .6;
	transition: .3s;
}
a.holiday {
	background-color: #ddb0b0;
}
a.reserved {
	background-color: #d33a3a;
}

.replybox {
	margin: 10px;
	margin-top: 15px;
    background: #eaf7fc;
    border: 1px solid #deedf3;
	padding: 5px;
	border-radius: 5px;
}
.replybox:hover {
	background:#cfe4ea;
	transition: .3s;
}
.replybox hr {
	border: 0;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
}


#map a {
	display: none;
}
#map2 a {
	display: none;
}
.map_neshan a {
	display: none;
}
#locate-position {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 7px;
    border-radius: 0;
    overflow: hidden;
    left: 0px;
    top: -7px;
    background: #fff;
    z-index: 99999;
    cursor: pointer;
    border-bottom-right-radius: 30px;
    padding-bottom: 12px;
    padding-right: 12px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 34%);
}
#locate-position:focus , #locate-position:active {
	background-color: #eee;
}
fieldset {
	border-radius: 10px;
	padding: 15px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: #4489b3;
	color: #fff;
	direction: rtl;
	padding:0;
	overflow: hidden;
	border:6px solid #4489b3;
}
fieldset legend {
	font-weight: 500;
	color: #333;
	background: #fff;
	border-radius: 15.5px;
	padding: 5px 10px;
    border: 1px dashed #4489b3;
    margin-bottom: 5px;
}
fieldset input {
	border: 0 !important;
}
.order_box {
	display: block;
	background-color: #eee;
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}





a.pagenum:link ,a.pagenum:visited {
	display:inline-block;
	height:23px;
	padding-left:8px;
	padding-right:8px;
	color:#333333;
	border:1px solid #e4e4e4;
	margin-top:5px;
	margin-left:3px;
	text-align:center;
	line-height:26px;
	font-size: 12px;
}
a.pagenum:hover {
	color:#ffffff;
	border:1px solid #777777;
	background:#777777;
}

.pagetitle {
	background-color: #dde6ea;
	color: #333;
	padding: 5px 10px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 10px;
    line-height: 25px;
}
.regform {
	line-height: 25px;
	text-align: right;
}
.regform input, .regform select, .regform textarea {
	display: block;
	border-radius: 20px;
	text-indent: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
 .regform textarea {
 	display: block;
 	width: 100%;
	height: 150px;
	line-height: 25px;
	padding: 15px;
	text-indent: 0;
	box-sizing: border-box;
}
.regform input[type=checkbox] {
	width: auto;
	margin-top: 3.5px;
	float: right;
	clear: right;
	text-indent: 0;
	padding: 0;
}
.regform input[type=submit] {
	padding-left: 0;
	padding-right: 0;
	border: 0;
	background: #5cb85c;
	color: #fff;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	font-size: 13px;
	margin-top: 5px;
}
.regform input[type=submit]:hover {
	opacity: .8;
}
.regform span {
	display: block;
	color: #888;
	margin-top: 7px;
	margin-bottom: 3px;
}
.regform2 {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
	border: 1px solid #e8e8e8;
	padding: 10px;
	border-radius: 10px;
}



.helpbox {
	display: block;
	padding: 10px;
    background-color: #f5eded;
    border: 1px solid #e1cdcd;
	border-radius: 15px;
}

#logo {
	display: block;
	max-width: 750px;
	min-height: 20px;
	color: #333;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	padding: 15px 10px;
	font-weight: 500;
	text-align: right;
	line-height: 25px;
}
#logo span {
	font-size: 13px;
	font-weight: 400;
}
#logo img {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	width: 60px;
	height: auto;
	float: right;
	border-radius: 50%;
    margin-top: -5px;
    margin-left: 10px;
}
#logo span {
	display: block;
	float: right;
}
#logo a.logout {
	display: block;
	padding: 4px 10px;
	border-radius: 20px;
	max-width: 200px;
	box-sizing: content-box;
	background-color: #d64141;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-indent: 0;
	transition: .3s;
	float: left;
	direction: rtl;
	font-weight: 400;
	font-size: 13px;
	padding-bottom: 6px;
	transition: .3s;
	margin-top: -5px;
}
#logo a.logout:hover {
	opacity: .7;
	transition: .3s;
}
#logo a.logout img {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	display: none;
}

#content {
	max-width: 770px;
	background-color: #fff;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	direction: rtl;

-webkit-box-shadow: 10px 10px 6px -9px rgba(0,0,0,0.24);
-moz-box-shadow: 10px 10px 6px -9px rgba(0,0,0,0.24);
box-shadow: 10px 10px 6px -9px rgba(0,0,0,0.24);

}

#content .loginform {
	display: inline-block;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

#tabmenu {
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: 31px;
}

#tabmenu a {
    display: block;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    border: 1px solid #bbb;
    border-right: 0;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #333;
    background-color: #e5e5e5;
    margin: 0;
    font-size: 12px;
}
#tabmenu a:hover {
	background-color: #ccc;
}
#tabmenu a.active {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}





#tabmenu_panel {
	border-bottom: 1px solid #ccc;
	height: 53px;
}
#tabmenu_panel a {
    display: block;
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 3px;
    border: 1px solid #ccc;
    height: 52px;
    line-height: 26px;
    text-decoration: none;
    color: #333;
    background-color: #ddd;
    font-size: 12px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	transition: .2s;
}
#tabmenu_panel a:hover {
	opacity: .5;
	transition: .2s;
}
#tabmenu_panel a.active {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#tabmenu_panel a.active:hover {
	opacity: 1;
}
#tabmenu_panel a img {
    display: block;
    width: 16px;
    height: auto;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 0;
    opacity: .9;
}
#tabmenu_panel a.logout {	
    background-color: #ffc586;
    float: left;
    height: 48px;
    border-radius: 7px;
    line-height: 22px;
    border-color: #ffc586;
}



.tablelist {
	background: #ccc;
	font-weight: normal;
	font-size: 13px;
}
.tablelist th {
	background: #e1e1e1;
	font-weight: normal;
	padding: 5px;
}
.tablelist td {
	padding: 5px;
	height: 23px;
	line-height: 21px;
	background: #fff;
}
.tablelist tr:hover {
	background: #e1e1e1;
}


.order_table hr{
  border: 0;
  border-bottom: 1px dashed rgba(0,0,0,.15);
}

.divtables {
	width:99%;
	overflow:auto;
	padding:5px;
	direction: rtl;
	margin-left: auto;
	margin-right: auto;
}
.divtables .tablelist {
	width: 100%;
}


.fishbox {
	background-color: #bbe7df;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	line-height: 35px;
	position: relative;
}
.fishbox input {
	height: 30px;
	line-height: 30px;
}
.fishbox a.close {
	position: absolute;
	top: 10px;
	left: 15px;
}

.msgbox1 {
	direction: rtl;
	max-width: 770px;
	background:#060;
	color:#FFF;
	border-radius: 20px;
	margin: 7px 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.msgbox2 {
	background:#900;
	direction: rtl;
	max-width: 770px;
	color:#FFF;
	border-radius: 20px;
	margin: 7px 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}


.loginimage {
	display: inline-block;
	vertical-align: top;
	max-width: 340px;
	height: auto;
	border-radius: 10px;
}
.padding20 {
	padding: 20px;
}

/* Gallery */
/* Gallery */
.modal-target {
  cursor: pointer;
}
.modal-target:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  height: auto;
  opacity: 1 !important;
}

/* Caption of Modal Image */
.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1em;
  margin-top: 32px;
}

/* Add Animation */
.modal-content, .modal-caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-atransform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* Gallery */
/* Gallery */


.leaflet-control-container {
	display: none;
}



/* ReSIZE*/
@media screen and (max-width: 770px) {

	.loginimage {
		float: none;
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#content {
		margin-right: 5px;
		margin-left: 5px;
	}
	.padding20 {
		padding: 10px;
	}

	.search_box label {
		width: 45%;
	}
	.adminlogo {
		width:85px;
		height:85px;
		float:none;
		display: block;
		margin:3px;
		margin-left: 10px;
		border-radius:15px;
	}


	#logo img {
		float: right;
	}
	#logo span {
		display: none;
	}

}