/*!
 * Start Bootstrap - Portfolio Item (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url(fonts/yekanbakh.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

body {
	font-family: YekanBakh !important;
	font-weight: 300;
	direction: rtl;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,0.8) !important;
}

h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: YekanBakh !important;
}

#fine-uploader-gallery {
	direction: ltr !important;
}

.portfolio-item {
    margin-bottom: 25px;
}

/*footer {
    margin: 50px 0;
}*/

.page-header {
	text-align: center;
}

.sample-image-desc {
	direction: rtl;
	padding: 5px 5px 15px 5px;
    font-size: 14px;
}

.row.fix {
	display: flex;
	flex-wrap: wrap;
}

.form-group .grouped-field { width: auto; text-align: center; border: 1px solid #CCC; float: left; vertical-align: middle; }
.form-group span { float: left; display: inline-block; margin-left: .25em; margin-right: .25em;  vertical-align: middle;}

/*.navbar {
	direction: ltr;
}

.navbar-brand
{
	position: absolute;
	width: 100%;
	margin-right: -15px;
}
.navbar-brand>img {
	display: inline-block;
	margin-right: 10px;
}

.navbar-toggle {
	z-index:3;
}

.navbar-right {
	margin-left: 20px;
}

.nav li a {
	display: inline-block;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ccc;
}
*/

table td, th {
	padding: 5px;
}

.close {
	float: left;
}

.modal-header .close {
	margin: -1rem auto -1rem -1rem;
}

.history-area {
	position: relative;
	min-height: 200px;
	max-height: 490px;
	overflow-y: hidden;
	width: inherit;
	border-radius: 6px;
	border: 1px dashed #CCCCCC;
	background-color: #FAFAFA;
	padding: 20px;
}

.history-area:before {
	content: attr(qq-drop-area-text) " ";
	position: absolute;
	font-size: 200%;
	left: 0;
	width: 100%;
	text-align: center;
	top: 45%;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.list-group-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
	cursor: pointer;
	max-height: 50px !important;
}

li.list-group-item:nth-child(odd) { background: #EDEDF5; }
li.list-group-item:nth-child(odd):hover { background: #DADAE0; }

.tooltip-main, .tooltip-inner {
	font-family: YekanBakh !important;
}
