﻿body {
	font-family: irsans, Arial, sans-serif;
	background-color: #f3f3f4;
	font-size: 13px;
	color: #676a6c;
	overflow-x: hidden;
	direction: rtl;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	padding-bottom: 40px;
}

.bg-dark {
	/*background-color: #2f4050 !important;*/
	background: linear-gradient( rgb(150, 150, 150) 0%, rgb(47, 64, 80) 90%);
}

.navbar-default {
	border: none;
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-brand {
	height: 60px;
	padding: 9px 15px 10px 15px;
}

.navbar-top-links {
	padding-top: 10px;
}

	.navbar-top-links li {
		display: inline-block;
	}

/* FOOTER */
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: none repeat scroll 0 0 white;
	border-top: 1px solid #e7eaec;
	padding: 10px 20px;
}

.copyright {
	font-size: 12px;
}

	.copyright a {
		color: #676a6c
	}

/* FILE MANAGER */
.file-box {
	float: left;
	width: 220px;
}

.file-manager h5 {
	text-transform: uppercase;
}

.file-manager {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.folder-list li a {
	color: #666666;
	display: block;
	padding: 5px 0;
}

.folder-list li {
	border-bottom: 1px solid #e7eaec;
	display: block;
}

	.folder-list li i {
		margin-right: 8px;
		color: #3d4d5d;
	}

.category-list li a {
	color: #666666;
	display: block;
	padding: 5px 0;
}

.file-manager h5.tag-title {
	margin-top: 20px;
}

.tag-list li {
	float: left;
}

	.tag-list li a {
		font-size: 10px;
		background-color: #f3f3f4;
		padding: 5px 12px;
		color: inherit;
		border-radius: 2px;
		border: 1px solid #e7eaec;
		margin-right: 5px;
		margin-top: 5px;
		display: block;
	}

.file {
	border: 1px solid #e7eaec;
	padding: 0;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 5px;
	margin-right: 5px;
}

.file-manager .hr-line-dashed {
	margin: 15px 0;
}

.file .icon,
.file .image {
	height: 110px;
	overflow: hidden;
}

.file .icon {
	/*padding: 15px 10px;*/
	padding: 0;
	text-align: center;
}

.file-control {
	color: inherit;
	font-size: 11px;
	margin-right: 10px;
}

	.file-control.active {
		text-decoration: underline;
	}

.file .icon i {
	font-size: 70px;
	color: #dadada;
}

.file .file-name {
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #e7eaec;
	padding: 5px 15px 10px 10px;
	line-height: 22px;
	min-height: 120px;
}

.file-name small {
	color: #676a6c;
}

.corner {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	border: 0.6em solid transparent;
	border-left: 0.6em solid #f1f1f1;
	border-bottom: 0.6em solid #f1f1f1;
	left: 0em;
	right: auto;
	bottom: 0em;
}

/* owl-prev */
.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
}

.owl-prev {
	top: 30%;
	left: 98%;
}

.owl-next {
	top: 30%;
	left: -30px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background: #1ab394;
	color: #FFF;
	text-decoration: none;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	border: none;
	opacity: 0.7;
	font-size: 25px;
	line-height: 0;
}

	.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
		background: #1ab394;
		opacity: 1;
	}

	.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
		outline: 0 !important;
	}

.grid-item {
	float: right;
	border: 2px solid hsla(0, 0%, 0%, 0.5);
	margin: 5px;
}

	.grid-item img {
		width: 220px;
	}

.grid-item--width2 {
	width: 400px;
}

.lightBoxGallery {
	/*min-height: 340px;*/
}

	.lightBoxGallery a {
		float: right;
		margin-bottom: 10px;
	}

		.lightBoxGallery a:hover {
			box-shadow: 0 2px 12px 0 rgba(0,0,0,0.35);
		}

		.lightBoxGallery a img {
			/*max-width: 150px;
            max-height: 111px;*/
			margin: 0;
			padding: 0;
			border-radius: 3px;
		}

	.lightBoxGallery .tools-delete {
		margin: 15px -37px 5px 0px;
		color: #f7fbfc;
	}

		.lightBoxGallery .tools-delete:hover {
			margin: 15px -37px 5px 0px;
			color: #f00;
		}

.blueimp-gallery > .title {
	width: 100%;
	text-align: center;
	left: 0;
	top: 65px;
	font-size: 18px
}

.blueimp-gallery > h2.title {
	width: 100%;
	text-align: center;
	left: 0;
	top: 20px;
	font-size: 22px
}

.filebox {
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 190px;
}

	.filebox header {
		position: relative;
		display: table;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

		.filebox header:before {
			content: '';
			display: inline-block;
			border: 1px solid #e7eaec;
			width: 100%;
			top: 13px;
			right: 0;
			position: absolute;
		}

		.filebox header h2 {
			font-size: 18px;
			z-index: 2;
			position: relative;
			padding-left: 15px;
			padding-top: 1px;
			font-weight: bold;
			display: inline-block;
			margin: 0;
			color: #1ab394;
		}

		.filebox header a {
			font-size: 18px;
			z-index: 2;
			position: relative;
			padding-right: 15px;
			padding-top: 1px;
			font-weight: bold;
			display: inline-block;
			margin: 0;
			color: #1ab394;
		}

.bg2 {
	background-color: #f3f3f4;
}


.gallery-body {
	width: 100%;
	max-width: 100%;
	margin: 5px auto;
	columns: 4 300px;
	column-gap: 20px;
	padding: 2em
}

	.gallery-body .gallery-item {
		width: 100%;
		margin-bottom: 20px;
		transition: all .25s ease;
	}

		.gallery-body .gallery-item:hover {
			transform: scale(1.01);
			box-shadow: 0 0 1em hsla(0, 0%, 0%, 0.5)
		}
