﻿
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('Fonts/IranSans/eot/IRANSansWeb(FaNum).eot');
	src: url('Fonts/IranSans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'); /* IE6-8 */
    src: url('Fonts/IranSans/woff2/IRANSansWeb(FaNum).woff2') format('woff2');  /* FF39+,Chrome36+, Opera24+*/
	src: url('Fonts/IranSans/woff/IRANSansWeb(FaNum).woff') format('woff');/* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('Fonts/IranSans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'yekan';
    src: url('fonts/BYekan.eot?#') format('eot'),  
        url('fonts/BYekan.woff') format('woff'),   
        url('fonts/BYekan.ttf') format('truetype');  
}

body {
    font-family: 'IranSans', Tahoma !important;
    direction:rtl;
    font-size:12px;
    color:#000 !important;
}
.fontClass {
    font-family: 'IranSans', Tahoma !important;
}
.card-img-actions-overlay {
        background-color: rgba(0,0,0,.35);
}

.error {
    color:#FF0000;
   display: inherit;
}
.RadGrid_Bootstrap .rgMasterTable {
    font-family: 'IranSans', Tahoma !important;

}
.body-grey {
    background-color:#eeeded;
}

.img-container {
  position: relative;
  text-align: center;
  font-weight:bold;
  font-size:14px;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width:200px;
}

.datepicker-plot-area *{
    font-family: IRANSans !important;
}
.marker {
  background-color: yellow;
  font-weight: bold;
}


/*Floating Button*/
.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float-button{
	position:fixed;
	width:60px;
	height:60px;
	top:60px;
	left:40px;
	background-color:#26a69a;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    text-decoration:none;
    box-shadow: 2px 2px 3px #999;
	z-index:1000;
	animation: bot-to-top 2s ease-out;
}

.float-buttons {
	position:fixed;
	left:50px;
	padding-bottom:20px;
	top:100px;
	z-index:100;
}

.float-buttons  li{
	list-style:none;
	margin-bottom:10px;
}

.float-buttons  li a{
	background-color:#26a69a;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:40px;
	height:40px;
	display:block;
}

.float-buttons :hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:24px;
	margin-top:18px;
}

a#menu-share + ul{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
     text-decoration:none;
}

/*a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}*/

@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {bottom:40px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}
/*End of Floating Button*/