@import url('../libs/bootstrap/datepicker/bootstrap-datepicker3.min.css');
@import url('../libs/bootstrap/bootstrap.min.css');
@import url('../libs/bootstrap-select/bootstrap-select.min.css');
@import url('../libs/font-awesome/all.min.css');

@import url('../libs/jquery-ui/jquery-ui.min.css');
@import url('../libs/jquery-ui/jquery-ui.structure.min.css');
@import url('../libs/jquery-ui/jquery-ui.theme.min.css');
@import url('../libs/comagno/ui/widget/data/table.new.css');

@import url('cms/editor.css');
@import url('fonts.css');
@import url('bootstrap4fix.css');
@import url('ci.css?v=1');
@import url('cookie.css');

.flex-1 { flex: 1 !important; }
.flex-2 { flex: 2 !important; }
.flex-3 { flex: 3 !important; }
.flex-4 { flex: 4 !important; }
.flex-5 { flex: 5 !important; }
.flex-6 { flex: 6 !important; }
.flex-7 { flex: 7 !important; }
.flex-8 { flex: 8 !important; }
.flex-9 { flex: 9 !important; }
.flex-10 { flex: 10 !important; }
.flex-11 { flex: 11 !important; }
.flex-12 { flex: 12 !important; }

.border-radius-0 { border-radius: 0; }

html,body
{
	height: 100%;
}
body
{
	padding-top: 50px;
	color: #666666;
}
@media (max-width: 1023px)
{
	.header > .header__desktop { display : none; }
}
@media (min-width: 1024px)
{
	body { padding-top: 102px; }
	body.has-header-bottom { padding-top: 134px; }
	body.has-header-bottom .data-pages { min-height: calc(100vh - 134px); }
	body.has-header-bottom .app-container-card { height: calc(100vh - 164px); }
}

.header__mobile
{
    width: 100%;
    height: 50px;
    z-index: 900;
	background: #eef2f4;
}

body > .header
{
	top: 0;
    left: 0;
    right: 0;
	position: fixed;
    transition: box-shadow 0.2s;
    /*box-shadow: 0 0 8px #00000075;*/
}
body > .header.scrolled
{
	box-shadow: 0 0 6px #999;
}

.container
{
	max-width: 920px;
	padding-bottom: 20px;
}

.cursor-not-allowed
{
	cursor: not-allowed;
}

.width-1px
{
	width: 1px;
}

.data-pages
{
/* 	padding: 15px; */
	min-height: calc(100vh - 102px);
}

.data-pages .page .add-facet,
.data-pages .page .facet-edit
{
	position: fixed;
	color: #fff;
	z-index: 1000;
}
.data-pages .page.has-add-button .add-facet
{
    top: 74px;
    left: calc(50% + 10px);
}
.data-pages .page.has-add-button .facet-edit
{
	top: 74px;
    left: calc(50% - 66px);
}
.data-pages .page:not(.has-add-button) > .facet-edit
{
	top: 74px;
	left: calc(50% - 28px);
}
@media (max-width: 1023px)
{
	.data-pages .page.has-add-button .add-facet,
	.data-pages .page.has-add-button .facet-edit,
	.data-pages .page:not(.has-add-button) > .facet-edit
	{
		top: 22px;
	}
}
.floating-action-button {
  border-radius: 50%;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  padding: 0;
  border: none;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  background-color: #0046ad;
  color: #ffffff;
  outline: none;
  transition: background-color 0.2s linear;
  will-change: background-color;
}

.floating-action-button:hover {
  background-color: rgba(0, 70, 173, 0.7);
}

.floating-action-button__icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}



.breadcrumb-fixed
{
	display: block !important;
	position: fixed;
	top: 50px;
	z-index: 999;
}
@media (min-width: 1024px)
{
	.breadcrumb-fixed
	{
		top: 102px;
	}
}

.blogarticle-teaser
{
    position: relative;
    margin-bottom: 50px;
}
.blogarticle-teaser > .facet-edit
{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
	z-index: unset !important;
}

.icon
{
	font-family: 'Font Awesome 6 Pro' !important;
	height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.section
{
    padding: 40px;
}
.section--blue
{
    background: #eef2f4;
}
.breadcrumb
{
    width: 100%;
    display: block;
	border-radius: 0;
}

.section-gray
{
	background-color: var(--tuev-gray);
}
.section-white
{
	background-color: #fff;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle
{
	outline: none !important;
}


body:not(.has-header-bottom) .header__bottom.header__navigation-bottom
{
    display: none;
}
.header__bottom.header__navigation-bottom
{
	height: 32px;
    padding-left: 91px;
    border-top: 1px solid #d1d4d3;
}
.header__navigation-bottom > .header__secondary > a.header__item {
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 10px;
}
.header__navigation-bottom > .header__secondary > a.header__item.active
{
	border-bottom: 2px solid #000;
}

.noselect
{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

header.header .portal {
    display: flex;
}
header.header .portal > .portal-name
{
    font-weight: bold;
    font-size: 18px;
    line-height: 72px;
    color: rgb(102, 102, 102);
    text-decoration: none;
}
header.header .portal > .portal-selector {
    position: relative;
    margin: 0 20px;
    width: 38px;
}
header.header .portal > .portal-selector > .portal-selector-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    color: var(--tuev-blue-cta);
    transition: 0.2s !important;
}
header.header .portal > .portal-selector > .portal-selector-icon:hover,
header.header .portal > .portal-selector > .portal-selector-icon.active
{
    background: var(--tuev-neutral-light);
}
header.header .portal > .portal-selector > .portal-selector-icon > span {
    padding: 7px;
	user-select: none;
}
header.header .portal > .portal-selector > .portal-items
{
	background-color: #fff;
    display: flex;
    position: absolute;
    z-index: 1;
    top: calc(50% + 26px);
    box-shadow: 0 0 10px -2px;
    border: 1px solid var(--tuev-neutral-light);
    transform: translateX(-50%);
    left: 50%;
    padding: 15px;
    z-index: 101;
	flex-direction: column!important;
}
header.header .portal > .portal-selector > .portal-items:not(.active)
{
	display: none;
}
header.header .portal > .portal-selector > .portal-items > .portal-item
{
	padding: 10px;
    display: flex;
    flex-direction: row;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none !important;
    color: var(--tuev-blue-cta);
    transition: 0.2s !important;
	align-items: center;
}
header.header .portal > .portal-selector > .portal-items > .portal-item.active,
header.header .portal > .portal-selector > .portal-items > .portal-item:hover
{
    background-color: var(--tuev-neutral-light-blue);
}
header.header .portal > .portal-selector > .portal-items > .portal-item > .portal-item-icon {
    font-size: 36px;
}
header.header .portal > .portal-selector > .portal-items > .portal-item > .portal-item-text {
    color: var(--tuev-primary-gray);
    font-size: 14px;
    padding-left: 10px;
}
header.header .portal-navigation-spacer {
    width: 72px;
    margin-right: 27px;
}
header.header .portal-navigation-spacer svg > line {
	stroke: var(--tuev-neutral-light);
}

footer .footer__pre
{
	min-height: 100px;
}
footer .footer__copyright
{
	text-transform: none;
}

.data-pages
{
	display: flex!important;
	flex-direction: column!important;
}
.page {
    flex: 1 1 auto!important;
    flex-direction: column!important;
    display: flex!important;
}
.section:not(.section--blue)
{
	flex: 1 1 auto!important;
	display: flex!important;
}

@media(max-width: 1200px)
{
	.text-container { padding: 30px; }
}

.image-textlist-image { min-height: 280px; }

.cursor-default { cursor: default; }
.cursor-pointer { cursor: pointer; }

.status-error {
    color: red;
}