/*@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(fonts/roboto.woff2) format('woff2'), url(fonts/roboto.woff) format('woff');
}*/
html, body {
	width: 100%;
	height: 100%;
}
html[lang|='lt'] q {
	quotes: '„' '“';
}
body {
	margin: 0;
	/*background: url(../../images/bg.jpg) no-repeat center center fixed;*/
	background-color: hsl(330, 5%, 92%);
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: caption;
	/*font-family: FreeSans, sans-serif;*/
	font-size: 12px;
	line-height: 1;
}
a {
	color: hsl(210,50%,50%);
	text-decoration-color: hsla(210, 50%, 50%, .25);
}
/* a:visited {
	color: hsl(20,50%,50%);
	text-decoration-color: hsla(20, 50%, 50%, .25);
} */

h1, h2, h3, h4, h5, h6, p, ul, ol, li.fat, table {
	margin: 1em 0 0;
}
form h2 {
	font-size: inherit;
}
ul, ol {
	list-style: none;
	padding: 0 0 0 1em;
}
.crm-modal header h1 {
	margin: 2em 0 0;
}
button, input, textarea, select {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	   -moz-appearance: none;
}
::-moz-focus-inner {
	border:0;
	margin:0;
	padding:0;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
	-moz-appearance: textfield;
	text-align: right;
}
pre {
	white-space: pre-wrap;
}
.inl {
	display: inline;
}
.buttons-hidden-til-parent-hovered button,
.buttons-hidden-til-parent-hovered .button {
	opacity: 0;
}
:hover > .buttons-hidden-til-parent-hovered button,
.buttons-hidden-til-parent-hovered button:focus,
.buttons-hidden-til-parent-hovered button:active,

:hover > .buttons-hidden-til-parent-hovered .button,
.buttons-hidden-til-parent-hovered .button:focus,
.buttons-hidden-til-parent-hovered .button:active {
	opacity: 1;
}
input, select {
	color: inherit;
	background: transparent;
	border: none;
	border-bottom: .125em hsla(0,0%,0%,.5) solid;
	margin: .25em 0 0;
	padding: 0 .25em;
	line-height: 1.75;
	box-sizing: border-box;
}
input[disabled],
select[disabled] {
	opacity: .75;
	border-bottom-style: dotted;
}
select {
	padding: .25em 2em .25em .25em;
	background: url("data:image/svg+xml,\
%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22n\
o%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20vers\
ion%3D%221.1%22%20width%3D%2210%22%20height%3D%2210%22%20viewbox%3D%220%200%\
2010%2010%22%3E%3Cpath%20d%3D%22M%201%2C3%205%2C8%209%2C3%20z%22%20style%3D%\
22fill%3A%23000000%3Bfill-opacity%3A1%3Bstroke%3Anone%22%20%2F%3E%3C%2Fsvg%3\
E") right .5em center / auto 1em no-repeat;
}
select[size] {
	padding: .25em;
	background: transparent;
}
option {
	margin: 0;
	padding: 0;
}
@-moz-document url-prefix() {
	select {
		padding: 0 2em 0 0;
	}
	select[size] {
		padding: 0;
	}
	option {
		padding: calc(.25em - 1.5px);
	}
}
.modernize {
	position: absolute;
	opacity: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 0; height: 0;
	border: none;
	background: transparent;
	pointer-events: none;
}
.modernize + .fa {
	margin-right: .25em;
	margin-right: .5ch;
}
.modernize[type='checkbox'] + .fa::before {
	content: '\f0c8';
}
.modernize[type='checkbox']:checked + .fa::before {
	content: '\f14a';
}
.modernize[type='radio'] + .fa::before {
	content: '\f10c';
}
.modernize[type='radio']:checked + .fa::before {
	content: '\f192';
}
input.inline {
	margin: -.35em 0;
	float: none;
}
input.block {
	display: block;
}
button,
input[type=submit],
.button {
	border: none;
	display: inline-block;
	margin: -.25em 0;
	padding: .25em .5em;
	color: white;
	background: hsl(0,0%,25%);
	text-decoration: none;
	min-width: 1em;
	text-align: center;
	border-radius: .125em;
}
/*.button:visited {
	color: white;
}*/
button.inline {
	padding: .5em .25em;
	margin: -.5em 0;
}
button.like-text,
.button.like-text {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: inherit;
	background: transparent;
	cursor: pointer;
}
/*.button.like-text:visited {
	color: inherit;
}*/
input.date-picker {
	display: inline;
	width: 1.5em;
	-moz-appearance: textfield;
	text-align: right;
}
.tiekejas .controls {
	float: right;
}

input.date-picker.year {
	width: 3em;
}
input.date-picker::-webkit-inner-spin-button, 
input.date-picker::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.like-textarea,
textarea {
	clear: both;
	white-space: pre-wrap;
	word-break: normal;
	word-wrap: break-word;
	text-align: start;
	width: 100%;
	box-sizing: border-box;
	margin: .25em 0 0;
	padding: .25em;
	border: none;
	border-bottom: 1px hsla(0,0%,0%,.5) solid;
	background: transparent;
	resize: none;
}
.like-textarea {
	position: relative;
	border: none;
	padding-bottom: .5em;
	padding-bottom: calc(.45em + 1px);
}
.error-wrapper {
	margin: 1em -1em 0;
	padding: 0 1em 1em;
	background-color: maroon;
	color: white;
}
.error-wrapper::before {
	content: '';
	height: 1px;
	margin: 0 0 -1px;
	display: block;
}
.ghost {
	color: transparent;
}
.like-textarea textarea {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.container {
	overflow: auto;
	padding: 0 0 2em;
	box-sizing: border-box;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
.cover {
	background-color: hsla(0,0%,0%,.125);
}
.crm-modal {
	background-color: white;
	max-width: 190mm;
	margin: 2em auto;
	padding: 0 2em 2em;
	/*box-shadow: 0 .5em 1em hsla(0,0%,0%,.5);*/
	box-shadow: .5em .5em 0 hsla(0,0%,0%,.5);
}
.crm-modal:before,
.crm-modal header:before {
	content: '';
	display: block;
	border-top: 1px solid transparent;
	margin-bottom: -1px;
}
.crm-modal header {
	background-color: hsla(0,0%,0%,.75);
	color: hsla(0,0%,100%,1);
	margin: 0 -2em 0;
	padding: 0 2em .5em;
}
.crm-modal.caution header {
	background-color: hsla(0,90%,45%,.75);
}
.crm-modal:after {
	content: '';
	display: block;
	clear: both;
}

.header{
	/*padding: 0px 20px 0px 0px;*/
	z-index: 4;
	background-color: #FFF;
	border-bottom: 1px solid rgba(230, 230, 230, 0.7);
	padding: .5em;
}
.header:after {
	content: '';
	display: block;
	clear: both;
}
.header-controls {
	float: left;
	margin: 0, .5em;
}
.header_user {
	float: right;
	margin: .5em;
}
.header_user .name{
	color: inherit;
	text-decoration: none;
}
.header_user .settings{
	margin-top: 15px;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	background: url('../images/settings.png');
	background-size: 30px 30px;
}
.header-icon {
	line-height: 60px;
	font-size: 22px;
	margin-right: 10px;
	color: #626262;
}
.img_box{
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	padding: 1.25em;
	margin: -.75em 0 -.75em .5em;
	background-size: 100% 100%;
}
#page-sidebar {
	color: white;
	width: 24em;
	height: 100%;
	overflow: auto;
	float: left;
	background-color: #2B303B;
	position: relative;
	z-index: 5;
}
#page-sidebar.shy {
	left: 0;
	margin-left: -19em;
	transition: left .4s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
}
#page-sidebar.shy:hover {
	left: 19em;
}
#lock-button {
	font-size: 150%;
	box-sizing: content-box;
	background: transparent;
	color: inherit;
	display: block;
	float: right;
	margin: 0;
	padding: 1em;
	width: 1em;
	text-align: center;
	opacity: 0;
	transition: opacity .2s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
}
#page-sidebar:hover #lock-button {
	opacity: 1;
}
#page-sidebar a {
	color: inherit;
	text-decoration: inherit;
}
#main {
	overflow: auto;
	height: 100%;
}
.user_image{
	width: 32px;
	height: 32px;
	margin-top: 15px;
}
#page-sidebar ul {
	display: block;
	clear: right;
	margin: .5em 0 0;
	padding: 0 .5em .5em;
}
.menu-title {
	background-color: #272B35;
	margin: 0;
	padding: 1em;
	color: #FFF;
	font-size: 150%;
}

.menu-items,
.menu-sub-items {
	color: #788195;
	white-space: nowrap;
}
.menu-item:hover,
.menu-sub-item:hover {
	color: #FFF;
}
.menu-items {
	font-size: 125%;
}
.menu-sub-items {
	font-size: 80%;
	white-space: normal;
}
.menu-sub-items .menu-link {
	margin: 0 -.5em 0 -.5em;
	padding: .5em 4em .5em 1em;
}
.menu-link {
	display: block;
	overflow: hidden;
	padding: 1.5em 4em 1.5em 1em;
	margin: -.5em;
	/*line-height: 40px;*/
	clear: both;
	text-overflow: ellipsis;
}
.menu-link:before {
	content: '';
	display: block;
	border-top: 1px solid transparent;
	margin-bottom: -1px;
}
.menu-link .details{
	color: #7a7a7a;
	font-size: 80%;
}
.menu-icon {
	background: none repeat scroll 0% 0% #21252D;
	color:#788195;
	height: 1em;
	width: 1em;
	margin: -1em -3.5em -1em 0;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	float: right;
}
.menu-icon {
	color: #FFF;
}

.current .menu-icon {
	background-color:#10CFBD;
	color:#FFF;
}
.current .title,
.menu-sub-item.current {
	color: #FFF;
}
.current-details{}

#content{
	padding: 0 1em 1em;
}
.content-title{
	color:#888;
	background-color:#F7F7F7;
	margin: 1em 0 0;
	padding: 1em;
	border-radius: 2px;
}
.portlet {
	border-radius: 2px;
	border: 1px solid #44B6AE;
	background-color: #FFF;
	
	/*float:left;*/
	margin: 1em 0 0;
}
.portlet-content{
	padding: 0 1em 1em;
}
/*.portlet input,*/
.portlet-title{
	color: #FFF;
	background-color: #44B6AE;
	padding: 1em;
	/*cursor: grab;*/
}
.user-list,
.group-list {
	border-collapse: collapse;
	margin: .5em 0 0;
	width: 100%;
	margin: 1em 0 0;
}
.user-list thead,
.group-list thead {
	color: hsl(0,0%,90%);
	background-color: hsl(0,0%,10%);
}
.user-list thead a,
.group-list thead a {
	color: inherit;
}
.user-list tr,
.group-list tr {
	/*border-bottom: 1px dashed hsla(0,0%,0%,.125);*/
}
.user-list td ul,
.group-list td ul {
	margin: 0;
	padding: 0;
}
.user-list .user-image {
	width: 3em;
}
.user-creator .user-image {
	width: 100%;
}

/* .user-list tbody tr:nth-child(odd):hover,
.user-list tbody tr:nth-child(even):hover {
	background: #D6DFF3;
	color: #000;
	cursor: pointer;
} */
.user-list tbody tr:nth-child(odd){}
.user-list tbody tr:nth-child(even){
	background-color: hsla(0, 0%, 0%, .0625);
}

.tbl-val{/*border:1px solid #CCC;*/ padding:5px; font-size: 11px;}
.tbl-pav{/*border:1px solid #CCC;*/ padding:5px; font-size: 11px;}

.saskFaktEil input{
	width: 100%;
}
.number{
	text-align: right;
}
.faded {
	opacity: .1875;
}
.t-red{
	color: #F00;
}
.w-10  {width:  10px}
.w-35  {width:  35px}
.w-40  {width:  40px}
.w-50  {width:  50px}
.w-60  {width:  60px}
.w-70  {width:  70px}
.w-80  {width:  80px}
.w-90  {width:  90px}
.w-100 {width: 100px}
.w-120 {width: 120px}
.w-130 {width: 130px}
.w-180 {width: 180px}
.w-190 {width: 190px}
.w-200 {width: 200px}
.w-210 {width: 210px}
.w-220 {width: 220px}
.w-230 {width: 230px}
.w-350 {width: 350px}
.w-460 {width: 460px}
.w-100p{width: 100% }

.ta-c{text-align:center}
.ta-l{text-align:  left}
.ta-r{text-align: right}
.f-r{float: right}
.c-b{clear: both}
.mt-5   {margin-top:     5px}
.mt-15  {margin-top:    15px}
.m-t-30 {margin-top:    30px}
.mb-0   {margin-bottom:  0px}
.mb-5   {margin-bottom:  5px}
.mb-15  {margin-bottom: 15px}
.ml-10  {margin-left:   10px}
.m-l-70 {margin-left:   70px}
.m-l-280{margin-left:  280px}
.fs-6 {font-size: 6pt}
.fs-8 {font-size: 8pt}
.fs-10{font-size:10pt}
.fs-12{font-size:12pt}
.fs-16{font-size:16pt}
.fw-b{font-weight:bold;}
.b-1 {border:       1px solid black}
.bt-1{border-top:   1px solid black}
.br-1{border-right: 1px solid black}
.bb-1{border-bottom:1px solid black}
.bl-1{border-left:  1px solid black}
.p-2{padding:2px;}
.top-tbl{font-size:9pt;border-top:1px solid black;border-right:1px solid black;border-bottom:1px solid black;text-align:center;}
.top-tbl-2{font-size:9pt;border-right:1px solid black;border-bottom:1px solid black;}
.top-tbl-3{font-size:9pt;border-left:1px solid black;border-right:1px solid black;border-bottom:1px solid black;}

/*
	Issokantis langas saskaitos perziurai
*/
#pup {
	position:absolute;
	padding: 3px;
	border: 1px solid #CCC;
	border-radius: 2px;
	background-color:rgba(255,255,255, 0.95);
	color: #000000;
	font-size: 0.95em;
	z-index: 200;
}
table {
	border-collapse: collapse;
}
th {
	padding: .5em .75em;
}
td {
	padding: .25em;
}
td > input {
	margin-top: 0;
}
/*td[rowspan], th[rowspan] {
	vertical-align: top;
}*/
thead {
	background: hsl(0,0%,20%);
	color: hsl(0,0%,90%);
}
#pup table{
	border-collapse: collapse;
}
#pup td{
	border: 1px solid #CCC;
	padding: 4px;
}
#pup .sumos {
	float: right;
}
#pup .sumos td{
	border: none;
	font-weight: bold;
	text-align: right;
}
#pup h4{
	text-align: center;
}

table.printed {
	color: hsl(0, 0%, 20%);
}
table.printed thead {
	background: transparent;
	color: inherit;
	font-weight: inherit;
}
table.printed th {
	font-weight: inherit;
}
table.printed th,
table.printed td {
	border: 1px solid #7f7f7f;
	border: 1px solid hsla(0, 0%, 0%, .5);
}
table caption {
	margin: 0 0 .25em;
}
table caption h1 {
	display: inline;
	font: inherit;
	text-transform: uppercase;
}





@media (max-width: 1024px) {
	.portlet {
		width: 100%;
	}
}

@media (min-width: 640px) {
	.l-col {
		float: left;
		width: 50%;
	}
	.crm-modal aside,
	.crm-modal .aside,
	.r-col {
		float: right;
		width: 50%;
		padding: 0 0 1em 1em;
		box-sizing: border-box;
	}
}

@media (max-width: 640px) {
	.user-list,
	/*.user-list thead,*/
	.user-list tbody,
	.user-list tr {
		display: block;
	}
	.user-list thead {
		display: none;
	}
	.user-list tr {
		padding: .5em;
	}
	.user-list th,
	.user-list td {
		display: inline;
		margin: 0;
		padding: 0;
	}
	.user-list td ul li {
		display: inline;
	}
}

.group h1 {
	font-size: inherit;
}
:focus,
[type='checkbox']:focus + .fa,
[type='radio']:focus + .fa {
	outline: .25em solid hsla(210,75%,50%,.5);
	outline-offset: -.25em;
}
.sub-menu-item{
	margin-left:50px; 
	width:100%; 
	line-height:20px;
}
.template-for-scripts,
.hidden {
	display: none;
	
}
#items tr{
	cursor: default !important;
}
.selected{
	border-bottom: none;
	background: none;
	text-align: center;
	padding: 0;
	text-overflow: ellipsis;
	pointer-events:none;
}
.del_button{
	background:#DB0000;
}
.bootbox{
	background: none;
  border: none;
  box-shadow: none;
}


table .acc.op.name {
	font-weight: bold;
}
.rot-cell {
	text-align: center;
	vertical-align: bottom;
}
.rot-cell span {
	display: inline-block;
	width: 5em;
	margin: 4em -4em 0px 0px;
	text-align: left;
	transform-origin: 0.5em 0.5em 0px;
	transform: rotate(-90deg);
}
.rot-cell span input {
	margin: -.25em 0 -.25em -.25em;
	padding: 0;
	width: 4em;
	height: 1.5em;
	text-align: left;
	cursor: vertical-text;
}

.structure.label {
	display: block;
	position: relative;
}
.structure.label-text {
	display: inline-block;
	vertical-align: top;
	width: 10em;
	margin: .5em 0 0 0;
	padding: 0 .25em .25em;
}
.structure.radio-holder {
	margin: .25em 0 0;
	display: inline-block;
}
.structure.label input,
.structure.label textarea,
.structure.label select,
.structure.radio-holder,
.structure .suggestions {
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
	width: calc(100% - 10.5em);
	max-width: 20em;
}
.structure.label input.half {
	width: calc((100% - 10.5em) / 2);
	max-width: 10em;
}
.structure .suggestions {
	position: relative;
}
.structure .suggestions input,
.structure .suggestions select {
	display: block;
	width: 100%;
}
.structure .suggestions select {
	position: absolute;
	z-index: 3;
	background: white;
	margin: 0;
	box-shadow: 1em 1em 0 hsla(0,0%,0%,0.125);
}
.structure .suggestions::after {
	content: '';
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	right: -1em;
	background: hsla(0,0%,0%,0.125);
	transform: skewX(45deg) translateX(-.5em);
}
.structure .suggestions.closed::after {
	display: none;
}
.structure .suggestions.closed select {
	display: none;
}
header.structure  {
	display: flex;
	flex-direction: row;
	max-width: 30.5em;
	align-items: baseline;
}
header.structure h1,
header.structure h2,
header.structure h3,
header.structure h4,
header.structure h5,
header.structure h6 {
	flex: 1 0 0;
}
.prek-kodas-out {
	font-family: monospace;
}
