@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


body {
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .container.login-page {
    width: 400px;
    height: 700px;
    border: 1px solid;
    background: url("/img/1617414749_27-p-oboi-oboi-na-telefon-oblaka-28.jpg") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    display: flex;
    min-width: 90%;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    padding: 30px 10px;
    background: #00000066;
}

.login-form-title {
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
}

.login-form input {
    background: rgb(232, 240, 254);
    outline: none;
    border: none;
    font-size: 16px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.forgot-password {
    text-align: right;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.login-form a {
    background: #35aa47;
    border: none;
    padding: 10px 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none;
}

.container {
    background: #f2f2f2;
    width: 400px;
    height: 700px;
}

.container header {
    background: #4caf50;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container header > div {
    width: 100%;
}

.container header > div.menu {
    padding-left: 10px;
    width: 35px;
    margin-right: 15px;
}

.menu i {
    font-size: 40px;
    color: #ffffff;
}

.header-icons {
    padding-right: 10px;
    text-align: end;
}

.header-icons i {
    color: #ffffff;
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.header-icons i:last-child {
    margin-right: 0;
}

.page-title {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: #ffffffb8;
    backdrop-filter: blur(2px);
    height: 635px;
    visibility: hidden;
}

.sub-menu-show {
    visibility: visible !important;
}

.content {
    margin-top: 15px;
    padding: 0 10px;
}

.content-block {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    background: #ffffff;
    box-shadow: 0 0 2px #35aa47;
    justify-content: space-between;
    height: 44px;
    margin-bottom: 20px;
    overflow: hidden;
}

.metrics.show,
.content-block.show {
    height: auto;
}

.content-block .open {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.content-block .events {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 5px #868686;
    margin-bottom: 10px;
    margin-top: 3px;
}

.add-event {
    cursor: pointer;
}

.events span {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

header {
    position: relative;
}

.menu {
    cursor: pointer;
}

.menu-container {
    position: absolute;
    height: 635px;
    top: 100%;
    background: #00000070;
    backdrop-filter: blur(2px);
    z-index: 4;
    display: none;
}

.show-menu {
    display: block;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu > li {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    padding: 10px;
    background: #ffffffe3;
    backdrop-filter: blur(2px);
    /*height: 23px;*/
}

.main-menu > li > ul {
    width: 100%;
    list-style: none;
    padding: 0;
}

.main-menu > li > ul > li {
    padding: 10px 10px 5px 10px;
}

.drop-menu li i {
    margin-right: 5px;
}

li a,
.drop-menu li a {
    font-family: 'Open Sans', sans-serif;
    color: #000000 !important;
    text-decoration: none;
}

.content-table {
    overflow-x: scroll;
    margin-top: 20px;
    padding: 0 15px;
}

thead .listViewContentHeaderValues {
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    color: #000000 !important;
    text-decoration: none;
    letter-spacing: 1px;
}

.content-table table {
    border: 1px solid #4caf505e;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #4a5364;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.table-icons {
    display: flex;
    align-items: center;
}

.table-icons i {
    margin: 0 5px;
}

table thead tr th {
    padding: 10px;

    text-align: left;
}

table tbody tr td {
    padding: 10px;
    text-align: left;
    background: #ffffff;
    border-bottom: 1px solid #aabbff;
    text-align: right;
}

table {
    border-spacing: 0;
}

thead tr {
    background: #4caf504f;
}

table tbody tr td a {
    white-space: nowrap;
    color: #000000;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    display: block;
}

table tbody tr td {
    white-space: nowrap;
}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    padding: 0 15px;
}

.btn-container .btn {
    border: none;
    outline: none;
    background: #4caf50b5;
    padding: 10px 5px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    color: #000000 !important;
    font-weight: 600;
}

.btn-container .btn i {
    margin-right: 5px;
}

.lists {
    padding: 15px 10px;
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
}

.search-lists {
    padding: 15px 10px;
    display: flex;
    justify-content: center;
}

.search-lists input {
    width: 100%;
    padding: 5px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

.shared-list {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
}

.shared-list span:first-child {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.shared-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #00000045;
}

.tags .shared-title {
    border: none;
}

.opensub-menu {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 10px;
    border: 1px solid #4caf50;
    border-right: none;
    cursor: pointer;
    background: #ffffff;
    z-index: 4;
}

.detailview-header-left {
    display: flex;
    margin-top: 20px;
    padding: 0 10px;
}

.detail-logo i {
    font-size: 100px;
}

.detail-logo {
    padding: 5px 10px;
    background: #4caf50;
    margin-right: 10px;
}

.detail-info {
    display: flex;
    flex-direction: column;
}

.detail-info-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.detail-info span i {
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.detailview-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.detailview-btn button {
    width: 35%;
    margin-top: 15px;
    border: none;
    outline: none;
    background: #4caf5094;
    padding: 10px 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.metrics {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 47px;
    overflow: hidden;
}

.metrics > .title {
    font-size: 20px;
    display: flex;
    background: #92cc946e;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.key-block {
    width: 120px;
    height: 120px;
    background: #c9e2ca69;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tastk-title {
    overflow-y: scroll;
    height: 635px;
}

.fields-content {
    width: 100%;
    display: flex;
    padding: 5px 15px;
}

.fields-content span {
    width: 50%;
}

.detail-navigatin {
    display: flex;
    margin-top: 15px;
    padding: 0 15px;
    background: #4caf500f;

}

.detail-navigatin a {
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    color: black;
}

.detail-navigatin a.active {
    color: #ffffff;
    background: #4caf50;
}

.add-project {
    display: flex;
    flex-direction: column;
}

.add-project .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-top: 15px;
    padding: 0 10px;
}

.add-info-container {
    padding: 20px 10px;
}

.add-info-container .sub-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.add-info-container .form-group {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}

.add-info-container .form-group span {
    width: 166px;
    font-family: 'Open Sans', sans-serif;
}

.add-info-container .form-group select,
.add-info-container .form-group input {
    width: 179px;
    outline: none;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
}

.add-info-container .form-group select {
    width: 203px;
}

.save {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #4caf50;
}

.btn-cancel,
.btn-save {
    border: none;
    outline: none;
    padding: 5px 10px;
    color: #000000;
}

.btn-cancel {
    color: red;
}

.projekte .save,
.projekte .detail-logo,
.projekte .container header {
    background: #6684ff;
}

.projekte .detailview-btn button,
.projekte .btn-container .btn {
    background: #6684ffb5
}

.projekte .detail-navigatin a.active {
    background: #6684ff;
}

.projekte .metrics > .title {
    background: #6684ff6e;

}

.projekte .key-block {
    background: #6684ff69;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 95%;
    table-layout: fixed;
}

table {
    border: 0;
}

table caption {
    font-size: 1.3em;
}

table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}

table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
}

table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

table td:last-child {
    border-bottom: 0;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.angle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8ea4fb;
    border: 1px solid #8ea4fb;
}

.paginatin-page {
    padding: 0 5px;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #8ea4fb;
}

