

.mouseDown_col_resize{
    cursor: col-resize !important;
}

.smo_div_100_percent_sea {
    width:100%;
    margin:auto
    }


  .smo_div_100_sea {
  width:100%;
  max-width:var(--widthmaxseatools);
  margin:auto
  }


.smo_div_main_sea {
    width:98%;
    width:100%;
    margin:0 auto;
    margin-top:0px;
    padding-bottom:20px;
    /*background-color:#fdfdfd;
    background-color:#f5f8fa;*/
    border-radius:3px
    }
.smo_div_main_sea.max_width_1300_sea {
    max-width:var(--widthmaxseatools);
    /*background-color: #17214d;
    background-color: #090f26;
    */
    /*
    background-image: linear-gradient(#2a385f,#0b1332);
    background-image: linear-gradient(#151f44,#0b1332);
    background-image: linear-gradient(#0b1332,#060b1e);
    background-image: linear-gradient(#090f26,#060b1e);
    background-image: linear-gradient(#090f26,#060b1e,#0b1332);
    */
    }

.smo_div_main_sea.max_width_1300_sea.eva_calendar {
    max-width:var(--widthmaxseatools);
    background-image: linear-gradient(#0b1435,#0f1d56);
}

.sea_background_box{
    /*
    background-color:#1d1e23;
    background-color: #0b1332;
    background-color: #090f26;
    background-image: linear-gradient(#2a385f,#1e263b);
    background-image:linear-gradient(#2a385f,#0b1332);
    background-image:linear-gradient(#10193f,#0b1332);
    background-image:linear-gradient(#0f1635,#0b1332);
    background-image:linear-gradient(#09102a,#0b1332);
    */
    /*background-image:linear-gradient(#09102a,#09102a);
    background-image:linear-gradient(#09102a,#060b1e);
    background-image:linear-gradient(#060b1e,#060b1e);
    background-image:linear-gradient(#0b1332,#0b1332);
    background-image:linear-gradient(#192444,#0b1332);
    */
    background-image:linear-gradient(to top, rgb(26 26 31), rgb(21 21 27));
    border-radius: 5px;
    padding-bottom: 3px;
  
}

.smo_div_header_main_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
    
}
.smo_div_header_main_tab{
    font-size:110%;
    border-bottom: 0;
    color:var(--toolstextcolor);
    
    min-width: max-content;
    width: calc((100vw - 300px) / 7); /* Muss noch erneuert werden, funktioniert nicht richtig.*/
    font-weight: normal;
    padding:3px;
    padding-left:15px;
    padding-right:15px;
    border-left: 1px solid #535972;
    min-height: 45px;
    margin-top: 10px;;
}



/* Tab CSS Start *************************************** */
.smo-tab-warpper{
    display:flex;
    flex-direction: column;
    align-items: flex-start;

  }
  .tabs{
    margin:0px;
  }
  .tab{
    cursor: pointer;
    padding: 8px 20px;
    margin: 0px;
    /* background-color: rgb(245 245 245); */
    display: inline-block;
    /*color: #a1a1a1;*/
    /* border-radius: 4px 4px 0px 0px; */
    /* box-shadow: 0px 0px #e9e9e9; */
    /* border: 1px solid #d2deff; */
    border-right: 1px solid #535972;
    border-bottom: 0;
    /* border-top: 1px solid #a3c5f7;*/
    color:var(--toolsinactivetextcolor);
    margin-left: -6px;
  }
  .tab:hover {
    top: -0.25rem;
    transition: top 0.25s;
    background-color: var(--button-background-color-hover);
    border-top: 3px solid var(--button-background-color-hover);
  }
  .panels{
    /*background:#fffffff6;*/
    /*box-shadow: 0 2rem 2rem #00000080;*/
    /*box-shadow: 2px 3px #e9e9e9;*/
    /*min-height:200px;*/
    width:100%;
    /*max-width:500px;*/
    /*border-radius:3px;*/
    /*overflow:hidden;*/
    /*padding:20px;  */
    /*
    background:white;
    box-shadow: 2px 3px #e9e9e9;
    border-left: 1px solid #ebebeb;
    border-right:1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    */
  }
  .panel{
    display:none;
    /*animation: fadein .8s;*/
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  
  .radio{
    display:none;
  }
  #radio_one:checked ~ .panels #one-panel,
  #radio_two:checked ~ .panels #two-panel,
  #radio_three:checked ~ .panels #three-panel,
  #radio_four:checked ~ .panels #four-panel,
  #radio_five:checked ~ .panels #five-panel,
  #radio_six:checked ~ .panels #six-panel{
    display:block
  }
  #radio_one:checked ~ .tabs #one-tab,
  #radio_two:checked ~ .tabs #two-tab,
  #radio_three:checked ~ .tabs #three-tab,
  #radio_four:checked ~ .tabs #four-tab,
  #radio_five:checked ~ .tabs #five-tab,
  #radio_six:checked ~ .tabs #six-tab{
    /* background-color: #fbfbfb; */
    color: var(--toolstextcolor);
    /* border: 1px solid #f9f9f9; */
    /* border-right: 2px solid #abc3f9; */
    border-top: 3px solid #3d5baa;
    /* border-bottom: 0px solid #d1d1d1;*/
    
    
  }
  /* Tab SCC End ******************************************* */





  

/* Tab SECOND CSS Start *************************************** */
.secondsmo-tab-warpper{
    display:flex;
    flex-direction: column;
    align-items: flex-start;

  }
  .secondtabs{
    margin:0px;
  }
  .secondtab{
    cursor: pointer;
    padding: 8px 20px;
    margin: 0px;
    /* background-color: rgb(245 245 245); */
    display: inline-block;
    /*color: #a1a1a1;*/
    /* border-radius: 4px 4px 0px 0px; */
    /* box-shadow: 0px 0px #e9e9e9; */
    /* border: 1px solid #d2deff; */
    border-right: 1px solid #535972;
    border-bottom: 0;
    /* border-top: 1px solid #a3c5f7;*/
    color:var(--toolsinactivetextcolor);
    margin-left: -6px;
  }
  .secondtab:hover {
    top: -0.25rem;
    transition: top 0.25s;
    background-color: var(--button-background-color-hover);
    border-top: 3px solid var(--button-background-color-hover);
  }
  .secondpanels{
    /*background:#fffffff6;*/
    /*box-shadow: 0 2rem 2rem #00000080;*/
    /*box-shadow: 2px 3px #e9e9e9;*/
    /*min-height:200px;*/
    width:100%;
    /*max-width:500px;*/
    /*border-radius:3px;*/
    /*overflow:hidden;*/
    /*padding:20px;  */
    /*
    background:white;
    box-shadow: 2px 3px #e9e9e9;
    border-left: 1px solid #ebebeb;
    border-right:1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    */
  }
  .secondpanel{
    display:none;
    /*animation: fadein .8s;*/
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  
  .secondradio
  {
    display:none;
  }
  .radio{
    display:none;
  }
  #secondradio_one:checked ~ .secondpanels #secondone-panel,
  #secondradio_two:checked ~ .secondpanels #secondtwo-panel,
  #secondradio_three:checked ~ .secondpanels #secondthree-panel,
  #secondradio_four:checked ~ .secondpanels #secondfour-panel,
  #secondradio_five:checked ~ .secondpanels #secondfive-panel,
  #secondradio_six:checked ~ .secondpanels #secondsix-panel{
    display:block
  }
  #secondradio_one:checked ~ .secondtabs #secondone-tab,
  #secondradio_two:checked ~ .secondtabs #secondtwo-tab,
  #secondradio_three:checked ~ .secondtabs #secondthree-tab,
  #secondradio_four:checked ~ .secondtabs #secondfour-tab,
  #secondradio_five:checked ~ .secondtabs #secondfive-tab,
  #secondradio_six:checked ~ .secondtabs #secondsix-tab{
    /* background-color: #fbfbfb; */
    color: var(--toolstextcolor);
    /* border: 1px solid #f9f9f9; */
    /* border-right: 2px solid #abc3f9; */
    border-top: 3px solid #3d5baa;
    /* border-bottom: 0px solid #d1d1d1;*/
    
    
  }
  /* Tab SECOND SCC End ******************************************* */




  
  

/* Tab third CSS Start *************************************** */
.thirdsmo-tab-warpper{
display:flex;
flex-direction: column;
align-items: flex-start;

}
.thirdtabs{
margin:0px;
}
.thirdtab{
cursor: pointer;
padding: 8px 20px;
margin: 0px;
/* background-color: rgb(245 245 245); */
display: inline-block;
/*color: #a1a1a1;*/
/* border-radius: 4px 4px 0px 0px; */
/* box-shadow: 0px 0px #e9e9e9; */
/* border: 1px solid #d2deff; */
border-right: 1px solid #535972;
border-bottom: 0;
/* border-top: 1px solid #a3c5f7;*/
color:var(--toolsinactivetextcolor);
margin-left: -6px;
}
.thirdtab:hover {
top: -0.25rem;
transition: top 0.25s;
background-color: var(--button-background-color-hover);
border-top: 3px solid var(--button-background-color-hover);
}
.thirdpanels{
/*background:#fffffff6;*/
/*box-shadow: 0 2rem 2rem #00000080;*/
/*box-shadow: 2px 3px #e9e9e9;*/
/*min-height:200px;*/
width:100%;
/*max-width:500px;*/
/*border-radius:3px;*/
/*overflow:hidden;*/
/*padding:20px;  */
/*
background:white;
box-shadow: 2px 3px #e9e9e9;
border-left: 1px solid #ebebeb;
border-right:1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
*/
}
.thirdpanel{
display:none;
/*animation: fadein .8s;*/
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.thirdradio
{
display:none;
}
.radio{
display:none;
}
#thirdradio_one:checked ~ .thirdpanels #thirdone-panel,
#thirdradio_two:checked ~ .thirdpanels #thirdtwo-panel,
#thirdradio_three:checked ~ .thirdpanels #thirdthree-panel,
#thirdradio_four:checked ~ .thirdpanels #thirdfour-panel,
#thirdradio_five:checked ~ .thirdpanels #thirdfive-panel,
#thirdradio_six:checked ~ .thirdpanels #thirdsix-panel{
display:block
}
#thirdradio_one:checked ~ .thirdtabs #thirdone-tab,
#thirdradio_two:checked ~ .thirdtabs #thirdtwo-tab,
#thirdradio_three:checked ~ .thirdtabs #thirdthree-tab,
#thirdradio_four:checked ~ .thirdtabs #thirdfour-tab,
#thirdradio_five:checked ~ .thirdtabs #thirdfive-tab,
#thirdradio_six:checked ~ .thirdtabs #thirdsix-tab{
/* background-color: #fbfbfb; */
color: var(--toolstextcolor);
/* border: 1px solid #f9f9f9; */
/* border-right: 2px solid #abc3f9; */
border-top: 3px solid #3d5baa;
/* border-bottom: 0px solid #d1d1d1;*/


}
/* Tab third SCC End ******************************************* */



.smo_div_5050_sea {
    max-width:var(--widthmaxseatools);
    margin:auto;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    /*background-color: #181a1b;*/
    }
  
    
    .smo_div_5050_sea:after,.smo_div_5050_sea:before {
    content:"";
    display:table;
    clear:both
    }

.smo_div_5050_sea,.smo_div_5050_sea>.smo_div_5050_50_sea {
    /*padding:0*/
    }

    .smo_div_5050_50_sea {
        float:left;
        width:100%;
        /*margin-top:5px;
        margin-top:5px;*/
        padding-left:0
        }
       
    @media (min-width:910px) {
        .smo_div_5050_50_sea {
          width:49.99999%;
        }
      }
    


      
  .smo_div_7030_sea {
    max-width:var(--widthmaxseatools);
    margin:auto
    }
    
    .smo_div_7030_sea:after,.smo_div_7030_sea:before {
    content:"";
    display:table;
    clear:both
    }
    
    .smo_div_7030_70_sea,.smo_div_7030_30_sea {
    float:left;
    width:100%;
    margin-top: 3px;
    }
    
    @media (min-width:1010px) {
    .smo_div_7030_70_sea {
    width:72.99999%
    }
    
    .smo_div_7030_30_sea {
    width:26%;
    padding-left:15px
    }
    }


    
  
  .smo_div_3070_sea {
    max-width:var(--widthmaxseatools);
    margin:auto
    }
    
    .smo_div_3070_sea:after,.smo_div_3070_sea:before {
    content:"";
    display:table;
    clear:both
    }
    
    .smo_div_3070_70_sea,.smo_div_3070_30_sea {
    float:left;
    width:100%
    }
    
    @media (min-width:810px) {
    .smo_div_3070_70_sea {
    width:69.99999%
    }
    
    .smo_div_3070_30_sea {
    width:29.99999%;
    padding-left:15px
    }
    }
  

     
  .smo_div_4060 {
    max-width:var(--widthmax);
    margin:auto
    }
    
    .smo_div_4060:after,.smo_div_4060:before {
    content:"";
    display:table;
    clear:both
    }
    
    .smo_div_4060_60,.smo_div_4060_40 {
    float:left;
    width:100%
    }
    
    @media (min-width:831px) {
    .smo_div_4060_60 {
    width:59.99999%
    }
    
    .smo_div_4060_40 {
    width:39.99999%;
    padding-left:15px;
    padding-right:10px
    }
    }





    .smo_div_7525_sea {
        max-width:var(--widthmaxseatools);
        margin:auto
        }
        
        .smo_div_7525_sea:after,.smo_div_7525_sea:before {
        content:"";
        display:table;
        clear:both
        }
        
        .smo_div_7525_75_sea,.smo_div_7525_25_sea {
        float:left;
        width:100%;
        margin-top: 10px;
        }
        
        @media (min-width:1010px) {
        .smo_div_7525_75_sea {
        width:74.99999%
        }
        
        .smo_div_7525_25_sea {
        width:24%;
        padding-left:15px
        }
        }
        
        .smo_div_7525_sea {
        max-width:var(--widthmaxseatools);
        margin:auto
        }
        
        .smo_div_7525_sea:after,.smo_div_7525_sea:before {
        content:"";
        display:table;
        clear:both
        }
        
        .smo_div_7525_75_sea,.smo_div_7525_25_sea {
        float:left;
        width:100%
        }
        
        @media (min-width:810px) {
        .smo_div_7525_75_sea {
        width:74.99999%
        }
        
        .smo_div_7525_25_sea {
        width:24.99999%;
        padding-left:15px
        }
        }
    
    

        
  .smo_div_8020_sea {
    width:99.89%;
    margin-top:20px;
    margin-bottom:5px
    }
    
    .smo_div_8020_sea:after,.smo_div_8020_sea:before {
    content:"";
    display:table;
    clear:both
    }
    
    .smo_div_8020_80_sea,.smo_div_8020_20_sea {
    float:left;
    width:100%
    }
    
    @media (min-width:1040px) {
    .smo_div_8020_80_sea {
    width:74.5%;
    border-radius: 4px;
    border : 1px solid #4a5166;
    }
    
    .smo_div_8020_20_sea {
    width:24.5%;
    /*padding-top:5px;*/
    padding-left:5px;
    }
    }
    


.app_div{
    background-color:transparent;/* #f2f2f2;*/
    /*border-top: 4px solid #0B1332;
    border-bottom: 4px solid #0B1332;
    border-radius: 4px;*/
    padding-left: 10px;
    padding-right: 10px;
    /*margin-left: 5px;
    margin-right: 5px;*/
    min-width: 560px;
    color:var(--toolstextcolor);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
}


.instrument_inputtext_rahmen {

}
.instrument_inputtext {

    /*box-shadow: 1px 1px #888888;border:0;margin:0;padding:0px;padding-left: 5px;height: 26px;color:dodgerblue;border-color:dodgerblue;background-color:white;width: 100%;vertical-align: top;*/

    
    font-size: 16px;
    height: 42px;
    line-height: 28px;
    caret-color: #1e90ff;
    display: inline-block;
    
 
    color: #fff;
    /* transition: color .15s ease-in-out; */
    text-align: center;

   
    /*border-bottom-left-radius: 4px;*/
    border-top: 0px solid #4a5166;
    border-left: 0px solid #4a5166;
    border-bottom: 0px solid #4a5166;
    border-right: 0px;
    /*border-top-left-radius: 8px;*/
    background-color: #090f26;
    background-color: #02071a;
    background-color: #1a1a1f;
    background-color:#15151b;
}
.instrument_inputtext:focus {
    background-color:#090f26;
    background-color: #02071a;
    background-color: #1a1a1f;
    background-color:#15151b;
    font-weight: 700;
    font-size: 18px;
}

.outputtext {
    /*height: 32px;*/
    caret-color: #1e90ff;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    
    
    text-align: center;

    /*padding-top: 5px;*/
    /*color:#142987;*/
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    text-transform: capitalize;
}
.outputtext_subtext {
    color:var(--toolsinactivetextcolor);
    font-weight: normal;
    font-size: 70%;
}

.button_dropdown_symbollist{
    overflow: initial;
    padding-top:1px;
    padding-right:2px;
    text-align:center;
    cursor: pointer;
    /*box-shadow: 1px 1px #888888;*/
    border:1px;
    width:42px;
    font-size:20px;
    height: 42px;
    margin-right:1px;
    border: 0px solid #4a5166;
    /*border-right:2px solid #1e90ff;*/

    /*border-top-right-radius: 8px;
    border-bottom-right-radius: 1px;*/
    border-left: 0;
    line-height: 14px;
    color:var(--button-color);
}

.border_radius{
    border-radius: 4px;
    border: 1px solid transparent;
}

.instrument_divTable_top {
    box-shadow: 0px 0px 0px white;
    border:0;
    margin-top:5px;
    margin-bottom:5px;
    width: 100%;
    padding-right: 5px;
    margin-right:3px;
    /*background-color:#f2f8ff;*/
    /*border-radius: 4px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 1px;
}
.instrument_label_cell {
    /*font-family: 'Calibri';*/
    font-size:100%;
    border:0;
    width:120px;
    vertical-align:middle;
    text-align:left;
    padding-left:5px;
    display: none;
}

.smo_timeline_css{
    /*margin-top: 15px;*/
    height: 88px;
    width: 100%;
    padding-right: 6px;
}

.instrument_help {
    border-top: 1px solid #4a5166;
    border-bottom: 1px solid #4a5166;
    border-right: 1px solid #4a5166;
    border-left: 0px;
    background-color: transparent;
    padding:0px;
    min-width: 30px;
}


.instrument_divTable_object {
    /*
    background-color: #090f26;
    background-color: #02071a;
    background-color: #1a1a1f;
    background-color:#15151b;
    */
    padding: 0px;
    height: 48px;

}


.instrument_divTable_bottom {
    background-color: #10193d;
    
    padding: 0px;
    height: 48px;
    /* border: 1px solid #ccc; */
    /* border-top: 0; */
    overflow: hidden;
    /*max-width: 100px;*/
}

.button_run{
    border:0;
    
    max-width:200px;
    margin-right:1px;
    float:right;
    font-size:20px;
    border-radius:4px;
    min-height:45px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;

    background-color: var(--button-background-color);
    background-color:transparent;
    color: var(--button-color);
    height: var(--button-height);
    border: 1px solid #202947;
    border: 1px solid #40434e;
}
.button_run:hover{
    cursor:pointer;
    background-color: var(--button-background-color-hover);
}


.button_help{
    border: 0;
    margin-right: 5px;
    float: right;
    font-size: 12px;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    /*background-color: #16161b;*/
    background-color: transparent;
    color: #c1c1c1;
    line-height: 0.1;
    border: 1px solid #4c5573;
}
.button_help:hover{
    cursor:pointer;
    background-color: var(--button-background-color-hover);
    color:white;
}

.button_help_samll{
    border: 0;
    /*margin-top: 10px;*/
    margin-right: 0px;
    float: right;
    font-size: 12px;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    /*background-color: #16161b;*/
    background-color:transparent;
    color: #c1c1c1;
    padding: 0;
    line-height: 0.1;
    border: 1px solid #4c5573;
}
.button_help_samll:hover{
    cursor:pointer;
    background-color: var(--button-background-color-hover);
    color:white;
}



.button_help_contentwidth{
    border: solid #202947 1px;
    margin-top: 10px;
    max-width: 200px;
    margin-right: 5px;
    float: right;
    font-size: 11px;
    border-radius: 50px;
    height: 18px;
    width: fit-content;
    /* box-shadow: 0.5px 0.5px #8094e6; */
    background-color: #202947;
    color: #a1a1a1;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
}
.button_help_contentwidth:hover{
    cursor:pointer;
    background-color: #2d3858;
    color:#ccc;
}

.button_help_content {
    display: none;
    position: absolute;
    background-color: #0b1332;
    min-width: 200px;
    max-width: 500px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    z-index: 99;
    transform: translateX(-90%);
    border: 1px solid #5765a9;
    box-shadow: 0px 8px 16px 0px #2c2e38c9;
    border-radius: 4px;
    background-color: var(--dropdown-item-background);
    font-size: 14.4px;
    min-width: 300px;
    text-align: left;
}
.button_help_content.show {
    display: block;
    margin-top: 0px;
    z-index: 9999;
    padding: 5px;
}



.instrumentlist-content.show {
display:block;
margin-top:-7px;
z-index:99
}

.instrumentlist-content.show div {
padding:5px
}

.instrumentlist-content.show div:hover {
background-color:#ddd;
cursor:pointer
}

.instrumentlist-content {
display:none;
position:absolute;
background-color:#f9f9f9;
min-width:450px;
box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);
z-index:99;
transform: translateX(-90%);
border: 1px solid #5765a9;
}


.instrumentlist-content a {
float:none;
color:#000;
padding:12px 16px;
text-decoration:none;
display:block;
text-align:left;
z-index:99;
font-weight:700
}

.submenutopnav a:hover,.submenudropdown:hover .submenudropbtn {
background-color:#333640;
color:#fff;
cursor:pointer;
z-index:99
}

.submenutopnav a:hover,.submenudropdown:hover .submenudropbtnnews {
color:#fff;
cursor:pointer
}

.instrumentlist-content a:hover {
background-color:#fff;
color:#000
}

@media (min-width:1095px) {
.submenudropdown:hover .instrumentlist-content {
display:block;
margin-top:36px;
z-index:99
}
}





.smo_menue_button {
    display: inline-block;
    
    
    line-height: 20px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    border:0;
    border-radius:4px;
    /*border-left:1px solid #545685;*/
    vertical-align:middle;
    padding:2px 2px;
    min-height:28px;
    min-width:28px;

    background-color: var(--button-background-color);
    background-color: transparent;
    color: var(--button-color);
    height: var(--button-height);
    border: 1px solid #202947;
}
.smo_menue_button:hover {
    background-color: var(--button-background-color-hover);
    cursor: pointer;
    color: white;
}

.smo_menue_button.block {
    
    color:var(--toolstextcolor);
    border: 1px solid #202947;
    border: 1px solid #40434e;
}
.smo_menue_button.block:hover {
    background-color: var(--button-background-color-hover);
    cursor: pointer;
    color: white;
}

.smo_menue_button.none{
    background-color: var(--button-background-color-hover);
    color:white;
    border: 1px solid #40434e;
}
.smo_menue_button.none:hover{
    background-color: var(--button-background-color-hover);
    color:white;
}


.smo_menue_button.smo_favorites_show_hide.block {
    background-color: rgb(239, 239, 239);
    color:#1E90FF;
}
.smo_menue_button.smo_favorites_show_hide.block:hover {
    background-color: var(--button-background-color-hover);
    cursor: pointer;
    color: white;    
  }
.smo_menue_button.smo_favorites_show_hide.none{
    background-color: #2a2e44;
    color:white;
}

#smo_eva_symbol_1_searchautocomplete-list {
    background-color: #121218;
    color: white;
    box-shadow: 1px 1px 2px #888888;
    box-shadow: 0px 8px 16px 0px #2c2e38c9;
    text-align: left;
    z-index: 9999;
}

#smo_symbol_1_searchautocomplete-list {
    background-color: white; 
    color:black;
    box-shadow: 1px 1px 2px #888888;
  }
#smo_symbol_2_searchautocomplete-list {
background-color: white; 
color:black;
box-shadow: 1px 1px 2px #888888;
}

#smo_sea_user_favorites_tablemanager_column_action{
    background-color: transparent;
    color: #d4d4d4;
    border: 1px solid #646262;
    cursor: pointer;
    padding: 7px;
    border-radius: 4px;
}
#smo_sea_user_favorites_tablemanager_column_action:hover{
    background-color: var(--button-background-color-hover);
}


#smo_sea_symbol_2_searchautocomplete-list {
    background-color: #121218;
    color: white;
    box-shadow: 1px 1px 2px #888888;
    box-shadow: 0px 8px 16px 0px #2c2e38c9;
    text-align: left;
    z-index: 9999;
}

#smo_sea_symbol_1_searchautocomplete-list {
    background-color: #121218;
    color: white;
    box-shadow: 1px 1px 2px #888888;
    box-shadow: 0px 8px 16px 0px #2c2e38c9;
    text-align: left;
    z-index: 9999;
}

#smo_symbol_1_search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: dodgerblue;
opacity: 1; /* Firefox */
}
#smo_symbol_1_search:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: dodgerblue;
opacity: 1; /* Firefox */
}
#smo_symbol_1_search::-ms-input-placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: dodgerblue;
opacity: 1; /* Firefox */
}
#smo_symbol_2_search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #9f852c;
opacity: 1; /* Firefox */
}
#smo_symbol_2_search:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #9f852c;
opacity: 1; /* Firefox */
}
#smo_symbol_2_search::-ms-input-placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #9f852c;
opacity: 1; /* Firefox */
}



.popup_shareit{
    width:70%;
    background-color: #0c0c0f;
    border-radius: 6px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: left;
    padding: 20px ;
    color: var(--textcolor);
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 1005;
    
    border: 3px solid #bbbbbc;
    min-width: 350px;
}

.popup_shareit_open_popup{
    visibility: visible;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-image: linear-gradient(0deg, #0c0c0f,#15151b);
}

.popup_shareit input{
    font-size: 16px;
    height: 42px;
    line-height: 28px;
    display: inline-block;
    color: #000;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: normal;
}
.popup_shareit input:focus{
    border: 1px solid #ccc;
}
.popup_shareit button{
    display: inline-block;
    border: 0px solid #ccc;
    border: 1px solid #40434e;
    color: #e9e9e9;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    /* border: 0; */
    border-radius: 4px;
    /* border-left: 1px solid #bfbfbf; */
    vertical-align: middle;
    padding: 2px 8px;
    min-height: 44px;
    min-width: 58px;
    background-color: #19191e;
    float: right;
    
}
.popup_shareit button:hover{
    background-color: var(--button-background-color-hover);
    cursor: pointer;
    color: white;
}



/* ---------------------------------------- */
/* div || Button pulsieren ----------------------- */
.pulse {
    -webkit-animation: pulsate 2.5s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.3;
    /*border: 1px solid rgb(250 157 157 / 84%);*/
    border: 1px solid rgb(53 78 146 / 90%);
    /*box-shadow: rgb(202 49 49 / 39%) 0px 1px 2px 0px, rgb(233 63 63 / 38%) 0px 0px 9px 3px;*/
    box-shadow: rgb(49 81 202 / 39%) 0px 1px 2px 0px, rgb(63 91 233 / 38%) 0px 0px 9px 3px
}
@-webkit-keyframes pulsate {
    0% { opacity: 0.3; }
    50% { opacity: 1.0; }
    100% { opacity: 0.3; }
}
/* ---------------------------------------- */



/* Tools button start */
.buttontools_dropbtn {
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    vertical-align: middle;
    padding: 2px 5px;
    min-height: 28px;
    min-width: 28px;


    background-color: var(--button-background-color);
    color: var(--button-color);
    height: var(--button-height);

    background-color: #090f26;
    background-color:transparent !important;
    border: 1px solid #202947;
    border: 1px solid #40434e;
    

  }
  
  .buttontools_dropbtn:hover {
    background-color: var(--button-background-color-hover) !important;
  }
  
  .buttontools_dropdown {
    position: relative;
    display: flex;
  }
  
  
  .buttontools_dropdown_main {
    position: relative;
    display: inline-block;
  }


  





  .buttontools_dropdown_content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    
    min-width: 370px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px #0b1332c9;
    box-shadow: 0px 8px 16px 0px #2c2e38c9;
    z-index: 99999;
    right: 0px;
    border-radius: 4px;
    top:38px;
    font-size: 16px;
    background-color: var(--dropdown-item-background);
    border: 1px solid #6e707d;
  }
  
  .buttontools_dropdown_content a {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 3px 0px 3px 8px;
    color: var(--toolstextcolorresult);
    border-bottom: 1px solid;
    border-color: var(--dropdown-border-items);


    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .buttontools_dropdown_content img {
    width: auto;
  }
  
.buttontools_dropdown a:hover {
    border-bottom:1px solid ;  
    padding: 10px 5px 10px 10px;
    color: var(--toolstextcolorresult);
    border-bottom: 1px solid;
    border-color: var(--dropdown-border-items);	
}

.buttontools_dropdown_main a:hover {
    background-color: var(--dropdown-item-background-hover);
    text-decoration: none;
}
  
  .buttontools_show {display: block;}

  @media (max-width:731px) {
	.buttontools_dropbtn {
	vertical-align:top;
	/*margin-top:15px;*/
	/*padding:17px 10px*/
	}
    .buttontools_dropdown_content {
        left: -20px;
      }
  }	

  /* Tools button end */



  .smo_as_class{
    display: none;
    position: absolute;    
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    opacity: 1;
    background-size: 100% 100%;
    background-image: linear-gradient(45deg , #19191f, #2d3858);
    z-index: 500;
    color: var(--headercolor);
}


.smo_colapsebel_content_showhide_button{
    background-color: #202947;
    color: var(--toolstextcolor);
    cursor: pointer;
    padding-bottom: 6px;
    width: 99%;
    border: none;
    text-align: left;
    outline: none;
    border-radius: 2px;
    border-left: 1px solid #545685;
    box-shadow: 1px 1px 1px #a9c5dd;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #19191f;
}
.smo_colapsebel_content_showhide_button:hover{
    background-color: #2d3858;
}
.smo_colapsebel_content_showhide{
    display:none;
}
.smo_colapsebel_content_showhide.show{
    height:fit-content;
    
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    z-index: 999;

    font-size: 95%;
    color: #fff;
    margin: 0px;
    padding: 0px;
    border: 1px solid #141b32;
    width: 100%;
    border-radius: 4px;
    background-color: #202947;

    background-color: #121218;
    color: white;
    box-shadow: 1px 1px 2px #888888;
    box-shadow: 0px 8px 16px 0px #2c2e38c9;
    text-align: left;
}





.dropdown_selects{
    display:none;
}
.dropdown_selects.show{
    height:fit-content;
    
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    z-index: 999;

    font-size: 95%;
    color: #fff;
    margin: 0px;
    padding: 0px;
    border: 1px solid #141b32;
    width: 100%;
    border-radius: 4px;
    background-color: #202947;

    background-color: #121218;
    color: white;
    box-shadow: 1px 1px 2px #888888;
    box-shadow: 0px 8px 16px 0px #2c2e38c9;
    text-align: left;
}





.label_trade_direction{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    vertical-align: top;
    padding: 5px;
    padding-top: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
    
    /*height: 30px;*/
    line-height: normal;
    display: block;
    border-bottom: 0px solid #4a5163;
}
.label_trade_direction.short{
    /*background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(132, 85, 85, 0.42), rgba(85, 2, 2, 0.72));*/
    color: rgb(255, 227, 227);
    /*color: #dd4176;*/
    border-radius: 5px;
    background-color: #cd1150;
    /*background-image: -webkit-linear-gradient(45deg, #1d1d21, #f34e4e, #ff5a5a, #1d1d21 110%);*/
    background-image: -webkit-linear-gradient(45deg, #1d1d21, #ad5454, #974c4c, #1d1d21 110%);
    padding: 3px;
}

.smo_header_in_tab{
    margin-bottom: 0;
    padding-bottom: 4px;
    color:var(--headercolor);
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    /*border-bottom: 1px solid #9394b3;*/
    letter-spacing: 0.5px;
    
}



.smo_analyzer_result_tab {
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #202947;
    border: 1px solid #40434e;
    /*border: 1px solid #ebebeb;*/
    /*
    background-color: #181a1b;
    background-image: linear-gradient(#2a385f,#1e263b);
    background-image:linear-gradient(#2a385f,#0b1332);
    */
    padding-bottom: 10px;
    position: relative;
    color: var(--toolstextcolorresult);
    background-color: #09112e;
    background-color: transparent;
    background-color:#060c25;
    background-color:#12131b;
    background-image: linear-gradient(to top, rgb(11 11 20), rgb(15 15 25), rgb(35 35 44));
    background-image: linear-gradient(to top, rgb(11 11 20), rgb(16 16 26),rgb(20 20 31), rgb(35 35 44));
    background-image: linear-gradient(to top, rgb(12 12 25), rgb(14 14 25),rgb(18 18 29), rgb(22 22 27));
    background-image: linear-gradient(to top, rgb(12 12 14), rgb(12 12 18),rgb(21 21 29), rgb(22 22 27));
    background-image: linear-gradient(to top, rgb(12 12 14), rgb(12 12 18),rgb(21 21 29), #252526);
    background-image: linear-gradient(to top, rgb(12 12 14), rgb(12 12 18),rgb(21 21 29), #202023)
    }



.smo_tools_config_rand /* muss am unteren Teil der Datei stehen, damit es andere CSS configs überschreibt */
{ 
    /*background-color: #202947;*/
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0px;
    border-radius: 8px;
    border: 1px solid #40434e;
}

.div_button{
    cursor: pointer;
    border-radius: 6px;
    border:1px solid #4a5163;
}
.div_button:hover{
    background-color: var(--button-background-color-hover);
}




.buttontools_dropdown_sea {
    position: relative;
    display: flex;
} 
.buttontools_dropbtn_sea {
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    vertical-align: middle;
    padding: 2px 16px;
    margin-left: 2px;
    margin-right: 3px;

    background-color: var(--button-background-color);
    background-color:transparent;
    color: var(--button-color);
    height: var(--button-height);

    min-height: 28px;
    min-width: 200px;
    text-align: left;
    font-size: 100%;
    border: 1px solid #202947;
    border: 1px solid #40434e;
}


.buttontools_dropbtn_sea:hover {
    background-color:var(--button-background-color-hover);
    cursor: pointer;
    color: white;
}

.buttontools_dropbtn_sea::after {
    /*content: "  ▼";*/
    content: url(../img/arrowdown.webp);
    float: right;
    padding-left: 10px;
}

.buttontools_dropdown_content_sea {
    display: none;
    position: absolute;
    border:1px solid #6e707d;
    min-width: 370px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px #0b1332c9;
    box-shadow: 0px 8px 16px 0px #2c2e38c9;
    z-index: 99999;
    left: 0px;
    border-radius: 4px;
    top: 50px;
    background-color: var(--dropdown-item-background);
    padding: 0px;
    max-height: 690px;
}
.buttontools_show {
    display: grid;
}

.buttontools_dropdown_item_sea{
    border-bottom:1px solid ;  
    padding: 6px 0px 6px 8px;
    color: var(--toolstextcolorresult);
    border-bottom: 1px solid;
    border-color: var(--dropdown-border-items);	

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.buttontools_dropdown_item_sea:hover{
    background-color: var(--dropdown-item-background-hover);
    text-decoration: none;
}