.clndr .cell-dropdown{
	pointer-events: none;
}

.cell:hover .cell-dropdown{
	pointer-events: all;
}

body>.datepicker{
	border-color: #fff !important;
}

body>.datepicker table tr td, body>.datepicker table tr th{
	padding: 4px;
}

.category-block .category-news .main-article .article-top .article-title{
	font-weight: 400;
}

.flex-analytics .column .column-item{
	height: 16px; /* EDGE FIX */
}

.ad img{
	height: 96px;
}

.content-loader .image img{
	width: 100%;
}

.content-loader .container{
	width: auto;
	padding: 0;
}

.flex-grid > .row{
	flex-grow: 1;
}

/* IE | `white-space: pre-wrap` atjungia teksto `justify` lygiavimą. */
.pre-wrap{
	white-space: pre-line;
}


.card:before,
.card:after{
	content: ' ';
	display: table;
	clear: both;
}

@media print {
  a[href="javascript:;"] {
    display: none !important;
  }
  	.print-hidden,
	.header-toggle {
		display: none !important;
	}
	.table {
		border-collapse: collapse;
		table-layout: fixed;
	}
	.table td,
	.table th {
		font-size: 6pt;
		padding: 8px 4px;
		white-space: normal !important;
		border: 1px solid #e0e0e0;
		border-collapse: collapse;
	}

	.table th{
		font-weight: bold !important;
	}
}

@media (max-width: 991px) {
  /* sm */
  .table thead td,
  .table thead th {
    min-width: 100px;
  }
  nav .menu ul + ul > li > a,
  nav .menu a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


@media (max-width: 767px) {
  /* xs */
  .table td,
  .table th {
    padding: 4px;
  }
  a.m-nkd.active {
    max-width: 190px;
  }
  main > .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    /* .row overflow */
  }
  nav .menu ul + ul > li {
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 0;
  }
  .flex-grid {
    padding-left: 1em;
    padding-right: 1em;
  }
  nav .menu ul + ul > li > a,
  nav .menu a {
    padding: 1em 1.5em;
    border-radius: 0;
  }
  main > .container > .row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  main > .container > .row > section,
  main > .container > section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-card {
    border-radius: 0;
    margin: 0;
    padding: 1.5em 1em;
    box-shadow: none;
    border-top: 1px solid #e0e0e0;
  }
  nav div > ul > li.active:after,
  .content-card:before {
    display: none !important;
  }
  /* .news-card-table-wrap + .news-card-table-wrap {
    border-top: 1px solid #e0e0e0;
  } */
  .btn {
    white-space: normal;
  }
  main {
    background: #fff;
  }
  .news-table,
  .books-nav,
  .books-catalog:not(.inside),
  .news-card-table-wrap {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  #books-banner {
    margin-top: 0;
    border-radius: 0;
  }

  .page-header {
    padding-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1.5em;
  }
  .page-header .header .title {
    margin-right: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
  }
  .page-header .page-actions a .material-icons {
    display: none;
  }
  #content-slider-arrows,
  #content-slider-dots {
    display: none;
  }
  section#hot-news h4 {
    font-size: 1.5em;
    font-weight: 400;
  }
  .video-card,
  .card {
    margin: 0;
    border-radius: 0;
    margin-bottom: 8px;
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .news-table-image {
    margin-bottom: 1em;
  }
  .flow-text,
  .mce-content-body {
    font-size: 1em !important;
  }
  /* header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9500;
  }
  header > .visible-xs {
    background: #fff;
  }
  header.header-open {
    height: 100%;
    background: none;
  }
  .header-content,
  .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
  } */
  /* .header-toggle {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff !important;
    text-align: right;
    padding: 1em;
    text-shadow: 0 1px 24px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.7);
    margin: 0.5em;
    border-radius: 4px;
    z-index: 1000001;
  }
  .header-toggle:after {
    content: "MENIU";
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 0.5em;
  }
  .header-toggle .material-icons {
    line-height: 1;
    bottom: 0.05em;
  }
  .header-toggle .material-icons:before {
    transition: all 0.3s;
    display: inline-block;
    content: "menu";
  } */
  /* .header-toggle.header-open:after {
    display: none;
  }
  .header-toggle.header-open .material-icons:before {
    transform: rotate(90deg);
    content: "close";
  }
  .header-toggle .material-icons {
    line-height: 1;
  } */
  /* .header-content {
    max-width: 320px;
    transform-origin: 0 50%;
    transform: translateX(-100%);
    visibility: hidden;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
  header.header-open .header-content {
    transform: translateX(0);
    visibility: visible;
  }
  header.header-open ~ .header-overlay {
    display: block;
    pointer-events: all;
  } */
  .category-block .category-news {
    display: block;
  }
  span.input-group-addon {
    max-width: 30px;
  }
  .input-group {
    width: 100%;
  }

  	.news-card-table-wrap {
		padding: 16px 0;
	}
	/* Užduotis #226 (emokykla.lt)  http://pagalba.lexita.lt/mytickets/overview/226 */
	.modal-dialog .modal-wrap {
		margin: 16px 8px;
	}
	.modal.modal-md .modal-dialog {
		width: 100%;
	}

	/*Zygio xaltura*/

	/*Xalturinti tpl:
		█ templates/components/top.tpl <= hidden nav tpl
  */
  #books-banner {
    margin-bottom: 0;
  }
	.books-nav li {
		display: block;
		font-size: 1.3em;
		margin-top: 8px;
  }
  .books-catalog .books-nav li:not(.active) {
    display: none;
  }
  .books-catalog .books-nav li.active a{
    background-color: unset!important;
    border: none!important;
    box-shadow: none!important;
    color: #282828!important;
    text-align: left;
    font-size: 1.5em;
    padding: 4px 8px;
    pointer-events: none;
  }
	#books-banner .books-nav li a{
		color:#fff!important;
	}
	#books-banner .title{
		color: #ffa000;
  }
  /* .header-content #navigation .menu ul:first-child{
    display: block;
  } */
  .news-wrapper {
    padding:0 8px;
  }
  .news-card-table-wrap {
    background-color: unset;
  }
  .content-loader {
      padding: 4px 8px;
  }
  a.mini-accordeon--toggle {
      background:  #fff;
      margin-bottom:  8px;
      padding: 0 6px;
      border-radius:  4px;
      box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.24);
  }
  .content-card .clearfix {
      display:  flex;
      flex-direction: column-reverse;
  }
  .content-card .clearfix .pull-right.col-xs-4.text-right {
    width: 100%;
    margin-top: 8px;
  }
  .page-header{
    display: none;
  }
  section {
    padding: 16px 0;
  }
  .btn-custom {
    background: #1976D2;
    color: #fff!important;
  }
  .content-card .content .btn-custom:last-child {
    margin-bottom: 16px;
  }
  #register-nvs .col-xs-6{
    width: 100%;
  }
  #forum_sec div:first-child{
    margin-bottom: 16px;
  }
}
html.distant section#top {
    background-image: url(/static/img/nuotolinio-fonas.png);
    background-color: rgb(255, 160, 0);
    background-position-y: center;
}
.zone-title {
    top: -60px;
    max-height: 1px;
    position: relative;
    color: #757575;
    text-align: center;
    margin: 0 25%;
}
.coll, .uncoll {
    padding-left: 10px;
    padding-bottom: 10px;
}
.coll {
    display: none;
}
.uncoll {
    display: block;
}
.collink, .uncollink {
    text-decoration: none;
}
h3 a.collink:before, h3 a.uncollink:before {
    content: '';
    padding-right: 0px;
    margin-top: 0px;
}
.collink:before {
    display:inline-block;
    content: '⊞';
    padding-right: 4px;
    margin-top: 3px;
}
.uncollink:before {
    display:inline-block;
    content: '⊟';
    padding-right: 4px;
    margin-top: 3px;
}
.crossed-cell {
  position: relative;
}

.crossed-cell:before,
.crossed-cell:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.crossed-cell:before {
  background: linear-gradient(to top right, transparent calc(50% - 1px), #e0e0e0 50%, transparent calc(50% + 1px) );
}

.crossed-cell:after {
  background: linear-gradient(to left top, transparent calc(50% - 1px), #e0e0e0 50%, transparent calc(50% + 1px) );
}
.bottominfo {
  position: fixed;
  font-size: 18px;
  color: white;
  text-align: center;
  z-index: 10000;
  bottom: 0;
  left: 0;
  display: block;
  padding: 4px;
  width: 100%;
  margin-left: auto;
  background-color: rgba(255, 0, 0, 0.8);
  min-height: 10px;
  box-shadow: -1px -1px 2px 0 rgba(55, 55, 55, 0.5);
}
html.general main .bottominfo a, html.general main .bottominfo a:link, html.general main .bottominfo a:visited, html.general main .bottominfo a:hover, html.general main .bottominfo a:focus {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
html.general main .bottominfo a:hover {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.bottominfo a, .bottominfo a:link, .bottominfo a:visited, .bottominfo a:hover, .bottominfo a:focus {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.bottominfo a:hover {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}


