<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Lato:700);

.date-input
{
    height: 30px;
    width:  152px;
}

.posunuti
{
     padding-left: 14px;
     padding-top:  19px;
     padding-bottom:    14px;  
    
}
 
.upper-indent2
 {
    padding-top: 45px;
    
 
 }
 
.posunuti2
{
    
    height: 30px;
    display: inline-block;
    
}


.odsun
{
    padding-left: 36px;
}

.button-long
{
 margin-left: 5px;
 
}

.button-long:first-child
{
 margin-left: 0px;
 
}

.middle-block
{
    margin: 0 auto !important;
}

.center
{
    text-align: center;
}

.padding1
 {
    padding-left: 10px;
    padding-right: 10px;
    
 }
 
 .vynos-text
 {
    padding-left: 57px;
 }
 
.tabulka1 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  background-color: #dae2e7;
  border: solid 2px #DCE0E6;
  border-top: none;
}

.prehled-vyplaty
{
    padding-left: 54px;

}

.tabulka2 {
  width: 100%;
  text-align: center;
  background-color: #e7eaee;
  border-style: solid 2px #DCE0E6;
  border-top: none;
}  
.zpet:first-child
{
    float: left;
    width: 9%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: var(--main-blue-active-color);
    color: white;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}   

.upravit-investici
{
    display: inline-block;
    width: 35%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: var(--main-blue-active-color);
    color: white;
    transition: 0.15s ease-in-out;
    cursor: pointer;
    
    
}
 
.posunovadlo
 {
    width: 200px;
    height: 100px;
    background: #ff0000;
 }
 
.sipky
{
    position: relative;
    height: 59px;
    background-color: #f1f6f7;
}
.sipka-blob
{   
    background-color: #9b8e70;
    width: 30px;
    height: 100%;

    position: relative;
    float: left;
    -ms-transform: translate(-25px, 0); /* IE 9 */
    -webkit-transform: translate(-25px, 0); /* Safari */
    transform: translate(-25px, 0);
    z-index: 1;
} 
 
.sipka
{   
    background-color: #bfae8a;
    width: 171px;
    height: 100%;
    position: relative;
    float: left;
    z-index: 2;
    font-size: 17px;
    
    -webkit-clip-path: polygon(0% 0%, calc(100% - 25px) 0%, 100% 50%, calc(100% - 25px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, calc(100% - 25px) 0%, 100% 50%, calc(100% - 25px) 100%, 0% 100%);
}
 
 .sipka2
{  

    
    background-color: var(--main-blue-active-color);;
    width: 171px;
    height: 100%;
    position: relative;
    float: left;
     z-index: 2;
    -ms-transform: translate(-50px, 0); /* IE 9 */
    -webkit-transform: translate(-50px, 0); /* Safari */
    transform: translate(-50px, 0); 
    font-size: 17px;
    color: white;
    
    
 -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 15% 49%, 0% 0%);
clip-path: polygon( calc(100% - 25px) 0%, 100% 50%, calc(100% - 25px) 100%, 0% 100%, 25px 50%, 0% 0%);

}


.user-menu-container
 {
    width: 100%;
    float: right;
    position: relative;
    height: 100%;
 }
 
 .user-menu
 {
    max-height: 150px;
    color: darkgray;
    width: 225px;
    background-color: #caba96;
    position: absolute;
    top: 120%;
    right:-2px;
    z-index: 1000;
    overflow: hidden;
    padding: 10px 15px;
    
    border: 2px #594c31 solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;   
 }
 

 

 .user-menu-button
 {
    margin-top: 45px;
    cursor: pointer;
    position: relative;
    float: right; 
    margin-right: 10px;
 
 }
 
/*  .user-menu-button:hover &gt; div
 {
   display: unset;
   max-height: 150px;
   color: darkgray;
   visibility: visible;

 
 } */

 .user-menu-logout-button
 {
    margin-top: 45px;
    cursor: pointer;  
    position: relative;
    float: right;  
 }
 
 .user-menu-text
 {
    font-size: 18px;
 }
 
 .user-menu-text:hover
 {
    color: black;
    font-weight: bold;
 }
 
 
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  border-color: yellow;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  border: 5px solid var(--ribbon-color-var);
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon.ribbon-success span
{
   background-color: #1d941d; 
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}



/* common */
.ribbon2 {
  width: calc( 100% + 10px );
  height: 40px;
  overflow: hidden;
  position: absolute;
}
.ribbon2::before,
.ribbon2::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid var(--ribbon-color-var);
}
.ribbon2 span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #2335b6;
  font: 700 18px/1 'Cali', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ribbon2.ribbon2-deal span
{
   background-color: #1d941d;
   color: #ffe200fa; 
}

.ribbon2.ribbon2-hidden span
{
   background-color: #ffaaaa; 
}

/* bottom left*/
.ribbon2-bottom {
  bottom: 10px;
  left: -5px;
}
.ribbon2-bottom::before,
.ribbon2-bottom::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon2-bottom::before {
  bottom: -5px;
  right: 0;
}
.ribbon2-bottom::after {
  bottom: -15px;
  left: -20px;
}

.menu-icon{
  color: var(--header-color);
}

.menu-icon:hover{
  color: var(--main-gold-color);
}</pre></body></html>