@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: IRANSansWebFarsiNum;
	font-style: normal;
	font-weight: normal;
	src: url('../../../includes/fonts/IRANSansWeb_FaNum.eot');
	src: url('../../../includes/fonts/IRANSansWeb_FaNum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */  url('../../../includes/fonts/IRANSansWeb_FaNum.woff2') format('woff2'),  /* Chrome36+, Opera24+*/  url('../../../includes/fonts/IRANSansWeb_FaNum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/  url('../../../includes/fonts/IRANSansWeb_FaNum.ttf') format('truetype');
}
@font-face {
	font-family: BBCNassimBold;
	font-style: normal;
	font-weight: normal;
	src: url('../../../includes/fonts/BBCNassimBold.eot');
	src: url('../../../includes/fonts/BBCNassimBold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */ /*  url('../fonts/BBCNassimBold.woff2') format('woff2'),  Chrome36+, Opera24+*/  url('../../../includes/fonts/BBCNassimBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/  url('../../../includes/fonts/BBCNassimBold.ttf') format('truetype');
}


/*
=======================
COMMON TAGS AND CLASSES
=======================
*/

*  {
	font-family: 'IRANSansWebFarsiNum';
	font-size: 13px;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
#bodyLogin {
	background-image: url(../../images/layout/loginBG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#bodyLogin .container-fluid, .row {
	min-height: 100%;
    height: 100%;
}
#bodyLogin .row {
    align-items: center;
	display: flex;
    justify-content: center;
}

.divLoginBox {
	background: rgba(0,0,0,0.25);
	border-radius: 5px;
	padding: 30px;
}
.divLoginTop {
	color: #FFF;
	overflow: hidden;
	padding-bottom: 30px;
    text-align: right;
}
.divLoginTopContent {
	float: right;
	width: 75%;
}
.divLoginTopContent h3 {
	font-weight: bold;
}
.divLoginTopContent p {
	opacity: .75;
}
.divLoginTopIcon {
	float: left;
	padding-top: 15px;
	text-align: left;
	width: 25%;
}

/*
=============
FORM ELEMENTS
=============
*/

.formButton {
	display: block;
	height: 50px;
    line-height: 50px;
	margin: 0;
/*	min-width: 200px;*/
	outline: none;
    padding: 0 20px;
    vertical-align: middle;
	transition: all .5s;
	width: 100%;
}

.divLoginMain .formButton {
	background: #4E8296;
	border: 0;
	color: #FFF;
	direction: ltr;
}
.divLoginMain .formButton:hover {
	background: #416C7D;
	color: #FFF;
}
:focus {
  outline: none;
}
input.form-control {
	height: 50px;
}
.input-group-addon:last-child {
    border-left-color: #CCC;
}

.image-preview-input {
	margin: 0px;    
	padding: 14px;
	position: relative;
	overflow: hidden;
}
.image-preview-input input[type=file] {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.image-preview-filename {
	direction: ltr;
	
}
.image-preview-input-title {
    margin-right: 2px;
}
.image-preview-clear {
	padding: 14px;
	border-radius: 0 !important;
}
.popover-content {
	padding: 10px;
}
.pwt-datepicker-input-element span {
	color: #FFF;
}


/*
======
HEADER
======
*/

.divHeader {
	background-color: #4E8296;
	height: 50px;
	margin-left: -15px;
/*
    position: relative;
    margin-right: -15px;
*/
}

/* 
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to 

    -> position:absolute
    
    and uncomment the code below.
    You also need to uncomment 
    
    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}*/

.side-menu {
	background-color: #333;
	height: 100%;
	position: fixed;
	width: 300px;
/*	z-index: 2;*/
}
.side-menu .navbar {
	border: none;
	border-radius: 0;
}
.side-menu .navbar-header {
	width: 100%;
}
.side-menu .navbar-nav .active a {
	background-color: transparent;
	border-left: 5px solid #BD9B8F;
	color: #FFF;
}
.side-menu .navbar-nav .active a:hover {
	background: #1E1E1E;
	color: #BD9B8F;
}
.side-menu .navbar-nav li {
	background: #333;
	border-bottom: 1px solid #2E2E2E;
	border-top: 1px solid #3E3E3E;
	display: block;
	width: 100%;
}
.side-menu .navbar-nav  > li:first-child {
	border-top: none;
}
.side-menu .navbar-nav li a {
	color: #FFF;
	padding: 15px;
}
.side-menu .navbar-nav li a:hover {
	background: #1E1E1E;
	color: #BD9B8F;
	padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
	padding-left: 10px;
}
.side-menu #dropdown {
	background-color: #333;
	border: 0;
	border-bottom: 1px solid #2E2E2E;
	margin-bottom: 0;
	border-radius: 0;
	box-shadow: none;
}
.side-menu #dropdown .caret {
	float: left;
	margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: left;
}
.side-menu #dropdown > a {
	background: #333;
	border-bottom: 1px solid #2E2E2E;
	border-top: 1px solid #3E3E3E;
	color: #FFF;
}
.side-menu #dropdown > a:hover {
	background: #1E1E1E;
	color: #BD9B8F;
}
.side-menu #dropdown .panel-body {
	background-color: #666;
	padding: 0;
}
.side-menu #dropdown .panel-body .navbar-nav {
	width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
	border-bottom: 1px solid #000;
}
.side-menu #dropdown .panel-body .navbar-nav li a {
	background: #1E1E1E;
	padding-right: 41px;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
	border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {}
.side-menu #dropdown .panel-body .panel-body {
	background: #1E1E1E;
}
.side-menu #dropdown .panel-body .panel-body li {}
.side-menu #dropdown .panel-body .panel-body li:last-child {
	border-bottom: 1px solid #000;
}
.side-menu .brand-name-wrapper {
	background: #416C7D;
	min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
	color: #FFF;
	display: block;
	font-size: 13px;
}
#logout {
	background-color: #416C7D;
	border: 0;
	border-radius: 0;
	color: #FFF;
	float: left;
	padding: 15px 18px;
}
.brand-name-wrapper #logout {
	display: none;
}
.liUser {
	background: #1E1E1E !important;
	color: #FFF;
	padding: 30px 15px;
}
.liUser img {
	float: right;
	margin-left: 15px;
}
.liUser span {
	color: #CC9966;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
.liUser span i {
	color: #999;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

/*
=================
MAIN BODY SECTION
=================
*/

.side-body {
	margin-right: 310px;
	margin-top: 30px;
}
.side-menu-container > ul {
	width: 100%;
}

/*
============
SMALL SCREEN
============
*/

@media (max-width: 768px) {
	.side-menu {
		border-left: 0;
		border-bottom: 1px solid #000;
		height: 0;
		position: relative;
		width: 100%;
	}
	.side-menu .brand-name-wrapper .navbar-brand {
		display: inline-block;
	}
	.brand-name-wrapper #logout {
		display: block;
	}
	
	/*
	==================
	SLIDE-IN ANIMATION
	==================
	*/
	
	@-moz-keyframes slidein {
		0% {
			right: -300px;
		}
		100% {
			right: 10px;
		}
	}
	@-webkit-keyframes slidein {
		0% {
			right: -300px;
		}
		100% {
			right: 10px;
		}
	}
	@keyframes slidein {
		0% {
			right: -300px;
		}
		100% {
			right: 10px;
		}
	}
	@-moz-keyframes slideout {
		0% {
			right: 0;
		}
		100% {
			right: -300px;
		}
	}
	@-webkit-keyframes slideout {
		0% {
			right: 0;
		}
		100% {
			right: -300px;
		}
	}
	@keyframes slideout {
		0% {
			right: 0;
		}
		100% {
			right: -300px;
		}
	}
	
	/*
	=============
	SLIDE-IN MENU
	=============
	*/
	
	/* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
	.side-menu-container > .navbar-nav.slide-in {
		-moz-animation: slidein 300ms forwards;
		-o-animation: slidein 300ms forwards;
		-webkit-animation: slidein 300ms forwards;
		animation: slidein 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.side-menu-container > .navbar-nav {
	/* Add position:absolute for scrollable menu -> see top comment */
		background-color: #333;
		border-right: 1px solid #000;
		height: 100%;
		position: fixed;
		right: -300px;
		top: 43px;
		width: 300px;
		-moz-animation: slideout 300ms forwards;
		-o-animation: slideout 300ms forwards;
		-webkit-animation: slideout 300ms forwards;
		animation: slideout 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	/* Uncomment for scrollable menu -> see top comment */
	/*.absolute-wrapper{
		width:285px;
		-moz-animation: slideout 300ms forwards;
		-o-animation: slideout 300ms forwards;
		-webkit-animation: slideout 300ms forwards;
		animation: slideout 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}*/
	@-moz-keyframes bodyslidein {
		0% {
			right: 0;
		}
		100% {
			right: 300px;
		}
	}
	@-webkit-keyframes bodyslidein {
		0% {
			right: 0;
		}
		100% {
			right: 300px;
		}
	}
	@keyframes bodyslidein {
		0% {
			right: 0;
		}
		100% {
			right: 300px;
		}
	}
	@-moz-keyframes bodyslideout {
		0% {
			right: 300px;
		}
		100% {
			right: 0;
		}
	}
	@-webkit-keyframes bodyslideout {
		0% {
			right: 300px;
		}
		100% {
			right: 0;
		}
	}
	@keyframes bodyslideout {
		0% {
			right: 300px;
		}
		100% {
			right: 0;
		}
	}
	
	/*
	===============
	SLIDE SIDE BODY
	===============
	*/
	
	.side-body {
		margin-right: 5px;
		position: relative;
		-moz-animation: bodyslideout 300ms forwards;
		-o-animation: bodyslideout 300ms forwards;
		-webkit-animation: bodyslideout 300ms forwards;
		animation: bodyslideout 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.body-slide-in {
		-moz-animation: bodyslidein 300ms forwards;
		-o-animation: bodyslidein 300ms forwards;
		-webkit-animation: bodyslidein 300ms forwards;
		animation: bodyslidein 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	
	/*
	=========
	HAMBURGER
	=========
	*/	
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    	background-color: #333;
	}
	.navbar-toggle {
		background-color: #333;
		border: 0;
		border-radius: 0;
		float: right;
		margin: 0;
		padding: 18px 18px 19px 18px;
	}
	
	/*
	======
	SEARCH
	======
	*/
	
	#search .panel-body .navbar-form {
		border-bottom: 0;
	}
	#search .panel-body .navbar-form .form-group {
		margin: 0;
	}
	.navbar-header {
		background-color: #576A71;
		position: fixed;
		z-index: 3;
	}
	
	/*
	===============
	DROP DOWN TWEEK
	===============
	*/
	
	#dropdown .panel-body .navbar-nav {
		margin: 0;
	}
}

/*
=========
DASHBOARD
=========
*/

.panel-heading {
    padding: 15px 15px 10px 15px !important;
}
.panel-news {
	background: #604F45;
}
.panel-news > .panel-heading {
	color: #FFF;
    background-color: #604F45;
    border-color: #604F45;
}
.panel-news > a {
	color: #604F45;
}
.panel-event {
	background: #67999A;
}
.panel-event > .panel-heading {
	color: #FFF;
    background-color: #67999A;
    border-color: #67999A;
}
.panel-event > a {
	color: #67999A;
}
.panel-article {
	background: #516B4C;
}
.panel-article > .panel-heading {
	color: #FFF;
    background-color: #516B4C;
    border-color: #516B4C;
}
.panel-article > a {
	color: #516B4C;
}
.panel-auction {
	background: #AC7B6B;
}
.panel-auction > .panel-heading {
	color: #FFF;
    background-color: #AC7B6B;
    border-color: #AC7B6B;
}
.panel-auction > a {
	color: #AC7B6B;
}
.panel-products {
	background: #336666;
}
.panel-products > .panel-heading {
	color: #FFF;
    background-color: #336666;
    border-color: #336666;
}
.panel-products > a {
	color: #336666;
}
.panel-services {
	background: #990000;
}
.panel-services > .panel-heading {
	color: #FFF;
    background-color: #990000;
    border-color: #990000;
}
.panel-services > a {
	color: #990000;
}
.panel .panel-counter {
	font-size: 36px;
	line-height: 36px;
}

/*
=======
TABLES
=======
*/

.table-wrapper {
	background: #FFF;
    padding: 0 30px 30px 30px;
    margin: 30px 0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
    background: #647171;
    color: #FFF;
    padding: 15px 30px;
    margin: 0 -30px 30px -30px;
    border-radius: 5px 5px 0 0;
}
.table-title h1 {
	margin: 8px 0 0;
	font-size: 16px;
}
.table-title .btn {
	color: #fff;
	float: left;
	font-size: 13px;
	border: none;
	min-width: 100px;
	border-radius: 2px;
	outline: none !important;
	margin: 0 3px;
}
.table-title .btn i {
	float: right;
	font-size: 16px;
	margin: 2px 0 0 10px
}
.table-title .btn span {
	float: right;
	margin-top: 2px;
}
table.table tr th, table.table tr td {
	border-color: #e9e9e9;
	padding: 12px 15px;
	vertical-align: middle;
}
table.table tr th:first-child {
	width: 60px;
}
table.table tr th:last-child {
	width: 100px;
}

table.table th i {
	font-size: 13px;
	margin: 0 5px;
	cursor: pointer;
}	
table.table td:last-child i {
	opacity: 0.9;
	font-size: 22px;
	margin: 0 5px;
}
table.table td a {
	font-weight: bold;
	color: #566787;
	display: inline-block;
	text-decoration: none;
	outline: none !important;
}
table.table td a:hover {
	color: #2196F3;
}
table.table .tdStatus {
	background: #333;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table.table td a.published {
	color: #090;
}
table.table td a.notPublished {
	color: #999;
}
table.table td a.view {
	color: #069;
}
table.table td a.edit {
	color: #F90;
}
table.table td a.hasProjector {
	color: #009999;
}
table.table td a.noProjector {
	color: #CCCCCC;
}
table.table td a.gallery {
	color: #936;
}
table.table td a.delete {
	color: #E00;
}
table.table td i.deactive {
	color: #CCCCCC;
}

table.table td i {
	font-size: 19px;
}
table.table .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
div.dataTables_wrapper div.dataTables_length select {
    margin: 0 5px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    margin-right: 0.5em;
}
table.dataTable {
    margin: 25px 0 !important;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 12px;
    right: 10px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.25;
}
.table-hover > tbody > tr:hover {
  background-color: #dcedf3;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #4E8296;
    border-color: #4E8296;
}
.pagination > li > a, .pagination > li > span {
    color: #4E8296;
}
.dataTables_length select {
	height: 50px;
}
.spanPostDate {
	color: #999;
	display: block;
	font-size: 11px;
}

/*
===========
TEXT EDITOR
===========
*/

.note-toolbar {
    padding: 10px 10px 15px 10px !important;
}
.note-editor .btn {
	border-radius: 0 !important;
}
.tooltip-inner {
	direction: ltr !important;
}
.note-dimension-picker * {
	font-size: 18px !important;
}
.note-color-all .dropdown-toggle {
	direction: ltr;
}
.note-table {
	direction: ltr;
}
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
	min-width: 228px !important;
}

.divMainContent {
	background: #F2F2F2;
	height: 100vh;
	overflow-x: hidden;
}
.pPostTitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
}
@media (max-width: 1024px) {
	.pPostTitle {
		font-size: 13px;
	}
}
.pPostDate {
	border-bottom: 1px solid #EEE;
	color: #999;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.divPostCover {
	padding-bottom: 15px;
}
.divPostContent {
	padding-top: 15px;
}
.divPostImageContainer {

	padding-bottom: 30px;
	position: relative;
}
.divPostImageContainer img {
	border-radius: 5px 5px 0 0;
	display: block;
	opacity: 1;
	transition: .5s ease;
	backface-visibility: hidden;
}
.divPhotoButtons {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.divPhotoButtons a {
	margin: 0 7.5px;
	padding: 15px 20px;
	border: none;
}
.divPostImageContainer:hover img {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
.divPostImageContainer:hover .divPhotoButtons {
	opacity: 1;
}
.divPostImageTitle {
	background: #333;
	border-radius: 0 0 5px 5px;
	color: #FFF;
	padding: 15px;
	text-align: center;
}
.divInputHint {
	color: #999;
	padding: 10px 0 0 0;
}

/*
===========
TEXT EDITOR
===========
*/

.btn-success {
	background-color: #92B071;
	transition: all .5s;
}
.btn-success:hover {
	background-color: #88A368;
}
.btn-danger {
	background-color: #C5613D;
	transition: all .5s;
}
.btn-danger:hover {
	background-color: #B85B39;
}
.btn-primary {
	background-color: #67999A;
	border-color: #5E8B8C;
	transition: all .5s;
}
.btn-primary:hover {
	background-color: #5E8B8C;
}

