:root {
  --truml-background: #F8FBFF;
  --truml-color: #2E3640;
  --truml-color-blue: #AED4FE;
  --truml-color-blue-dark: #2470dc;
  --truml-color-blue-light: #E6F1FF;
  --truml-cube-left-space: 1.9em;
  --truml-owner-photo-radius: 20%;
   /*or 1.5em*/
}

body {
  margin: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Verdana', 'Lucida Grande', sans-serif;
  font-size: 16px;
  background: var(--truml-background);
  color: var(--truml-color);
  line-height: 125%;
}

a {
  color: var(--truml-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: black;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 0.9em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

h5 {
  font-size: 0.8em;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ddd;
    margin:0.75em 0; padding:0
}

p {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent
}

td {
    vertical-align: top;
}

.text-content {
  clear: both;
  font-size: 0.9em;
}

.stopka {
  font-size: 0.8em;
}

/*.text-list .item .owner-name {
  color: #5B6C80;
  font-size: 0.8em;
  margin: -3px 0px -3px 0px;
}*/

.image-list {
}

.image-list .item {
    float: left;
    text-align: center;
      margin: 0px 37px 37px 0px;
}

.image-list .item img {
  box-shadow: 2px 3px 5px gray;
  padding: 0px;
  height: 150px;
}

.image-list .item .owner-name {
  color: #5B6C80;
  font-size: 11px;
  margin: -3px 7px 7px 0px;
}

.image-list .item .title {
  font-weight: bold;
  margin: 5px 0px 7px 0px;
}

.image-list .item .title a{
 color: var(--truml-color);
}


.t-all {
  zoom: 1;
  color: black;
  background: #F8FBFF;
  filter: alpha(opacity=60);
  opacity: 0.6;
  position: relative;
  font-size: 11px;
}

.t-all:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.t-all a:hover {
  text-decoration: none;
}

.t-zoom {
  top: 20px;
}

.t-zoom a {
    width: 100%;
    display: flex;
    padding: 0px 7px 0px 7px;
}

.t-zoom a span {
    flex-grow: 1;
    text-align: left;
}

.t-desc {
  top: -20px;
}

.text-detail {
    margin-top: 20px;
}

.text-detail .item .dateTime {
  color: #5B6C80;
  font-size: 1.8em;
}

.text-detail .item .owner-name {
  color: #5B6C80;
  font-size: 0.8em;
}

#login_logout_box {
  font-size: 0.9em;
}

.last_comments {
  line-height: 120%;
}

.last_comments div{
  margin-bottom: 10px;
}

.last_comments_profile {
  line-height: 120%;
}

.last_comments_profile div{
  background: #f5f5f5;
  margin-bottom: 10px;
  padding-left: 3px;
}

.last_comments_profile a {
  font-size: 0.75em;
  margin-top: -7px;
}

.last_comments_profile span {
  font-size: 0.75em;
}

.fade-cl {
  background: #eeeeee;
  border: 1px solid #aaaaaa;
  margin-bottom: 10px;
  display: table;
  font-size: 0.85em;
}

.fade-cl a {
  display:table-cell;
  vertical-align:middle;
  padding: 10px;
}

.fade-cl a:hover {
  text-decoration: none;
  background: #d3d3d3;
}

.fade-cl .c1 {
  width: 60px;
  background: #eeeeee;
  text-align: center;
}

.fade-cl .c2 {
  width: 220px;
  background: #e7e7e7;
}

.fade-cl .c2 .title-x {
  font-weight: bold;
}

.fade-cl .c2 .title {
  margin-left: -17px;
}

.fade-cl .c2 .owner-photo {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0px 7px 7px -17px;
}

.fade-cl .c3 {
  background: #eeeeee;
}

.hp_left_box {
  width: 270px;
}

.hp_left_box p {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 0.85em;
}

.left-col-list {
  font-size: 0.85em;
}

.item-comments {
  color: var(--truml-color);
  width: auto;
  margin-top: 3px;
}

.item-comments .comment .owner-name {
  color: #5B6C80;
  font-size: 0.8em;
}

.comment {
  margin: 7px 0px 7px 0px;
  background: #eeeeee;
  padding: 5px 0px 7px 5px;
}

.comment .owner-photo {
  float: left;
  margin: 0px 7px 7px 0px;
  width: 50px;
  height: 50px;
  border-radius: var(--truml-owner-photo-radius);
}

.comment .body {
  color: var(--truml-color);
  font-size: 13px;
  margin: 3px 7px 0px 57px;
  padding: 7px;
  background: #f5f5f5;
}

.comment .comm-actions {
  margin: 0px 0px -5px 57px;
  font-size: 0.8em;
}

.item-comments .level2 {
  margin: 0px 0px 0px 62px;
  width: auto;
}

#slide-action-more {
  background-color: rgba(200, 200, 200, 0.5);
  width: 150px;
  padding: 7px;
  font-size: 0.9em;
}

/*div.actions-line {  TODEL
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #dddddd;
  color: #5B6C80;
  font-size: 13px;
}*/


span.actions-public {
  color: green;
  font-weight: bold;
}

span.actions-hidden {
  color: red;
  font-weight: bold;
}

.image-list .item .actions {
  color: #5B6C80;
}

.image-detail .item .owner-name {
  color: #5B6C80;
  font-size: 0.8125em;
  margin: 0px 7px 0px 0px;
}

.image-detail .category {
  margin-left: 10px;
  font-weight: normal;
  font-size: 0.8125em;
  color: #5B6C80;
}

.profile-menu {
  margin-top: 11px;
  padding: 3px;
  margin-bottom: 33px;
}

.profile-menu a {
  margin-top: 4px;
  margin-right: 4px;
}

#profile-submenu {
  text-align: right;
  font-size: 0.9em;
}

.mainMenuTop {
  font-size: 0.875em;
}

.mainMenuSub {
  font-size: 0.875em;
}

.topmenu-icon-conrrection a {
  vertical-align: bottom;
  margin-right: 2.5625em;
}

.topmenu-icon-conrrection img {
  margin-right: 0.5625em;
}

.kostka {
    width: 493px;
    margin: 0px 20px 20px 0px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    overflow: hidden;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #fcfcfc;
}

/*to jest wielkość kostki samej*/
.big { /* class="kostka big" */
    /*width: 80%;*/
}

/*a to obrazku w kostce. Można by jakoś to skorelować między wysokością, a szerokością w zależności od tego co jest większe...*/
.kostka .image {
    max-width: 90%;
}

.kostka .head {
    width: auto;
    /*border-bottom: 1px solid #f5f5f5;*/
    /*padding-bottom: .7em;*/
    /*background: #F3F3F3;*/
    padding: .9em .9em .7em var(--truml-cube-left-space);
}

.kostka .head .owner-photo {
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: var(--truml-owner-photo-radius);
}

.kostka .head .owner-name {
    font-weight: bold;
    font-size: .9em;
    margin-top: 0px
}

.kostka .head .right {
    float: right
}

.kostka .head .right .dateTime {
    font-size: .8em;
    color: #444444;
}

.kostka .head .right .section a {
    font-size: .7em;
    color: var(--truml-color-blue-dark);
    float: right;
}

.kostka .body {
    width: auto;
    /*padding-bottom: .7em;*/
    padding: .7em 1.1em .7em var(--truml-cube-left-space);
}

.kostka .body .title {
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 1em;
    /*background: #F3F3F3;*/
    /*padding: 10px;*/
}

.kostka .body .title span {
    background: #F3F3F3;
    padding: 7px;
    padding-left: var(--truml-cube-left-space);
    margin-left: calc(-1 * var(--truml-cube-left-space));
}

.kostka .body .content {
    font-size: 0.95em;
    line-height: 150%;
}

.kostka .body .some-information {
    font-size: .9em;
    margin-top: 23px;
}

.kostka .body .some-information p {
    margin-top: 7px;
}

.kostka .body .font-resize {
    white-space: nowrap;
    line-height: 150%;
}

.kostka .actions {
    width: auto;
    margin-top: 1.7em;
}

.kostka .more {
  color: #5B6C80;
  font-size: 0.8125em;
  padding: .3em 1em .5em 2.5em;
  margin-top: -0.5em;
  border-top: 1px solid #eeeeee;
}

.kostka .more a {
  color: #5B6C80;
}

.actions i {
    font-size: 1.8em;
}

.actions .flip {
    transform: rotateY(180deg);
}

.kostka .actions .element {
    display: inline-block;
    /*border: 1px solid blue;*/
    margin-right: 0.4em;
}

.actions .bi-reply:hover {
    color: red;
}

.actions .bi-heart {
    font-size: 1.3em;
}

.actions .bi-heart:hover {
    color: red;
    cursor: pointer;
}

.actions .bi-heart-fill {
    font-size: 1.3em;
    color: red;
    cursor: pointer;
}

.actions .bi-heart-fill:hover {
    color: gray;
}

.more .bi-heart-fill {
    font-size: 0.8em;
}

.navbar-truml {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, var(--truml-color), var(--truml-color));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--truml-color)), to(var(--truml-color)));
  background-image: -webkit-linear-gradient(top, var(--truml-color), var(--truml-color));
  background-image: -o-linear-gradient(top, var(--truml-color), var(--truml-color));
  background-image: linear-gradient(to bottom, var(--truml-color), var(--truml-color));
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3640', endColorstr='#ff2e3640', GradientType=0);
}

/*ALERTY*/

.profile_alerts div {
  margin: 0.4375em;
  font-size: 11px;
  padding: 0px 0.1875em 0.1875em 0.4375em;
  border-radius: 0.4375em;
}

.profile_alerts span {
  font-size: 9px;
  color: #999999;
  margin-top: -5px;
}

.profile_alerts .del-alert {
  float: right;
  margin-right: -3px;
  font-size: 11px;
  color: #555555;
  padding: 0px 4px 1px 4px;
}

.profile_alerts .del-alert:hover {
  background-color: #aaaaaa;
  color: white;
  text-decoration: none;
}

.profile_alerts a {
  color: blue;
}

/*div .alert_text {
  color: #C4152E;
}*/

div .alert_text_regform_terms {
  color: #C4152E;
}

input.alert {
  background: #F0C4CB;
  border: 1px solid #D35062;
}


.alert_1 {
  background: #FFE9E9;
}

.alert_2 {
  background: #e7e7e7;
}

.alert_3 {
  background: #FDFFE9;
}

.alert_4 {
  background: #EAFFE9;
}

.alert_5 {
  background: #E9EBFF;
}

.alert_6 {
  background: #FFE9FE;
}


i.i-profile {
    font-size: 1.1em;
}

#slide-profile-more {
    margin-top: 0.625em;
    padding: 0.625em;
    font-size: 0.9em;
    background-color: #eee;
    border-radius: 11px;
    width: 300px;
}

.nav-gorny {
    font-size: 1.2em;
    align-items: center;
}

.nav-gorny-text-auth {
    font-weight: bold;
    font-size: 0.85em;
}

.nav-gorny-text-no-auth {
    font-size: 0.85em;
}

.lewaKolumnaMenu {
    background-color: var(--truml-color-blue-light);
    max-width: 200px;
    margin-left: 30px;
}

.trx-menu-top a:hover {
    text-decoration: none;
    background-color: var(--truml-color-blue-light);  
}

.trx-menu-left > li > a:hover,
.trx-menu-left > li > a:focus {
    text-decoration: none;
    background-color: var(--truml-color-blue);
}

.trx-menu-top i,
.trx-menu-left i {
    margin-right: 3px;
}

.tr-form-date label {
    margin-left: 11px;
}


/*.bd-sidebar {
    grid-area: sidebar
}

.bd-main {
    grid-area: main
}

.bd-layout {
    display:grid;
    grid-template-areas: "sidebar main";
    grid-template-columns: 1fr 5fr;
    gap: 1.5rem
}


.bd-navbar {
    padding: .75rem 0;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), 0.95));
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)
}*/

.label-desc {
  color: #5B6C80;
  font-size: 0.8em;
}

.t-upload-image {
    border:1px solid #ddd;
    border-radius:5px;
    vertical-align: top;
}

.t-upload-image .label {
    background: #f3f3f3;
    padding: 11px;
    color: #333333;
    font-size: 0.9em;
}

.t-upload-image .thumbnail {
    margin: 11px;
    border:1px solid #ddd;
    border-radius:20px;
}

.t-upload-image .noimage {
    width: 120px;
    height: 120px;
}

.t-upload-image .yesimage {
    max-width: 120px;
    max-height: 120px;
}

.t-upload-image .btn-upload-file input[type="file"] {
  cursor: inherit;
  width: 1px;
  opacity: 0;
}

.error_msg {
  border: 1px solid #C4152E;
  padding: 20px;
  margin: 10px 10px 20px 0px;
  width: max-content;
  font-size: 0.9em;
}

.error_msg li {
    margin-left: 10px;
}

.h-message-to-user {
    position: absolute;
    top: 30%;
}

.h-message-to-user h1 {
    margin-bottom: 30px;
}

.h-message-to-user p {
    margin-bottom: 9px;
}

.h-message-to-user a {
    font-weight: bold;
}

.user-list .item {
  min-width: 120px;
  height: 127px;
  float: left;
  margin: 27px 27px 0px 0px;
  padding: 11px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  font-size: .85em;
}

.user-list .item .owner-name {
  /*color: #2E3640;*/
  /*font-size: .9em;*/
  font-weight: bold;
  }

.user-list .item .owner-photo img{
    width: 60px;
    height: 60px;
    border-radius: var(--truml-owner-photo-radius);
    margin: 3px 3px 3px 0px;
}

.user-list .item .owner-iline {
    font-size: 0.9em;
}

.user-list .item .icons {
  float: right;
}

#image-list-content {
    max-width: 1400px;
}

.category-select {
    width: 200px;
    margin-top: 20px;
    font-size: .75em;
    background-color: #eee;
    padding: 3px 7px;
}

.no_more_items{
    clear: both;
    margin-top: 17px;
}


/*#profile-head {
    margin-bottom: 8px;
}*/

#profile-head .profile-info {
  color: #2E3640;
}

#profile-head .profile-upmenu-name{
  vertical-align: top;
/*  margin-top: -30px;*/
  font-size: 15px;
}

#profile-head .profile-upmenu-buttons {
  vertical-align: bottom;
}

#profile-head .profile-upmenu-buttons a {
  margin-top: 4px;
}

.profile-info .owner-photo {
    width: 120px;
    height: 120px;
    border-radius: var(--truml-owner-photo-radius);
    margin: 3px 3px 3px 0px;
}

.section-head {
    display: flex;
}

.section-head .title {
    flex-grow: 1;
}

.section-head .icon {
    flex-grow: 0;
    display: flex;
    align-items: center;
}

.section-head .icon i {
    font-size: 2.9em;
    border: 7px solid var(--truml-color);
    padding: 7px;
    border-radius: 11px;
}

.full_text {
    font-size: .9em;
    color: gray;
}

.ramka {
    border: 1px solid #ddd;
}

#backFromGridbag {
    float: right;
    position: relative;
    right: -17px;
    top: 21px;
}

#backFromGridbag i {
    font-size: 2em;
}

#switchToGridbag {
    float: right;
    position: relative;
    right: 60px;
    top: 20px;
    text-align: center;
}

#switchToGridbag i {
    font-size: 2em;
}

#switchToGridbag p {
    font-size: .7em;
}

.f-caption .caption {
    display: flex;
    /*width: 500px;*/
    justify-content: center;
}

.f-caption .caption strong {
    font-size: .9em;
}

.f-caption .caption i,
.f-caption .caption span,
.f-caption .caption a {
    color: #ccc;
    font-size: 13px;
}

.f-caption .caption span.break {
    width: 77px;
}

.register,
.policy_content {
    font-size: .9em;
    line-height: 150%;
}

.register p,
.policy_content p {
    margin-bottom: 11px;
}

.logreg-forms form {
    max-width: 500px;
}

.subline {
    border-radius: 4px;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    margin-top: 11px;
}

#ol-all-content {
    margin-top: 13px;
}

.slide-profile-more-btn a.btn {
    --bs-btn-padding-y: 0rem;
    --bs-btn-padding-x: .15rem;
    --bs-btn-font-size: .75rem;
    
    --bs-btn-color: #000;
    --bs-btn-border-color: var(--truml-background);
    --bs-btn-bg: var(--truml-background);
    
    --bs-btn-hover-color: #000;
    --bs-btn-hover-border-color: var(--truml-background);
    --bs-btn-hover-bg: var(--truml-background);
    
    border-radius: 0px 7px 0px 0px;
    opacity: 45%;
}

.slide-profile-more-btn {
    margin-top: -23px;
    position: relative;
    top: -1px;
    width: 57px;
}

.slide-profile-more-btn a.btn:hover {
    opacity: 70%;
}

.slide-profile-more-btn a.btn:active {
    opacity: 83%;
    background-color: var(--truml-background);
    border-color: var(--truml-background);
    color: black;
}

#msgbox {
    background: #eee;
    position: fixed;
    display: none;
    z-index: 1700;
    text-align: left;
    top: 10px;
    left: 40%;
    border: 3px solid gray;
    padding: 17px;
    border-radius: 20px;  
}
