/*template*/

@font-face {
  font-family: 'a7';
   src: url('/Mosaic/font/a7.woff2')  format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kalisher';
  src:url('/Mosaic/font/almoni-dl-aaa-700.woff2') format('woff2');
  font-weight:   bold;
  font-style:  normal ;
  font-display: swap;
}


@font-face {
  font-family: 'kalisher';
  src: url('/Mosaic/font/almoni-dl-aaa-400.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'kalisher2';
  src: url('/Mosaic/font/almoni-dl-aaa-300.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/Mosaic/font/open-sans-v27-latin_hebrew-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SimplerPro';
  src: url('/Mosaic/font/SimplerPro_H-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display:  block;
}


@font-face {
  font-family: 'SimplerPro';
  src: url('/Mosaic/font/SimplerPro_H-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


body.noscroll {overflow:hidden; &.PC, #LayoutTopOut  {margin-right: 18px}  }
body,select,input,textarea,button,td {font-family:Arial;font-size:10pt} form {padding:0px;margin:0px}
h1,h2,h3,h4,h5,h6 {padding:0px;margin:0px; font-size:10pt} ul, ul li{padding:0px;margin:0px;list-style-type: none;}
td {padding:0px; vertical-align:top} table{border-collapse: collapse;}  input[type=button],  input[type=submit] {padding:0px} input {margin:0px}
img {border:0px} .clf{}
a, .Link {text-decoration:none; color: #06c; cursor:pointer } a * {cursor:pointer}

.icon-chat:before { font-family:a7; content:'\f075'}
.icon-man:before { font-family:a7; content:'\E80A'}
.icon-menu:before { font-family:a7;content: '\e805'; }
                                                              
#FullItem {  background-color: rgba(0,0,0,.7); position: fixed; top: 0px; left: 0px; height : 100%; width: 100%; z-index: 200;  box-sizing: border-box !important ;
	.Inner {max-width: 1000px;     box-sizing: border-box; margin: 10px auto; position: relative; background-color: white;   height: calc(~"100vh - 20px");  }
	.InnerScroll {height: calc(100dvh - 20px);     box-sizing: border-box; width:100%; position:absolute;right:0;padding: 10px;  overflow-x: hidden;   overflow-y: auto;  background-color: white;   
		&::-webkit-scrollbar {width:10px; } &::-webkit-scrollbar-track-piece {background-color: transparent}  
		&::-webkit-scrollbar-thumb {background-color:silver; border-radius: 10px;} 

	}
	.x {float:left; aspect-ratio:1; line-height:1; font-size: 19pt; position: absolute; cursor: pointer;  z-index: 201; left: 15px;  top: 3px;  padding: 7px 8px 0; border-radius: 50%;background-color: white; border: solid 1px rgba(0,0,0,.4)}
}
body.ItemOver {overflow:hidden;
	@media all and (max-width: 1300px) { #divMainLeftInfo {display: none}}

}


/*mosaic*/

:root {
  --logo-width: 290px;
  --item-padding: 10px;
  --font-size-small: 12pt;
  --font-size-medium: 14pt;
  --font-size-large: 18pt;
  --icon-color: rgba(255, 255, 255, 0.9);
  --icon-hover-color: white;
  --background-color: #f1f1f1;
  --main-width: 1000px;
  --item-background-color: white;
  --box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.3);
  --logo-top: 6px;
  --logo-z-index: 1;
  --layout-top-background: #fff;
  --maincol-width: 320px;
  --maincol-margin: 20px;
  --inf-width: 300px;
  --forum-message-background: #efefef;
}

.icon::before {
  content: var(--icon);
}

.IconFont {
  font-family: a7;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.MosaicButton {
  cursor: pointer;
  padding: 6px;
  font-family: kalisher;
  color: var(--icon-color);
  &:hover,
  &:focus {
    color: var(--icon-hover-color);
  }
}

.MosaicButton14 {
  font-size: 14px;
}

body.Mosaic {
  background-color: var(--background-color);
  * {
    box-sizing: border-box;
  }
}

body.Mosaic #LayoutTop > .Top {
  position: relative;
  width: var(--main-width);
  height: 94px;
  margin: auto;
}

body.Mosaic #LayoutTop .Toolbar {
  width: var(--main-width);
  margin: 0px auto;
  span.icon-menu,
  #spnReplyerMessages,
  span.icon-search,
  span.trans,
  a.t.icon-man {
    float: left;
  }
}

.icon-man {
  border-right: solid 1px black;
  border-left: 0px;
}

.MosaicLogo {
  position: absolute;
  font-size: 10pt;
  right: calc(50% - var(--logo-width) / 2);
  text-align: center;
  z-index: var(--logo-z-index);
  top: var(--logo-top);
  width: var(--logo-width);
  img {
    width: var(--logo-width);
  }
  &,
  img {
    transition: all 0.1s ease-in-out;
  }
}

body.LayoutTopDown.Mosaic #LayoutTop {
  top: -94px;
  background-color: var(--layout-top-background);
}

body.LayoutTopDown.Mosaic .MosaicLogo {
  top: 94px;
  width: 162px;
  right: 17px;
  img {
    width: 140px;
  }
}

@media all and (min-width: 600px) {
  .MainCol {
    width: var(--maincol-width);
    flex: 1 1 var(--maincol-width);
    margin-left: var(--maincol-margin);
    &:last-child {
      margin-left: 0px;
    }
    .inf {
      margin-bottom: 30px;
      width: var(--inf-width);
      margin: auto;
    }
  }
}

.Item,
.UserBox,
.RepliesBox {
  background-color: var(--item-background-color);
  min-height: 120px;
  padding: var(--item-padding);
  position: relative;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
}

.Item {
  cursor: pointer;
  .Icon {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .Icon::before {
    border-top: solid 90px rgba(0, 0, 0, 0.6);
    border-right: solid 90px transparent;
    color: white;
    display: block;
    content: ' ';
  }
  .Icon::after { font-family: a7;
    position: absolute;
    content: '\e813';
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 28px;
    top: 16px;
    left: 0px;
    width: 52px;
    height: 30px;
  }
  .Icon.cat3::after {
    content: '\e812';
  }
  .Icon.cat6::after {
    content: '\f030';
  }
  .Icon.cat6.forum34::after,
  .Icon.Video::after {
    content: '\f03d';
  }
  .IconPlace {
    float: left;
    width: 70px;
    height: 70px;
  }
  &.rec2 {
    outline: solid 1px #e2700a;
    &:not(.cat6) {
      padding-top: 30px;
    }
    img.rec {
      position: absolute;
      top: -1px;
      right: 25px;
      width: 21px;
      height: 30px;
      box-shadow: 0px 0px 12px 1px white;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 0px 0px 7px 7px;
    }
  }
  &.status0 {
    opacity: 0.7;
    filter: grayscale(70%);
    .cat::after {
      content: ' (עוד לא אושר)';
      color: red;
    }
  }
  .Img,
  iframe,
  video {
    display: block;
    min-height: 80px;
    max-height: 320px;
    width: calc(100% + var(--item-padding) * 2);
    margin: calc(var(--item-padding) * -1) calc(var(--item-padding) * -1) 10px;
  }
  iframe,
  video {
    height: 180px;
    background-color: black;
  }
  audio {
    margin-top: 15px;
    margin-bottom: 2px;
  }
  .cat {
    color: #e2710b;
    font-family: kalisher;
    font-size: var(--font-size-small);
  }
  h4 {
    font-weight: bold;
    margin-top: -4px;
    font-family: kalisher;
    font-size: var(--font-size-large);
    a {
      color: black;
    }
  }
  .author {
    font-family: kalisher;
    font-size: var(--font-size-small);
    font-weight: bold;
    letter-spacing: -0.03em;
  }
  .content {
    max-height: 120px;
    overflow: hidden;
    line-height: 1.3em;
  }
  .button {
    font-size: var(--font-size-small);
    display: inline-block;
    margin-top: 15px;
  }
  .icon-chat {
    color: gray;
    display: inline-block;
    &:before {
      color: white;
      text-shadow: -1px -1px 0 gray, 1px -1px 0 gray, -1px 1px 0 gray, 1px 1px 0 gray;
    }
  }
  .icon-star,
  .icon-star-empty {
    display: inline-block;
    color: gray;
  }
  &.sucotItem {
    .cityname {
      color: #3cc276;
      margin-bottom: 10px;
    }
    h4 a {
      color: #047146;
    }
  }
}

#main {display: flex; justify-content: space-between;}
#Main:after {
  clear: both;
  padding: 4px;
  display: block;
  content: ' ';
}

.MainItem {
  width: 200px;
  height: 120px; overflow:hidden;
  float: right;
  position: relative;
  font-size: 13pt;
  background-color: gray;
  > span.content {
    margin: 10px;
    width: calc(200px - 20px);
    display: block;
    height: calc(120px - 20px);
    overflow: hidden;
    font-family: kalisher2, Arial;
  }
  > span.in {
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    font-family: kalisher, Arial;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    height: 100%;
    transition: all linear 0.1s;
    > span {
      font-size: 11pt;
      line-height: 1.1em;
      display: block;
    }
    > strong {
      font-size: 15pt;
      font-weight: bold;
      color: white;
      display: block;
    }
  }
  &:hover,
  &:focus {
    > span.in {
      opacity: 1;
    }
  }
  &.Vid::before {
    content: '\f03d';
    font-family: a7;
    position: absolute;
    left: 10px;
    top: 10px;
    filter: drop-shadow(0px 0px 8px black);
  }
}

.BtnNew {
  font-size: var(--font-size-medium);
  float: left;
}

.ttl {
  color: gray;
  padding-top: 10px;
  font-family: kalisher;
  margin-bottom: 27px;
  font-size: var(--font-size-medium);
}

.ttl a {
  color: gray;
}

.ttl a.active {
  color: black;
}

.paddingleft() {
  @media all and (max-width: 1336px) and (min-width: 1190px) and (min-height: 620px) {
    padding-right: 180px;
    box-sizing: content-box;
  }
}

#FullItem {
  font-family: kalisher;
  .Top {
    min-height: 75px;
    border-bottom: solid 1px #ccc;
    .icon {
      width: 50px;
      display: inline-block;
      line-height: 1.5em;
      height: 50px;
      text-align: center;
      font-size: 22pt;
      color: rgba(255, 255, 255, 0.8);
      padding: 4px 0px;
    }
    .icon-active,
    .icon-star-active {
      color: white;
    }
    .Right {
      line-height: 1.7em;
      min-height: 71px;
      @media all and (min-width: 1000px) {
        float: right;
        width: calc(100% - 310px);
        .x[onclick] {
          left: 30px;
        }
      }
      .right {
        float: right;
        width: 50px;
        margin-left: 10px;
      }
      .TColor3 {
        font-size: 13pt;
      }
      h1,
      h2 {
        font-size: 26pt;
        padding-bottom: 12px;
      }
      .menu {
        cursor: pointer;
        margin-top: -3px;
        text-align: left;
        span {
          float: left;
          margin-top: 3px;
          margin-right: 4px;
          border: solid 1px silver;
          font-size: 6pt;
          line-height: 1.1em;
          padding: 3px;
        }
      }
      #TopMenu {
        position: absolute;
        z-index: 202;
        display: none;
        top: 76px;
        right: 10px;
        background-color: white;
        min-width: 50px;
        border: solid 1px gray;
        padding: 10px;
        > * {
          display: block;
        }
      }
    }
    .Left {
      padding: 7px;
      font-size: 15pt;
      @media all and (min-width: 1000px) {
        float: left;
        width: 300px;
      }
      .img {
        width: 50px;
        height: 50px;
        float: right;
        margin-left: 6px;
      }
      .img.icon-man {
        font-size: 28pt;
        text-align: center;
        padding: 5px;
      }
      .icon {
        float: left;
      }
      div {
        font-weight: bold;
      }
    }
  }
  .Inner > .Content {
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 30px;
    font-family: kalisher; clear: both;
    font-size: var(--font-size-medium);
    p {
      margin: 0.5em 0px;
    }
    .Image {
      position: relative;
      img {
        min-height: 130px;
        max-height: calc(100vh - 15px);
      }
      .EXIF {
        position: absolute;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.3);
        left: 3px;
        font-size: 10pt;
        line-height: 1.1em;
        bottom: 3px;
        border: solid 1px white;
        color: white;
        padding: 4px;
      }
    }
  }
  .comments {
    @media all and (min-width: 1000px) {
      width: calc(100% - 310px);
      float: right;
    }
    h4 {
      font-size: 16pt;
      padding: 1px 15px 1px 1px;
      span {
        float: left;
        cursor: pointer;
        margin: 2px 3px;
        padding: 2px 4px;
        border-radius: 4px;
        font-size: var(--font-size-small);
        background-color: white;
      }
    }
  }
  .VMore {
    width: 300px;
    float: left;
    @media all and (max-width: 1000px) {
      display: none;
    }
    h4 {
      font-size: 16pt;
    }
  }
  .ForumMessage {
    border-right: solid 1px #fff;
  }
  .ForumTitle {
    margin-right: -33px;
  }
  .ForumMessageMenu {
    left: 0px;
  }
  .ForumMessageAuthor {
    margin-right: 4px;
  }
  body.PC .ForumMessage {
    font-size: 11pt;
  }
  .ForumTopic {
    clear: both;
    margin-top: 15px;
    &.wait {
      cursor: wait;
    }
  }
  .ForumMessageTable {
    margin-bottom: 2px;
    background-color: var(--forum-message-background);
    clear: both;
    font-size: 13pt;
    transform-origin: 50% 50%;
  }
  .ForumMessage {
    padding: 3px 5px;
    min-height: 18px;
  }
  .ForumTitle {
    padding: 4px 2px;
  }
  .ForumMessageDate {
    float: left;
    cursor: default;
    display: block;
    color: #aaa;
    font-size: 9pt;
    margin-top: 5px;
  }
  .ForumMessage .ForumMessageDate input {
    margin-right: 6px;
  }
  .ForumMessageMobileDate {
    text-align: left;
    margin-top: 15px;
    color: gray;
    font-size: 7pt;
  }
  .ForumMessageWillDelete,
  .ForumTopicWillDelete {
    opacity: 0;
    transform: scale(1, 0);
  }
  .ForumMessageDeleted,
  .ForumDeletedTopic .ForumMessage {
    background-color: #ddb0b5;
  }
  .ForumMessageAdded,
  .ForumMessageAdded .ForumMessage {
    background-color: #fefcbe;
  }
  .ForumMessageFocused {
    outline: solid 4px #c00;
  }
  .ForumMessageTrolled .ForumMessage,
  .ForumTrolledTopic .ForumMessage {
    background-color: #cdfcc4;
  }
  .ForumMessageIcon {
    margin: 2px 2px 0px 25px;
    border-right: solid 2px transparent;
    padding-right: 3px;
    position: relative;
    float: right;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    &:before {
      content: ' ';
      display: inline-block;
      background-color: #c00;
      border: solid 1px #c00;
      border-radius: 20px;
      width: 8px;
      height: 8px;
    }
  }
  .ForumMessageTop .ForumMessageIcon::before {
    width: 11px;
    height: 11px;
    margin-right: -2px;
  }
  .ForumMessageTable:not(.ForumMessageLock) .UnLock {
    display: none;
  }
  .ForumMessageTable:not(.ForumMessageAnchor) .UnAnchor {
    display: none;
  }
  .ForumMessageInf .ForumMessage {
    border-right-color: transparent;
  }
  .ForumMessageTable .icon-lock {
    color: #c00;
  }
  .ForumMessageEmpty .ForumMessageIcon::before {
    background-color: white;
  }
  .ForumMessageLock .ForumTitle::before {
    color: #c00;
    left: 100%;
    font-family: a7;
    display: inline-block;
    padding-left: 5px;
    content: '\e809 ';
  }
  .ForumMessageInf .ForumMessageTable {
    background-color: #d4d0d0;
  }
  .ForumTitleInf {
    overflow: hidden;
    height: 1.2em;
  }
  .Content {
    overflow: auto;
    font-size: 13pt;clear: both;
    img {
      max-width: 100% !important; margin: 0 auto;
    }
  }
  .UserSign {
    max-height: 80px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 8px;
    padding-top: 6px;
    border-top: dotted 2px #c0c0c0;
  }
  .ForumOrg {
    display: inline-block;
    font-weight: bold;
    width: 60px;
    text-align: center;
    padding: 0px 1px;
    font-size: 9pt;
    line-height: 13px;
  }
  a.ForumMessageTitle {
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    color: black;
  }
  .ForumMessageTitle img {
    margin-bottom: -2px;
    margin-top: -3px;
  }
  .tdMessage {
  
    clear: both;
    img {
      max-width: 600px;
    }
  }
  .tdMessage.visible {
    display: block;
  }
  .tdMessage .Content {
    margin-top: 15px;
    overflow: hidden;
  }
  .ForumMessageAuthor {
    color: black;
    display: inline-block;
    margin-right: 4px;
    text-decoration: none;
    font-size: 80%;
  }
  .ForumMessageAuthorManager {
    color: #700;
    font-weight: bold;
  }
  .ForumMessageAuthorBold {
    color: #70a82d;
    font-weight: bold;
  }
  .ForumMessageMy {
    color: #05a;
  }
  .ForumMessage .MoreLink {
    text-align: right;
    margin-top: 22px;
  }
  .ForumMessage .MoreLink a {
    color: #cc0000 !important;
  }
  .ForumMessageLastMessage {
    color: #cc0000 !important;
    font-size: 7.6pt;
  }
  .ForumMessage .InfoLink {
    float: left;
    font-size: 8pt;
    margin-top: -6px;
    width: 200px;
    height: 15px;
    padding: 2px;
    background-color: white;
    border: solid 1px gray;
  }
  .ForumMessage .InfoLink:before {
    content: 'פרסומת';
    display: block;
    color: gray;
    background-color: #efefef;
    font-size: 6pt;
    width: 27px;
    height: 9px;
    margin: -8px 10px 0px;
  }
  .ForumMessage .InfoLink a {
    height: 13px;
    display: inline-block;
    overflow: hidden;
  }
  .ForumMinButton,
  input[type='button'].ForumMinButton,
  input[type='submit'].ForumMinButton {
    display: inline-block;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    min-width: 50px;
    color: white;
    line-height: 15px;
    min-height: 17px;
    margin-left: 3px;
    padding: 4px;
    font-size: var(--font-size-small);
    min-width: 80px;
    background-color: #c00;
  }
  .MessageToolbar {
    margin-top: 1em;
    position: relative;
    min-height: 1.3em;
    .icon-menu {
      float: left;
      font-size: 10pt;
      cursor: pointer;
      padding: 0px 3px;
      color: #3c6683;
      background-color: white;
      border: solid 1px #3c6683;
      &.visible {
        background-color: #3c6683;
        color: white;
      }
    }
  }
  .ForumMessageMenu {
    z-index: 2;
    display: none;
    background-color: white;
    position: absolute;
    left: 0px;
    top: 100%;
    max-width: 130px;
    border: solid 1px #888;
    box-shadow: 9px 7px 14px 0px rgba(0, 0, 0, 0.8);
    > a,
    > span {
      display: block;
      cursor: pointer;
      padding: 3px 4px;
      color: black;
      &:hover,
      &:focus {
        background-color: #eee;
      }
    }
    &.visible {
      display: block;
    }
  }
  #frmPost0 {
    margin-right: 10px;
  }
  .DivMessagePost table {
    margin-top: 10px;
    width: 95%;
    display: none;
    table-layout: fixed;
  }
  .DivMessagePost table td:first-child {
    width: 70px;
  }
  .DivMessagePost table td {
    width: 90%;
    padding: 1px 0px;
  }
  .txtSubject {
    width: 340px;
    font-size: 11pt;
  }
  .DivMessagePost .ContentWriter {
    width: 98%;
    min-height: 130px;
  }
}

.UserBox {
  font-family: kalisher;
  @media all and (max-width: 1000px) {
    margin-top: 50px;
  }
  .img {
    display: block;
    width: 150px;
    margin: -50px auto 10px;
    outline: solid 1px silver;
  }
  h4 {
    text-align: center;
    font-size: 16pt;
    margin-bottom: 3px;
    font-weight: bold;
  }
  h4 + div {
    font-size: 11pt;
  }
  .rep {
    border: solid 1px gray;
    padding: 10px;
  }
  .contact {
    height: 1.8em;
    margin-top: 10px;
    color: black;
    > span:first-child {
      float: left;
    }
    a,
    .Link {
      color: black;
    }
  }
}

.UserBox .rep,
.RepliesBox {
  border: solid 1px #25790d;
  h5 {
    font-family: Kalisher;
    margin-bottom: 3px;
    font-size: var(--font-size-small);
  }
  > div {
    font-family: Arial;
    margin-bottom: 10px;
    a {
      color: black;
    }
  }
}

body.Mobile {
  .ForumMinButton {
    padding: 4px;
    font-size: 11pt;
    min-width: 70px;
    background-color: #c00;
  }
  .MessageToolbar {
    margin-bottom: 1em;
  }
  .ForumMessageMenu {
    zoom: 1.4;
  }
  .MessageToolbar .icon-menu {
    padding: 4px 7px;
  }
  .tdMessage .Content a {
    padding: 5px;
    display: inline-block;
    zoom: 1.1;
  }
  .txtSubject {
    width: 98%;
  }
  .DivMessagePost table {
    table-layout: fixed;
    td:first-child {
      display: none;
    }
    tr:first-child td::before {
      content: 'משתמש: ';
    }
    table.cke_editor td:first-child,
    table.cke_editor tr:first-child {
      display: block;
    }
    .cke_chrome {
      max-width: 700px;
    }
  }
}

/* colors*/


:root {
  --color0-bg: #e7eef2;
  --color0-color1: #397fab;
  --color0-color2: #467798;
  --color0-bgtop: #8dbedf;
  --color0-color4: #e9f1f6;

  --color1-bg: #FCF4DD;
  --color1-color1: #ECAD06;
  --color1-color2: #F6B70A;
  --color1-bgtop: #e88333;
  --color1-color4: #f6f6e9;

  --color2-bg: #ecfbd4;
  --color2-color1: #579e23;
  --color2-color2: #61ab2c;
  --color2-bgtop: #48652c;
  --color2-color4: #ecf6e9;

  --color3-bg: #f0e5ef;
  --color3-color1: #a470a1;
  --color3-color2: #af75ac;
  --color3-bgtop: #fddac4;
  --color3-color4: #f1e9f6;

  --color4-bg: #e2e69e;
  --color4-color1: #cdd035;
  --color4-color2: #e8eb3f;
  --color4-bgtop: #e8e852;
  --color4-color4: #f5f6e9;

  --color5-bg: #999999;
  --color5-color1: #777777;
  --color5-color2: #AAAAAA;
  --color5-bgtop: #959595;
  --color5-color4: #eeeeee;

  --color6-bg: #f0f4cf;
  --color6-color1: #878029;
  --color6-color2: #8f882f;
  --color6-bgtop: #7e8a54;
  --color6-color4: #f6f3e9;

  --white-color: white;
  --black-color: black;
}

body.color0 {
  --bg-color: var(--color0-bg);
  --color1: var(--color0-color1);
  --color2: var(--color0-color2);
  --bgtop: var(--color0-bgtop);
  --color4: var(--color0-color4);
}

body.color1 {
  --bg-color: var(--color1-bg);
  --color1: var(--color1-color1);
  --color2: var(--color1-color2);
  --bgtop: var(--color1-bgtop);
  --color4: var(--color1-color4);
}

body.color2 {
  --bg-color: var(--color2-bg);
  --color1: var(--color2-color1);
  --color2: var(--color2-color2);
  --bgtop: var(--color2-bgtop);
  --color4: var(--color2-color4);
}

body.color3 {
  --bg-color: var(--color3-bg);
  --color1: var(--color3-color1);
  --color2: var(--color3-color2);
  --bgtop: var(--color3-bgtop);
  --color4: var(--color3-color4);
}

body.color4 {
  --bg-color: var(--color4-bg);
  --color1: var(--color4-color1);
  --color2: var(--color4-color2);
  --bgtop: var(--color4-bgtop);
  --color4: var(--color4-color4);
}

body.color5 {
  --bg-color: var(--color5-bg);
  --color1: var(--color5-color1);
  --color2: var(--color5-color2);
  --bgtop: var(--color5-bgtop);
  --color4: var(--color5-color4);
}

body.color6 {
  --bg-color: var(--color6-bg);
  --color1: var(--color6-color1);
  --color2: var(--color6-color2);
  --bgtop: var(--color6-bgtop);
  --color4: var(--color6-color4);
}


.CColor12 {
  background: var(--color2);
}

.BGColor {
  background-color: var(--bg-color) !important;
}

.CColor1 {
  background-color: var(--color1) !important;
}

.CColor2 {
  background-color: var(--color2) !important;
}

/* Manually calculated darken(var(--color1), 10%) */
.CColor3 {
  background-color: #316a8e !important; /* Example calculated value */
}

.CColor4 {
  background-color: var(--color4) !important;
}

/* Manually calculated darken(var(--color1), 10%) */
.TColor3 {
  color: #316a8e !important; /* Example calculated value */
}

/* Manually calculated lighten(var(--color1), 40%) */
.TColor4 {
  color: #a0cfee !important; /* Example calculated value */
}

#divBGTop, .BGTop {
  background-color: var(--bgtop) !important;
}
.BColor {
  border-color: var(--color2) !important;
}
#LayoutTop .Toolbar .t > a,
#LayoutTop .Toolbar span.t,
#LayoutTop .Toolbar a.t {
  border-color: var(--color2) !important;
}
#LayoutTop .Toolbar .t > a:hover,
#LayoutTop .Toolbar span.t:hover,
#LayoutTop .Toolbar a.t:hover,
#LayoutTop .Toolbar .t > a:active,
#LayoutTop .Toolbar span.t:active,
#LayoutTop .Toolbar a.t:active,
#LayoutTop .Toolbar .t > a.icon-menu,
#LayoutTop .Toolbar span.t.icon-menu,
#LayoutTop .Toolbar a.t.icon-menu {
  background-color: var(--color2) !important;
}

.CColor2,
.CColor1,
.CColor3,
.CColor12,
.CColor2 a,
.CColor1 a,
.CColor3 a,
.CColor12 a {
  color: var(--white-color);
}

.color4 .CColor1,
.color4 .CColor2,
.color4 .CColor1 a,
.color4 .CColor2 a,
.color4 .CColor12 a,
.color4 .CColor12 a {
  color: var(--black-color);
}

#CColors {
  float: left;
  background-color: var(--white-color);
  padding: 4px;
  width: 127px;
  margin: -2px 15px 0px;
}

#CColors span {
  float: right;
  border: solid 1px var(--white-color);
  font-size: 1px;
  margin-right: 3px;
  height: 13px;
  width: 13px;
  display: inline-block;
  cursor: pointer;
}

#CColors .c0 {
  background-color: #82A5C3;
}

#CColors .sel {
  border: solid 1px #434343;
}

#CColors .c1 {
  background-color: #F19C28;
}

#CColors .c2 {
  background-color: #63AB2B;
}

#CColors .c3 {
  background-color: #C392C1;
}

#CColors .c4 {
  background-color: #F2F83C;
}

#CColors .c5 {
  background-color: #999999;
}

#CColors .c6 {
  background-color: #878029;
}
