@charset "utf-8";
/* CSS Document */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 90%; /* می‌توانید مقدار را بر اساس نیاز خود تغییر دهید */
}
input.st {
    //width:auto;
    padding: 5px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 7px;
    outline: none;
}

input.st:focus {
    border: 2px solid #555;
    background-color: lightblue;
    box-shadow: 1px 1px 5px #888888;    
}

input:required {
	border-color:#3366cc;
}
textarea:required {
	border-color:#3366cc;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

button{
	font-family:yekan;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color:#eeccff;
}
/************************ form control *************************/
.select-inline {
	width:auto;
	display:inline-block;
}
.input-inline {
	width:auto;
	display:inline-block;
}
.input-w.form-control {
  width: auto;
}
.pull-center {
	display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align:center;
    //background-color: #ccc;
    //border: 1px solid #ddd;
}
/************************color class***************************/
.green{
	color:#090;
}
.bg-green{
	background-color:#090;
	padding: 5px 5px 5px 5px;
}
.red{
	color:#F30;
}
.bg-red{
	background-color:#F30;
	padding: 5px 5px 5px 5px;
}
.orange{
	color:#F90;
}
.bg-orange{
	background-color:#F90;
	padding: 5px 5px 5px 5px;
}
.brown{
	color:#C60;
}
.bg-brown{
	background-color:#C60;
	padding: 5px 5px 5px 5px;
}
.blue{
	color:#06C;
}
.bg-blue{
	background-color:#336699;
	//background-color:#06C;
	padding: 5px 5px 5px 5px;
}
.black{
	color:#000;
}
.bg-black{
	background-color:#000;
	padding: 5px 5px 5px 5px;
	color:#fff;
}
.grey{
	color:#666;
}
.bg-grey{
	background-color:#666;
	padding: 5px 5px 5px 5px;
}
.white{
	color:#fff;
}
.bg-white{
	background-color:#fff;
	padding: 5px 5px 5px 5px;
}
.gold{
	color:#f2d352;
}
.bg-gold{
	background-color:#f2d352;
	padding: 5px 5px 5px 5px;
}
.liver{
	color:#b30000;
}
.bg-liver{
	background-color:#b30000;
	padding: 5px 5px 5px 5px;
}

/***************** my class ************************/
.thead{
	background-color:#c2d1f0;
	font-size:14px;
	//font-weight:bold;
	font-family:yekan;
}
.headline{
	color:#000066;
	font-size:14px;
}
.b_headline{
	color:#000066;
	font-size:18px;
	font-weight:bold;
	font-family:iransens;
}
.b{
	font-weight:bold;
}
.mg-b10{
	margin-bottom:10px;
}
.btn-black{
	background-color:#515151;
	color:#fff;
}
.btn-black:hover{
	background-color:#000;
	color:#fff;
}
tr:hover.my-table-hover {
	background-color:#eeccff;
}
/*********** my btn color************/

/** btn-purple  **/
.btn-purple,
.btn-purple:active,
.btn-purple:visited {
  background-color: #ff66ff !important;
}

.btn-purple:hover {
  background-color: #cc00cc !important;
  transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
}

/*****************************/
.live-search ul {
	padding:0px 0px 0px 0px;
	background-color:#fff;
	overflow-X:hidden;
	height:100px;
	color:#fff;
	//position:absolute;
	z-index:10;
	cursor: pointer;
}
.live-search li {
	padding:6px 15px 5px 10px;
	background-color:#fff;
	color:#000;
	display:block;
}
.live-search li:hover{
	border-bottom:#77729F 2px solid;
	background-color:#D3D0F5;
}
