﻿html {
	background-color: #FEFEFE;
	margin: 0;
	padding: 0;
}

body {
	min-width: 1200px;
	background-color: #FEFEFE;
	color: #6b6f72;
	font-size: .85em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

	a:link, a:visited,
	a:active, a:hover {
		color: #333;
	}

	a:hover {
		background-color: #c7d1d6;
	}

header, footer, hgroup,
nav, section {
	display: block;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.srp-uzdevums>div {
	display: inline-block;
}

.srp-uzdevums .k-autocomplete {
	width: 100%;
}

.srp-uzdevums .float-left {
	max-width: 33%;
	width: 33%;
}

.srp-uzdevums .float-right {
	max-width: 63%;
	width: 63%;
}

.srp-uzdevums .aktivitates-grid {
	margin-top: 28px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
	max-width: 1280px;
}

#body {
	background-color: #FEFEFE;
	clear: both;
	padding-bottom: 35px;
}

.main-content {
	padding: 10px;
}

.featured + .main-content {
}

header .wrapper {
	padding-top: 20px;
	margin-bottom: 20px;
	/*background: #E5E5E6;*/
	background: linear-gradient( to bottom, rgba(230,230,230,0), rgba(230,230,230,0) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) );
	background-size: 100% 4px;
}

footer {
	clear: both;
	background-color: #FEFEFE;
	font-size: .8em;
	height: 100px;
}

/*  TOP 
----------------------------------------------------------*/

.top-line1 {
	z-index: 10;
	position: absolute;
	background: #AC2141;
	height: 27px;
	width: 30px;
	margin-top: 54px;
}

.top-line2 {
	z-index: 10;
	position: absolute;
	background: #AC2141;
	height: 27px;
	width: 340px;
	margin-top: 54px;
	margin-left: 200px;
}

	.top-line2 span {
		color: #fefefe;
		text-transform: uppercase;
		font-family: 'Times New Roman';
		letter-spacing: 2px;
		padding: 3px 0 0 20px;
		padding-left: 20px;
		font-size: 16px;
		vertical-align: middle;
		text-align: center;
		line-height: 26px;
	}

.top-line3 {
	z-index: 0;
	position: absolute;
	background: #E5E5E6;
	height: 27px;
	width: 100%;
	margin-top: 54px;
}

.top-gradient {
	z-index: 1;
	position: absolute;
	width: 60%;
	height: 168px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(5%,rgba(255,255,255,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 100%); /* W3C */
}


/* site title
----------------------------------------------------------*/
.site-title {
	color: #c8c8c8;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 2.3em;
	margin: 0;
	padding-left: 50px;
}

	.site-title a, .site-title a:hover, .site-title a:active {
		background: none;
		color: #c8c8c8;
		outline: none;
		text-decoration: none;
	}

	.site-title img {
		z-index: 2;
		position: relative;
	}


/* login
----------------------------------------------------------*/

.loginInfo {
	background: #E5E5E6;
	margin-top: 10px;
}

#login {
	display: block;
	margin: 20px 16px 20px;
	text-align: right;
}

	#login a.username, #login a.siteVersion {
		color: #6b6f72;
		font-size: 1em;
		text-decoration: none;
	}

	#login a.siteVersion {
		padding-right: 20px;
	}

	#login a.username:before {
		content: "";
		display: inline-block;
		vertical-align: -25%;
		margin: 0 5px 0 0;
		width: 21px;
		height: 21px;
		background: url("../Images/login_sprite.png") no-repeat 0px 0px;
	}

	#login a.username:hover:before {
		background: url("../Images/login_sprite.png") no-repeat 0px -21px;
	}

	#login a.logout:before {
		content: "";
		display: inline-block;
		vertical-align: -25%;
		margin: 0 5px 0 0;
		width: 21px;
		height: 21px;
		background: url("../Images/login_sprite.png") no-repeat -21px 0px;
	}

	#login a:hover {
		color: #AC2141;
		background: rgba(0,0,0,0);
	}

	#login a.logout:hover:before {
		background: url("../Images/login_sprite.png") no-repeat -21px -21px;
	}

	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}


/* menu
----------------------------------------------------------*/
ul#menu {
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: 600;
	margin: 56px 20px 5px;
	padding: 0;
	text-align: right;
}

	ul#menu li {
		display: inline;
		list-style: none;
		padding-left: 15px;
	}

		ul#menu li a {
			background: none;
			color: #AC2141;
			text-decoration: none;
			padding: 2px 25px;
		}

			ul#menu li a:hover, ul#menu li .active {
				color: #fff;
				background-color: #AC2141;
				text-decoration: none;
			}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
	background-color: #fff;
}

	.featured .content-wrapper {
		background-color: #7ac0da;
		background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
		background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		color: #3e5667;
		padding: 20px 40px 30px 40px;
	}

	.featured hgroup.title h1, .featured hgroup.title h2 {
		color: #fff;
	}

	.featured p {
		font-size: 1.1em;
	}

/* page titles */
hgroup.title {
	margin-bottom: 10px;
}

	hgroup.title h1, hgroup.title h2 {
		display: inline;
	}

	hgroup.title h2 {
		font-weight: normal;
		margin-left: 3px;
	}

/* features */
section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

/* content */
article {
	float: left;
	width: 70%;
}

.label {
	font-weight: 700;
}

/* login page */
#loginForm {
	margin: 0 auto;
	width: 260px;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

	#loginForm .validation-summary-errors ul {
		margin: 0;
		padding: 0;
	}

	#loginForm .validation-summary-errors li {
		display: inline;
		list-style: none;
		margin: 0;
	}

	#loginForm input {
		width: 250px;
	}

		#loginForm input[type="checkbox"],
		#loginForm input[type="submit"],
		#loginForm input[type="button"],
		#loginForm button {
			width: auto;
		}

	#loginForm #RememberMe {
		height: auto;
		margin: 0;
		margin-top: 3px;
	}

	#loginForm a {
		padding: 0;
	}

#socialLoginForm {
	margin-left: 40px;
	float: left;
	width: 40%;
}

	#socialLoginForm h2 {
		margin-bottom: 5px;
	}

#socialLoginList button {
	margin-bottom: 12px;
}

#logoutForm {
	display: inline;
}

#logoutFormMobile {
	display: inline;
}

/* contact */
.contact h3 {
	font-size: 1.2em;
}

.contact p {
	margin: 5px 0 0 10px;
}

.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

label {
	display: block;
	font-size: 14px;
}

	label.checkbox {
		display: inline;
	}

input, textarea {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 300px;
}

textarea {
	font-family: inherit;
	width: 500px;
}

/*input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }*/

input[type="checkbox"] {
	background: transparent;
	border: inherit;
	width: auto;
	margin-right: 300px;
	height: 30px;
}

/*button {
    background-color: #fff;
    border: solid 1px rgb(153, 0, 41);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}*/

td input[type="submit"],
td input[type="reset"],
td input[type="button"],
td button {
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

/*input.input-validation-error {
    border: 1px solid #e80c4d;
}*/

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}


/* tables
----------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
}

th {
	font-size: 1em;
	text-align: left;
	border: none 0px;
	padding-left: 0;
}

	th a {
		display: block;
		position: relative;
	}

		th a:link, th a:visited, th a:active, th a:hover {
			color: #333;
			font-weight: 600;
			text-decoration: none;
			padding: 0;
		}

		th a:hover {
			color: #000;
		}

	th.asc a, th.desc a {
		margin-right: .75em;
	}

		th.asc a:after, th.desc a:after {
			display: block;
			position: absolute;
			right: 0em;
			top: 0;
			font-size: 0.75em;
		}

		th.asc a:after {
			content: '▲';
		}

		th.desc a:after {
			content: '▼';
		}

td {
	padding: 0.25em 2em 0.25em 0em;
	border: 0 none;
}

tr.pager td {
	padding: 0 0.25em 0 0;
}

#clientSummary {
	background: #E5E5E6;
	padding: 0px 10px 10px 10px;
}

.summaryColumn {
	max-width: 33%;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

#tabIzvelne {
	background: #6b6f72;
}

	#tabIzvelne ul {
		margin-top: 0;
		margin-bottom: 0;
		padding: 5px 0;
	}

		#tabIzvelne ul li {
			display: inline-block;
		}

			#tabIzvelne ul li a {
				color: #fafafa;
				padding: 5px 14px;
				text-decoration: none;
			}

				#tabIzvelne ul li a:hover {
					background: -moz-linear-gradient(top, rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
					background: linear-gradient(to bottom, rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%); /* W3C */
				}

			#tabIzvelne ul li .active {
				background: -moz-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
				background: linear-gradient(to bottom, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
			}

.editor-label {
	padding: 10px 0 0 0;
	float: left;
	min-width: 300px;
	max-width: 300px;
	width: 300px;
}

.k-input {
	padding-left: 3px !important;
	border-radius: 2px;
}

textarea.k-input {
	padding: 3px !important;
	height: 198px !important;
	resize: none;
}

.shortTextbox {
	width: 100px !important;
	height: 20px;
}

textarea.longTextBox {
	height: auto !important;
	width: 100%;
}

.k-autocomplete {
	padding: 0px;
	width: 578px;
	height: 200px;
}

.k-combobox, .k-datepicker, .k-dropdown, .k-numerictextbox {
	margin: 5px 0 6px 0;
}

form .k-list, form .k-popup, form .k-animation-container, form .k-list-container, form .k-widget, #pievienotPakalpojumaGrupuDiv .k-widget, #vienosanasRegistrs .k-combobox {
	min-width: 306px;
}

form .k-dropdown-wrap, form .k-picker-wrap {
	width: 278px;
}

.shortbox .k-picker-wrap, .shortbox .k-dropdown-wrap {
	width: 80px;
}

.shortbox.k-widget {
	width: 106px;
	min-width: 106px;
}

.shorterbox .k-picker-wrap, .shorterbox .k-dropdown-wrap {
	width: 60px !important;
}

.shorterbox.k-widget {
	width: 94px !important;
	min-width: 94px !important;
}

#panelBarItemDatiAlgasAtskaitei .k-widget {
	min-width: 128px !important;
}

#panelBarItemDatiAlgasAtskaitei .k-dropdown-wrap, #panelBarItemDatiAlgasAtskaitei .k-picker-wrap {
	width: 100px !important;
}

#panelBarItemDatiAlgasAtskaitei .k-combobox, #panelBarItemDatiAlgasAtskaitei .k-datepicker, #panelBarItemDatiAlgasAtskaitei .k-dropdown {
	margin: 1px 0 6px 0 !important;
}

.longComboBox .k-dropdown-wrap {
	width: 578px;
}

#pirmreizejaisNovertejumsForm .k-dropdown-wrap {
	width: 578px;
}

#pirmreizejaisNovertejumsForm .atbildigaisDarbinieks .k-dropdown-wrap {
	width: 278px !important;
}

.pakalpojumaVirsgrupa .k-dropdown-wrap, .pakalpojumaVirsgrupa .k-picker-wrap {
	width: auto;
}

.longComboBox {
	width: 100%;
}

form .k-grid .k-list, form .k-grid .k-popup, form .k-grid .k-animation-container, form .k-grid .k-list-container, form .k-grid .k-widget {
	min-width: 10px;
}

form .k-grid .k-dropdown-wrap, form .k-grid .k-picker-wrap {
	width: auto;
}

.k-grid input[type="checkbox"] {
	margin-right: 0;
	height: auto;
}

.k-grid .k-button {
	margin: 0.16em;
}

.k-dropdown-wrap .k-input, .k-picker-wrap .k-input {
	padding-left: 0 !important;
}

.k-dropdown-wrap, .k-picker-wrap {
	border-radius: 2px 0 0 2px;
}

.k-button {
	border-radius: 2px;
	background-color: #fff;
	color: #333;
}

.k-select {
	border-radius: 0 2px 2px 0;
}

	.k-select:hover {
		background-color: rgb(166, 0, 52);
	}

.k-header .k-link, .k-header .k-grid-filter {
	font-size: 14px;
	font-weight: 600;
}

	.k-header .k-link:hover, .k-header .k-grid-filter:hover {
		background-color: #ddd;
	}

.k-grid-content {
	font-size: 13px;
	/*overflow-y: auto;*/
	width: auto;
}

.k-grid td {
	line-height: 1em;
}

.k-button .k-icon {
	margin: -3px 3px 0 -3px !important;
}

.k-button:focus:not(.k-state-disabled):not([disabled]) {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
	-webkit-box-shadow: inset 0 0 3px 1px #a60034;
	box-shadow: inset 0 0 3px 1px #a60034;
}

.k-button.k-button-icontext .k-icon, .k-button.k-button-icontext .k-image {
	vertical-align: middle !important;
}

.k-pager-wrap > a {
	padding: 0;
}

.k-upload-button {
	width: auto;
}

.grid-upload-button {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -3333px;
	text-align: center;
	background-image: url('https://da7xgjtj801h2.cloudfront.net/2013.1.514/styles/Metro/sprite.png');
	background-position: -32px -64px;
	vertical-align: middle;
	margin: -3px 0 0 0;
}

.k-dropzone em {
	display: none;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
	min-width: 10px;
}

#pievienotPakalpojumaGrupuDiv {
	padding: 20px 0 0 0;
	margin-top: 20px;
	border-top: solid 1px rgb(153, 0, 41);
}

.simpleButton {
	border-radius: 2px;
	color: #333;
	background: #fff;
	padding: 8px 5px;
	border: solid 1px rgb(153, 0, 41);
	text-decoration: none;
	font-weight: 700;
}

.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button:focus,
.k-button.k-state-focused {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.k-state-focused,
.k-grouping-row .k-state-focused {
	border-color: #fff;
}

.k-icon {
	color: transparent;
}

.simpleButton:hover {
	color: #fff;
	background: rgb(166, 0, 52);
}

#grid {
	margin-top: 20px;
}

.radiopoga {
	width: 20px;
	border: none;
	background-color: #fafafa;
	margin-bottom: 0;
}

.adrese-label {
	padding: 10px 0 0 0;
	min-width: 200px;
}

.long-label {
	float: none;
	width: 100% !important;
}

.werylong-label {
	float: none;
	min-width: 600px;
	width: 600px;
}

.bold-label {
	font-weight: bold;
	padding: 0 0 5px 0;
}

.longTextBox {
	width: 600px;
}

#clientSummary .editor-label {
	padding: 0;
}

.adrese {
	padding: 0 0 0 20px;
}

	.adrese input {
		width: 300px;
	}

		.adrese input[type=checkbox] {
			width: 16px;
			margin-right: 284px;
		}

#kopetAdresi {
	width: 305px;
	padding: 3px 0;
	margin-bottom: 5px;
}

.minipanelbar li span {
	font-weight: normal !important;
	font-size: 14px !important;
}

.actionButtons {
	width: 100%;
	height: 50px;
	background: #E5E5E6;
	position: fixed;
	bottom: 0px;
	z-index: 99;
}

.buttonWrapper {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.textButton {
	color: #AC2141;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	border: none;
	width: auto;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	background: rgba(0,0,0,0);
	white-space: normal;
}

	.textButton:hover {
		color: #fff;
		background: #AC2141;
	}

	.textButton:focus {
		outline: none;
	}

.disabledButton {
	background-color: #CCCCCC;
	cursor: not-allowed;
}

	.disabledButton:hover {
		background-color: #CCCCCC;
		cursor: not-allowed;
	}

.vertessanaInfo {
	padding: 0;
	font-size: 16px;
}

	.vertessanaInfo ul {
		padding-top: 0;
		padding-left: 10px;
	}

	.vertessanaInfo li {
		padding-top: 0;
		display: inline;
		list-style-type: none;
		padding-right: 10px;
	}


tr a.vienosanasIzdruka, tr a.ligumaIzdruka {
	width: 30px;
}

tr a.skatitPoga img{
	vertical-align: sub;
}

span.required {
	color: red;
}


input#Klients_PersonasKods, input#Kontaktpersona_PersonasKods, input#Apr_p_t_jsModel_Apr_p_t_js_PersonasKods {
	width: 305px;
}



#ViziteEdit .k-picker-wrap {
	width: 50px;
	min-width: 50px;
}

#ViziteEdit .k-widget {
	width: 80px;
	min-width: 80px;
}

#ViziteEdit .k-combobox {
	width: 180px !important;
	min-width: 180px !important;
}

#ViziteEdit .k-dropdown-wrap {
	width: 150px !important;
	min-width: 150px !important;
}

#ViziteEdit input {
	width: 150px;
}


tr.dienasDatala td {
	padding: 5px;
	padding-top: 20px;
}


/*planosana*/

.apa, .err {
	position: absolute;
	height: 26px;
	text-align: left;
	padding-left: 3px;
	color: white;
	margin-top: 1px;
	font-size: 10px;
	padding-top: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



.apaListVizite {
	cursor: pointer;
}

.navAprupetajs {
	border: 1px solid #BDBDBD;
	background-color: #F2F2F2;
	color: #A4A4A4;
	z-index: 20;
}

.navAprupetajsParv {
	border: 1px solid #A4A4A4;
	background-color: #BDBDBD;
	color: white;
	z-index: 20;
}

.currTime {
	border: none;
	background-color: red;
	color: red;
	z-index: 30;
	width: 2px;
	padding: 0;
	margin: 0;
	height: 30px;
}

.parvTop {
	z-index: 40 !important;
}

.neparvTop {
	z-index: 30 !important;
	/*background-color:red !important;*/
}

.neparv0 {
	border: 1px solid #610B0B;
	background-color: #81BEF7;
	color: white;
	z-index: 10;
}

.parv0 {
	border: 1px solid blue;
	background-color: #168FFF;
	color: white;
	z-index: 20;
}

.neparv1 {
	border: 1px solid #B45F12;
	background-color: #FF8400;
	color: white;
	z-index: 10;
}

.parv1 {
	border: 1px solid blue;
	background-color: #B45F04;
	color: white;
	z-index: 20;
}

.neparv2 {
	border: 1px solid #610B0B;
	background-color: #C990D7;
	color: white;
	z-index: 10;
}

.parv2 {
	border: 1px solid blue;
	background-color: #A600CF;
	color: white;
	z-index: 20;
}

.neparv3 {
	border: 1px solid #610B0B;
	background-color: #87D1AE;
	color: white;
	z-index: 10;
}

.parv3 {
	border: 1px solid blue;
	background-color: #19C474;
	color: white;
	z-index: 20;
}

.neparv4 {
	border: 1px solid #FE2E9A;
	background-color: #FA58F4;
	color: white;
	z-index: 10;
}

.parv4 {
	border: 1px solid #FE2E9A;
	background-color: #FE2E9A;
	color: white;
	z-index: 20;
}

.neparv5 {
	border: 1px solid #088A08;
	background-color: #3ADF00;
	color: white;
	z-index: 10;
}

.parv5 {
	border: 1px solid #088A08;
	background-color: #298A08;
	color: white;
	z-index: 20;
}

.neparv6 {
	border: 1px solid #FE9A2E;
	background-color: #FACC2E;
	color: white;
	z-index: 10;
}

.parv6 {
	border: 1px solid #FE9A2E;
	background-color: #B18904;
	color: white;
	z-index: 20;
}

.neparv7 {
	border: 1px solid #01DFD7;
	background-color: #00FFBF;
	color: white;
	z-index: 10;
}

.parv7 {
	border: 1px solid #FE9A2E;
	background-color: #01DFD7;
	color: white;
	z-index: 20;
}

.neparv8 {
	border: 1px solid #FA5858;
	background-color: #F78181;
	color: white;
	z-index: 10;
}

.parv8 {
	border: 1px solid #FA5858;
	background-color: #FA5858;
	color: white;
	z-index: 20;
}

.neparv9 {
	border: 1px solid #298A08;
	background-color: #86B404;
	color: white;
	z-index: 10;
}

.parv9 {
	border: 1px solid #298A08;
	background-color: #298A08;
	color: white;
	z-index: 20;
}

.neparv10 {
	background-color: #5F9EA0 !important;
	/*border: 1px solid #298A08;*/
	color: white;
	z-index: 10;
}
.parv10 {
	background-color: #5F9EA0 !important;
	color: white;
	z-index: 20;
}

.neparv11 {
	background-color: #A3D8F4 !important;
	color: white;
	z-index: 10;
}
.parv11 {
	background-color: #A3D8F4 !important;
	color: white;
	z-index: 20;
}

.neparv12 {
	background-color: #FFB6C1 !important;
	color: white;
	z-index: 10;
}
.parv12 {
	background-color: #FFB6C1 !important;
	color: white;
	z-index: 20;
}

.neparv13 {
	background-color: #7FFF00 !important;
	color: white;
	z-index: 10;
}
.parv13 {
	background-color: #7FFF00 !important;
	color: white;
	z-index: 20;
}

.neparv14 {
	background-color: #FF4500 !important;
	color: white;
	z-index: 10;
}
.parv14 {
	background-color: #FF4500 !important;
	color: white;
	z-index: 20;
}

.neparv15 {
	background-color: #9400D3 !important;
	color: white;
	z-index: 10;
}
.parv15 {
	background-color: #9400D3 !important;
	color: white;
	z-index: 20;
}

.neparv16 {
	background-color: #FFD700 !important;
	color: white;
	z-index: 10;
}
.parv16 {
	background-color: #FFD700 !important;
	color: white;
	z-index: 20;
}

.neparv17 {
	background-color: #00CED1 !important;
	color: white;
	z-index: 10;
}
.parv17 {
	background-color: #00CED1 !important;
	color: white;
	z-index: 20;
}

.neparv18 {
	background-color: #DC143C !important;
	color: white;
	z-index: 10;
}
.parv18 {
	background-color: #DC143C !important;
	color: white;
	z-index: 20;
}

.neparv19 {
	background-color: #8A2BE2 !important;
	color: white;
	z-index: 10;
}
.parv19 {
	background-color: #8A2BE2 !important;
	color: white;
	z-index: 20;
}

.parvPecVajadzibas {
	color: #898e91;
	font-style: italic;
}

.konf {
	border: 2px solid red !important;
}

.err {
	background-color: red;
	border: 1px solid #610B0B;
}


.AprLine, .TelLine {
	border-bottom: 1px solid #610B0B;
}

.row {
	height: 28px;
	border-bottom: 1px solid black;
}

.rowPoint {
	font-size: 8px;
	height: 8px;
	padding: 0;
	margin: 0;
}

.rowHead {
	height: 28px;
}


.panCont {
	position: absolute;
	width: 1000px;
}

.currentDate {
	color: red !important;
}

*.unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panCont input.filterTextBox {
	margin: 0;
	vertical-align: middle;
	width: 140px;
}

.panCont span.filterGads {
	width: 70px !important;
}

	.panCont span.filterGads input {
		width: 43px !important;
	}

.panCont span.filterMenesis {
	width: 70px !important;
}

	.panCont span.filterMenesis input {
		width: 43px !important;
	}

.panCont span.filterDatums {
	width: 120px !important;
	min-width: 120px !important;
}

.panCont span.filterNoslodze {
	width: 50px !important;
}


.panCont form .k-picker-wrap {
	width: auto;
}

.panCont span.filterDatums input {
	width: 93px !important;
}

.panCont form span.filterNoslodze .k-dropdown-wrap {
	width: 50px !important;
}


.panCont input {
	width: 150px;
}

.panCont td.filterLabel {
	padding-left: 10px;
	padding-right: 5px;
}

.panCont td.filterLabel-PersKods {
	min-width: 100px;
}

a.currDateSelection {
	color: red;
}


#planosanaMsg, #msg {
	color: red;
	padding: 5px;
	font-weight: bold;
}

.viewbag-message {
	color: red;
	padding: 5px;
	font-weight: bold;
}

#sopaMainPanel {
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}

	#sopaMainPanel button, #sopaMainPanel #sopaMsg {
		float: left;
	}

	#sopaMainPanel #sopaMsg {
		margin-top: 15px;
	}

.pazinojums {
	font-weight: bold;
	color: red !important;
	padding: 20px;
	float: left;
}

	.pazinojums:hover {
		background: none;
	}

.strukturvieniba {
	text-decoration: none;
	font-weight: bold;
	padding: 20px;
	float: left;
}

	.strukturvieniba:hover {
		background: none;
	}

#vienosanasPakalpojumi .k-grid-content, #vienosanasDokumenti .k-grid-content {
	height: 414px;
}

#strukturvienibasPakalpojumiGrid .k-grid-content {
	height: 380px;
}

#strukturvienibasDokumentiGrid .k-grid-content {
	height: 413px;
}

.ui-dialog-buttonset .k-button {
	padding: 5px;
}

#dialog {
	display: none;
}

@media only screen and (max-width: 1400px) {
	.top-line2 {
		width: 30px;
	}

	.top-line2 span {
		display: none;
	}

	.top-gradient {
		width: 80%;
	}
}

.jautajumi {
	line-height: 0.8;
}

	.jautajumi p {
		color: #333;
	}

.paplasinataInformacijaHtml {
    display: none;
}

#sacSocialasRehabilitacijasPlansForm hr {
	border: none;
	border-top: solid 1px rgb(218, 218, 218);
}

.merkis .k-autocomplete {
	width: 100%;
	height: 100px;
}

.merkis textarea.k-input {
	height: 98px !important;
}

#VertesanaVAPForm textarea.k-input {
	font-size: 1em;
	height: 98px !important;
}

input[type="checkbox"].personasNovertejumsCheckBox {
	margin: 0 0 0 10px;
	height: auto;
}