@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------- */
/*  Font
/* ---------------------------------------------------------------------- */

@font-face {
    font-family: "Yekan";
	src: url('../fonts/Yekan/Yekan.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Yekan/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/Yekan/Yekan.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Yekan/Yekan.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/Yekan/Yekan.svg#svgYekan') format('svg'); /* Legacy iOS */
}

html {
	overflow-y: scroll;		
}

body,
html {
	font-family:Yekan,Tahoma;
	padding:0;
	margin:0;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	font-weight:300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	outline:0;
	margin-top:0;
}

p { 
	font-size:15px;
	line-height:25px;
	text-align:justify;
}

a,
a:hover {
	text-decoration:none;
}

@media (min-width:768px) {
	a:focus {
		outline:0;
	}
}

.page-header,
.page-header h1 {
	margin:0;
}

.page-header {
	background:#fafafa;
	border-bottom:1px solid #e4e4e4;
	margin:-18px -18px 18px -18px;
	padding:20px 18px;
}


.page-header h1 {
	color:#666;
	display:inline-block;
	font-size:18px;
	font-weight:300;
	line-height:30px;
}

.page-header i {
	font-size:21px;
	line-height:21px;
	padding-left:15px;
}

#main-wrapper {
	width:100%;
	overflow:hidden !important;
}

#content-wrapper {
	left:0;
	padding:18px 18px 18px;
	width:100%;
	position:relative;
}

#main-menu-bg {
	display:block;
	height:100%;
	padding:0;
	position:fixed;
	top:0;
	z-index:499;
}

#main-menu .site-name {
	display:inline-block;
	line-height:46px;
	font-size:17px;	
	text-align:center;
}

#main-menu .navigation ul.get-height {
	display:block !important;
	position:absolute !important;
	visibility:hidden !important;
}

#main-menu-bg {
	left:-80%;
	width:80%;
}

#main-menu {
	display:block;
	height:100%;
	left:-80%;
	position:fixed !important;
	top:0;
	width:80%;
	z-index:500;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

#main-menu .navigation {
	padding:46px 0 0;
}

#main-menu .navigation,
#main-menu .navigation li,
#main-menu .navigation ul {
	display:block;
}

#main-menu .navigation a {
	display:block;
	font-size:16px;
	line-height:20px;
	padding:11px 14px;
	text-decoration:none;
}

#main-menu .navigation .menu-icon {
	display:inline-block;
	margin-right:5px;
	line-height:20px;
	height:20px;
	width:20px;
	text-align:center;
	font-size:14px;
}


#main-menu .menu-content {
	margin-top:15px;
	padding:20px 0px;
	border-top:1px solid;
	overflow:hidden;
}

#main-menu .menu-content .site-name {
	padding:0px !important;
}

@media (min-width:480px) {
	#main-menu .site-name {
		
	}
	#main-menu-bg {
		left:0;
		width:56px;
	}
	#main-menu {
		height:auto;
		left:0;
		overflow:visible;
		position:absolute;
		width:56px;
	}
	#main-menu .navigation>li {
		width:auto;
	}
	#main-menu .navigation>li>a {
		text-align:center;
	}
	#main-menu .navigation>li>a>.menu-icon {
		margin:0;
	}
	#main-menu .navigation>li>a>.mm-text {
		display:none;
	}
	#main-menu .menu-content {
		display:none;
	}
	.mme #main-menu-bg {
		width:240px;
	}
	.mme #main-menu {
		overflow:hidden;
		width:240px;
	}
	.mme #main-menu .navigation>li {
		width:240px;
	}
	.mme #main-menu .navigation>li>a {
		text-align:left;
	}
	.mme #main-menu .navigation>li>a:before {
		right:14px;
	}
	.mme #main-menu .navigation>li>a>.menu-icon {
		margin-right:5px;
	}
	.mme #main-menu .navigation>li>a>.mm-text {
		display:inline;
	}
	.mme #main-menu .menu-content {
		display:block;
	}
}

@media (min-width:768px) {
	#main-menu,
	#main-menu-bg,
	.mme #main-menu,
	.mme #main-menu-bg {
		overflow:hidden;
		width:240px;
	}
	.mmc #main-menu,
	.mmc #main-menu-bg,
	.mme.mmc #main-menu,
	.mme.mmc #main-menu-bg {
		overflow:visible;
		width:56px;
	}
	#main-menu ul.navigation>li {
		width:240px;
	}
	#main-menu ul.navigation>li>a {
		text-align:left;
	}
	#main-menu ul.navigation>li>a>.menu-icon {
		margin-right:5px;
	}
	#main-menu ul.navigation>li>a>.mm-text {
		display:inline;
	}
	#main-menu .menu-content {
		display:block;
	}
	.mmc #main-menu {
		overflow:visible;
	}
	.mmc #main-menu ul.navigation>li {
		width:auto;
	}
	.mmc #main-menu ul.navigation>li>a {
		text-align:center;
	}
	.mmc #main-menu ul.navigation>li>a>.menu-icon {
		margin:0;
		text-align:center;
	}
	.mmc #main-menu ul.navigation>li>a>.mm-text {
		display:none;
	}
}

.mme #main-menu,
.mme #main-menu-bg {
	left:0;
}

@media (min-width:480px) {
	#main-wrapper {
		padding-left:56px;
	}
	.mme #content-wrapper {
		left:184px;
	}
}

@media (min-width:768px) {
	#main-wrapper,
	.mme #main-wrapper {
		padding-left:240px;
	}
	.mmc.mme #content-wrapper,
	.mme #content-wrapper {
		left:0;
	}
	.mmc #main-wrapper {
		padding-left:56px;
	}
}


/* ---------------------------------------------------------------------- */
/*  Alert
/* ---------------------------------------------------------------------- */
.alert {
	background:#f9f1c7;
	border-color:#f6deac;
	color:#af8640;
	background-size:20px 20px;
	border-radius:5px	
}
.alert span {
	padding-right:5px;
}
.alert .close {
	top:0;
}

.alert.alert-danger {
	background:#f2dede;
	border-color:#ebccd1;
	color:#b94a48;
	background-size:20px 20px;
}

.alert.alert-success {
	background:#dff0d8;
	border-color:#d0e6be;
	color:#468847;
	background-size:20px 20px;
}

.alert.alert-info {
	background:#d9edf7;
	border-color:#bce8f1;
	color:#3a87ad;
	background-size:20px 20px;
}

/* ---------------------------------------------------------------------- */
/*  Form
/* ---------------------------------------------------------------------- */
.panel-heading {
	background:#fafafa;
	border-bottom:2px solid #ececec;
	padding-bottom:9px;
	padding-left:20px;
	padding-right:20px;
	padding-top:11px;
	position:relative;
}

.panel-heading span {
	padding-right:5px;
}

.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}

.iconic-input {
    position: relative;
}

.iconic-input i {
    color: #999999;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 8px 5px 8px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.iconic-input.right input {
    padding-left: 30px !important;
    padding-right: 10px !important;
}

.iconic-input.right i {
    float: left;
    left: 0px;
}



/* Placeholder */


::-webkit-input-placeholder {
	line-height:2;
}
:-moz-placeholder {
	line-height:1;
}

:-ms-input-placeholder {
	line-height:1;
}



.form-group label i {
	color:#ff5153;
	font-size:10px;
}

.form-group label, .form-group input, .form-group textarea {
	font-size:15px;
}

.form-group .textleft {
	text-align:left !important;
	direction:ltr !important;
}
.form-group textarea {
	resize:none;
    padding-left: 30px !important;
}

/* ---------------------------------------------------------------------- */
/*  Button
/* ---------------------------------------------------------------------- */
.btn-default {
    background-color: #bec3c7;
    border-color: #bec3c7;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #b0b5b9;
    border-color: #b0b5b9;
    color: #fff;
}

.btn-primary {
    background-color: #41cac0;
    border-color: #41cac0;
    color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #39b2a9;
    border-color: #39b2a9;
    color: #FFFFFF;
}

.btn-success {
    background-color: #78CD51;
    border-color: #78CD51;
    color: #FFFFFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color: #6dbb4a;
    border-color: #6dbb4a;
    color: #FFFFFF;
}

.btn-info {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #53bee6;
    border-color: #53BEE6;
    color: #FFFFFF;
}

.btn-warning {
    background-color: #f1c500;
    border-color: #f1c500;
    color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: #e4ba00;
    border-color: #e4ba00;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #ff6c60;
    border-color: #ff6c60;
    color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: #ec6459;
    border-color: #ec6459;
    color: #FFFFFF;
}


.btn-white {
    box-shadow: none !important;
}

/*Rounded Button*/

.btn-round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

/*shadow button*/

.btn-shadow.btn-default {
    box-shadow: 0 4px #9c9c9c;
}
.btn-shadow.btn-primary {
    box-shadow: 0 4px #29b392;
}
.btn-shadow.btn-success {
    box-shadow: 0 4px #61a642;
}
.btn-shadow.btn-info {
    box-shadow: 0 4px #1caadc;
}
.btn-shadow.btn-warning {
    box-shadow: 0 4px #cab03f;
}
.btn-shadow.btn-danger {
    box-shadow: 0 4px #d1595a;
}

.btn span {
	padding-right:5px;
}



.btn {
	font-size:15px;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}



/* ---------------------------------------------------------------------- */
/*  Input Radio CheckBox
/* ---------------------------------------------------------------------- */


.gt-ie8 input.px+.lbl {
	position:relative;
	padding-left:1px;
	display:inline-block;
}

.gt-ie8 input.px+.lbl:before {
	content:"";
	opacity:1;
	border:1px solid #bbb;
	background:#fff;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:15px;
	height:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .2s;
	transition:all .2s;
	cursor:pointer;
}

.gt-ie8 input.px+.lbl:after {
	display:none;
	position:absolute;
}

.gt-ie8 input.px:checked+.lbl:after {
	display:block;
}

.gt-ie8 input.px+.lbl:after,
.gt-ie8 input.px+.lbl:before {
	margin:2px 3px -3px -20px !important;
}

.gt-ie8 input[type=checkbox].px+.lbl:before {
	border-radius:2px;
}

.gt-ie8 input[type=checkbox].px+.lbl:after {
	content:"\f00c";
	top:1px;
	left:1px;
	width:13px;
	height:15px;
	line-height:15px;
	font-size:11px;
	font-family:FontAwesome;
	text-align:center;
}

.gt-ie8 input[type=radio].px+.lbl:before {
	border-radius:999999px;
}

.gt-ie8 input[type=radio].px+.lbl:after {
	content:"";
	width:5px;
	height:5px;
	border-radius:999px;
	top:5px;
	left:5px;
}

.gt-ie8 input.px.disabled,
.gt-ie8 input.px.disabled+.lbl,
.gt-ie8 input.px.disabled+.lbl:after,
.gt-ie8 input.px.disabled+.lbl:before,
.gt-ie8 input.px:disabled,
.gt-ie8 input.px:disabled+.lbl,
.gt-ie8 input.px:disabled+.lbl:after,
.gt-ie8 input.px:disabled+.lbl:before {
	cursor:not-allowed !important;
}

.gt-ie8 input.px.disabled+.lbl:before,
.gt-ie8 input.px:disabled+.lbl:before {
	background:#eee !important;
	border-color:#d6d6d6 !important;
}

.gt-ie8 input.px.disabled+.lbl:after,
.gt-ie8 input.px:disabled+.lbl:after {
	opacity:.5 !important;
}


.radio {
	line-height:11px !important;
}




/* ---------------------------------------------------------------------- */
/*  Note
/* ---------------------------------------------------------------------- */
.note {
	text-align:justify;
	font-size:15px;
	background:#fafafa;
	border-left:3px solid #ddd;
	border-right:0 solid #ddd;
	margin-bottom:20px;
	padding:20px;
}

.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
	margin-top:0;
}

.note.note-success {
	border-color:#5ebd5e;
	background:#f4faf2;
}

.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
	color:#5ebd5e;
}

.note.note-danger {
	border-color:#e66454;
	background:#fbf4f4;
}

.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
	color:#e66454;
}

.note.note-warning {
	border-color:#f4b04f;
	background:#fbf7de;
}

.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
	color:#f4b04f;
}

.note.note-info {
	border-color:#5bc0de;
	background:#f6fbfd;
}

.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
	color:#5bc0de;
}

/* ---------------------------------------------------------------------- */
/*  Toggle Check
/* ---------------------------------------------------------------------- */

.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #5e5e5e;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #70c767;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #4fb743;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #47a43d;
}

.can-toggle label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
          transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
          transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  -webkit-flex: 0 0 134px;
      -ms-flex: 0 0 134px;
          flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.mar-top-5 {
	margin-top:5px;
}

.switch-info {
	color:#5fc054;
	font-size:15px;
}
.switch-icon {
	padding-left:5px !important;
	color:#5fc054 !important;
	font-size:17px !important;
}


/* ---------------------------------------------------------------------- */
/*  Order Page
/* ---------------------------------------------------------------------- */
table {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-collapse:separate;
	font-size:15px;
}
.table-bordered th {
	height:25px;
	text-align:center !important;
	background-color:#f6f8f8;
}

.priceshop {
	padding-bottom:0px !important;
	line-height:26px !important;
	text-align:center !important;	
}

.www { 
	padding: 0px;
	margin: 0px !important;
	direction: ltr !important;
	line-height: 23px;
	height: 20px;
	padding: 0px 20px;
	font-size: 16px !important;
	text-align: center !important;
}

.domain-name {
	height:34px;
	font-size:15px !important;
}


/* ---------------------------------------------------------------------- */
/*  well
/* ---------------------------------------------------------------------- */

.well {
	background-color:rgba(0,0,0,.03);
	border:1px solid rgba(0,0,0,.06);
	-webkit-box-shadow:none;
	box-shadow:none;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}




/* ---------------------------------------------------------------------- */
/*  stat-panel
/* ---------------------------------------------------------------------- */

.stat-panel {
	background:#fff;
	border-radius:2px;
	display:table;
	margin-bottom:22px;
	overflow:hidden;
	position:relative;
	table-layout:fixed !important;
	width:100%;
}

.stat-cell,
.stat-row {
	float:none !important;
}

.stat-cell {
	display:table-cell !important;
	overflow:hidden;
	padding:20px;
	position:relative;
}

.stat-cell>* {
	position:relative;
}


.stat-cell .bg-icon {
	bottom:0;
	color:rgba(0,0,0,.05);
	font-size:60px;
	line-height:37px;
	height:50px;
	position:absolute;
	right:0;
	text-align:center;
	width:120px;
}


a.stat-cell:hover {
	text-decoration:none;
}

.text-bg {
	font-size:16px;
}

[class*=bg-] .bg-icon {
	color:#FFF;
}

.ie8 .stat-cell .bg-icon {
	display:none !important;
}



/* ---------------------------------------------------------------------- */
/*  Custom
/* ---------------------------------------------------------------------- */
.textimp {
	color:#ff5153;
}

.check p:before {
	list-style:none;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	padding-left:5px;
	position: relative;
	top: 2px;
}

.pdate { 
	color:#FFF !important;
	text-align:center;
	font-size:15px;
}

.left-to-right {
	direction: ltr !important;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}