@font-face {
    font-family: 'WebYekan';
    src: url('../fonts/WebYekan.eot');
    src: url('../fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WebYekan.woff') format('woff'),
        url('../fonts/WebYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
   /*padding: 66px 15px 15px 15px;*/
   direction: rtl;
   font-family: "WebYekan";
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label {
   color:#AAAAAA;
   font-size: 12px;
   margin-top:5px;
	display:block;
}
.tbl{
   border-spacing: 0px;
   border-collapse: separate;
}
.tbl td{
   vertical-align:middle !important;
   text-align:right !important;	
	padding:0px !important;
	line-height:0px !important;
	border:none !important;
	border-bottom:1px solid #eee !important;
}
.dropdown-menu {
   right:0px;
   left:inherit;	
}
/*------------------------------------------------------------------------------
   container
------------------------------------------------------------------------------*/
.container-top {
	/*height:48px;*/
	line-height:48px;
	background-color:#eee;
	direction:rtl;
	padding:0px 10px 0px 10px;
	border-bottom:1px solid #ddd;
	top: 0px;
	left: 0px;
	right: 0px;
}
/*------------------------------------------------------------------------------
   loading
------------------------------------------------------------------------------*/
#layer_loading {
   left:0px;
   top: 0px;
   width: 100%;
   height: 100%;
   position: fixed;
   display: none;
   background-color: black;
   background-color: rgba(0,0,0,0.7);
   text-align: center;
   color:#fff;
   font-size: 28px;
   z-index: 2500;
}
#layer_loading .img {
   position: absolute;
   width: 80px;
   height: 80px;
   border-radius: 5px;
   background-color: #fff;
}

.highlighted {
   background-color: #33CCFF;
}
.selected {
   background-color: #33CCFF !important;
}
.selectedWarning {
   background-color: #EAB8FF !important;
}
.drager {
  position: absolute;
  background-color: rgba(102, 153, 0, 0.5);
  border: 1px solid #74AD00;
  z-index: 1000;
}

/*------------------------------------------------------------------------------
  login and register
------------------------------------------------------------------------------*/
#layer_panel {
   width:50%;	
}
/*------------------------------------------------------------------------------
  msg
------------------------------------------------------------------------------*/
.msg {
  /*width: 100%;*/

  display: inline-block;
  padding: 10px;
  font-size: 14px;
}
.msg.msg-danger {
  background-color: #FFC8C8;
  /* rgb(255,200,200) */

  color: #7D0000;
  /* rgb(125,0,0) */

}
.msg.msg-success {
  background-color: rgba(200, 255, 200, 0.25);
  color: #007D00;
  /* rgb(0,125,0) */
  border:1px solid rgba(200, 255, 200, 0.25);

}
.msg.msg-warning {
  background-color: #FFFF96;
  /* rgb(255,255,150) */

  color: #7D7D00;
  /* rgb(125,125,0) */

}
.msg.msg-info {
  background-color: #ace9ff;
  /* rgb(172,233,255) */

  color: #024056;
  /* rgb(2,64,86) */

}
.msg .fa {
  padding: 0px 5px 0px 5px;
  font-size: 16px;
}
/*------------------------------------------------------------------------------
  status
------------------------------------------------------------------------------*/
.status {
  padding: 15px;
  opacity: 0.5;
  font-size: 16px;
  font-weight: normal;
}
.status.status-right {
  text-align: right !important;
}
.status-danger.brd {
  border: 1px solid #ce352c !important;
}
.status-warning.brd {
  border: 1px solid #f0a30a !important;
}
.status-info.brd {
  border: 1px solid #00AFF0 !important;
}
.status-success.brd {
  border: 1px solid #60a917 !important;
}
.status-required.brd {
  border: 1px dashed #1ba1e2 !important;
}
.status-danger.glow {
  box-shadow: 0 0 25px 0 rgba(206, 53, 44, 0.5) !important;
}
.status-warning.glow {
  box-shadow: 0 0 25px 0 rgba(240, 163, 10, 0.5) !important;
}
.status-info.glow {
  box-shadow: 0 0 25px 0 rgba(0, 175, 240, 0.5) !important;
}
.status-success.glow {
  box-shadow: 0 0 25px 0 rgba(96, 169, 23, 0.5) !important;
}
.status-required.glow {
  box-shadow: 0 0 25px 0 rgba(27, 161, 226, 0.5) !important;
}
.status-danger.shadow {
  box-shadow: 2px 2px 25px 0 rgba(206, 53, 44, 0.5) !important;
}
.status-warning.shadow {
  box-shadow: 2px 2px 25px 0 rgba(240, 163, 10, 0.5) !important;
}
.status-info.shadow {
  box-shadow: 2px 2px 25px 0 rgba(0, 175, 240, 0.5) !important;
}
.status-success.shadow {
  box-shadow: 2px 2px 25px 0 rgba(96, 169, 23, 0.5) !important;
}
.status-required.shadow {
  box-shadow: 2px 2px 25px 0 rgba(27, 161, 226, 0.5) !important;
}
.status-danger {
  background-color: #ce352c !important;
  color: #fff !important;
}
.status-warning {
  background-color: #f0a30a !important;
  color: #fff !important;
}
.status-info {
  background-color: #00aff0 !important;
  color: #fff !important;
}
.status-success {
  background-color: #60a917 !important;
  color: #fff !important;
}
.status-required {
  background-color: #1ba1e2 !important;
  color: #fff !important;
}
/*------------------------------------------------------------------------------
   myAlert
------------------------------------------------------------------------------*/
.myAlert {
   position: fixed;
   height: 64px;
   line-height: 64px;
   width: 100%;
   left:0px;
   top:-64px;
   background-color: #000;
   background-color: rgba(0,0,0,0.8);
   transition: all 0.3s;
}
.myAlert-content {
   width: 100%;
   height: 100%;
   color:#fff;
   text-align: center;
   direction: rtl;
   font-size: 18px;
}

.groupBox {
   width: 100%;
   padding: 10px;
   padding-top: 0px;
   border:4px solid #999;
   direction : ltr;
}
.groupBox .groupBox-title {
   width: 100%;
   /*height: 36px;
   line-height: 36px;*/
   text-align: center;
   direction: rtl;
   background-color: #999;
   border:2px solid #999;
   font-size: 22px;
   margin-bottom: 15px;
   padding-top: 5px;
}
/*------------------------------------------------------------------------------
  chatOnline
------------------------------------------------------------------------------*/
.chatOnlineAlert {
   position: fixed;
   bottom: -2px;
   right: 10px;
   width: 120px;
   height: 36px;
   line-height: 36px;
   background-color: #283849;
   background-color: rgba(40, 56, 73, 0.8);
   color:#fff;
   border-radius: 4px 4px 0px 0px;
   cursor: pointer;
   text-align: center;
   z-index: 1000;
}
.chatOnlineAlert a {
   color:#fff;
}
.chatOnlineAlert .chatOnlineAlert-info {
   background-color: red;
   background-color: rgba(255, 0, 0, 0.8);
   width: 24px !important;
   height: 24px;
   line-height: 24px;
   text-align: center;
   border-radius: 50%;
   display: inline-block;
}

.chatOnline.img {
   width: 64px;
   height: 64px;
   border-radius: 50%;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   display: inline-block;
}
.chatOnline.info {
   width:22px;
   height:22px;
   text-align: center;
   line-height: 22px;
   font-size: 12px;
   background-color: #339900;
   color:#fff;
   border-radius: 50%;
   display: inline-block;
   position: absolute;
}
.chatOnline.room {
   background-image: url(../images/texture/chat3.jpg);
   min-height: 260px;
   height: 400px;
   position: relative;
}
.chatOnline.room .chatContainer {
   padding: 36px 5px 64px 5px;
   height:100%;
   overflow-y: auto;
}
.chatOnline.room .row {
   margin: 0px;
}

.chatOnline.room .chatContainer .msgRight {
   width: 100%;
}
.chatOnline.room .chatContainer .msgRight .content {
   direction: rtl;
   text-align: right;
   padding: 5px;
}
.chatOnline.room .chatContainer .msgRight .content .status {
   font-size: 12px;
   color:#000;
   display: inline;
}
.chatOnline.room .chatContainer .msgRight .content .img  {
   display: inline-block;
   width: 46px;
   height: 46px;
   border-radius: 50%;
   margin-left: 5px;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   display: inline-block;
}
.chatOnline.room .chatContainer .msgRight .content .msg  {
   background-color: #A578A5;
   border-radius: 20px;
   color:#fff;
   font-size: 16px;
   display: inline-block;
   padding: 10px;
}

.chatOnline.room .chatContainer .msgLeft {
   width: 100%;
}
.chatOnline.room .chatContainer .msgLeft .content  {
   direction: rtl;
   text-align: left;
   padding: 5px;
}
.chatOnline.room .chatContainer .msgLeft .content .status {
   font-size: 12px;
   color:#000;
   display: inline;
}
.chatOnline.room .chatContainer .msgLeft .content .img  {
   display: inline-block;
   width: 46px;
   height: 46px;
   border-radius: 50%;
   margin-left: 5px;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   display: inline-block;
}
.chatOnline.room .chatContainer .msgLeft .content .msg  {
   background-color: #FF0066;
   border-radius: 20px;
   color:#fff;
   font-size: 16px;
   display: inline-block;
   padding: 10px;
}
.chatOnline.room .input {
   position: absolute;
   left: 0px;
   bottom: 0px;
   height:60px;
   width:100%;
   background-color: #fff;
   border-top: 1px solid #EEEEEE;
   padding: 10px;
}
.chatOnline.room .input input[type='text'] {
   height:100%;
   width:90%;
   text-indent: 10px;
   color:#444;
   direction: rtl;
   text-align: right;
   border:none;
}
.chatOnline.room .input .btnSend {
   height:100% !important;
   width:8% !important;
   background-color: transparent !important;
   border:none !important;
   font-size: 20px;
}
.chatOnline.room .input .btnLoading {
   height:38px !important;
   width:60px !important;
   background-color: transparent !important;
   border:none !important;
   font-size: 22px;
   display: none;
}
/*------------------------------------------------------------------------------
   shape
------------------------------------------------------------------------------*/
.shape-arrow-down {
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 150px 66.66px 0 66.66px;
   border-color: red transparent transparent   transparent;
   background: transparent;
   opacity:0;
   position: absolute;
   -webkit-animation: mymove 3s;  /* Safari 4.0 - 8.0 */
   -webkit-animation-iteration-count: 5; /* Safari 4.0 - 8.0 */
   animation: mymoveDown1 3s;
   animation-iteration-count: 5;	
}
/*--*/
.shape-triangle-right 
{
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 100px solid red;
	border-bottom: 50px solid transparent;
}
.shape-triangle-right span {
	position: absolute;
	margin-left: -90px;
	margin-top: -25px;
	color:#fff;
	font-size:12px;
}
/*--*/
.shape-triangle-left {
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 80px solid red;
	border-bottom: 40px solid transparent;
	direction:rtl;
	display:inline-block;
}
.shape-triangle-left span {
	position: absolute;
	margin-right: -90px;
	margin-top: -25px;
	color:#fff;
	font-size:12px;
}
/*--*/
.shape-rectangle {
	width: 150px;
	height: 80px;
	background: red;
	display:inline-block;
	position: relative;
	margin: 0px 0px 0px -4px;
	text-align:center;
}	
.shape-rectangle span {
	position: absolute;
   right: 24px;
   direction: rtl;
	height:80px;
   padding-top: 15px;
   padding-bottom: 15px;
   color:#fff;
   font-size:17px;	
	direction:rtl;
	text-align:right;
	text-shadow:0px 0px 10px #000;
}	
/*------------------------------------------------------------------------------
   form
------------------------------------------------------------------------------*/
.form {}
.form input[type="text"],
.form input[type="password"],
.form input[type="number"],
.form input[type="mail"],
.form input[type="date"],
.form textarea,
.form select {
   width:30%;
   margin-bottom: 10px;   	
}
.form textarea {
   width:100%;
	height:160px;  	
}
@media screen and (max-width:768px) {
   .form input[type="text"],
	.form input[type="password"],
	.form textarea,
	.form select {
	   width:100%;   	
   }
}
/*------------------------------------------------------------------------------
   animation
------------------------------------------------------------------------------*/
@-webkit-keyframes mymoveDown1 {
   0% {top: 0px;opacity:0;}
   50% {top: 100px;opacity:1;}
   100% {top: 0px;opacity:0;}
}
@keyframes mymoveDown1 {
   0% {top: 0px;opacity:0;}
   50% {top: 100px;opacity:1;}
   100% {top: 0px;opacity:0;}
}