.table thead td,
.table thead th {
  min-width: 110px;
}

.unfiltered-content p,
.news-card-inside .content-loader p {
  margin-bottom: 1em !important;
}

.unfiltered-content > p:last-child,
.news-card-inside .content-loader > p:last-child {
  margin-bottom: 0 !important;
}

.books-catalog {
  background: #fafafa;
}

.card .table-wrap,
.card .news-card-table-wrap,
.card .card {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.news-card-inside .content-loader section,
.news-card-inside .content-loader header,
.news-card-inside .content-loader footer,
.news-card-inside .content-loader main,
.news-card-inside .content-loader nav {
  margin: 0;
  padding: 0;
  background: none;
}

.unfiltered-content [style] {
  font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype",
    "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif !important;
  font-size: 1em !important;
}

body > .datepicker table tr td,
body > .datepicker table tr th {
  word-break: normal;
}

.mini-accordeon {
  list-style: none;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 0.5em;
  /* width: 40em; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* text-align: center; */
}

ul.mini-accordeon li {
  padding-left: 2em;
}

.mini-accordeon p:last-child {
  margin-bottom: 0;
}

.mini-accordeon .mini-accordeon {
  /* border-left: 2px solid #FF9800; */
  border-radius: 4px 0 0 4px;
}

.mini-accordeon > li > a {
  font-size: 1.5em;
  display: block;
  line-height: 1.3;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  color: #212121 !important;
  text-decoration: none;
}

.mini-accordeon ul > li > a {
  font-size: 1.125em;
  color: #707070;
}

.mini-accordeon ul > li > a.active {
  margin-top: 0;
}

.mini-accordeon ul > li > a.active:after {
  display: none;
}

.mini-accordeon > li > a:hover,
.mini-accordeon > li > a.active {
  color: #1976d2 !important;
  text-decoration: none;
}

/*
	.mini-accordeon > li > a.active:after{
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 4px;
		margin-right: 15px;
		background: orange;
		vertical-align: middle;
		display: block;
		margin: 0.8em auto 0.5em 0;
	}
	*/

.mini-accordeon .mini-accordeon--content {
  display: none;
  padding-bottom: 1em;
  margin-bottom: 1em;
  animation: moveInY 0.6s;
}

.mini-accordeon--content .mini-accordeon--content {
  padding: 0 2em;
  margin-top: 1em;
  /* border-left: 4px solid #e0e0e0; */
  text-align: justify;
  text-align-last: left;
  background-image: linear-gradient(to bottom, #ff9800, #fff);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 0px;
}

.mini-accordeon .mini-accordeon--content *[style] {
  font-family: inherit !important;
}

.mini-accordeon .mini-accordeon--content *[style*="font-size: 10pt;"] {
  font-size: inherit !important;
}

.mini-accordeon .mini-accordeon--content.open {
  display: block;
}

.sweet-overlay {
  z-index: 10000000;
}

.sweet-alert {
  z-index: 100000000;
}

table.news-card-table {
  word-break: normal;
}

.header-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9000;
  pointer-events: none;
}

table {
  /* IE, Mozilla */
  word-break: keep-all;
  /* IE, Mozilla */
  word-break: break-all; /* Nepatinka, kad laužo */
  /* Chrome */
  word-break: break-word;
}

/* BET nenori, kad laužytu žodžio naujienose. ant Mozilla */
.content-loader {
  word-break: keep-all; /* IE, Mozila - nelaužo žodžio */
  word-break: break-word; /* Chrome */
}

.content-card,
.books-catalog {
  /* Nenori, kad žodį laužytų naujienos įraše */
  /* -ms-word-break: break-all; */
  /* Nori, kad žodį laužytų grupės forume. įvestis: "jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj" */

  word-break: break-word;
  word-wrap: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.content-loader img[style*="float: left;"] {
  margin-right: 1em;
}

.content-loader img[style*="float: right;"] {
  margin-left: 1em;
}


.flex-row {
  display: flex;
}

.col {
  flex-grow: 1;
  flex-basis: auto;
}

textarea {
  resize: vertical;
}
body .gsc-control-cse td.gsc-search-button::before {
    content: '';
    font-size: inherit;
    line-height: inherit;
    font-family: "Material Icons";
    color: #fff;
}

body .gsc-control-cse td.gsc-search-button {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    box-shadow: none;
    padding: 0;
    position: relative;
}

body .gsc-control-cse td.gsc-search-button:hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    box-shadow: none;
    padding: 0;
}
