﻿.CboObjektperiode {
margin-top:-20px;
position:relative;
top:50px;
width:160px;
}

.color-red {
color: #fd7979 !important;
}

.content {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100%;
}

.default-container {
padding: 30px 40px;
}

@media screen and (max-width: 425px) 
{
.default-container {
padding: 15px 20px;
}
}

.field-error {
    background: #fbeaeb !important;
    border-color: #f5c6cb !important;
}

.field-label {
    width: 100px;
    font-weight: bold;
    display: inline-block;
}

.field-label-mid {
    width: 130px;
    font-weight: bold;
    display: inline-block;
}

.filter {
    background: #f3f3f3;
    padding: 10px;
position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;

}

@media screen and (max-width: 1024px) 
{
.filter {
margin-left: 2px;
}
}

.filter-additional {
position: relative;
    margin-top: 15px;
z-index:100;
}

.filter-additional-btn {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #b9b9b9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100%;
    box-shadow: 0 0 10px -5px #444;
    right: 10px;
    top: -10px;
z-index:2;
-webkit-transition: all ease-in 0.2s;
transition: all ease-in 0.2s;
}

.filter-additional-btn-hover {
opacity:1;
color:white;
}

.filter-additional-content {
    position: absolute;
    background: #f8f8f8;
    top: 10px;
    right: 0;
    padding: 30px 30px 20px 30px;
    border-radius: 0 0 5px 5px;
    border: 2px solid #f3f3f3;
    width: 40%;
    border-top: none;
    display: none;
    box-shadow: 0 3px 5px -3px #666;
}

@media screen and (max-width: 768px) 
{
.filter-additional-content {
width: 80%;
}
}

@media screen and (max-width: 425px) 
{
.filter-additional-content {
width: 100%;
}
}

.fixed-container {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
top:0;
left: 0;
}

.form-label {
display: inline-block;
    margin-bottom: .5rem;
}

.form-process-success {
    position: relative;
    display: flex;
    align-items: center;
    color: green;
    font-size: 22px;
}

.full-width {
width:100%;
}

.head-row {
    font-weight: bold;
    border-bottom: 1px solid #444;
}

.head-row-sticky {
position: sticky;
    top: 0;
    background: white;
    z-index: 2;
}

.list-head-simple {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.list-row {
-webkit-transition: all ease-in 0.2s;
transition: all ease-in 0.2s;
}

.list-row-actions {
-webkit-transition: all ease-in 0.2s;
transition: all ease-in 0.2s;
}

.list-row-hover {
    background-color: #f1f1f1;
}

.loading {
background-position:center center;
background-repeat:no-repeat;
background-image:url('/encontrol/CustomUpload/374O357O340O370O356O369O350O364O356O365O370O372O369O352O/WebPortal/Verwalterportal-live/img/encontrol_loading.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 160px auto;
}

.loading-form {
background-position:center center;
background-repeat:no-repeat;
background-image:url('/encontrol/CustomUpload/374O357O340O370O356O369O350O364O356O365O370O372O369O352O/WebPortal/Verwalterportal-live/img/encontrol_loading_form.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 160px auto;
}

.login-container {
position:fixed;
display:flex;
justify-content: center;
align-items: center;
width: 100%;
height:100%;
top: 0;
left: 0;
    background: #eee;
}

.login-form {
    width: 100%;
    background: white;
    border: 3px solid #ddd;
    border-radius: 5px;
    padding: 60px 50px 50px;
position:relative;
}

.login-top {
position: absolute;
    width: 100%;
    top: -45px;
    left: 0;
z-index: 2;
}

.login-top-logo {
position: relative;
    width: 80px;
    height: 80px;
    background: #00CB6D;
    border-radius: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ddd;
    font-size: 36px;
    color: white;
    /*transform: rotate(20deg);*/
background-position: center;
    background-size: 100% auto;
}

.main-container {
width: 1200px;
    height: 90%;
    background: white;
    position: relative;
    border: 3px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1024px) 
{
.main-container {
    height: 100%;
    width: 100%;
    padding-left: 60px;
    border: none;
    border-radius: 0;
}
}

@media screen and (max-width: 425px) 
{
.main-container {
padding-left: 45px;
}
}

.no-margin {
margin:0 !important;
}

.no-padding {
padding: 0;
}

.object-state {
    position: relative;
    word-break: break-all;
    text-transform: uppercase;
    font-size: 0.8rem;
display:none;
}

.object-state-nothing {
    color: #999;
}

.object-state-released {
color: green;
}

.object-state-started {
    color: #d14c13;
}

.paging-container {
position: -webkit-sticky;
position: sticky;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #fff;
    padding: 5px 0;
    margin-top: 15px;
    border-top: 1px solid #ccc;
font-size: 1.2rem;

}

.paging-link {

color: #444;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding-bottom: 2px;
}

.paging-link-active {
    background-color: #00CB6D;
    border-radius: 100%;
    color: white;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding-bottom: 2px;
}

.password-changed {
    position: relative;
    display: flex;
    align-items: center;
    color: green;
    font-size: 22px;
}

.sub-container {
    z-index: 1;
    position: relative;
}

.success-container {
color:green;
padding:30px;
font-size:30px;
}

.table-list {
    min-width: 800px;
    max-width: 100%;
overflow: hidden;
}

.top-menu {
    background: #eee;
    padding: 10px;
position: -webkit-sticky;
    position: sticky;

    top: 0;
z-index:2;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1024px) 
{
.top-menu {
margin-left: 2px;
}
}

.use-menu-memo {
margin-top:30px;
}

.useraccess-form {
border-top:1px solid #ccc;
margin-top:15px;
padding-top:15px;
position:relative;
}

.user-form-counters {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding: 10px 15px;
    position: relative;
background: #eee;
}

.user-menu {
position: absolute;
    top: 10%;
    width: auto;
    background: #f3f3f3;
    left: -63px;
    border-right: none;
    z-index: 1;
}

@media screen and (max-width: 1440px) 
{
.user-menu {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0 !important;
    border-right: 2px solid #ddd;
}
}

.user-menu-expand {
border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.user-menu-link {
position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
cursor: pointer;
}

@media screen and (max-width: 425px) 
{
.user-menu-link {
width: 45px;
    height: 45px;
}
}

.user-menu-link-hover {
text-decoration: none;
color: #00CB6D;
}

.user-menu-link-icon {
    font-size: 30px;
    color: #ccc;
-webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

@media screen and (max-width: 425px) 
{
.user-menu-link-icon {
font-size:24px;
}
}

.user-menu-link-name {
display:none;
color: #444;
    font-size: 18px;
-webkit-transition: all ease-in 0.2s;
transition: all ease-in 0.2s;
}

.user-menu-logoff {
margin-top:30px;
border-top: 1px solid #ddd;
}

.user-menu-logoff-btn {
    background: none;
    border: none;
    padding: 0;
    color: #fd7979 !important;
}

.userswitch-form {
border-top:1px solid #ccc;
margin-top:15px;
padding-top:15px;
position:relative;
}

.user-menu-link:hover {
text-decoration: none;
color: #00CB6D;
}

.list-row:hover {
    background-color: #f1f1f1;
}

.filter-additional-btn:hover {
opacity:1;
color:white;
}

