/* Style reset  */

* {
	margin: 0px;
	padding: 0px;
	cursor: inherit;
	-webkit-tap-highlight-color: transparent !important;
}
	
	html {
	    /* overflow: -moz-scrollbars-vertical;*/
	}

	img {
		border: none;
		vertical-align: middle;
		cursor: pointer;
	}
	
	.dragable {
		cursor: move;
	}
	
	.clickable {
		cursor: pointer;
	}
	
	.bold {
		font-weight: bold;
		color: #222222;
	}
	
	ul {
		list-style: none;
	}
	
	ul li b,
	ul li strong,
	optgroup[label] {
		color: #222222;
	}
	
	option {
		color: #000000;
	}
	
	fieldset {
		border: 1px solid #98ACC8;
		padding: 5px;
	}
	
		legend {
			margin-left: 7px;
			padding: 3px;
			font-weight: bold;
		}

	/* Clear Fix */

		.clearfix:after { /* FF, O, etc. */
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}

		.clearfix {
			display: inline-block; /* IE7xhtml*/
		}

		html[xmlns] .clearfix { /* O */
			display: block;
		}

		* html .clearfix {
			height: 1%; /* IE5-6 */
		}

/* Style main */

	input[type="radio"] {
		cursor: pointer;
	}
	
	input[disabled] {
	    color: #666666;
	}

	body, th, td, input, button, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		cursor: default;
		color: #000000;
	}

	body {
		background-color: #dbe2ec;
		text-align: center;
		margin-top: 10px;
		overflow-y: scroll;
		
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment:fixed;
	}

		/* Element style */

			a {
				color: #2a538c;
				cursor: pointer;
			}

			a:hover {
				color: #28518b;
			}


			div.hr {
				border-bottom: 1px solid #6086b9;
			}

				div.hr hr {
					display: none;
				}

			input[type="text"],input[type="password"], textarea,.select, select {
				background-color: white;
				height: 17px;
				border: 1px solid #c9c9c9!important;
				border-top: 1px solid silver!important;
				/*box-sizing: border-box;*/
				padding-left: 6px;
				padding-top: 2px;
				padding-bottom: 2px;	
				/*padding: 3px 1px 3px 3px;*/
				border-radius: 2px;
			}
			
			textarea {
				height: auto;
			}
			
			select {
				background-color: white;
				height: 23px;
				border: 1px solid #c9c9c9!important;
				border-top: 1px solid silver!important;
				/*box-sizing: border-box;*/
				padding-left: 3px;
				padding-top: 1px;
				padding-bottom: 1px;	
				/*padding: 3px 1px 3px 3px;*/
			}
			
			input[type="text"].year,
			input[type="text"].month,
			input[type="text"].day,
			input[type="text"].date,
			#deadline_year,
			#deadline_month,
			#deadline_day {
				padding-left: 2px;
				padding-right: 2px;
			}
			
			input:focus,
			select:focus,
			textarea:focus
			{ 
				outline: 1px solid #4D90FE;
				-moz-outline-radius: 2px;
			}
			
			/*input[type=text]:focus {
			    box-shadow: 0px 0px 3pt 2pt red;
			}*/

			select {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				background-color: #fff;
				background-image: url(../icon-select-arrow.gif);
				background-position: right center;
				background-repeat: no-repeat;
				padding-right:16px;
			}
			#page-login select {
				background-image: url(icon-select-arrow.gif);
			}
			#picker div {
				padding-top:2px;
				padding-bottom:2px;
				border: 1px solid #c9c9c9!important;
				border-top: 1px solid silver!important;
			}

		/* Float (left, right) */

			.lft {
				display: inline;
				float: left;
			}

			.rgt {
				display: inline;
				float: right;
			}

			.non-float {
				float: none;
			}

		/* Form style */

			textarea, input {
				cursor: text;
			}

			div.block-content-header input {
				cursor: default;
			}

			* > input[type="text"] {
				cursor: text;
			}

			* > input[type="checkbox"] {
				cursor: default;
				width: auto;
			}

			input.checkbox {
				cursor: default;
				width: auto;
			}

			input.button,
			button.button {
				height: 21px;
				border: 1px solid #a5b6ce;
				background-color: #6280aa;
				color: #ffffff;
				width: 115px;
				margin-left: 10px;
				white-space: nowrap;
				cursor: pointer;
				border-radius: 2px;
			}
			
				#popup #column-lft input.button,
				#popup #column-lft button.button,
				#popup #column-rgt input.button:not(#related_btn),
				#popup #column-rgt button.button:not(#related_btn),
				#popup #popup-info-main input.button,
				#popup #popup-info-main button.button,
				#popup #template input.button,
				#popup #template button.button {
					background-color: #7292bd;
				}
				
				#info-main #info-window button.button {
					background-color: transparent;
					border: none;
					color: #28518b;
					text-decoration: none;
				}
				
				#info-main #info-window button.button:hover,
				#info-main #info-window button.button:focus {
					text-decoration: underline;
				}
				
				#info-main #mark_as_read_link {
					text-decoration: none;
				}
				
				#info-main #mark_as_read_link:hover,
				#info-main #mark_as_read_link:focus {
					text-decoration: underline;
				}

			label.f-label {
				/*float: left;
				display: inline;*/
			}

				label.f-label span.title {
					float: left;
					display: inline;
					margin-top: 5px;
					margin-bottom: 1px;
				}
				
				label.f-label b,
				label.f-label strong {
					color: #222222;
				}

				td.f-required span.title,
				label.f-required span.title {
					font-weight: bold;
					color: #222222;
				}

				label.f-label span.field {
					float: left;
					display: inline;
					clear: both;
				}

			/* label.date */

				label.date span.title {
					float: left;
					display: inline;
					clear: both;
					margin-top: 5px;
					margin-bottom: 1px;
					padding-left: 3px;
				}

				label.date span.field {
					float: left;
					display: inline;
					clear: left;
					padding-right: 5px;
					white-space: nowrap;
				}

					label.date span.field input {
						width: 75px;
					}

						label.date span.field input.year {
							width: 29px;
						}

						label.date span.field input.month {
							width: 15px;
						}

						label.date span.field input.day {
							width: 15px;
						}

			/* label.time */

				label.time span.title {
					float: left;
					display: inline;
				}

				label.time span.field {
					float: left;
					display: inline;
					clear: left;
				}

					label.time span.field input {
						width: 20px;
					}

		/* Table style */


			table.table-content,
			table.table-content-no-border {
				width: 100%;
				background-color: #dde4ed;
				/*border-spacing: 1px;*/
				border-radius: 2px;
				border-collapse: collapse;
				border-color: black;
			}

			table.table-content-no-border {
				border: none;
			}

				table.table-content tfoot th,
				table.table-content-no-border tfoot th,
				table.table-content tfoot tr td,
				table.table-content-no-border tfoot tr td,
				table.table-content thead th,
				table.table-content-no-border thead th,
				table.table-content thead tr td,
				table.table-content-no-border thead tr td {
					/*border: 1px solid #ffffff;*/
					background-color: #96a9c6;
					color: #ffffff;
					padding: 4px 2px 4px 7px;
					text-align: left;
					
					border-top: 1px solid #ffffff;
					border-right: 1px solid #ffffff;
					border-left: 1px solid #ffffff;
				}

				table.table-content tbody th,
				table.table-content-no-border tbody th,
				table.table-content tbody tr td,
				table.table-content-no-border tbody tr td {
					border: 1px solid #dde4ed;
					background-color: #ffffff;
					color: #000000;
					padding: 3px 2px 3px 7px;
					line-height: 17px;
				}

				table.table-content tbody tr.active td,
				table.table-content-no-border tbody tr.active td {
					border-color: #ffffff;
					background-color: #dde4ed;
				}
				
				table.table-content tbody tr.red td,
				table.table-content-no-border tbody tr.red td {
					border: 1px solid #ffffff;
					background-color: #F4E0E0;
					color: #000000;
					padding: 3px 2px 3px 7px;
				}
				
				table.table-content tbody tr.email_mark td,
				table.table-content-no-border tbody tr.email_mark td {
					border: 1px solid #ffffff;
					background-color: #dde4ed;
					color: #000000;
					padding: 3px 2px 3px 7px;
				}
				
				table.table-content td.thead,
				table.table-content-no-border td.thead {
					background-color: #96a9c6;
					color: #ffffff;
					padding: 4px 2px 4px 7px;
				}

/*
				table.table-content-no-border td.last,
				table.table-content-no-border th.last {
					border-right: 1px solid #dde4ed;
				}

				table.table-content-no-border tr.last td,
				table.table-content-no-border tr.last th {
					border-bottom: 1px solid #dde4ed;
				}
*/

		/* Other */

			.scrollable {
				overflow: auto;
				position: relative;
			}
			
			.scrollable strong,
			.scrollable b {
				color: #222222;
			}
			
			.scrollableVertical {
				overflow-y: auto;
				overflow-x: hidden;
			}
			
			.clear-lft {
				clear: left;
			}

		/* Window */

			.fancy-border {
				border-top: none;
				border-left: 1px solid #b5c3d7;
				border-right: 1px solid #b5c3d7;
				border-bottom: 3px solid #b5c3d7;
				border-radius: 2px;
				
				
				background-color: #cad5e3;
				border-left: 1px solid transparent;
				border-right: 1px solid transparent;
				border-bottom: 3px solid transparent;
			}

			#window-shadow {
				text-align: center;
				width: 972px;
				margin-left: auto;
				margin-right: auto;
				
			}

				#window-shadow-bottom {
				}

				#window-container {
					border: 1px solid #28518b;
					
					border-radius: 2px;
					width: 970px;
					margin-left: auto;
					margin-right: auto;
					text-align: left;
					
					
					background-color: #dbe2ec;
					border: 1px solid transparent;
				}
				
				#page-ma_dashboard #window-shadow.fancy-border:first-of-type
				#page-ma_groups #window-shadow.fancy-border:first-of-type,
				#page-contacts #window-shadow.fancy-border:first-of-type,
				#page-calendar #window-shadow.fancy-border:first-of-type,
				#page-states #window-shadow.fancy-border:first-of-type,
				#page-plans #window-shadow.fancy-border:first-of-type,
				#page-reports #window-shadow.fancy-border:first-of-type,
				#page-installations #window-shadow.fancy-border:first-of-type,
				#page-memo #window-shadow.fancy-border:first-of-type,
				#page-dashboard #window-shadow.fancy-border:first-of-type,
				#page-records #window-shadow.fancy-border:first-of-type,
				#page-emails #window-shadow.fancy-border:first-of-type,
				#page-warehouse #window-shadow.fancy-border:first-of-type,
				#page-whouse #window-shadow.fancy-border:first-of-type,
				#page-collection #window-shadow.fancy-border:first-of-type,
				#page-chat #window-shadow.fancy-border:first-of-type,
				#page-documents #window-shadow.fancy-border:first-of-type,
				#page-insurance #window-shadow.fancy-border:first-of-type,
				#page-insurance_contracts #window-shadow.fancy-border:first-of-type,
				#page-empirus #window-shadow.fancy-border:first-of-type,
				#page-resources #window-shadow.fancy-border:first-of-type,
				#page-library #window-shadow.fancy-border:first-of-type,
				#page-m1_planned_sales #window-shadow.fancy-border:first-of-type,
				#page-lrtc_registrations #window-shadow.fancy-border:first-of-type,
				
				#page-users #window-shadow.fancy-border:first-of-type,
				#page-preferences #window-shadow.fancy-border:first-of-type,
				#page-recycle #window-shadow.fancy-border:first-of-type,
				#page-workers #window-shadow.fancy-border:first-of-type,
				
				#page-login #window-shadow.fancy-border:first-of-type,
				
				#page-info #window-shadow.fancy-border:first-of-type {
					padding: 6px;
					box-shadow: 0px 8px 32px 0px #3f464e;
					background-color: #dbe2ec;
					border: none;
					
					
					background-color: #dbe2ec;
				} 
				
				#page-login #window-container {
					background-color: #cad5e3;
				}
				

					#window-titlebar {
						background-color: #28518b;
						color: #ffffff;
						height: 26px;
						line-height: 26px;
					}

						#window-titlebar h1 {
							margin-left: 10px;
							padding-left: 20px;
							height: 26px;
							font-size: 14px;
							font-weight: bold;
							text-transform: uppercase;
						}

						#window-titlebar div.rgt {
							margin-right: 10px;
							padding-top: 3px;
							position: relative;
							top: -1px;
						}

						#window-titlebar > div.rgt {
							padding-top: 0px;
						}

							#window-titlebar div.rgt * {
								color: #ffffff;
							}

							#submit_indicator img {
								position: relative;
								left: -3px;
								cursor: default;
							}

							#popup #submit_indicator {
								margin-left: 7px;
							}

							#submit_indicator {
								display: inline-block;
								visibility: hidden
							}

					ul.navigation-menu {
					}

						ul.navigation-menu li {
							float: left;
							display: inline;
							margin-bottom: 1px;
							margin-right: 1px;
							background-color: #ffffff;
							/*background-image: url("../ul-li-a.png");*/
							background-position: 2px;
							background-repeat: repeat-x;
							border: 1px solid #96a9c6;
							/*border-top-left-radius: 2px;
							border-top-right-radius: 2px;*/
						}

							ul.navigation-menu li a {
								float: left;
								display: inline-block;

								height: 21px;
								line-height: 21px;
								
								/*border-top-left-radius: 2px;
								border-top-right-radius: 2px;*/
								
								/*background-color: #ffffff;*/
								text-decoration: none;
								padding-left: 10px;
								padding-right: 10px;
								color: #264f8a;
								white-space: nowrap;
							}
							
							ul.navigation-menu li a:hover {
								background-color: #eef1f6;
							}
							
							ul.navigation-menu li.has_records {
								background-color: #e6ebf2;
								/*background-image: url("../ul-li-a-r.png");*/
								background-image: none;
							}
							
							ul.navigation-menu li.has_records a {
								/*color: #566C80;*/
								color: #264f8a;
							}

						ul.navigation-menu li.active {
						}

							ul.navigation-menu li.active a {
								background-color: #43679a;/*#6280aa;/*#7f91aa;*//*#43679a*/
								/*background-image: url("../ul-li-a-a.png");*/
								color: #ffffff;
							}

							ul.navigation-menu li.active a:hover {
								background-color: #43679a;
								color: #ffffff;
							}

						ul.navigation-menu li.alert a {
							background-color: #ad4949;
							color: white;
						}

						ul.navigation-menu li.disabled a {
							background-color: #DBE2EC;
							color: #96A9C6;
							cursor: inherit;
						}

					/* Block content */

						div.block-content-a,
						div.block-content-a-light {
							border: 1px solid #6086b9;
							border-radius: 2px;
							background-color: #eef1f6;
							
							/*border: 1px solid #a5b6ce;*/
						}
						
						div.block-content-a-light-red {
							border: 1px solid #9F7B7F;
							background-color: #F5EFEF;
						}

						div.block-content-a-light {
							border: 1px solid #98acc8;
						}
						
						div.block-content-a-light-background {
							background-color:#F7F8FB;
						}

						div.block-content-a-margin,
						div.block-content-a-margin-last {
							margin-left: 10px;
							margin-right: 10px;
						}

						div.block-content-a-margin-last {
							margin-bottom: 10px;
						}

						div.block-content-b-margin,
						div.block-content-b-margin-last {
							margin-left: 2px;
							margin-right: 2px;
						}

						div.block-content-b-margin-last {
							margin-bottom: 10px;
						}
						
						#popup div.block-content-b-margin-last.fancy-border {
							margin-bottom: 0px;
						}

						div.block-content-c {
							margin-top: 10px;
							margin-left: 14px;
							margin-right: 14px;
							position: relative;
						}

							div.block-content-c div.rgt {
								padding-top: 6px;
							}

						div.block-content-d {
							margin-top: 10px;
							margin-left: 21px;
							margin-right: 21px;
							position: relative;
						}

							div.block-content-d div.rgt {
								padding-top: 6px;
							}

						div.block-content-sub {
							position: relative;
							padding-top: 10px;
							padding-bottom: 10px;
						}

							div.block-content-sub div.column-c {
								position: absolute;
								right: 0px;
								bottom: 20px;
							}

						div.block-content-header {
							/*border: 1px solid #eef1f6;*/
							border-radius: 2px;
							background-color: #dbe2ec;

							line-height: 17px;
							padding-left: 7px;
							padding-top: 7px;
							padding-bottom: 7px;
						}
						div.block-content-header-red {
							border: 1px solid #FBE2E4;
							border-radius: 2px;
							background-color: #E9DDDD;

							/*line-height: 29px;*/
							padding-left: 7px;
							padding-top: 7px;
							padding-bottom: 7px;
						}

							div.block-content-header b,
							div.block-content-header h2,
							div.block-content-header span,
							div.block-content-header label, 
							div.block-content-header-red h2,
							div.block-content-header-red span,
							div.block-content-header-red label {
								font-size: 12px;
								font-weight: bold;
								color: #222222;
							}

						div.block-content-content {
							margin: 10px;
						}

	/* Sortable tables */
	table.sortable thead tr th span.sortheader {
	    text-decoration: none;
	    cursor: pointer;
	}
	table th.sortarrow a,
	table.sortable thead tr th span.sortarrow {
	    text-decoration: none;
	}

	/* IE Fix'es */
	
	#popup a img,
	#window-content a img {
		position: relative;
		top: -1px;
	}
	
	.multiSelect a img {
		top: -1px !important;
	}
	
	.scrollable li {
		padding-top: 2px;
		padding-bottom: 2px;
		margin-left: 4px;
	}

	iframe {
		display: none;
	}


		* > img.icon-delete {
			position: relative;
			top: 4px;
		}

	.margin10px {
		margin: 10px;
	}

	#duration {
		cursor: pointer;
		font-weight: normal;
		padding: 0 2px;
	}
		
		#duration.plays {
			background: #b32f2f;
			color: white;
		}


	.comboBoxList, .SearchBoxList {
		padding: 0px;
		border: 1px solid #999;
		background-color: #ffffff;
		max-height: 150px; 
		overflow: auto;
	}
	.comboBoxItem, .SearchBoxItem {
		margin: 0px;
		padding: 2px 5px;
		background-color: inherit;
		cursor: default;
	}
	.comboBoxSelectedItem, .SearchBoxSelectedItem {
		background-color: #dde4ed;
	}

	.cursorDefault {
		cursor: default;
	}
	
	.cursorMove {
		cursor: move;
	}

	.task.task-recurs {
		background: url('icon-recurrent.gif') no-repeat top right;
	}
	
	#skytexlink a {
		text-decoration:none;
	}
	#skytexlink a:hover {
		text-decoration: underline;
	}

.reset-float {
	float: none;	
}

.w100 {
	width:100%;
}

.w99 {
	width:99%;
}
#relatedTable tr td {
	line-height: 17px;
	word-wrap: break-all;
}

.tool-refresh {
	float: left;
	display: block;
	width: 15px;
	height: 16px;
	/*background: transparent no-repeat url("../../icon-refresh.gif") center center;*/
	background: transparent no-repeat url("../icon-refresh.gif") center center; 
}

	.tool-refresh span {
		display: none;
	}

.mceContentBody  {
	font-size: 12px !important;
}	

.allTasks {
	background: #fff;
}

.tdLikeHeader {
	background-color:#DDE4ED !important;
	border:1px solid #FFFFFF;
	padding:4px 4px 4px 7px;
	font-weight: bold;
}
.spacerrr {
	 border-bottom: 3px solid #96A9C6;
}

/*.tablescroll {
	overflow-x:hidden;	
}*/

/*ul.navigation-menu li.has_records a {
	color: #506A81;
}
ul.navigation-menu li.active a {
	color: #ffffff;
}*/

.MyHelpToolTip {
	background-color:#f4f3d4;
	background-image: url("../mouse.png");
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-top:28px;
	padding-right:28px;
	padding-bottom:28px;
	padding-left: 75px; 
	color: #000000;
	max-width: 455px;
	-moz-box-shadow: 0px 3px 20px 0px #a8a8a8;
	-webkit-box-shadow: 0px 3px 20px 0px #a8a8a8;
	box-shadow: 0px 3px 20px 0px #a8a8a8;
	line-height: 20px;
}

.tablescroll_foot input {
	padding-top: 0px;
}

#email_iframer {
	border: 1px solid #c9c9c9!important;
	border-radius: 2px;
}

#email_info {
	position: relative;
	cursor: default;
}

	#email_info img {
		cursor: default;
	}

	#email_tooltip {
		display: none;
		position: absolute;
		right: 7px;
		top: 6px;
		width: auto;
		min-width: 150px;
		max-width: 500px;
		height: auto;
		border: 1px solid rgb(102, 102, 102);
		padding: 5px;
		margin: 0px;
		z-index: 1000000;
		color: rgb(51, 51, 51);
		text-align: left;
		background-color: rgb(255, 255, 204);
		white-space: pre;
	}

#reminder_container .reminder_container_iframe {
	display: block;
	margin-top:7px;
	margin-left:7px;
	/*padding = 10px;*/
	width: 710px;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #98acc8;
	border-top: 1px solid #98acc8;
	border-bottom-radius: 2px;
	border-top-radius: 2px;
}


#popup #info-window {
	height: 430px;
	width:643px;
	background-color: #dbe2ec;
	border: 1px solid #a7acb2;
	overflow-y: scroll;
	margin: 7px;
}

#popup.email #info-window {
	width:776px;
}

#popup.processes #info-window  {
	width:871px
}




div.info-data-block {
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
}
	
div.info-other-message {
	position:absolute;
	left:30px;
	top:50px;
}
	
div.info-block {
	background-color: #ffffff;
	margin-left:15px;
	margin-right:20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:15px;
	border: 1px solid #a7acb2;
	border-radius: 2px;
	position: relative;
}

div.info-block div.marker {
	width:15px;
}
div.info-block div.unread {
	background-image: url("../new-info.png");
	background-repeat: no-repeat;
}

div.info-block div.thread-block div.hr {
	margin: 7px 0px; 
	border-bottom: 1px solid #e4e4e6;
}

div.info-block span.thread-head-user,
div.info-block div.thread-head-user {
	font-weight: bold;
	color: #222222;
	margin-right:15px;
}

div.info-block span.grey,
div.info-block div.grey {
	color: #89868f;
}

div.info-block div.reply-files {
	margin-top: 10px;
}
div.info-block div.reply-text {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}


#googoleLikeComplete_container_info_users {
	
}
#googoleLikeComplete_container {
	width: 425px;
	min-height: 25px;
	background-color: white;
	border: 1px solid #c9c9c9!important;
	border-top: 1px solid silver!important;
	box-sizing: border-box;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 3px 1px 3px 3px;
	border-radius: 2px;
}

#googoleLikeComplete_container div.token {
	background: #f5f5f5;
	border: 1px solid #ccc;
	cursor: pointer;
	float: left;
	margin: 0px 4px;
	margin-bottom: 1px;
	padding: 0px 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#googoleLikeComplete_container #googoleLikeComplete_input {
	background: transparent;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000000;
	float: left;
	outline: none;
	padding: 0px;
	padding-left: 4px;
	vertical-align: middle;
}
#googoleLikeComplete_container div.clearBoth {
	clear: both;
}
#autocomplete_list {
	display:none;
	position:absolute;
	background-color: white;
	border: 1px solid #28518b;
	width: auto;
	padding: 5px;
	min-height: 100px;
	height: auto;
	overflow: auto;
}
#autocomplete_list ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#autocomplete_list ul li{
	padding: 0px 7px 0px 7px;
	cursor: pointer;
	
}
#autocomplete_list ul li:HOVER,
#autocomplete_list ul li:FOCUS {
	background-color: #eeeeee;
}

#info_top_main_container_count,
#reminder_count_container_count_div {
	cursor:pointer;
	background: url("../kvadratas.png") left top no-repeat;
	width: 15px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	/*padding:1px;*/
	position: relative;
	/*top: -6px;*/
	top: -2px;
	left: -12px;
}
#info_top_main_container_count span,
#reminder_count_container_count_div span {
	position: relative;
	top: -5px;
}

#body_change_bg {
	background-color: transparent !important;
}

#search-block {
    min-height: 400px;
    padding: 10px;
    border: none;
    position: relative;
}

#search-block table td{
	text-align: left;	
}

#search-block table td.thead{
	font-weight: bold;	
}

#search-block table tfoot td {
	background-color: #EEF1F6;
	color: #000000;
}

#page-contacts #block-search #query2 {
    height: 16px;
    width: 250px;
}

#record_duration.plays {
	background: #b32f2f;
	color: white;
	padding: 0 2px;
}

#quick_menu {
	position: absolute;
	right: -67px;
	top: 27px;
	z-index: 8888888;
	width: initial;
}

#contacts_quick_menu #quick_menu a {
	color: #000000;
	width: initial;
	white-space: nowrap;
}

#contacts_quick_menu #quick_menu a:hover {
	color: #000000;
}

#library-rgt {
	width: 680px;
}

#library-lft {
	width: 250px;
}

#relatedPreloader.dashboard-preloader {
	width: 932px;
}

/* WAIT */

#wait #window-shadow {
	position: static;
	width: 390px;
	margin: 150px auto 0;
}

#wait #window-titlebar {
	line-height: 35px;
}

#wait #window-titlebar {
	font-size: 16px;
}

#wait #window-container {
	width: 100%;
}

#wait #window-container {
	width: 380px;
}

#wait #window-shadow {
	margin-left: -180px;
}

#crm-look a {
	padding: 4px 0px 4px 30px;
}

#crm-look .active {
	background: #EEF1F6 url(../res_checked.png) 3px center no-repeat;
}

/* PAGE INFO */

#page-info #info-main {
	width: 760px;
}

#page-info #info-sidebar {
	width: 170px;
}

/* INVOICE */

#prices-refresher {
	height:16px;
	width:16px;
	background: url(../icon-refresh2.gif) left top no-repeat;
	cursor: pointer;
	float: right;
	margin-top: -1px;
	margin-left: 10px;
}

.border1r2{
	border: 1px solid #6086b9;
	radius: 2px;
}

.gr-norma, .gr-spalva {
	width: 55px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 5px;
}

.gr-spalva{
	margin-top: 10px;
}

.gr-spalva select {
	width: 50px;	
}

.gr-norma input {
	width: 45px;	
}

button.button.color-add {
	width: 60px;
	margin-left: 0px;
	margin-top: 25px;
}

#chosen_colors td {
	width: 50px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

#collection_color_items input {
	width: 40px;
}

#collection_color_items input.item {
	width: 200px;
}

#popup.collection_orders {
	width: 1065px;
}

#popup.collection_orders #column-rgt .field select{
	width: 225px;
}

#popup.collection_orders #column-lft .field input{
	width: 382px;
}

#popup.collection_orders #column-lft {
	width: 801px;
}

#popup.collection_orders label.f-label.clearfix.lft {
	margin-right: 10px;
}

#popup.collection_orders td {
	padding: 2px;
}

#popup.collection_orders input.item{
	width: 200px;
}

#popup.collection_orders input.size_td {
	width: 20px;
	padding: 3px;
}

#popup.collection_orders input.price,
#popup.collection_orders input.quantity {
	width: 50px;
	padding: 3px;
}

#popup.collection_orders input.size_td:disabled{
	border: none !important;
}

#popup.collection_orders select.color_td{
	width: 50px;
}

.contact-color-selector {
	border: 1px solid #c9c9c9!important;
	width: 226px;
	height: 21px;
	float: left;
	border-top: 1px solid silver;
	border-radius: 2px;
	background: #ffffff url(../icon-select-arrow.gif) right center no-repeat;
	position: relative;
}

.contact-color-selector-border {
	/*border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 150px solid #ffffff;*/
	width: 50px;
	height: 14px;
    position: absolute;
    left: 10px;
    top: 2px;
}

.contact-color-selector-options {
	border: 1px solid #96a9c6;
	width: 224px;
	padding-bottom: 2px;
	position: absolute;
	top: 18px;
	left: 0px;
	z-index: 999;
	background-color: #ffffff;
	height: 110px;
	overflow-y: scroll;
}

.contact-color-selector-option {
	margin: 0px 0 0px 10px;
	width: 50px;
	height: 14px;
}

.contact-color-selector-option-outer {
	padding: 1px 0 1px;
}

.contact-color-selector-option-outer:hover, .contact-color-selector-option-outer.selected-color-option {
	background-color: #dbe2ec;
}

#page-preferences .contact-color-selector {
	width: 226px;
	float: right;
	margin-left: 10px;
}

#page-preferences .contact-color-selector-border {
	border-right: 150px solid #ffffff;
	
}

#page-preferences span.title.help-contacts_fieldselect_title {
	line-height: 21px;
}

#date-refresher {
	position: absolute;
	height:16px;
	width:16px;
	background: url(../icon-refresh2.gif) left top no-repeat;
	cursor: pointer;
	float: left;
	margin-left: 15px;
}

/* MULTI SELECT ARROW */

div.ieFix.select.multiSelect a img {
	margin-top: 10px;
}

/* LRTC */
.lrtc_rgt_contract_input input {
	width: 217px !important;
}

.lrtc_lft_contract_input {
	padding-bottom: 5px;
}

.lrtc_lft_contract_input label {
    padding: 0px 3px;
}

.lrtc_lft_contract_input input {
	width: 408px !important;
}

textarea.lrtc_lft_contract_input_textarea {
	height: 50px !important;
}

#lrtc_registrations_navigation_count {
	cursor: pointer;
    background: #9a3333;
    padding: 0px 3px;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -5px;
    border-radius: 3px;
}

#lrtc_registrations_navigation_count span {
	position: relative;
	color: #ffffff;
}

ul.navigation-menu li#main_lrtc_registrations_tab {
	position: relative;
}

@charset "UTF-8";

/*!
	Zocial Butons
	http://zocial.smcllns.com
	by Sam Collins (@smcllns)
	License: http://opensource.org/licenses/mit-license.php
	
	You are free to use and modify, as long as you keep this license comment intact or link back to zocial.smcllns.com on your site.
*/


/* Button structure */

.zocial,
a.zocial {
	border: 1px solid #777;
	border-color: rgba(0,0,0,0.2);
	border-bottom-color: #333;
	border-bottom-color: rgba(0,0,0,0.4);
	color: #fff;
	-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	cursor: pointer;
	display: inline-block;
	font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;
	padding: 0 .95em 0 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	white-space: nowrap;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	
	position: relative;
	
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

.zocial:before {
	content: "";
	border-right: 0.075em solid rgba(0,0,0,0.1);
	float: left;
	font: 120%/1.65 zocial;
	font-style: normal;
	font-weight: normal;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	
	-moz-box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
	-webkit-box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
	box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
	
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.zocial:active {
	outline: none; /* outline is visible on :focus */
}

/* Buttons can be displayed as standalone icons by adding a class of "icon" */

.zocial.icon {
	overflow: hidden;
	max-width: 2.4em;
	padding-left: 0;
	padding-right: 0;
	max-height: 2.15em;
	white-space: nowrap;
}
.zocial.icon:before {
	padding: 0;
	width: 2em;
	height: 2em;
	
	box-shadow: none;
	border: none;
}

/* Gradients */

.zocial {
	background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(49%, rgba(255,255,255,.05)), color-stop(51%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
	background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
}

.zocial:hover, .zocial:focus {
	background-image: -moz-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
	background-image: -ms-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
	background-image: -o-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), color-stop(49%, rgba(255,255,255,.15)), color-stop(51%, rgba(0,0,0,.1)), to(rgba(0,0,0,.15)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
	background-image: linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
}

.zocial:active {
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(30%, rgba(255,255,255,0)), color-stop(50%, transparent), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
	background-image: linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
}

.zocial.google:before {content: "G";}
.zocial.googleplay:before {content: "h";}
.zocial.googleplus:before {content: "+";}

.zocial.email {background-color: #f0f0eb; color: #312c2a;}
.zocial.github {background-color: #fbfbfb; color: #050505;}
.zocial.gmail {background-color: #efefef; color: #222;}
.zocial.google {background-color: #4e6cf7;}
.zocial.googleplay {background-color: #000;}
.zocial.googleplus {background-color: #dd4b39;}
.zocial.youtube {background-color: #f00;}


.zocial.primary, .zocial.secondary {margin: 0.1em 0; padding: 0 1em;}
.zocial.primary:before, .zocial.secondary:before {display: none;}
.zocial.primary {background-color: #333;}
.zocial.secondary {background-color: #f0f0eb; color: #222; text-shadow: 0 1px 0 rgba(255,255,255,0.8);}


/* Skytex icon font from mobile app */

@font-face {
  font-family: 'Skytex';
  src: url('../fonts/Skytex.woff?v=1.0.0') format('woff'),
  	   url('../fonts/Skytex.ttf?v=1.0.0') format('truetype'),
  	   url('../fonts/Skytex.svg?v=1.0.0') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sky {
  display: inline-block;
  font: normal normal normal 14px/1 Skytex !important;
  font-size: inherit !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* General icons */
.sky-menu:before {
	content: "\f000";
}

.sky-camera:before {
	content: "\f001";
}

.sky-file:before {
	content: "\f002";
}

.sky-calendar:before {
	content: "\f003";
}

.sky-user:before {
	content: "\f004";
}

.sky-list:before {
	content: "\f005";
}

.sky-power-off:before {
	content: "\f006";
}

.sky-search:before {
	content: "\f007";
}

.sky-refresh:before {
	content: "\f008";
}

.sky-caret-down:before {
	content: "\f009";
}

.sky-caret-up:before {
	content: "\f00a";
}

.sky-sort:before {
	content: "\f00b";
}

.sky-sort-down:before {
	content: "\f00c";
}

.sky-sort-up:before {
	content: "\f00d";
}

.sky-reload:before {
	content: "\f00e";
}

.sky-bell:before {
	content: "\f010";
}

.sky-bell-o:before {
	content: "\f00f";
}

.sky-users:before {
	content: "\f011";
}

.sky-ellipsis-h:before {
	content: "\f012";
}

.sky-ellipsis-v:before {
	content: "\f013";
}

.sky-chat:before {
	content: "\f014";
}

.sky-chat-o:before {
	content: "\f015";
}


/* normal/square/circle sets */

.sky-plus:before {
  content: "\f02c";
}

.sky-plus-square:before {
  content: "\f052";
}

.sky-plus-circle:before {
  content: "\f078";
}

.sky-minus:before {
  content: "\f02d";
}

.sky-minus-square:before {
  content: "\f053";
}

.sky-minus-circle:before {
  content: "\f079";
}


.sky-check:before {
  content: "\f02e";
}

.sky-check-square:before {
  content: "\f054";
}

.sky-check-circle:before {
  content: "\f07a";
}


.sky-times:before {
  content: "\f02f";
}

.sky-times-square:before {
  content: "\f055";
}

.sky-times-circle:before {
  content: "\f07b";
}


.sky-trash:before {
  content: "\f030";
}

.sky-trash-square:before {
  content: "\f056";
}

.sky-trash-circle:before {
  content: "\f07c";
}


.sky-edit:before {
  content: "\f031";
}

.sky-edit-square:before {
  content: "\f057";
}

.sky-edit-circle:before {
  content: "\f07d";
}


.sky-double-angle-left:before {
  content: "\f032";
}

.sky-double-angle-left-square:before {
  content: "\f058";
}

.sky-double-angle-left-circle:before {
  content: "\f07e";
}


.sky-double-angle-right:before {
  content: "\f033";
}

.sky-double-angle-right-square:before {
  content: "\f059";
}

.sky-double-angle-right-circle:before {
  content: "\f07f";
}


.sky-angle-left:before {
  content: "\f034";
}

.sky-angle-left-square:before {
  content: "\f05a";
}

.sky-angle-left-circle:before {
  content: "\f080";
}


.sky-angle-right:before {
  content: "\f035";
}

.sky-angle-right-square:before {
  content: "\f05b";
}

.sky-angle-right-circle:before {
  content: "\f081";
}


.sky-angle-up:before {
  content: "\f036";
}

.sky-angle-up-square:before {
  content: "\f05c";
}

.sky-angle-up-circle:before {
  content: "\f082";
}


.sky-angle-down:before {
  content: "\f037";
}

.sky-angle-down-square:before {
  content: "\f05d";
}

.sky-angle-down-circle:before {
  content: "\f083";
}


.sky-save:before {
  content: "\f038";
}

.sky-save-square:before {
  content: "\f05e";
}

.sky-save-circle:before {
  content: "\f084";
}


