@charset "UTF-8";
@import url(fontiran.css);
html, body{
    margin:0;
    padding:0;
    height:100%;
}
body {
  font-size: 1.3em;
  font-family: IRANSans5-Fa-Light,IRANSans,tahoma,Vazir-Medium !important;
  font-weight: 300;
  background: #F0F0F0;
  color: #000;
}
 h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSans5-Fa-Light,tahoma,IRANSans !important;
}
.font-size-10 { font-size: 10px;}
.font-size-11 { font-size: 11px;}
.font-size-12 { font-size: 12px;}
.font-size-14 { font-size: 14px;}
.font-size-16 { font-size: 16px;}
.font-size-18 { font-size: 18px;}
.font-size-24 { font-size: 24px;}
.ltr { direction: ltr}
.rtl { direction: rtl}
.text-bottom {
  vertical-align: bottom;
}
.text-middele {
  vertical-align: middle;
}

.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

.padding-top-50 { padding-top: 50px;}
.my-5 { margin-top: 50px;}
.show-trans { display: block}
.inline { display: inline !important;}
.d-none { display: none;}
.pointer {cursor: pointer;}
.list-hover:hover{
    /* Selected item in the list */
    background-color:#317082;
    color:#FFF;
}
.bg-e8{background: #424242;}
.bg-ff{background: #ffffff;}
.bg-ff-sh{
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}
.bg-ff-sh-in{
    background: #ffffff;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 0 0 5px #888;
}
.blockquote{
	background: #28b887;
	border-right: 5px solid #f8981d;
	color: #fff;
}
.bg-ee{background: #eee;}
.bg-4c{background: #4c4c4c;}
.bg-00{background: #28b887;}
.bg-01{background: #00a693;}
.bg-rg1{background: rgba(0,0,0,0.25);}
.bg-rg2{background: rgba(0,0,0,0.5);}
.bg-e3{background: #e3e3e3;}
.bg-blue{background: #d9edf7;}
.bg-blue-dark{background: #35a4dc;}
.bg-eefbee{background: #eefbee;}
.bg-daff90{background: #daff90;}
.bg-FFF8F4{background: #FFF8F4;}
.bg-yellow{background:#fec212}
.bg-gray {background: #e3e3e3;}
.bg-tw{background: url(../images/tranceW.png) repeat;}
.bg-img-1{background: url(../images/bg/1.jpg);}
.bg-green{background: #34c3ba;}
.bg-green-light{background: #e6ffcc;}
.bg-pink{background: #ff5785;}
.bg-light{background: #f5f5f5;}
.bg-violet{background: #65489d;}

.text-color-blue{color: #0abcd5}
.text-color-blue-dark{color: #35a4dc}
.text-color-pilk{color: #e61f62}
.text-color-red{color: #f5211a}
.text-color-green{color: #4db04e}
.text-color-gw{color: #00a693}
.text-color-orange-dark{color: #F05500}
.text-color-orange{color: #f8981d}
.text-color-jegari{color: #800000}
.text-color-zardi{color: #c07b0c}
.text-color-white{color: #ffffff}
.text-color-purple{color:#903e97}
.text-color-violet{color:#65489d}
.text-color-yellow{color:#fec212}
.text-color-gray{color:#c4c4c4}
.text-color-light{color:#e1e1e1}
.text-color-pirimary{color:#a1a1a1}
.text-color-33{color:#333333}
.box-border-warning{border:1px solid #f7ecb5;}
.box-border-info{border:1px solid #0abcd5;}
.box-border-purple{border:1px solid #3f9dec;}
.box-border-gray{border:1px solid #eee;}

.bg-green{background: #34c3ba;}
.bg-pink{background: #ff5785;}
.bg-gray{background: #b4b4b4;}
.blue{color:#34c3ba}
.orange{color:#ffa152}
.pink{color:#ff5785}
.jegari{color:#7e57c2}

.pointer{ cursor:pointer;}
.bold{ font-weight: bold;}
.padd2{ padding: 2px;}
.padd5{ padding: 5px;}
.padd10{ padding: 10px;}
.margin10{ margin: 10px}
.navbar-left ul li {
	display: inline-block;padding: 0;margin: 0;
}
.navbar-left ul li a{ padding: 5px;margin: 0; }


.captcha{padding: 0;}
a {  text-decoration: none; }

#Loading-tell{ display: none;}
#Loading-email{ display: none;}
#Loading-capcha{ display: none;}
#Loading-result{ display: none;}
#Loading-resultpass{ display: none;}#Loading-resultid{ display: none;}
#Loading-showpage{ display: none;padding-top: 100px;text-align:center}

.MainBody{
	background-color:#ffffff;box-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.2em #fff;
	border:#d3d3d3 solid 1px;
}
#menutop { height: 30px;width: 140px; position: fixed;left: 0; top: 30px;z-index:9999;}
#menutop h6 { color:#159db8;}
#menutop .timer { font-size:14pt;font-weight: bold;}
.show-img { background-color:#ddd;padding: 5px;}
.show-img img, .img-responsive img {
  max-width: 100%;
  height: auto;
}
#footer {
	background: #4c4c4c;
	padding: 30px 0 31px 0;
	margin: 0 auto;
}
.height2{
    margin:0 auto 0 auto;
    height:300px; /* IE6: treaded as min-height*/
    overflow-y: scroll;
}
.height5{
    margin:0 auto 0 auto;
    height:500px; /* IE6: treaded as min-height*/
    overflow-y: scroll;
}
.height100{
	margin:0 auto 0 auto;
	height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}
.height1000:after{
    content:"";
    display:none;
	background: #ffffff;
}
.height-auto{ height:100vh;margin-top: -20px;}
#footer-bottom , .height1000:after{
	background: #424242;
	padding: 2px 0;
	margin: 0;
	  bottom: 0;
	    position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 20px;
  color: #aaa;
}
#footer, #footer p, #footer a { color: #ddd; }
.copyright { color: #333333;font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;direction: ltr; }
.copyright a,
.copyright span { color: #333333 !important; }
#sub-menu ul li a{ color: #aaa; }
#sub-menu ul li a:hover  { color: #eee; }

#sub-menu ul li  {
	display: inline-block;
	border-left: 1px solid #505050;
	margin:0;
	padding: 0 8px;
}

/* #Forms
================================================== */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #e0e0e0;
		padding: 7px 8px;
		outline: none;
		font-size: 13px;
		color: #111;
		margin: 0;
		max-width: 100%;
		display: block;
		background: #fff;
		-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
		box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
		border-radius: 3px;
    height: 28px;
    line-height: 28px;
		}
	input[type="text"].bg-yellow{background:#f7ecb5}
	input[type="text"].bg-gray{background:#d4d4d4}
	select {
		padding: 0;}

	input[type="password"]:hover,
	input[type="email"]:hover,
	textarea:hover,
	select:hover{ background:#f5f5f5; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus,
	select:focus{
		color: #000;
		border:1px solid #aaa;
		background:#FFF;
		box-shadow:0 0 5px #ddd;-moz-box-shadow:0 0 5px #ddd;-wekit-box-shadow:0 0 5px #ddd;
	}
	
	input[type="text"].bg-yellow:focus{
		color: #000;
		border:1px solid #aaa;
		background:#f7ecb5;
		box-shadow:0 0 5px #ddd;-moz-box-shadow:0 0 5px #ddd;-wekit-box-shadow:0 0 5px #ddd;
	}
	input[disabled]{background:#333;}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px; 
		font-weight: normal;
		margin-bottom: 5px;}

	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
/* Contact Details
====================================*/
.contact-details ul{ margin: 0;padding: 0;}
.contact-details ul li { display: block;}
.contact-details li { margin: 0 0 15px 0;}

/* Loading */
#fade {
display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ababab;
	z-index: 5000;
	-moz-opacity: 0.8;
	opacity: .70;
	filter: alpha(opacity=80);
}

#modal {
display: none;
	position: fixed;
	top: 45%;
	left: 45%;
	width: 64px;
	height: 64px;
	padding:15px 15px;
	z-index: 5001;
	text-align:center;
	overflow: auto;
}

.navbar-brand img{
	display: inline;
	padding: 0;
}
.navbar-default .navbar-brand {
    display: inline-block;
    padding-top: 1px;
}
.navbar-brand span{
    display: inline;
}


#ShowListofTests{
    position:absolute;
    width:100%;
    max-height:100px;
    overflow-y: scroll;
    border:1px solid #317082;
    background-color:#FFF;
    text-align:right;
    font-size:12px;
    z-index:100;
    display: none;
    padding: 0;
}
#ShowListofTests div{
    margin:1px;
    padding:0;
    cursor:pointer;
    font-size:12px;
    text-align:right;
}
#ShowListofTests div:hover{
    /* Selected item in the list */
    background-color:#317082;
    color:#FFF;
}
.box { height: 64px;width: 64px;background-color:#0abcd5;color: #fff;font-size: 36px;text-align: center;padding-top:12px;margin-left: 10px;}
.box2 { height: 107px;width: 100px;}
.border{ border:1px solid #ccc;}
.border-black-1{ border:1px solid #000;}
.border-black-2{ border:2px solid #000;}
.border-black-3{ border:3px solid #000;}
.border-black-4{ border:4px solid #000;}
.border-black-5{ border:5px solid #000;}
.listOfOptions{
	position:absolute;
	width:100%;
	max-height:120px;
	overflow-y: scroll;
	border:1px solid #317082;
	background-color:#FFF;
	text-align:right;
	font-size:12px;
	z-index:9999;
	display: none;
	padding: 0;
}
.listOfOptions div{
	margin:1px;
	padding:0;
	cursor:pointer;
	font-size:12px;
	text-align:right;
}
.listOfOptions div:hover{
	/* Selected item in the list */
	background-color:#ddd;
	color:#333;
}
.show-im{
	width:100%;
	max-height:100px;
	overflow-y: scroll;
}

#showresult{
    width:100%;
	height: 100%;
    overflow: auto;
    border:0px solid #317082;
    background-color:#FFF;
    padding: 0;
}

.form-control-2, .bootstrap-select .form-control-2{
  display: block;
  width: 100%;
  height: 28px;
  padding: 2px 2px;
  font-size: 13px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.table > thead > tr > th,
.table > thead > tr > td {
font-size: 12px;
font-weight: 400;
border-bottom: 0;
letter-spacing: 1px;
vertical-align: top;
padding: 3px;
background: #e3e3e3;
text-transform: uppercase;
color: #333333;
}
.table > tbody > tr > td {
font-size: 11px;
font-weight: 400;
border-bottom: 0;
vertical-align: middele;
padding: 2px;
}
.table-2 > tbody > tr > td {
font-size: .9em;
font-weight: 400;
border-bottom: 0;
vertical-align: middele;
padding: 4px;
}

.table-wrapper {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.table-container {
  overflow: auto;
  border-top: 25px solid transparent;
  border-bottom: 0px solid transparent;
}
.table-container2 {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  background: #fff;
}
.table-2 {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.table-2 > thead > tr > th,
.table-2 > thead > tr > td {
font-size: .9em;
font-weight: 400;
border-bottom: 0;
letter-spacing: 1px;
vertical-align: top;
padding: 2px;
background: #e3e3e3;
text-transform: uppercase;
color: #ffffff;
}

.table-2 td + td {
  border-right: 1px solid #eee;
}

.table-2 td,
.table-2 th {
  border-bottom: 1px solid #eee;
}

.table-2 thead tr th,
.table-2 tfoot tr td {
  height: 0;
  line-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

.table-2 thead tr th div,
.table-2 tfoot tr td div {
  position: absolute;
  color: #333;
  padding: 5px;
  line-height: normal;
  width: 100%;
  z-index: 1;
  text-align: right;
  background: #e3e3e3;
  height: 25px;
}
.table-2 thead tr th div{
  margin-right: -5px;
}
.table-2 tfoot tr td div{
  margin-right: -10px;
}

.table-2 thead tr th div {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.table-2 tfoot tr td div {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.table-2 thead tr th div {
  top: 0;
}

.table-2 tfoot tr td div {
  bottom: 0;
}

.table-2 thead tr th:first-child div,
.table-2 tfoot tr td:first-child div {
  border-right: none;
}

.btn-xs {
  border: 1px solid #ddd;
}
.btn-xs-1 {
height: 20px;
padding: 2px;
min-width: 20px;
margin: 0px;
vertical-align: top;
line-height: 1;
}


.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	right: 100%;
	margin-top: -2px;
	margin-right: 0;
	border-radius: 0.25rem;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: -0.6em;
  vertical-align: middle;
  border-left: 4px dashed;
  border-left: 4px solid \9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.6em;
  vertical-align: middle;
  border-right: 4px dashed;
  border-right: 4px solid \9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	right: -75%;
}

.dropdown-menu .divider-2{
	background-color: #fff;
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
}

.bootstrap-table.form-control {
  display: block;
  width: 100%;
  height: 22px;
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 95%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-orange {
  color: #fff;
  background-color: #c07b0c;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.modal-body{
  height: 250px;
  overflow-y: auto;
}
.modal-body div{
	margin:1px;
	padding:0;
	cursor:pointer;
	font-size:12px;
	text-align:right;
}

 section .trapezoid_shape{margin-top:-80px}section>span{margin-bottom:80px;display:block}

 .trapezoid_shape{position:absolute;width:720px;height:calc(100vh - 240px);opacity:.2;z-index:-1;right:0}
 .trapezoid_shape:before{content:"";position:absolute;top:0;bottom:0;width:100%;background:#f6fafe;background:linear-gradient(347deg,#f6fafe 0,#007bec 100%);-webkit-transform-origin:bottom;transform-origin:bottom;border-radius:250px 0 0 250px;left:0;-webkit-transform:skew(-15deg);transform:skew(-15deg)}
 .trapezoid_shape.reverse{width:500px;opacity:.5;right:inherit;left:-15%;height:100vh}
 .trapezoid_shape.reverse:before{-webkit-transform:skew(15deg) scaleX(-1);transform:skew(15deg) scaleX(-1);border-radius:130px 0 0 200px}
 
 
 .single-more-feauture {
    padding-top: 10px;

}

.more-feature-header {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 23px;
    font-size: 28px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
.single-more-feauture:hover .more-feature-header {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 200px;
  border: 1px solid #ddd;
  
}
.table-scroll table {
  width: 100%;
  min-width: 280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  background-color:#fff;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  vertical-align: top;
}
.table-scroll thead th {
  background: #f5f7f7;
  color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
}
.table-scroll tbody tr:hover {
	border: 1px solid #000;
    -moz-box-shadow: 0 0 5px #555;
    -webkit-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  color: #333;
  border-top: 1px double #333;
  border-bottom: 1px double #333;
  z-index:4;
}

th:first-child {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 2;
  width: 100px;
  background: #ccc;
  border-left: 1px solid #dee2e6;
  font-weight: normal;
  color: #35a4dc;  
}
thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}
.table-scroll th, .table-scroll td { 
	white-space: nowrap;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table-sortable {
	cursor: pointer;
}

.table-sortable .th-sort-asc::after {
	content: "\25b4";
}

.table-sortable .th-sort-desc::after {
	content: "\25be";
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
	margin-left: 2px;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
	background-color: #e1e1e1;
	color: blue;
}
.tr-selected {background: #8dceee;}
.table2 {
  border-collapse: separate;
  border-spacing: 0;
  padding: 2px;
}
td { 
	border-left: 1px solid #ddd;
}


/* The Modal (background) */
.modal0 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 0px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal0-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 900px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 900px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 50px;
}

/* Add Animation */
.modal0-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

#zoom iframe {
  position: absolute;
  top: 0;
  left: 35px;
  width: 85%; /* Full width */
  height: 100%; /* Full height */
}
/* The Close Button */
.close0 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
/* The Close Button */
.download0 {
  position: absolute;
  top: 65px;
  right: 35px;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
}

.close0:hover,
.close0:focus,
.download0:hover,
.download0:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal0-content {
    width: 100%;
  }
}

.imgList {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 152px;
  margin: 0 !important;
  padding: 2px;
  font-size: 14px;
  color:#333;
  text-align:center;
  border: 1px solid #CCC;
}

.ag-theme-balham {
  font-size: 10px;
  font-family: IRANSans5-Fa-Light,IRANSans,tahoma,Vazir-Medium !important;
  font-weight: 300;
}

#show-modal-pardakht {
  background: linear-gradient(to bottom,#f1f2f4 25%,#e0e5e8 100%);
  border-top: solid 2px #939fb0 !important;
}

.switch-part {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  z-index: 22;
  position: relative;
  text-shadow: 0 0 0;
  margin: 0 0 0 0;
}
.switch-part .active.buy {
  color: #00b276;
  background: #edf9f2;
  border-top: solid 2px;
}
.switch-part .part {
  width: 50%;
  display: inline-block;
  float: right;
  text-align: center;
  height: 100%;
  cursor: pointer;
  line-height: 40px;
  padding: 0 5px;
  background: #f2f2f2;
  color: #5d6e88;
  border: solid #fafbfc;
  border-width: 0 3px 3px 0;
}
.switch-part .buy {
  border-width: 0 0 3px 3px;
}

.switch-container {
  background: #edf9f2;
  padding: 7px 7px 3px;
  position: relative;
}

.switch-container.sell {
  background: #fff4f4;
}


.btn2 {
  display: inline-block;
  height: 27px;
  text-align: center;
  vertical-align: text-top;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 0 0 7px;
  margin-right: 5px;
  text-shadow: 0 1px rgb(0 0 0 / 10%);
  color: #202020;
  border: none;
  background: #ddd;
  font-size: 10px;
  font-weight: bold;
  line-height: 27px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,.33);
}
.btn2:hover {
  box-shadow:  rgba(46, 45, 45, 0.082);
}
.btn2 img{
  padding: 5px 5px 0 0;
}
.btn2 .btnIcon {
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  margin-left: 7px;
  font-size: 16px;
  padding-top: 4px;
  display: inline-block;
  float: right;
  border-left: 1px solid rgba(0,0,0,.33);
}
.btnSave, .btnSaveAsDoc {
  color: #fff;
  padding-right: 0;
  background-color: #2b879e;
  background-image: -moz-linear-gradient(top,#2b879e,#287d92);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2b879e),to(#287d92));
  background-image: -webkit-linear-gradient(top,#2b879e,#287d92);
  background-image: -o-linear-gradient(top,#2b879e,#287d92);
  background-image: linear-gradient(to bottom,#2b879e,#287d92);
  background-repeat: repeat-x;
}

.btnEraser {
    background: #ff6c00;
    color: #fff;
}
.btnYellow {
    background: #f3e747;
    color: rgba(0,0,0,.87);
}
.btnGreen {
    background: #cddc39;
    color: #fff;
}

.btn-xs-2 {
  padding: 0px 5px;
  height: 27px;
  min-width: 27px;
  font-size: 11px;
  border: 1px solid rgba(0,0,0,.33);
}

.btn-xs-2  img{
  height: 15px;
  width: 15px;
}

.navbar-default {
  background: #5d6e88!important;
  color: #fff!important;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  overflow: visible;
  height: 27px;
  position: static !important;
  margin: 0;
  display: block;
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 14%), 0 0 2px 2px rgb(0 0 0 / 10%), 0 0 5px 1px rgb(0 0 0 / 8%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #e9e5e5;
}

#hmheadbox {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 27px;
  background: #5d6e88;
  border: 0px solid #C0C0C0;
}
#hmfooterbox {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 25px;
    background: #ededed;
    border: 0px solid #C0C0C0;
}

#hmnavbox {
  position: absolute;
  right: 5px;
  bottom: 30px;
  width: 250px;
  top: 30px;
  border-left: 5px solid #ededed;
}
#hmnavboxfooter {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 245px;
}

#hmcontentbox {
  position: absolute;
  top: 35px;
  right: 250px;
  bottom: 30px;
  left: 5px;
  min-width: 355px;
  border-right: 5px solid #ededed;
  background: #f1f2f4;
}

#tabs .active {
  background: linear-gradient(to bottom,#f1f2f4 25%,#e0e5e8 100%);
  border-top: solid 2px #939fb0 !important;
}

.hmbox {
  width: 100%;
  height: 100%;
  padding: 5px;
  }
  
@media screen and (max-width: 768px) {
  #hmnavbox {
      position: absolute;
      right: 5px;
    left: 5px;
      width: 100%;
      min-width: 50px;
      top: 30px;
    height: 250px;
    overflow: auto;
    background: #c5c5c5;
  }

  #hmcontentbox {
      position: relative;
      top: 285px;
      right: 5px;
      bottom: 30px;
      left: 5px;
    height: 200px;
    min-width: 355px;
    border-right: 5px solid #ededed;
  }		
}  

.classic-watch {

}
.classic-watch .classic-watch-p.active {
  color: #5d6e88;
  background: #e0e5e8 !important;
  font-weight: 600;
  border-width: 1px 0;
  text-shadow: none;
  border-right: 2px solid #5d6e88;
}

.classic-watch .classic-watch-p:hover {
  color: #5d6e88;
  background: #ffffd6 !important;
}

@media (max-width: 1510px) {
  .classic-watch .classic-watch-p {
    height: 34px;
    line-height: 33px;
    font-size: 12px;
    margin: 0;
  }
}

.classic-watch .classic-watch-p {
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 2px;
  position: relative;
  font-size: 13px;
  color: #b8b8b8;
  border-width: 0 1px 1px 0;
  text-align: right;
  cursor: pointer;
  background: #f2f2f2;
  width: 100%;
  float: right;
}

.tabset-right .tab {
  display: inline-block;
  line-height: 33px;
  height: 35px;
  font-size: 12px;
  cursor: pointer;
  background: #f2f2f2;
  color: #5d6e88;
  float: right;
  position: relative;
  line-height: 31px;
  border: solid 0 #e0e5e8;
  border-width: 3px 0 2px 0;
  border-top-color: #f2f2f2;
  text-align: center;
}
.tabset-right {
  color: #e0e5e8;
  height: 35px;
  padding: 0;
}
.tabset-right .tab.active {
  background: #fff;
  color: #4f5d73;
  font-weight: 500;
  border-top: solid 3px #2a2a2a;
  border-bottom: none;
}
.my-watching {
  font-size: 13px;
  padding: 0;
  color: #333;
  background: #ffff;
}
.my-watching .tabset-right .tab {
  width: 50%;
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'انتخاب فایل ضمیمه';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 2px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 10px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.custom-file-upload {
  display: inline-block;
  cursor: pointer;
}

  .comment-title {
    border-radius: 10px;
    padding: 0 5px;
    background-color: #fcf8e3;
    border: 1px solid #ccc;
  }

  .badge-primary-dark {
    color: #fff;
    background-color: #2275cd;
  }
  .badge-success-dark {
    color: #fff;
    background-color: #0e8328;
  }
  .badge-info-dark {
    color: #fff;
    background-color: #398895;
  }
  .badge-tomato {
    color: #fff;
    background-color: tomato;
  }

  .text-vertical {
    writing-mode: vertical-rl;
  }
  
  .modal-header {
  cursor: move;
}