﻿@font-face {
	font-family: 'DroidArabicNaskh';
	src: url('../../../Content/Layout/fonts/Persian/DroidNaskh-Regular.eot');
	src: url('../../../Content/Layout/fonts/Persian/DroidNaskh-Regular.eot?#iefix') format('embedded-opentype'), url('../../../Content/Layout/fonts/Persian/DroidNaskh-Regular.woff') format('woff'), url('../../../Content/Layout/fonts/Persian/DroidNaskh-Regular.ttf') format('truetype');
}


@font-face {
	font-family: 'DroidArabicNaskh-bold';
	src: url('../../../Content/Layout/fonts/Persian/DroidNaskh-Bold.eot');
	src: url('../../../Content/Layout/fonts/Persian/DroidNaskh-Bold.eot?#iefix') format('embedded-opentype'), url('../../../Content/Layout/fonts/Persian/DroidNaskh-Bold.woff') format('woff'), url('../../../Content/Layout/fonts/Persian/DroidNaskh-Bold.ttf') format('truetype');
}

/**
	Faragostar Standard Font
**/
@font-face {
	font-family: 'FaragostarStandardFont';
	src: url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font.eot');
	src: url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font.eot?#iefix') format('embedded-opentype'), url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font.woff') format('woff'), url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font.ttf') format('truetype');
}


@font-face {
	font-family: 'FaragostarStandardFont-Bold';
	src: url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Bold.eot');
	src: url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Bold.eot?#iefix') format('embedded-opentype'), url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Bold.woff') format('woff'), url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Bold.ttf') format('truetype');
}


@font-face {
	font-family: 'FaragostarStandardFont-Medium';
	src: url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Medium.eot');
	src: url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Medium.eot?#iefix') format('embedded-opentype'), url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Medium.woff') format('woff'), url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Medium.ttf') format('truetype');
}


@font-face {
	font-family: 'FaragostarStandardFont-Light';
	src: url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Light.eot');
	src: url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Light.eot?#iefix') format('embedded-opentype'), url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Light.woff') format('woff'), url('../../../Content/Layout/fonts/Persian/faragostar/faragostar-standard-font_Light.ttf') format('truetype');
}

html:lang(en) *:not(.fa):not(.k-icon):not(.glyphicon) {
        font-family: 'Tahoma',Calibri;
    }

html, body, textarea, input, button, a, span, legend {
	font-family: 'FaragostarStandardFont','Open Sans', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: 'FaragostarStandardFont-bold';
    line-height: 1.5em;
}


.select2-container-multi .select2-choices .select2-search-field input,
.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
	font-family: 'FaragostarStandardFont';
}

:lang(fa) .btn, .ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea, a.button {
    font-family: 'FaragostarStandardFont' !important;
}

html,
body,
textarea,
input,
.login-info a span,
.smart-rtl nav ul li a,
.todo > li > p,
.panel-heading .panel-title h4 {
    font-size: 12px !important;
}

body {
	padding-right: 0 !important; /*Hadi: Prevent movement of screen when modal opened*/
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

nav > ul > li > a > i {
	font-size: 19px !important;
}

.display-none {
	display: none;
}


#userDetailsWrapper {
	position: absolute;
	top: 50px;
	left: 5px;
	right: auto;
	width: 330px;
	z-index: 907;
	display: none;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 4px rgba(30,30,100,.25);
	-moz-box-shadow: 0 2px 4px rgba(30,30,100,.25);
	-ms-box-shadow: 0 2px 4px rgba(30,30,100,.25);
	box-shadow: 0 2px 4px rgba(30,30,100,.25);
	background: #fff;
	border: 1px solid #b3b3b3;
}

	#userDetailsWrapper .userDetailsLink {
		margin-bottom: 10px;
	}

#onlineUserWrapper {
	position: absolute;
	top: 50px;
	left: 5px;
	right: auto;
	width: 200px;
	z-index: 907;
	display: none;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 4px rgba(30,30,100,.25);
	-moz-box-shadow: 0 2px 4px rgba(30,30,100,.25);
	-ms-box-shadow: 0 2px 4px rgba(30,30,100,.25);
	box-shadow: 0 2px 4px rgba(30,30,100,.25);
	background: #fff;
	border: 1px solid #b3b3b3;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 40px;
}


#toponlineUserCount i {
	/*background-image: url("../../../Content/images/onlineUser-hover.png");*/
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-top: 2px;
}

	#toponlineUserCount i:hover {
		/*background-image: url("../../../Content/images/onlineUser-hover.png");*/
	}

/*#userDetailsWrapper img {
		width: 100%;
		height: 100%;
	}*/


.ellipsisable {
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

label, .nowrap {
	white-space: nowrap;
}

#main {
	padding-bottom: 0 !important;
}

.input-validation-error {
	border: solid 1px red;
}

.font-naskh {
	font-family: 'FaragostarStandardFont',Tahoma;
}

/* font-awesome size */
.fa {
	font-size: 14px;
}

	.fa.fa-2x {
		font-size: 2em;
	}

	.fa.fa-4x {
		font-size: 4em;
	}

	.fa.fa-5x {
		font-size: 5em;
	}

h1 .fa, .h1 .fa {
	font-size: 24px;
}

.MessageBoxMiddle .MsgTitle .fa {
	font-size: 24px;
}

.SmallBox .foto {
	font-size: 50px !important;
}

.btn-header .fa {
	font-size: 17px;
}


#logo-group span#activity {
	font-size: 19px !important;
}

.MessageBoxMiddle .MsgTitle {
	font-size: 24px !important;
}

/* end font-awesome size */

/* news carousel */
#carousel-news .carousel-indicators {
	bottom: 0;
}

	#carousel-news .carousel-indicators li {
		background-color: gray;
	}

#carousel-news .carousel-inner {
	min-height: 150px;
	overflow-y: auto;
}
/* end news carousel*/

/* DailyImage carousel */

#carousel-pictures .carousel-inner > .item > a > img,
#carousel-pictures .carousel-inner > .item > img {
	width: 100%;
}

#carousel-pictures ol.carousel-indicators {
	bottom: -30px;
}

	#carousel-pictures ol.carousel-indicators li {
		background: gray;
	}

		#carousel-pictures ol.carousel-indicators li.active {
			width: 12px;
			height: 12px;
		}

/* end DailyImage carousel */

/* calendar */
.fc-event-time, .fc-event-title {
	font-size: 10px;
	font-weight: normal;
	word-wrap: break-word;
}

/* end calendar */

/* Datatables */
#lettersTable td.group {
	font-size: 11px;
	background-color: #ececec;
}
/* end Datatables */

/* projects*/
#project-context > .label {
	font-size: 12px;
	padding: 0;
	padding-top: 5px;
	color: #a0a0a0 !important;
	-ms-text-shadow: 0 0 1px #bfbfbf;
	text-shadow: 0 0 1px #bfbfbf;
}

	#project-context > .label small a {
		font-size: 9px;
		font-weight: normal;
	}

#project-context > span {
	text-align: right;
	font-size: 11px;
	line-height: 17px;
}

#project-context .organization-name {
	color: #3276b1;
	font-size: 12px;
	font-weight: normal;
}

/* end projects */

/* sparks */
#sparks li {
	border-right: 1px dotted #c7c7c7;
	border-left: none;
	text-align: center;
}

	#sparks li h5 {
		float: none;
	}

#sparks .sparks-info {
	-moz-min-width: 40px;
	-ms-min-width: 40px;
	-o-min-width: 40px;
	-webkit-min-width: 40px;
	min-width: 40px;
}

	#sparks .sparks-info .sparkline {
		margin: 3px 10px 0 10px;
	}

#sparks li:first-child {
	border-right: none;
}

#sparks li:last-child {
	padding-right: 10px;
}

/* end sparks*/

/* date convertor */
.date-convertor .persian,
.date-convertor .gregorian {
	text-align: center;
	padding: 5px;
}

	.date-convertor .persian span,
	.date-convertor .gregorian span {
		width: 90px;
		display: inline-block;
	}

	.date-convertor .persian input,
	.date-convertor .gregorian input {
		width: 180px;
		display: inline-block;
	}

.date-convertor input[type=text] {
	direction: ltr;
	text-align: left;
}
/* end date convertor */

/*kendo ui grid*/

.k-grid table,
.k-widget {
	font-size: 12px;
}

.k-rtl .k-grid-header .k-filterable .k-link {
	padding-left: 0;
}

.k-pager-sizes {
	width: 150px;
}

.grid-search {
	width: 250px;
}

.k-pager-wrap {
	padding: .333em .250em .333em .250em;
}

.grid-search .widget-body-toolbar {
	padding: 5px;
}

.grid-pager {
	width: 60px;
	display: inline-block;
}

.grid-paging {
	vertical-align: top;
}

.grid-columns {
	vertical-align: top !important;
	margin: 0 5px;
	display: inline-block;
	position: relative;
}

	.grid-columns .grid-columns-visibility {
		position: absolute;
		top: 30px;
		right: 0;
		background-color: white;
		width: 150px;
		z-index: 1;
		border: 1px solid #BDBDBD;
		display: none;
	}

		.grid-columns .grid-columns-visibility.active {
			display: block;
		}

		.grid-columns .grid-columns-visibility ul {
			padding-right: 0;
			margin-bottom: 0;
		}

			.grid-columns .grid-columns-visibility ul li {
				list-style: none;
				padding: 5px 5px;
			}

				.grid-columns .grid-columns-visibility ul li:hover {
					background-color: rgb(232, 232, 232);
				}

				.grid-columns .grid-columns-visibility ul li label {
					display: block;
					cursor: pointer;
					margin-bottom: 0;
				}

				.grid-columns .grid-columns-visibility ul li input[type=checkbox] {
					vertical-align: middle;
					cursor: pointer;
					margin-left: 5px;
				}

/* popup layout */
.popup-layout .jarviswidget-fullscreen-btn {
	display: none;
}

.popup-layout #main {
	margin-right: 0;
}

.popup-layout #content {
	padding: 0;
}

.popup-layout .jarviswidget > div {
	padding: 13px 0 0;
}
/* end popup layout */

/* forwards fastview */
#forwards-fastview {
	background-color: white;
}
	/*#forwards-fastview .item {
	}*/
	#forwards-fastview .row,
	#forwards-fastview .alt-row {
		border: 1px solid silver;
		-ms-border-radius: 3px;
		border-radius: 3px;
		margin: 2px;
		padding: 5px;
		margin-bottom: 4px;
		clear: both;
	}

	#forwards-fastview .alt-row {
		background-color: rgb(243, 243, 243);
	}

	#forwards-fastview .item .sender {
		text-align: right;
		margin-bottom: 6px;
		color: #008000;
	}

	#forwards-fastview .item .receiver {
		text-align: right;
		padding-right: 40px;
		/*margin-bottom: 2px;*/
		color: #00F;
	}

	#forwards-fastview .item .Original-receiver {
		color: #00F;
	}

	#forwards-fastview .item .Copy-receiver {
		color: #8c8cc3;
	}

	#forwards-fastview .item .BlindCarbonCopy-receiver {
		color: #f18989;
	}

	#forwards-fastview .item .row-number {
		padding: 1px;
	}

	#forwards-fastview .item .receiver .contacttype {
		display: inline-block;
	}

	#forwards-fastview .item .contactname {
		min-height: 24px;
		padding: 3px;
		padding: 1px;
	}

	#forwards-fastview .item .rownumber {
		display: block;
		float: right;
		font-size: 11px;
		font-weight: normal;
	}

	#forwards-fastview .item .sender .contactname {
		margin-right: 28px;
	}

	#forwards-fastview .item .receiver .contactname {
		margin-left: 28px;
	}

	#forwards-fastview .item .receiver .groupDetails {
		float: right;
	}

	#forwards-fastview .item .receiver .groupname {
		padding: 4px;
		/*height: 26px;*/
		/*border: 1px solid #DDD;*/
		/*-ms-border-radius: 3px;*/
		/*border-radius: 3px;*/
		margin-left: 28px;
	}

	#forwards-fastview .item .contactimg img {
		width: 24px;
		height: 24px;
	}

	#forwards-fastview .item .sender .contactimg {
		float: right;
	}

	#forwards-fastview .item .receiver .contactimg {
		float: left;
	}

	#forwards-fastview .item .contactarrow {
		width: 4px;
		display: inline-block;
		display: none;
	}

	#forwards-fastview .item .sender .contactarrow {
		text-align: left;
		float: right;
	}

	#forwards-fastview .item .receiver .contactarrow {
		text-align: right;
		float: left;
	}

	#forwards-fastview .item .contactarrow span {
		font-size: 10px;
	}

	#forwards-fastview .item .sender .contactarrow span {
		color: #DDD;
	}

	#forwards-fastview .item .receiver .contactarrow span {
		color: #d3d1d1;
	}

	#forwards-fastview .item .toolbox {
		float: left;
	}

	#forwards-fastview .item .description {
		padding: 5px;
		min-height: 30px;
		text-align: justify;
		font-size: 12px;
		line-height: 20px;
		font-family: 'FaragostarStandardFont';
		overflow-x: auto;
		/*word-break: keep-all;*/
	}

	#forwards-fastview .item .actiondate,
	#forwards-fastview .item .senddate,
	#forwards-fastview .item .receiverdate {
		font-weight: normal;
		font-size: 8pt;
		color: #999;
	}

	#forwards-fastview .creator {
		border: 1px solid #4aabd6 !important;
		background-color: #cafee1 !important;
	}

	#forwards-fastview .sender-letter {
		border: 1px solid #4aabd6 !important;
		background-color: #f7e4ce !important;
	}

/* LetterViewInternalFrame */
#LetterViewInternalFrame {
	width: 100%;
	height: 100%;
	border: none;
}
/* end LetterViewInternalFrame */


/* PersonalNotes */
#PersonalNotes {
	width: 100%;
	max-height: 400px;
	position: relative;
	text-align: center;
	display: inline-block;
	overflow-y: auto;
}

	#PersonalNotes .note {
		float: right;
		position: relative;
		height: 200px;
		width: 250px;
	}

		#PersonalNotes .note:before,
		#PersonalNotes .note:after {
			content: ' ';
			display: block;
			background-color: white;
			-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
			-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
			position: absolute;
			z-index: 1;
			top: 20px;
			left: 20px;
			bottom: 20px;
			right: 20px;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		#PersonalNotes .note:before {
			-moz-transform: rotate(5deg);
			-ms-transform: rotate(5deg);
			-o-transform: rotate(5deg);
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}

		#PersonalNotes .note:after {
			-moz-transform: rotate(-3deg);
			-ms-transform: rotate(-3deg);
			-o-transform: rotate(-3deg);
			-webkit-transform: rotate(-3deg);
			transform: rotate(-3deg);
		}

		#PersonalNotes .note:hover:after {
			-moz-transform: rotate(-5deg);
			-ms-transform: rotate(-5deg);
			-o-transform: rotate(-5deg);
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
		}

		#PersonalNotes .note:hover:before {
			-moz-transform: rotate(7deg);
			-ms-transform: rotate(7deg);
			-o-transform: rotate(7deg);
			-webkit-transform: rotate(7deg);
			transform: rotate(7deg);
		}

		#PersonalNotes .note .tools a {
			font-size: 17px;
		}

		#PersonalNotes .note .inner-text {
			position: absolute;
			top: 20px;
			left: 20px;
			bottom: 20px;
			right: 20px;
			background-color: white;
			-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
			-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
			z-index: 2;
		}

			#PersonalNotes .note .inner-text p {
				text-align: right;
				margin: 0;
				padding: 5px 10px;
				overflow-x: hidden;
				min-height: 130px;
				max-height: 130px;
				margin-top: 24px;
				border-top: 1px solid rgb(196, 196, 196);
			}

			#PersonalNotes .note .inner-text textarea {
				width: 190px;
				min-height: 115px;
				border: none;
				background-color: rgb(244, 244, 244);
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				padding: 5px 8px;
				-moz-resize: vertical;
				-ms-resize: vertical;
				-o-resize: vertical;
				resize: vertical;
			}

			#PersonalNotes .note .inner-text .date {
				position: absolute;
				top: 3px;
				left: 5px;
				display: block;
				height: 10px;
				color: gray;
				font-size: 9px;
			}

			#PersonalNotes .note .inner-text .tools {
				position: absolute;
				top: 3px;
				right: 5px;
				display: block;
				/*height: 10px;*/
				color: gray;
				font-size: 10px;
				width: 97%;
			}

/* end PersonalNotes */


/* bpm personalnotes*/
#CaseNote #PersonalNotes .note {
	position: relative;
	height: 200px;
	width: 280px;
	display: inline-block;
}
/* end bpm personalnotes*/

/* fix tooltip in smart-form*/
.tooltip .tooltip-inner {
	/*white-space: nowrap;*/
	text-align: justify;
	font-family: tahoma;
	font-weight: normal;
}

.tooltip.in {
	z-index: 99999;
}

.smart-form .tooltip {
	-ms-opacity: 1;
	opacity: 1;
}
/* en fix tooltip in smart-form*/

/* fix activity */
.pace {
	display: none;
}
/* end fix activity*/

#LetterIndex tr.k-master-row,
.letter-grid-style tr.k-master-row {
	cursor: pointer;
}

	#LetterIndex tr.k-master-row td,
	.letter-grid-style tr.k-master-row td {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #f1f1f1;
	}

	#LetterIndex tr.k-master-row:hover td,
	.letter-grid-style tr.k-master-row:hover td {
		background-color: transparent !important;
	}

	#LetterIndex tr.k-master-row td:first-child,
	.letter-grid-style tr.k-master-row td:first-child {
		padding: 0;
		text-align: center;
	}

#LetterIndex .k-state-selected,
.letter-grid-style .k-state-selected {
	background-color: #cae9fe;
	border-color: #cae9fe;
	color: inherit;
}

	#LetterIndex .k-state-selected:hover,
	.letter-grid-style .k-state-selected:hover {
		background-color: #b9d8ed !important;
		border-color: #b9d8ed !important;
		color: inherit;
	}

#LetterIndex th.k-header,
.letter-grid-style th.k-header {
	/*text-align: right;*/
	/*font-weight: bold;
	border-right: none;
	border-left: none;*/
}

#LetterIndex tr td.bold-row-true,
.letter-grid-style tr td.bold-row-true {
	font-weight: bold;
}

#LetterIndex td,
#LetterIndex .k-grouping-row,
.letter-grid-style td,
.letter-grid-style .k-grouping-row {
	font-size: 8pt;
}

	#LetterIndex .k-header span,
	#LetterIndex .k-header a,
	#LetterIndex .k-grouping-row p,
	.letter-grid-style .k-header span,
	.letter-grid-style .k-header a,
	.letter-grid-style .k-grouping-row p {
		font-weight: normal;
	}

	#LetterIndex .k-grouping-row > td,
	.letter-grid-style .k-grouping-row > td {
		padding-top: 0;
		padding-bottom: 2px;
		background-color: rgb(238, 238, 238);
	}

	#LetterIndex td .letter-title,
	.letter-grid-style td .letter-title {
		color: #686868;
	}

#LetterIndex .letter-title a:hover,
.letter-grid-style .letter-title a:hover {
	text-decoration: underline;
}

.employee-round-image {
	-ms-border-radius: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

#LetterIndex .lettertype-3 {
	color: rgb(255, 112, 0);
}

#LetterIndex .lettertype-2 {
	color: rgb(211, 185, 0);
}

#LetterIndex .lettertype-1 {
	color: rgb(4, 180, 240);
}

.agent-true, .flag-true {
	color: rgb(151, 0, 0);
}

.notify-true {
	color: rgb(220, 171, 0);
}

.has-response-false {
	color: black;
}

.has-response-true {
	color: green;
}

.agent-false,
.flag-false, .notify-false,
.letter-action-false {
	color: gray;
}

.letter-action-true {
	color: rgb(205, 201, 75);
}

.letter-action-end {
	color: rgb(0, 158, 0);
}

.letter-action-wait-approve {
	color: rgb(212, 91, 0);
}

.letter-view {
	color: rgb(151, 0, 0);
	font-size: 10px;
}

#LetterIndex .letter-note,
#LetterIndex .letter-proceeding {
	color: green;
	font-size: 10px;
}

	#LetterIndex .letter-proceeding a {
		color: green;
	}

		#LetterIndex .letter-proceeding a:hover {
			color: #00b300;
		}

	#LetterIndex .letter-note.note-true,
	#LetterIndex .letter-proceeding.proceeding-true {
		display: block;
	}

/* Letter Type Modal*/

#LetterTypeModal .modal-body {
	padding: 5px 20px 0 20px;
}

	#LetterTypeModal .modal-body h2 {
		margin-top: 0;
	}

#NewItemModal #SelectLetterTypeList {
	padding: 0 30px 0 30px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

#LetterTypeModal #SelectLetterTypeList {
	padding: 0 30px 0 30px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

#LetterTypeModal ul li hr {
	margin: 8px 0;
}

#LetterTypeModal .modal-footer {
	margin-top: 0;
}

#LetterTypeModal li.temp-item {
	padding: 5px 0;
}

/*on icon-view*/
#LetterTypeModal.icon-view .modal-dialog, #NewItemModal .icon-view .modal-dialog {
	width: 85%;
}

#LetterTypeModal.icon-view .modal-content, #NewItemModal .icon-view .modal-content {
	width: 100%;
}

#LetterTypeModal.icon-view li.temp-item, #NewItemModal .icon-view li.temp-item {
	display: inline-block;
	width: 110px;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}

	#LetterTypeModal.icon-view li.temp-item:hover, #NewItemModal .icon-view li.temp-item:hover {
		background-color: #3276b1;
		color: #ffffff;
	}

	#LetterTypeModal.icon-view li.temp-item > a, #NewItemModal .icon-view li.temp-item > a {
		display: block;
		/*white-space: nowrap;*/
		overflow: hidden;
		-moz-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	#LetterTypeModal.icon-view li.temp-item:hover > a, #NewItemModal .icon-view li.temp-item:hover > a {
		color: #ffffff;
	}

	#LetterTypeModal.icon-view li.temp-item span.fa, #NewItemModal .icon-view li.temp-item span.fa {
		font-size: 65px;
		display: block;
	}


#LetterTypeModal.icon-view img.img-tmpl, #NewItemModal .icon-view img.img-tmpl {
	width: 72px;
	height: 64px;
	display: block;
	margin: auto;
}

.letter-number {
	display: inline-block;
	direction: ltr;
	text-align: right;
}
/* end Letter Type Modal*/

/* Archive Modal*/
#ArchiveModal .modal-body {
	padding: 5px 20px 5px 20px;
}

	#ArchiveModal .modal-body h2 {
		margin-top: 0;
	}


#ArchiveModal .modal-footer {
	margin-top: 0;
}

#ArchiveModal #ArchiveLetterFolderList,
#MoveLetterModal #MoveLetterFolderList {
	border: 1px solid silver;
	border-top: none;
	overflow-y: scroll;
	height: 150px;
}

	#ArchiveModal #ArchiveLetterFolderList .parent,
	#MoveLetterModal #MoveLetterFolderList .parent {
		color: #ecd98c;
	}
/* end Archive Modal*/

/* Select Archive Modal*/
#SelectArchiveModal .modal-body {
	padding: 5px 20px 5px 20px;
}

	#SelectArchiveModal .modal-body h2 {
		margin-top: 0;
	}


#SelectArchiveModal .modal-footer {
	margin-top: 0;
}

#SelectArchiveModal #ArchiveLetterFolderList,
#MoveLetterModal #MoveLetterFolderList {
	border: 1px solid silver;
	border-top: none;
	overflow-y: scroll;
	height: 150px;
}

	#SelectArchiveModal #ArchiveLetterFolderList .parent,
	#MoveLetterModal #MoveLetterFolderList .parent {
		color: #ecd98c;
	}
/* end Select Archive Modal*/

/* New Secretariat Archive Modal*/
#NewSecretariatSelectArchiveModal .modal-body {
	padding: 5px 20px 5px 20px;
}

	#NewSecretariatSelectArchiveModal .modal-body h2 {
		margin-top: 0;
	}


#NewSecretariatSelectArchiveModal .modal-footer {
	margin-top: 0;
}

#NewSecretariatSelectArchiveModal #ArchiveLetterFolderList,
#MoveLetterModal #MoveLetterFolderList {
	border: 1px solid silver;
	border-top: none;
	overflow-y: scroll;
	height: 150px;
}

	#NewSecretariatSelectArchiveModal #ArchiveLetterFolderList .parent,
	#MoveLetterModal #MoveLetterFolderList .parent {
		color: #ecd98c;
	}
/* end Select Archive Modal*/

/* letter details */
#LetterIndex .k-detail-row td {
	font-size: 11px;
}
/* end letter details */

/* fix #jarviswidget-fullscreen-mode z-index in popover layout*/
.popup-layout #jarviswidget-fullscreen-mode {
	z-index: inherit;
	position: relative;
}
/* end fix #jarviswidget-fullscreen-mode z-index in popover layout*/

/* login-info */
.login-info .popover {
	text-align: right;
	color: rgb(51, 51, 51);
	/*width: 210px;*/
	margin-left: 9px;
	left: -6px !important;
}

	.login-info .popover .popover-title {
		color: rgb(51, 51, 51);
	}

	.login-info .popover .popover-content a {
		color: rgb(50, 118, 177);
	}

		.login-info .popover .popover-content a:hover {
			color: rgb(118, 175, 224);
		}
/* end login-info */

/* main navbar menu*/
nav li a .badge {
	font-size: 9px;
	display: inline-block;
	max-width: 35px;
	overflow: hidden;
	vertical-align: top;
	margin-top: 2px;
	/*-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;*/
}

nav li a .command {
	display: none;
}

nav li a:hover .command {
	display: inline-block;
}

/*nav li .menu-name {
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}*/

nav li:hover > a > .menu-name {
	white-space: normal;
	overflow: visible;
}

.demand-folder {
	display: none;
}
/* end main navbar menu*/

/* context-menu */

ul.context-menu {
	padding: 0;
	margin: 0;
	-moz-min-width: 110px;
	-ms-min-width: 110px;
	-o-min-width: 110px;
	-webkit-min-width: 110px;
	min-width: 110px;
	text-align: right;
}

	ul.context-menu li {
		list-style: none;
	}

		ul.context-menu li a {
			display: block;
			margin: 0 -14px;
			padding: 2px 14px;
			text-decoration: none;
		}

			ul.context-menu li a:hover {
				background-color: #3276b1;
				color: #ffffff;
			}

			ul.context-menu li a span {
				width: 13px;
				text-align: center;
			}

		ul.context-menu li hr {
			margin: 5px;
		}

/* end context-menu */



/* widgets */
.jarviswidget header .nav-tabs > li > a {
	white-space: nowrap;
	height: 32px;
	margin-right: 5px;
}
/* end widgets */
/* login page */

.customer-portal-link {
	margin-bottom: 0;
}

	.customer-portal-link .fa {
		width: 60px;
		display: block;
		float: right;
		border-left: 1px solid #3276b1;
		color: #3276b1;
		margin-left: 10px;
		/*font-size: 30px;*/
	}

.smart-ltr .customer-portal-link .fa {
	border-right: 1px solid #3276b1;
	border-left: 0;
	margin-left: 0;
	margin-right: 10px;
}

.login-announcement-item {
	margin-top: 10px;
	overflow: auto;
}

	.login-announcement-item .announcement-body {
		text-align: justify;
	}

.login-announcement-img {
	vertical-align: top;
	display: block;
	max-width: 200px;
	-moz-min-width: 70px;
	-ms-min-width: 70px;
	-o-min-width: 70px;
	-webkit-min-width: 70px;
	min-width: 70px;
	margin: 10px 0 0 10px;
}

.smart-ltr .login-announcement-img {
	margin: 0 10px 10px 0;
}

.login-page-image {
	max-width: 210px;
	width: 100%;
	height: auto;
}

#login .login-app-icons {
	margin-top: 10px;
}

	#login .login-app-icons a {
		margin-top: 2px;
	}
/* end login page */
#newletterindex-content-pane {
	overflow: hidden;
}

.widget-body.no-padding .alert {
	border-left-width: 5px !important;
	border-bottom-width: 0 !important;
}

/* contact view popover */

.contact-view-popover {
	width: 250px;
	height: 110px;
	text-align: right;
	position: relative;
}

	.contact-view-popover.waiting {
		text-align: center;
		height: auto;
	}

	.contact-view-popover > img.user-avatar {
		position: absolute;
		top: -38px;
		left: 0;
		max-width: 70px;
		max-height: 70px;
	}

	.contact-view-popover h5 {
		margin: 0;
		font-size: 12px;
	}

	.contact-view-popover .contact-info .fa {
		width: 15px;
		text-align: center;
	}

/* end contact view popover */
/* daterpicker */
button.ui-datepicker-current,
button.ui-datepicker-close {
	display: none;
}

.ui-datepicker-today a {
	background-color: rgb(139, 183, 222) !important;
	color: white !important;
}

.highlighted-date a {
	background-color: inherit !important;
	color: rgb(224, 0, 51) !important;
}

.ui-datepicker-current-day a {
	background-color: #ebebeb !important;
	color: gray !important;
}
/* end daterpicker */

/* calendar */
.bootstrap-timepicker-widget {
	direction: ltr;
}

.bootstrap-timepicker-widget, .ui-datepicker {
	z-index: 99999 !important;
}
/* end calendar */


/* end nav-scroll */
/* uploader modal*/
#LetterAttachment,
#LetterFileEditor {
	min-height: 300px;
	max-height: 300px;
	overflow-y: scroll;
	text-align: center;
}
/* end uploader modal*/


.notification-body > li > span {
	overflow: inherit;
}
/* end notification-letter */

/* select 2 */

.select2-search-choice-close {
	-moz-min-width: 13px;
	-ms-min-width: 13px;
	-o-min-width: 13px;
	-webkit-min-width: 13px;
	min-width: 13px;
	min-height: 15px;
}

.select2-search-choice > div {
	white-space: nowrap;
}

.select2-container-multi .select2-choices {
	overflow-y: auto !important;
	max-height: 100px !important;
}

	.select2-container-multi .select2-choices li {
		float: right;
	}

	.select2-container-multi .select2-choices .select2-search-choice {
		margin: 4px 5px 3px 0;
	}

	.select2-container-multi .select2-choices .select2-search-field input.select2-active {
		padding-right: 20px;
	}


.block-update-card .card-action-pellet {
	padding-right: 10px;
}

/*.select2-container .select2-choice .select2-arrow {
	border-left: none;
	background: transparent;
}*/

.select2-results .avatar {
	width: 25px;
	height: 25px;
}
/* end select 2 */

#GoToPageNumber {
	border: 1px solid gray;
}

/* loading-panel */
.loading-panel {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999999;
	display: block;
	background-color: #f0f0f0;
	background-color: rgba(240, 240, 240, 0.5);
	text-align: center;
	padding-top: 150px;
}

	.loading-panel.framed {
		z-index: 99;
	}

	.loading-panel .loading-content {
		margin: auto;
		width: 210px;
		height: 60px;
		padding-top: 22px;
		background-repeat: no-repeat;
		background-image: url('../../../Content/images/Loading-BK.png');
	}
/* end loading-panel */

/*ajax-dropdown*/
.ajax-dropdown .btn-group-justified .badge {
	font-size: 9px;
	position: absolute;
	top: 2px;
}

.ajax-dropdown .btn-group-justified .fa {
	font-size: 24px;
}

.ajax-dropdown > :last-child {
	padding: 3px 0;
}
/*end ajax-dropdown*/


/*start letter type icon*/
.letter-icon {
	background-image: url('../img/LetterIconsNew.png');
	display: inline-block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.package-icon-external-close {
	background-image: url(../../NewSecretariat/package-external-close.png);
	display: inline-block;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}

.package-icon-external-open {
	background-image: url(../../NewSecretariat/package-external-open.png);
	display: inline-block;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}

.package-icon-internal-close {
	background-image: url(../../NewSecretariat/package-internal-close.png);
	display: inline-block;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}

.package-icon-internal-open {
	background-image: url(../../NewSecretariat/package-internal-open.png);
	display: inline-block;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}

.letter-file {
	width: 20px;
	height: 22px;
	background-position: -84px 0;
}

.letter-file-read {
	width: 19px;
	height: 22px;
	background-position: -85px 0;
}

.letter-internal {
	width: 17px;
	height: 11px;
	background-position: -21px 0;
}

.letter-internal-cc {
	width: 20px;
	height: 14px;
	background-position: -21px -12px;
}

.letter-internal-read {
	width: 18px;
	height: 18px;
	background-position: -21px -29px;
}

.letter-internal-cc-read {
	width: 20px;
	height: 21px;
	background-position: -21px -49px;
}

.letter-indoor {
	width: 17px;
	height: 11px;
	background-position: 0 0;
}

.letter-indoor-cc {
	width: 20px;
	height: 14px;
	background-position: 0 -12px;
}

.letter-indoor-read {
	width: 18px;
	height: 18px;
	background-position: 0 -29px;
}

.letter-indoor-cc-read {
	width: 20px;
	height: 21px;
	background-position: 0 -48px;
}

.letter-external {
	width: 17px;
	height: 11px;
	background-position: -42px 0;
}

.letter-external-read {
	width: 18px;
	height: 18px;
	background-position: -42px -29px;
}

.letter-external-cc {
	width: 20px;
	height: 14px;
	background-position: -42px -12px;
}

.letter-external-cc-read {
	width: 20px;
	height: 21px;
	background-position: -42px -48px;
}

.letter-draft-word {
	width: 21px;
	height: 22px;
	background-position: -63px 0;
}

.letter-draft-doodle {
	width: 21px;
	height: 22px;
	background-position: -63px -24px;
}

.letter-draft-file {
	width: 21px;
	height: 22px;
	background-position: -63px -24px;
}

.letter-form {
	width: 21px;
	height: 22px;
	background-position: -86px -48px;
}

.letter-draft-web {
	width: 21px;
	height: 22px;
	background-position: -63px -48px;
}

.letter-system {
	width: 20px;
	height: 20px;
	background-position: -87px -28px;
}

.letter-system-read {
	width: 20px;
	height: 20px;
	background-position: -87px -28px;
}

/*end letter type icon*/


/* smart-form */
/*.smart-form .radio input,
.smart-form .checkbox input {
	display: none;
}*/
/* end smart-form */

/* chat */
#ChatPage #chat-container {
	left: 0;
	right: inherit;
	border-left: none;
	border-right: 1px solid #CDCECF;
}

	#ChatPage #chat-container #chat-users li {
		margin-left: 5px;
		margin-right: 5px;
	}

		#ChatPage #chat-container #chat-users li a.active {
			background: #E1E1E1;
		}

#ChatPage .chat-body {
	position: relative;
	margin-left: 250px;
}

	#ChatPage .chat-body li.message .message-text .chat-file img {
		position: relative;
		max-width: 300px;
		max-height: 230px;
		border: none;
	}

	#ChatPage .chat-body img.smile {
		border-left: none;
		margin: 0;
		width: 20px;
		position: relative;
	}

#ChatPage .chat-info {
	position: absolute;
	top: 1px;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #305d8c;
	background: #d6dde7;
}

	#ChatPage .chat-info .fa-comments {
		font-size: 100px;
		padding-top: 15%;
	}

#ChatPage #chat-container #chat-users li .chat-name {
	max-width: 145px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
	font-size: 12px;
}

#ChatPage .smiley ul, #LetterReferModal ul.smiley {
	text-align: center;
	width: 180px;
}

	#ChatPage .smiley ul li, #LetterReferModal .smiley li {
		display: inline-block;
		text-align: center;
	}

		#ChatPage .smiley ul li > a, #LetterReferModal .smiley li > a {
			padding: 2px;
		}

#ChatPage .load-prechat,
#ChatPage .load-prechat-wait {
	margin: 0 auto;
	padding: 3px 5px;
	background-color: rgb(228, 228, 228);
	display: block;
	width: 160px;
	text-align: center;
	color: rgb(77, 77, 77);
	border-radius: 5px;
	font-size: 11px;
	opacity: 0.6;
	border: none;
}

	#ChatPage .load-prechat:hover {
		opacity: 0.95;
		text-decoration: none;
		color: rgb(77, 77, 77);
	}



.smart-rtl #ChatPage #chat-container .chat-list-open-close {
	left: 249px;
	border-radius: 0 50% 50% 0;
	border-right: 1px solid #CDCECF !important;
	border-left: 1px solid #f2f4f8 !important;
}

#DisconnectedAlert {
	position: absolute;
	z-index: 9999;
	top: 10px;
	right: 0;
	left: 0;
	text-align: center;
}

	#DisconnectedAlert > span {
		padding: 5px 20px;
		background-color: #da1c29;
		background-color: rgba(218, 28, 41, 0.6);
		color: white;
		border-radius: 50px;
	}

.chat-body li.message .message-text a.username,
.smart-rtl .chat-body li.message .message-text time {
	white-space: nowrap;
}

/* end chat */


/* scroll fixer */
/*.k-grid-content, .custom-scroll {
	overflow-y: auto !important;
}*/
/* scroll fixer */
.custom-scroll {
	overflow-y: auto !important;
}

/* end scroll fixer */

/* kendo inputs */
.smart-rtl .k-webkit .k-rtl .k-dropdown-wrap .k-input,
.smart-rtl .k-webkit .k-rtl .k-numeric-wrap .k-input {
	margin-right: 0;
}

.k-dropdown-wrap {
	padding-right: 1px !important;
}

.k-button {
	padding: 1px 7px;
}
/* end kendo inputs */
/* kendo styles */
.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active,
.k-tabstrip-items .k-state-active, .k-ie7 .k-tabstrip-items .k-state-active .k-loading {
	border-color: #4aabd6;
}
/* end kendo styles */
/* list-box */
.list-box {
	width: 100%;
	border: 1px solid #ccc;
	padding: 6px 12px;
}

	.list-box:not(select) {
		max-height: 180px;
		min-height: 180px;
		padding: 0;
		padding-top: 10px;
		overflow-y: auto;
		overflow-x: hidden;
	}
/* end list-box*/

/* .favorite-person */
.defavorite-person {
	color: gold;
	margin-right: 10px;
}

.favorite-person {
	color: gray;
	margin-right: 10px;
}
/* end .favorite-person */

.form-horizontal .col-md-10 > input {
	width: 100%;
}

.form-horizontal .col-md-10 select.input-sm {
	padding: 0 0;
	width: 100%;
	height: 23px;
	color: #333;
	border-color: #e7e7e7;
	border-radius: 4px !important;
	background-color: #fff;
}

	.form-horizontal .col-md-10 select.input-sm:hover {
		border-color: #adadad;
	}

/*.form-control {
	padding: 6px 12px;
}*/
/* end form */

/* fullscreen */
.fullScreen {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	height: 100% !important;
	background-color: white;
	z-index: 99;
	padding-top: 30px;
}

.fullscreen-back {
	position: absolute;
	top: 5px;
	right: 42px;
	z-index: 100;
}

/* end fullscreen */

/* glimspe */
.glimpse {
	direction: ltr !important;
}
/* end glimspe */
#divSmallBoxes {
	z-index: 99999999;
}

.main-div > div {
	padding: 3px;
}

/*jquery validation*/

#actionWindow.k-window-content.k-content {
	text-align: center;
}

#changeProfilePicture {
	width: 30px;
}


/*signalr message*/
.messageHandler-info {
	background-color: #cfcfae;
	color: black;
	padding: 4px 2px;
	min-width: 120px;
}

	.messageHandler-info .title {
		font-size: 10pt;
	}

.messageHandler-error {
	background-color: #da1c29;
	border: 1px white solid;
	color: white;
	padding: 4px 2px;
	min-width: 120px;
}

	.messageHandler-error .title {
		font-size: 10pt;
	}

.messageHandler-warning {
	background-color: gold;
	border: 1px #9f8e35 solid;
	color: black;
	padding: 4px 2px;
	min-width: 120px;
}

	.messageHandler-warning .title {
		font-size: 10pt;
	}

/* breadcrumb */
.breadcrumb {
	font-family: 'FaragostarStandardFont','Open Sans', Arial, Helvetica, sans-serif;
}
/* end breadcrumb */

/* zoomable */
.zoom-1 .zoomable span,
.zoom-1 .zoomable p,
.zoom-1 .zoomable input,
.zoom-1 .zoomable button,
.zoom-1 .zoomable textarea,
.zoom-1 .zoomable i,
.zoom-1 .zoomable label,
.zoom-1 .zoomable a {
	font-size: 0.8em;
}

.zoom-2 .zoomable span,
.zoom-2 .zoomable p,
.zoom-2 .zoomable input,
.zoom-2 .zoomable button,
.zoom-2 .zoomable textarea,
.zoom-2 .zoomable i,
.zoom-2 .zoomable label,
.zoom-2 .zoomable a {
	font-size: 0.9em;
}

.zoom-4 .zoomable span,
.zoom-4 .zoomable p,
.zoom-4 .zoomable input,
.zoom-4 .zoomable button,
.zoom-4 .zoomable textarea,
.zoom-4 .zoomable i,
.zoom-4 .zoomable label,
.zoom-4 .zoomable a {
	font-size: 1.1em;
}

.zoom-5 .zoomable span,
.zoom-5 .zoomable p,
.zoom-5 .zoomable input,
.zoom-5 .zoomable button,
.zoom-5 .zoomable textarea,
.zoom-5 .zoomable i,
.zoom-5 .zoomable label,
.zoom-5 .zoomable a {
	font-size: 1.2em;
}
/* end zoomable */


.bootstrap-timepicker-widget.dropdown-menu {
	right: auto !important;
	position: absolute !important;
	display: block !important;
	width: 260px !important;
}

.minified #main-tree span.command {
	display: none !important;
}


.modal-backdrop.in {
	z-index: 99;
}

.clipboard {
	border-bottom: dashed 1px #c8c8c8;
}

.easy-pie-chart .percent {
	margin-top: -25px;
}

.link-understyle {
	text-decoration: underline !important;
}


.dropzone.dz-clickable .dz-message span {
	font-size: 30px;
	color: gray;
}


/* CalendarPage*/

#CalendarPage #external-events,
#CalendarPage #external-events + .checkbox {
	padding: 0;
}

/*.select2-chosen {
	text-align: center;
}*/


#external-events > li {
	vertical-align: top;
}
/*end CalendarPage*/

/*superbox*/

.superbox-show {
	/*height: 450px;*/
}

	.superbox-show .superbox-img-description {
		max-height: 48px;
		/*height: 48px;*/
		margin-top: 0 !important;
		overflow-y: auto;
	}

	.superbox-show .media-body {
		line-height: 17px;
		text-align: justify;
	}

	.superbox-show .well {
		-ms-border-radius: 0;
		border-radius: 0;
		height: 292px;
		color: #333;
		background: #fff;
	}

		.superbox-show .well .media-list {
			height: 260px;
			max-height: 260px;
			overflow-y: auto;
			padding: 5px;
		}

		.superbox-show .well .media-comment {
			height: 32px;
			position: relative;
			border-top: 1px solid silver;
			box-shadow: 0 0 5px silver;
			text-align: right;
		}

			.superbox-show .well .media-comment input[type=text] {
				width: 370px;
				display: inline-block;
				border: none;
			}

			.superbox-show .well .media-comment button {
				top: 0;
				position: absolute;
				border-radius: 0;
				right: 370px;
				bottom: 0;
				width: 49px;
			}



	.superbox-show .media {
		color: #333 !important;
		padding: 5px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.superbox-show .media .media-object {
			max-width: 64px;
			max-height: 64px;
		}

		.superbox-show .media .media-body {
			width: 390px;
			min-height: 70px;
			display: block;
		}

		.superbox-show .media .note {
			padding: 0;
			font-size: 11px;
			margin: 0;
			float: left;
		}


@media (max-width: 1347px) {
	.superbox-show {
		text-align: center !important;
		margin: 0 !important;
	}

	.superbox-current-img, #imgInfoBox {
		float: none !important;
	}

	#imgInfoBox {
		text-align: right;
		margin-right: 20px;
	}
}


/*end superbox*/

/* videojs */
.video-js {
	width: 590px !important;
	height: 400px !important;
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.vjs-default-skin {
	color: #dedede !important;
}

	.vjs-default-skin .vjs-play-progress,
	.vjs-default-skin .vjs-volume-level {
		background-color: #ff5e00 !important;
	}

	.vjs-default-skin .vjs-control-bar {
		font-size: 90% !important;
	}

	.vjs-default-skin .vjs-big-play-button {
		top: 40% !important;
		left: 40% !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		border: none !important;
	}
/* end videojs */






/* ======================================================================================================== */
/* ============================================= GHELICHKHANI ============================================= */
/* ======================================================================================================== */

/* KENDO */

/* BOTH DIRECTIONS */

.k-select > .k-link > .k-icon, .k-select > .k-icon {
	margin-left: 0 !important;
}



/* END BOTH DIRECTIONS */

/* KENDO LTR */

/* END KENDO LTR */

/* KENDO RTL */

/* END KENDO RTL */

/* KENDO IE9 FIXES */


/* END KENDO RTL */

/* END IE9 FIXES */

/* END KENDO */

/* IE8 FIXES */

/* WORD ACTIVEX DISPLAY FIX */

/*.k-ie8 .ActiveXSection {
	position: absolute;
}*/

/* END WORD ACTIVEX DISPLAY FIX */

/* END IE8 FIXES */


/*javad*/
.bootstrap-tagsinput .label {
	display: inline-block;
	color: #ffffff;
}
/*end javad*/


/*topnavuserDetails */
#topnavuserDetails .UserName {
	text-transform: capitalize;
	display: inline-block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
/*Top header*/


@media (max-width: 995px) {
	#header #logo {
		display: none;
	}

	#header #logo-group {
		width: 30px !important;
	}

	.smart-rtl .fixed-ribbon #content {
		padding-top: 100px;
	}

	#header .btn-header .UserName {
		min-width: 80px;
	}
}

@media (max-width: 599px) {

	#nav-collapse {
		background-color: white;
	}

	#header-Language {
		display: none;
	}

	.smart-rtl .btn-header.transparent a {
		margin-left: 2px;
	}

	#header .btn-header.pull-right {
		padding-bottom: 8px !important;
		margin-left: 5px;
	}
}

@media(max-width: 780px) {
	#header #logo-group {
		display: none;
	}
}

@media (max-width: 767px) {

	#header {
		height: auto;
	}

	#collapse {
		width: 100%;
		height: auto !important;
	}

	#header .btn-header.pull-right {
		padding-bottom: 8px !important;
	}
}

.smart-ltr #userDetailsWrapper {
	right: 5px;
	left: auto;
}
/*context-menu*/
.smart-ltr ul.context-menu {
	text-align: left;
}


/* row problem inside kendo containers */
.k-fix.row > *,
.k-fix.row > *::before,
.k-fix.row > *::after {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/* fix font-family problem in select > option controls - mostly in IE */

select.form-control, select.form-control option {
	font-family: FaragostarStandardFont !important;
}

.editable-input > select option, .editable-input > select {
	font-family: FaragostarStandardFont !important;
}

select.ui-datepicker-month, select.ui-datepicker-month option {
	font-family: FaragostarStandardFont !important;
}
/* #carousel-news */

#carousel-news .carousel-inner {
	min-height: 240px;
}

#carousel-news .annoucementBody {
	height: 165px;
	overflow: auto;
}

#carousel-news #PlayButton, #carousel-news #PauseButton {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid gray;
	text-align: center !important;
	color: gray;
}

#carousel-news #PlayButton {
	display: none;
}

#carousel-news #PauseButton {
	display: block;
}

.smart-rtl #carousel-news .carousel-indicators {
	position: relative;
	right: 10%;
}

#carousel-news .carousel-indicators {
	position: relative;
	left: 30%;
}

#carousel-news .item {
	padding: 15px;
}

#carousel-news {
	margin: 4px;
}

/* Start Dashboard */

.dashboard-item {
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

.dashboard-item {
	text-align: center;
}
/*ul.dashboard-menu {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;    
}*/


/*#admin-menu li.dashboard-item {
	text-align: center;
	list-style: none;
	width: 90px;
	margin: 4px;
	padding: 4px;
	float: right;
}

	#admin-menu li.dashboard-item img {
		width: 72px;
		display: block;
	}
	
	#admin-menu li.dashboard-item strong {
		display: block;
	}*/

/*#admin-menu {
	color: gray;
	/*padding-bottom: 40px;*/

/*#wrapper #admin-menu {
	width: 95%;
	border: 9px solid #fff;
	margin: 20px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/
/*#admin-menu li {
	list-style: none;
}*/
/*#admin-menu .image-grid {
	margin: -20px 0 0 -40px;
	padding-left: 45px;
	width: 95%;
}*/
/*#admin-menu .image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}*/
/*#admin-menu .image-grid li {
	width: 110px;
	margin: 10px 0 0 35px;
	float: left;
	text-align: center;
	line-height: 17px;
	color: white;
	height: 177px;
	overflow: hidden;
}*/
/*#admin-menu .image-grid li img,
	#admin-menu .image-grid li strong {
		display: block;
	}*/
/*.image-grid li strong #admin-menu {
	color: #333333;
	font-weight: normal;
}*/
/* End Dashboard */
/* header login */
.login-logo {
	display: inline-block;
}


/* Top header navbar-collapse */
#header .navbar-collapse.in {
	overflow-y: visible;
}

#header .navbar-collapse {
	padding: 0;
}

#header .navbar-toggle {
	width: 30px;
	height: 30px;
	padding: 2px;
	line-height: 26px !important;
	border: 1px solid #BFBFBF;
	color: #6D6A69;
}

	#header .navbar-toggle:hover {
		border: 1px solid #bfbfbf;
		color: #222;
		transition: all 0s;
		cursor: pointer;
		-webkit-box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
		box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
	}
/* Fix header */
.fixed-header #header {
	right: 0;
}
/* header  referletterfast */
.columns {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	width: 450px;
}

	.columns li a {
		display: block;
		clear: both;
		line-height: 1;
		white-space: normal;
	}

.breadcrumb li {
	white-space: nowrap;
}

/* shortcut */
#hide-shortcut {
	box-shadow: 0 4px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
	border-bottom: 1px solid #423F3F;
}
/* refer modal */
#sizing-addon2 {
	background: none;
}

.alert > div {
	display: inline-block;
	margin: 0 5px;
}
/* Notification minimize*/
#divbigBoxes .notify-minimize {
	position: absolute;
	display: block;
	cursor: pointer;
	opacity: 0.5;
	width: 20px;
	text-align: center;
}

.smart-rtl #divbigBoxes .notify-minimize {
	top: 6px;
	left: 30px;
}

.smart-ltr #divbigBoxes .notify-minimize {
	top: 6px;
	right: 30px;
}

#divbigBoxes .notify-minimize:hover {
	opacity: 1;
}

.currentrefer {
	border: 1px solid #4aabd6 !important;
	background-color: #cae9fe !important;
}

#divMiniIcons {
	width: auto;
	max-width: 415px;
}

.reminder-notify .notifytext {
	height: 55px;
	overflow: auto;
}

#letterListSpliterGrid ul {
	list-style-type: none;
}

#letterListSpliterGrid th.k-header {
	font-weight: normal;
}

#LetterImage .LetterBox {
	display: block;
	margin: 0 auto;
}

	#LetterImage .LetterBox canvas:hover, .refers .sketch .colors_sketch:hover {
		cursor: crosshair;
	}

#postponeModal input.form-control {
	width: 90%;
	height: 20px;
}

.reminder-notify .ReferToLetter,
#postponeModal .ReferToLetter {
	opacity: 0.8;
}

	.reminder-notify .ReferToLetter:hover,
	#postponeModal .ReferToLetter:hover {
		opacity: 1;
	}

.reminder-notify .delay-btn:hover {
	border-color: #404040 !important;
	background-color: #404040 !important;
}

.fg-progress {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	border: none;
	padding: 0;
	margin: 0;
	background: url('../../../Content/images/progress.gif');
}
/* chat window */
.ui-chatbox-titlebar.offline > span > i {
	background: #a19e9d !important;
}

#ChatPage #chat-container .state i {
	font-size: 10px !important;
}

#ChatPage #chat-container #chat-users .chat-name {
	font-size: 13px;
	color: #3276b1;
	font-weight: 700;
}

#ChatPage #chat-body .message {
	border-bottom: 1px dashed rgba(0,0,0,.1);
	padding: 10px;
	margin: 10px 0 0 20px;
}

#ChatPage #chat-users .userlink .badge {
	background-color: rgb(169, 3, 41) !important;
}

/* kendo window content padding */
.kendowindow-content {
	padding: 6px;
}
/* fix iframe content in ie8 */
iframe {
	position: relative;
}

/* notification */
#divMiniIcons .cajita {
	background-color: rgb(124,90,20) !important;
}

#divMiniIcons .active {
	background-color: rgb(199, 145, 33) !important;
}
/* kendo grid */
.k-grid-content table {
	border-bottom-width: 1px !important;
	border-bottom: 1px solid #cccccc;
}

/* VOICE COMMAND SPINNER */
.voice-command-spinner {
	margin: 1px auto;
	width: 100px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	display: none;
}

	.voice-command-spinner > span {
		vertical-align: top;
	}

	.voice-command-spinner > div {
		background-color: #618ef3;
		height: 100%;
		width: 2px;
		display: inline-block;
		-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
		-ms-animation: sk-stretchdelay 1.2s infinite ease-in-out;
		animation: sk-stretchdelay 1.2s infinite ease-in-out;
	}

	.voice-command-spinner .rect2 {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.voice-command-spinner .rect3 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	.voice-command-spinner .rect4 {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.voice-command-spinner .rect5 {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1.0);
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}



.wordPreview .img-responsive {
	width: 100%;
}

#LetterIndex .letter-title a {
	font-size: 13px;
}

#LetterIndex tr td.bold-row-true .letter-title a {
	font-size: 14px;
	font-family: FaragostarStandardFont-Bold;
}

.fc-off-day {
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,.03)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(0,0,0,.03)),color-stop(0.75,rgba(0,0,0,.03)),color-stop(0.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
	background-color: #f0e0e0 !important;
	background-size: 16px 16px;
}


/*دکمه ایجاد فرآیند جدید*/
.smart-ltr .move-right-btn {
	margin-right: 185px !important;
}

.smart-ltr .newItem-btn {
	float: right;
	margin-right: 25px;
	display: inline-block;
	margin-top: 5px;
	border: none;
}

.smart-ltr .newItem {
	background-color: #f8f8f8;
	color: #6D6A69;
	font-weight: bold;
}

.smart-rtl .newItem {
	background-color: #f8f8f8;
	color: #6D6A69;
	font-weight: bold;
}

.smart-rtl .newitem-dropdown {
	right: auto !important;
	left: 0 !important;
}

.smart-ltr .newitem-dropdown {
	right: auto !important;
	left: 0 !important;
}

.smart-rtl .move-right-btn {
	margin-left: 185px !important;
}

.smart-rtl .newItem-btn {
	float: left;
	margin-left: 25px;
	display: inline-block;
	margin-top: 5px;
	border: none;
}




#Letter_Notifications small.deputy-container {
	position: absolute;
	left: 5px;
	top: 25px;
	color: #058dc7;
}



.persian-words {
	direction: ltr;
	unicode-bidi: bidi-override;
}

.slave-contactinfo {
	color: #f4dc00 !important;
}


.k-grid-toolbar {
	padding-right: 1em !important;
}

.k-grid-filter.k-state-active {
	color: #f08700 !important;
}


/*
body.hidden-menu #header #logo-group span#activity {
	height: 14px;
	width: 14px;
	margin: 2px 0 0;
	font-size: 12px !important;
}
body.hidden-menu #header #logo-group img {
	display: none;
}
body.hidden-menu #header #project-context > .label {
	padding-top: 2px;
}
body.hidden-menu #header #project-context small {
	display: none;
}
body.hidden-menu #header .header-calendar, .header-calendar {
	margin-top: 2px;
}
body.hidden-menu #header .header-dropdown-list > li > .dropdown-toggle {
	margin-top: 2px;
}
body.hidden-menu #header {
	height: 26px;
}

body.hidden-menu #left-panel {
	padding-top: 26px !important;
}
body.hidden-menu .fixed-header #main {
	padding-top: 0;
}
body.hidden-menu .fixed-header #ribbon {
	display: none;
}
body.hidden-menu #header .btn-header a {
	height: 20px;
	width: 20px;
	min-width: 20px;
	min-height: 20px;
	margin: 2px 0 0;
	padding: 0;
}

	body.hidden-menu #header .btn-header a > i {
		font-size: 11px !important;
	}*/



#main-tree li.menu-item-more {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

#main-tree li.main-menu-less-wrapper {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

#main-tree ul.show-more-item li.menu-item-more {
	display: block;
	visibility: visible;
	opacity: 1;
}

#main-tree ul.show-more-item li.main-menu-less-wrapper {
	display: block;
	visibility: visible;
	opacity: 1;
}

#main-tree ul.show-more-item li.main-menu-more-wrapper {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}



.jarviswidget #wid-tab-SecretariatMainWidget :last-child {
	margin: 0;
}

.jarviswidget #wid-tab-DistributeBoxWidget :last-child {
	margin: 0;
}

.k-filter-menu.k-popup {
	width: max-content;
}

.k-filter-menu .k-button {
	font-size: 11px;
	margin: .5em 0% 0px 6px !important;
	width: inherit !important;
}



.smart-rtl .k-button.k-upload-button {
	direction: rtl;
}




.k-pager-wrap .clear-all-filter:hover {
	border-color: #ccc;
	background: #ebebeb;
}

.k-pager-wrap .clear-filter-disable {
	pointer-events: none;
}

.k-grid .k-pager-sizes .k-widget.k-dropdown {
	width: auto;
}


/* Fix Select2 Dropdown on kendo windows */

.k-window
.select2-container {
	z-index: 999999;
}



.full-wdith {
	width: 100%;
}

.no-wrap {
	white-space: nowrap;
}
/*body,span,h1,h2,h3,h4,h5,h6,p,a:lang(en) {
    font-family: 'Tahoma',Calibri;
}*/ 
