/******************************************************
 Webportal Main
 *****************************************************/

.server_test_div {
    min-height: 15px;
    padding: 2px;
    font-weight: bold;
}
.ie_moz_hide_scrollbar{
    width: 60px!important;
    overflow-x: hidden!important;
    overflow-x: -moz-hidde-unscrollable!important;
}

.nowrap_input{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    width: calc(100% - 30px);
}

.plant_information_container{
    background: var(--block-label-background);
}
.plant_information_label{
    font-weight: bold;
    font-size: 16px;
    padding: 2px;
}

.deselect {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border:1px dotted black;
    opacity: 0.7;
    background-color: #bad3ec;
    background-color: hsla(210, 62%, 79%, 0.75);
}

.text_overflow_label{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.value_behavior_container .autosize_input{
    min-height: 55px;
}
.autosize_input{
    width: 100% !important;
    margin-right: 0px;
}
.autosize_input_big{
    width: 100% !important;
    margin-right: 0px;
}
@media screen and (min-width: 420px) {
    .autosize_input{
        width: calc(50% - 5px) !important;
        margin-right: initial;
    }
    .right_input{
        float: right !important;
    }
}

@media screen and (min-width: 300px) {
    .autosize_input_big {
        width: calc(50% - 5px) !important;
        margin-right: initial;
    }
    .right_input_big{
        float: right !important;
    }
}

.plant_group_select_div {
    height: 22px;
    padding: 5px;
    font-weight: bold;
}


/*Login Page*/
.cursor-pointer {
    cursor: pointer;
}
.cursor-loading {
    cursor: wait!important;
}

.cursor_grap{
    cursor: move !important;
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
}

.cursor_move{
    cursor: -webkit-grabbing !important;
    cursor:    -moz-grabbing !important;
    cursor:         grabbing !important;
}

.dragscroll.cursor_move td{
    cursor: -webkit-grabbing !important;
    cursor:    -moz-grabbing !important;
    cursor:         grabbing !important;
}


.footer-font{
    font-size: 12px;
}
@media screen and (min-width: 420px) {
    .footer-font{
        font-size: 14px;
    }
}

.login-box-outer{
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

.Alt_Boxes .label_overwrite_style{
    color: white;
    font-size: 22px;
}

.Alt_Boxes label{
    color: white;
}

.login-box-inner.login-box-outer_2{
    padding-top: 10%;
}
.login-box-inner.login-box-outer_3{
    padding-top: 10%;
}

.login-box-inner{
    display: table-cell;
    vertical-align: middle;
}

.input_pw_toggle_container{
    position: relative;
}
.toggle_password_button{
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px!important;
    color: gray;
    cursor: pointer;
}
.toggle_password_button.active{
    color: initial;
}

.login-bottom-picture-container {
    height: auto;
    position: fixed;
    bottom: 41px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.login-bottom-image {
    height: 100%;
    width: 100%;
    max-width: 550px;
}
.login-bottom-image-1 {
    height: 40% !important;
    width: 40% !important;
    max-width: 550px;
    opacity: 0.8;
}
.login-bottom-picture-container-1{
    top: 15% !important;
    bottom: initial;
}

.login-bottom-image-2 {
    height: 50% !important;
    width: 50% !important;
    max-width: 550px;
    opacity: 0.8;
}
.login-bottom-picture-container-2{
    top: 30% !important;
    bottom: initial;
}
.login-bottom-image-3 {
    height: 50% !important;
    width: 50% !important;
    max-width: 550px;
    opacity: 0.8;
}
.login-bottom-picture-container-3{
    top: 30% !important;
    bottom: initial;
}
.login-bottom-picture-container-3.logo_top_margin{
    top: 15% !important;
    bottom: initial;
}

@media screen and (min-height: 700px) {
    .login-bottom-picture-container-1 {
        top: 30% !important;
    }
    .login-bottom-image-1{
        height: 20% !important;
        width: 20% !important;
        max-width: 550px;
    }
    .login-bottom-image-2{
        height: 40% !important;
        width: 40% !important;
        max-width: 550px;
    }
    .login-bottom-image-3{
        height: 40% !important;
        width: 40% !important;
        max-width: 550px;
    }
}

.selector-box  {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    margin-top: -3px;
}

.select-with-label{
    margin-top: 2px;
}

.hide {
    display: none!important;
}

label{
    color: var(--default-label-color);
}

.typeNoColor {
    color: hsl(31, 86%, 55%);
    border: solid 1px hsl(215, 30%, 72%);
    margin: 0em;
    padding: .25em 1em;
    font-weight: normal;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    height: 15px;
    width: 260px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input,
    input:focus,
    input:hover {
        font-size: 16px !important;
    }
}

.main-icon.margin-top{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

/* ---- Portfolio ---- */
.portfolio_infobox{
    min-width: 210px;
    height: 108px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: inline-block;
}
.portfolio_infobox_100{
    width: 100%;
}
.portfolio_infobox_50{
    width: calc(50% - 0.250em);
}
.portfolio_infobox_25{
    width: calc(25% - 0.250em);
}

.anti_theft_warning_box{
    background: #ffffa3 !important;
}

.portfolio_plant_panel
{
    height: auto;
    margin: 0px 5px 10px 5px;
    color: black;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    min-height: 120px;
}

.investor_view_chart_panel {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 110px;
}
@media screen and (min-width:350px){
    .investor_view_chart_panel{
        width: 150px;
    }
}

.float-left
{
    float:left;
}
.float-right
{
    float:right;
}
.float-none
{
    float:none;
    display: inline-block;
}
.status1
{
    padding:0px;
    width:20px;
    height:20px;
    margin-top:1px;
}

.status1.table_mode{
    position: absolute;
    margin-top: 3px;
}


.portfolio_plant_panel .PLANT_NAME
{
    font-weight: bold;
    padding-left: .5em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    width: 60%;
    flex-grow: 1;
}

@media screen and (min-width: 350px) {
    .plant_box_panel .PLANT_NAME{
        width:calc(100% - 86px - 38px);
        font-size: 12px;
    }
    .portfolio_plant_panel .PLANT_NAME{
        font-size: 16px;
    }
}

.portfolio-progress {
    background: hsl(213, 20%, 95%);
    box-shadow: none;
    border-radius: 3px;
    margin: 0;
    height: 6px;
    border: 1px solid lightgrey;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
}

.portfolio-progressbar {
    background: #008cff!important;
}

.timeindex{
    height: 25px;
}

.E_TODAY {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 350px) {
    .E_TODAY {
        font-size: 12px;
    }
}
@media screen and (min-width: 400px) {
    .E_TODAY {
        max-width: 100px;
    }
}
@media screen and (min-width: 500px) {
    .E_TODAY {
        max-width: 150px;
    }
}

.small_font{
    font-size: 10px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
.bold_font{
    font-weight: bold;
}
.center_font{
    text-align: center;
}
.italic_font{
    font-style: italic;
}
.portfolio_profit_label{
    color: green;
}

.details .small_font{
    font-size: 12px;
}

.elements
{
    padding:0px 2px 0px 2px;
}
.row1 .elements
{
    margin:2px 0px 2px 0px;
}

.elements-progress
{
    padding:0px 2px 0px 2px;
    line-height: 13px;
}
.elements-progress-sizeable{
    width: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.elements-progress-radiation{
    width: 30px;
    text-align: center;
}
@media	screen and (min-width:350px){
    .elements-progress-sizeable{
        width: 55px;
    }
}
@media	screen and (min-width:600px){
    .elements-progress-sizeable{
        width: 60px;
    }
}

.portfolio-row1 {
    height:20px;
    line-height:20px;
    vertical-align: middle;
    width: inherit;
    max-width: inherit;
    color: black;
    background: var(--oa-investor-panel-row1-background);
    border: 1px solid var(--default-border-color);;
    display: flex;
}
.portfolio-row2 {
    background-color: var(--oa-investor-panel-row2-background);
    border: 1px solid var(--default-border-color);
    line-height:20px;
    color: black;
    width: inherit;
    max-width: inherit;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.portfolio_last_data_label{
    position: absolute;
    bottom: 0px;
    left: 5px;
}

.minutes_ago_label{
    margin-left: 7px;
}

.plant-state {
    margin-top: 7px;
}

.plant_box_panel.warn .alarms,
.plant_box_panel.alert .alarms {
    color: hsl(0, 100%, 35%);
}

.icon-color-load {
    color: black;
}
.icon-color-ok {
    color: darkgreen !important;
}
.icon-color-error {
    color: red !important;
}

.data_logger_icon {
    margin-left: 5px;
}

.alarm_stat_icon {
    width: 100%;
    text-align: center;
    margin-left: 0px;
}

.alarm_stat_text {
    width: 100%;
    text-align: center;
    margin-bottom: -2px;
}

.nsm_percent_label {
    width: 100%;
    text-align: center;
    margin-bottom: -2px;
}

.plant_state_no_data .icon-menu{
    fill: #cdcdcd !important;
    stroke: #cdcdcd !important;
    fill: hsla(216, 27%, 49%, 0.29) !important;
    stroke: hsla(216, 27%, 49%, 0.29) !important;
}

.cursor-help {
    cursor: help;
}

.plant_group_top_bar,
.PLANT_NAME {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.alarmbox-color-error{
    background-color:hsl(0,100%, 35%);
    height:100%;
    width: 5px;
}
.alarmbox-color-warning{
    background-color: #ef9029;
    background-color:rgb(239, 144, 41);
}
.alarmbox-color-repair{
    background-color: #2e29ef;
}
.alarmcaption-color-error{
    color:hsl(0,100%, 35%);
}
.alarmbox-color-scheduled{
    background-color: #10ef00;
}
.alarmbox-color-known{
    background-color: #00efef;
}
.alarmbox-color-dismissed{
    background-color: #7e7e7e;
}

.alarmcaption-color-warning{
    color: #ef9029;
    color:rgb(239, 144, 41);
}
.alarmcaption-color-repair{
    color: #2e29ef;
}
.alarmcaption-color-scheduled{
    color: #10ef00;
}
.alarmcaption-color-known{
    color: #00efef;
}
.alarmcaption-color-dismissed{
    color: #7e7e7e;
}

.width100 {
    width: 100%;
}

.float-clear{
    clear: both;
}

.left-margin {
    margin-left: 10px;
}
.right-margin {
    margin-right: 10px;
}

/* ---- Loader DIV ---- */
.centered {
	width: 100%;
	text-align: center;
    font-family: "Segoe UI", Arial, sans-serif;
}
.box{
    z-index:9999;
    width: 320px;
    height: 130px;
    margin: auto;
    text-align: center;
    overflow: visible;
    border-radius: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.box .stripe{
    overflow: visible;
    position: relative;
    padding: 1px 1em;
}

.box .message{
    background: var(--popup-window-background);
    overflow: visible;
    display: inline-block;
    position: relative;
    padding: 1em 0em;
    width: calc(100% - 10px);
}

.box .message button{
    width: auto !important;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25em;
    padding: .312em 2em;
    margin: 1em 0 !important;
    outline: none;
}

.box-small{height: 100px;}
.color-exclamation {color: orange;}
.color-success {color: #008000;}
.color-fail {color: #ff0000;}

@media	screen and (min-width: 450px){
    .box .message{
        width: 380px;
    }
}

#Alarm_Popup.maximized .Alarm_Chart_Panel{
    height: 500px!important;
    max-height: 500px!important;
}
#Alarm_Popup.maximized .Alarm_Chart{
    height: 500px!important;
    max-height: 500px!important;
}

/******************************************************
 Chart
 *****************************************************/





/******************************************************
 Plant Details (Overview.html
 *****************************************************/

.alarms .alarm_count{
    display: inline-block;
    background: hsl(0,50%, 50%);
    color: white;
    vertical-align: baseline;
    min-width: 1.5em;
    line-height: 1.5em;
    max-height: 1.5em;
    text-align: center;
    font-weight: bold;
}
.weather_icon{
    vertical-align: top;
    text-align: center;
    height: 128px;
    width:128px;
}
.progressgraph{
    overflow:hidden;
    margin: 1em 0;
}
.progressgraph .current{
    float:left;
    width: 50%;
}
.progressgraph .total{
    float:left;
    width: 50%;
    text-align: right;
    color: hsl(0,0%,50%);
}
.progressgraph .progress{
    height: 1em;
    margin: .25em 0 1em;
}
.fill_complete{
    width: initial !important;
    margin-right: 10px;;
}

/******************************************************
 ALARMS (Alarmx_v2.html)
 *****************************************************/
#mobile_container .ui-layout-center{
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
#mobile_container .ui-layout-west{
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
#mobile_container .BUTTON-DISMISS{
    right: 0px !important;
}

.treeicon {
    color: hsl(215, 46%, 60%);
}

.selected-alarm td {
    background: var(--item-selected-color) !important;
}

/******************************************************
 Yields
 *****************************************************/
@media all {
    .page-break	{ display: none; }
}

#Yield_View_Config_Popup .valid_value {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3FBF3F;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3FBF3F;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3FBF3F;
    outline: rgb(51, 153, 51) auto 5px;
}

#Yield_View_Config_Popup .fancytree-container {
    min-height: calc(100% - 6px);
    margin: 0px;
}
#Grid_Settings .fancytree-container {
    border: 1px solid var(--default-border-color);
    min-height: calc(100% - 11px);
    margin: 0px;
}
#tree.alarmview_treeview .fancytree-container{
    height: calc(100% - 6px);
    margin: 0px;
}

.DIFFER_VALUE{
    text-align: right !important;
    font-weight: bold;
}

.yields_table,
.chart_popup_table {
    width: 100%;
}

.radiation_values_container{
    margin-top: 5px;
    display: flex;
    align-items: baseline;
}

/******************************************************
 Config
 *****************************************************/
#plant_device_table td:focus,
#plant_device_tracks_table td:focus,
#translation_keys_table td:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3 !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3 !important;
    outline: rgb(91, 157, 217) auto 5px !important;
}
#plant_device_table td.validvalue,
#plant_device_tracks_table td.validvalue,
#translation_keys_table td.validvalue {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 6px #3FBF3F !important;
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 6px #3FBF3F !important;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 6px #3FBF3F !important;
    background: rgb(63 191 63 / 5%);
}
#plant_device_table td.warningvalue,
#plant_device_tracks_table td.warningvalue,
#translation_keys_table td.warningvalue {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 6px #bf8000 !important;
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 6px #bf8000 !important;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 6px #bf8000 !important;
    background: rgb(255 171 0 / 5%);
}
textarea.error{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    outline: thin auto red !important;
}

.invalid_edit_value{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    outline: thin auto red !important;
}
#plant_device_table td.invalid_edit_value,
#plant_device_tracks_table td.invalid_edit_value,
#translation_keys_table td.invalid_edit_value {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    background: rgba(255, 0, 0, 0.07);
    outline: none!important;
}

#errorstringdiv {
    color: red;
}

/******************************************************
 Stations
 *****************************************************/

.detail_table{
    padding: 1em;
    padding-bottom: 5px;
}

.detail_plant .value{
    float: right;
    margin-left:5px;
}

.table-data-wrap{
    width: 45%;
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0px 5px 10px 10px;
    margin-right: 15px;
}
@media	screen and (min-width: 1200px){
    .table-data-wrap {
        width: 48%;
    }
}

.chart_maximized .textarea-wrap {
    display: none;
}

.chart_maximized .chart_div {
    margin-top: 35px! important;
}

.maxed_view{
    width: 100%;
    z-index: 2;
}
.maxed_view_imp{
    width: 100%!important;
    margin-right: 0px!important;
}
.graph-wrap.maxed_view {
    padding: 0px 10px 10px 10px;
    width: initial;
    float: none;
    margin: 0px;
}
.graph-wrap.maxed_view_mobile{
    display: inline-block;
    width: calc(100% - 20px);
}
.table-data-wrap.maxed_view {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.station{
    width: 95%;
    max-width: 100%;
    width:50%;
}

.station-text-edit {
    width: calc(100% - 18px);
    font-size: 12px !important;
    resize: none;
}

th.tablesorter-headerAsc {
    background-image: url(../img/asc.gif)!important;
    background-repeat: no-repeat!important;
    background-position: center left!important;
}
th.tablesorter-headerDesc {
    background-image: url(../img/desc.gif)!important;
    background-repeat: no-repeat!important;
    background-position: center left!important;
}
th.notsortable {
    background-image: none !important;
}

.alarm_table_container > table,
.table-data-wrap > table{
    width: 100%;
}

/******************************************************
 Plant Switch View
 *****************************************************/

#Tab_Button_Container button:first-child{
    border-left: 1px solid var(--default-border-color) ! important;
}

#Tab_Button_Container button{
    margin-left: 0px!important;
    border-left: 0px solid!important;
}

@keyframes borderAnimation {
    0%   { border: 2px dashed rgba(77, 83, 86, 0.46); }
    50%  { border: 2px dashed white; }
    100% { border: 2px dashed rgba(77, 83, 86, 0.46); }
}
@-o-keyframes borderAnimation {
    0%   { border: 2px dashed rgba(77, 83, 86, 0.46); }
    50%  { border: 2px dashed white; }
    100% { border: 2px dashed rgba(77, 83, 86, 0.46); }
}
@-moz-keyframes borderAnimation {
    0%   { border: 2px dashed rgba(77, 83, 86, 0.46); }
    50%  { border: 2px dashed white; }
    100% { border: 2px dashed rgba(77, 83, 86, 0.46); }
}
@-webkit-keyframes borderAnimation {
    0%   { border: 2px dashed rgba(77, 83, 86, 0.46); }
    50%  { border: 2px dashed white; }
    100% { border: 2px dashed rgba(77, 83, 86, 0.46); }
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}

.fixed_box_border{
    border: 2px dashed blue !important;
}

.blinking_border{
    -webkit-animation: borderAnimation 2s infinite;
    -moz-animation: borderAnimation 2s infinite;
    -o-animation: borderAnimation 2s infinite;
    animation: borderAnimation 2s infinite;
}
.ease_led{
    -webkit-animation: flickerAnimation 0.5s infinite;
    -moz-animation: flickerAnimation 0.5s infinite;
    -o-animation: flickerAnimation 0.5s infinite;
    animation: flickerAnimation 0.5s infinite;
}

.plant_main_grid div {
    float: left;
}

.Middle_Caption{
    text-align: center !important;
}
.Right_Caption{
    text-align: right !important;;
}

.connected_line_div {
    height: 22px;
    padding: 5px;
    font-weight: bold;
}

.table_border_color{
    border: 1px solid hsl(213, 40%, 55%);
}

/******************************************************
 ERROR_CONFIG
 *****************************************************/
#toast, #get_data_toast {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100000;
    left: 15px;
    right: 15px;
    bottom: 30px;
    min-width: 250px;
}
@media	screen and (min-width: 640px){
    #toast, #get_data_toast {
        left: 50%;
        right: initial;
    }
}


#toast.show,
#get_data_toast.show{
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.select-editable {
    position: relative;
    background-color: white;
    border: 1px solid rgb(126, 158, 200);
}
.select-editable select {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    width: 100%;
}
.select-editable input {
    position: absolute;
    top: 1px;
    left: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 40px);
    padding: .312em;
    font-size: 16px!important;
    border: none;
}
.select-editable select:focus, .select-editable input:focus {
    outline:none;
}

.e_mail_address_div {
    height: 30px;
    font-size: 12px;
    padding: 5px 5px 0px 5px;
}

.left_controls{
    width: 100%;
}
.right_controls{
    width: 100%;
}

@media screen and (min-width: 750px) {
    .left_controls {
        width: 300px;
    }
    .right_controls{
        width: 300px;
    }
}

@media screen and (min-width: 900px) {
    .left_controls {
        width: 400px;
    }
    .right_controls{
        width: 400px;
    }
}

/******************************************************
 Charts New
 *****************************************************/
button.deletetrackicon {
    background: none;
    border: none;
    padding: 0;
    outline: inherit;
}

.chart_select_aggregate{
    min-width: 65px;
}

.Window_Panel_Mobile{
    height: calc(100% - 40px);
}

#alarm-target .flex_date_picker_container {
    width: 100%;
    height: 28px;
}
#alarm-target .alarmpopup_date_modes_container {
    display: flex;
    gap: 5px;
    height: 30px;
    flex-grow: 1;
}
.alarmpopup_date_modes_container button {
    flex-grow: 1;
    flex-basis: 120px;
}
.alarmpopup_date_controls_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: calc(100% - 10px);
}

.topbar .button_only_icon{
    width: 25px !important;
}

@media screen and (min-width: 600px) {
    .topbar .button_only_icon{
        width: 50px !important;
    }
    #alarm-target .flex_date_picker_container {
        width: 235px;
    }
    #alarm-target .alarmpopup_date_modes_container {
    }
    .alarmpopup_date_modes_container button {
        flex-grow: 0;
    }
}

.chart_closebutton{
    background: #bf0603;
    background: -moz-linear-gradient(top, #bf0603 0%, #6d0019 58%);
    background: -webkit-linear-gradient(top, rgba(247, 32, 2, 0.76) 0%, rgba(199, 31, 30, 0.71) 58%);
    color: white;
    font-weight: bold;
}

.chart_window_minimized{
    z-index: 4!important;
}

.bottom_drag_lt{
    cursor: se-resize;
}
.bottom_drag_lb{
    cursor: sw-resize;
}
.bottom_drag_rb{
    cursor: nwse-resize;
}

.plot_window {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.plot_window.mobile {
    margin-top: 10px;
}
.ui-autocomplete{
    z-index: 9999 !important;
}

.no_border_select{
    border: 0px;
    outline: 0px;
    background-color: transparent;
    font-family: "Segoe UI", Arial, sans-serif;
}

.no_border_select:focus{
    background-color: var(--select-and-input-background);
}

/******************************************************
 Mover View
 *****************************************************/
.hide_table_values{
    display: none!important;
}

.Mover_State_LED{
    margin: 0px 3px 0px 0px;
    height: 12px;
}
.Mover_State_LED_MT{
    margin: 5px 3px 0px 0px;
    height: 12px;
}
#Mover_Tooltip.maximized,
#Relations_Config_Window.maximized,
#BOX_Popup.maximized,
#Alarm_Details_Popup.maximized,
#SndPortal_Popup.maximized,
#Yield_View_Config_Popup.maximized,
#solarex_frame.maximized,
#Show_All_Checklist_Entries_Container.maximized,
.solarex_confirm_dialog_container.maximized,
#IPC_Popup.maximized {
    height: 100%!important;
    width: 100%!important;
    left: 0px!important;
    top: 0px!important;
    z-index: 5!important;
}
#Mover_Tooltip.maximized .Plot_Parent {
    height: calc(100% - 50px);
}
#Mover_Tooltip.maximized .min_height_value {
    height:95%!important;
}
#Mover_Tooltip.maximized .Popup_Graph_Parent {
    height: 100%;
}

.blink_mover{
    border: 3px dotted yellow;
}

#Device_View_Config_Popup_Content .autosize_input{
    width: calc(49% - 20px)!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    vertical-align: top;
}

#Device_View_Config_Popup_Content .right_input{
    width: calc(49% - 20px)!important;
}

#Mover_Mobile_Container .ui-layout-center{
    height: calc(100% - 25px);
}

#Mover_Mobile_Mode_Container .devicetarget{
    margin-bottom: 0px !important;
}

#Mover_Mobile_Mode_Container .ui-layout-center{
    padding: 10px 10px 0px 10px !important;
    height: calc(100% - 35px);
}

#Mover_Mobile_Mode_Container .ui-layout-south{
    height: calc(100% - 35px);
}

#Mover_Mobile_Container .ui-layout-south{
    height: calc(100% - 25px);
}

.mover_view_button_1{
    margin-right: 5px!important;
}
.mover_view_button_2{
    border-left: 0px!important;
}

.wind_sensor_body {
    position: absolute;
    border: 1px solid var(--oa-progress-bar-border-color);
    top: 0;
    left: 0;
    background-color: var(--popup-window-background);
    display: flex;
    flex-direction: row
}

.wind_sensor_icon_container {
    margin: 5px;
    display: flex;
    align-items: center
}

.wind_sensor_main_container {
    flex-grow: 1;
    margin: 0 5px 0 0;
    border-left: 1px solid var(--oa-progress-bar-border-color);
    padding-left: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.wind_sensor_progrrss_bar_parent {
    width: calc(100% - 5px);
    border: 1px solid var(--oa-progress-bar-border-color);
    position: relative
}

.wind_sensor_progress_bar_label {
    position: absolute;
    font-weight: bold;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.wind_sensor_progress_bar {
    height: 100%;
    background: var(--oa-progress-bar-p_ac-fill-background)
}

/******************************************************
 Device View
 *****************************************************/

.title_span {
    position: fixed;
    background: white;
    padding: 4px;
    white-space: nowrap;
    border: 1px solid black;
    border-radius: 5px;
}

.device_miss_configuration{
    font-size: 12px;
    color: #ff6900;
}

.STATE_FIELD{
    vertical-align: top;
}

.ERROR_FIELD{
    vertical-align: top;
}

.enable_soft_wrap{
    white-space: nowrap;
}

.deviceview_station {
    margin: 10px;
    max-width: 100%;
    clear: both;
}
.devicetarget {
    margin: 3px 0px 10px 0px;
}

.device_view_table_style .device-view-table-data-row{
    vertical-align: top!important;
}

.devicetarget .station {
    /*width: auto;*/
}
.devicetarget .station.mobile {
    width: 100%;
}

.devicetarget.table-data-wrap{
    width: 49%;
    clear: both;
    overflow-x: auto;
    overflow-y: hidden;
}
@media	screen and (min-width: 1200px){
    .devicetarget.table-data-wrap {
        width: 48%;
    }
}
.devicetarget.table-data-wrap.maxed_view {
    width: 100%;
}

#Bar_View_Mode.active{
    background: rgb(255, 255, 0);
    background: -moz-linear-gradient(top, #ffcc00, #ffff00);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc00), to(#ffff00));
    opacity: 1;
}

#Bar_View_Mode.automatic{
    background: rgb(101, 186, 147);
    background: -moz-linear-gradient(top, #00c800, #00af00);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00c800), to(#00af00));
    opacity: 1;
}

.ui-autocomplete{
    background: white;
    color: hsl(214,40%,50%);
    border-left: 2px solid lightgrey;
    border-right: 2px solid lightgrey;
    border-bottom: 2px solid lightgrey;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 30%;
    z-index:99999;
    -webkit-border-radius: 0px 0px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active{
    margin: 0;
    background: hsla(212, 40%, 82%, 1);
    font-weight: bold;
    border-left: 1px solid #e6a01e;
    border-right: 1px solid #e6a01e;
}

.Plant_Select_Div,
.Date_Select_Div {
    margin: 5px 0px 2px 5px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

#Mover_Page_Zoom_Control{
    margin: 5px 0px 2px 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    flex-wrap: nowrap;
}
#Mobile_Mover_Control_Panel{
    margin: 5px 0px 2px 5px;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    flex-wrap: nowrap;
}

.Date_Select_Div {
    width: 84px;
}

#Device_View_Configuration_Button,
.mover_view_button {
    position: relative;
    height: 32px;
    margin: 5px 0px 5px 5px;
}

.Station_Select_Div{
    white-space: nowrap;
    margin: 5px 0px 2px 5px;
    display: flex;
}

#Group_Stations_Button {
    width: 50px;
    height: 32px;
    margin-right: 5px
}

.Plant_Select_Div button,
.Station_Select_Div button,
.mover_controls button{
    font-size: 10px !important;
    width: 25px !important;
}

#Bar_View_Mode,
#Device_View_Configuration_Button,
.mover_view_button {
    width: 40px!important;
    height: 32px;
}

.device_view_gear_icon{
    position: absolute;
    bottom: 3px;
    right: 5px;
    font-size: 8px;
}
.checklist_plus_icon{
    position: absolute;
    bottom: 0px;
    right: 4px;
    font-size: 8px;
}

#button_automatic_mode{
    display: none;
}

@media	screen and (min-width: 500px){
    #main_control_bar .Plant_Select_Div {
        width: calc(50% - 10px);
    }
    .Date_Select_Div {
        width: 200px;
    }
    #button_automatic_mode{
        display: block;
    }
}
@media	screen and (min-width: 800px){
    #main_control_bar .Plant_Select_Div{
        width: 350px;
    }
    .Date_Select_Div {
        width: 250px;
    }
    .Plant_Select_Div button,
    .Station_Select_Div button,
    .mover_controls button{
        font-size: 16px !important;
        width: 49px !important;
    }
    #Bar_View_Mode,
    #Device_View_Configuration_Button,
    .mover_view_button {
        width: 50px!important;
        height: 32px;
    }
    .device_view_gear_icon{
        position: absolute;
        bottom: 3px;
        right: 8px;
        font-size: 8px;
    }
    .checklist_plus_icon{
        position: absolute;
        bottom: 0px;
        right: 8px;
        font-size: 8px;
    }
}

.text_low_resolution{
    display: none !important;
}
.detail_table{
    display: none;
}
@media	screen and (min-width: 400px) {
    .detail_table{
        display: block;
    }
}
@media	screen and (min-width: 850px) {
    .text_low_resolution{
        display: inline !important;
    }
}

#Main_Debug_Window .debugtextarea{
    font-size: 13px !important;
}

.color_array_temp {
    color: #000000;
    color: #b800ff;
    color: #007bff;
    color: #f1ff9b;
    color: #808080;
    color: #008080;
    color: #dddddd;
    color: #FF0000;
    color: #0000FF;
    color: #00ff35;
    color: #FF00FF;
    color: #00313f;
    color: #ff9800;
    color: #bcff00;
    color: #008000;
    color: #800000;
    color: #FFFF00;
    color: #acacac;
    color: #800080;
    color: #ffb700;
}

