﻿.inner_content_Alerts{
    overflow: auto;
}

.Positions_header {
    text-align: left;
}

.setupEdit {
    width: 100%;
    display: none;
    height: 0px;
    overflow: hidden;
    transition: height 5s;
    width: max-content;
    max-width: 100%;

}

.setupEditInner {
    border: 3px solid #FFC312;
    border-radius: 20px;
    display: block;
    height: 100%;
}

.setupList {
    width: 100%;
    overflow: auto;
    display: block;
    padding-left: 0px;
    /*height: auto;*/
    min-height: 200px;
    list-style-type: none;
    line-height: 1;
}



.setup {
    margin: 2px;
    overflow: hidden;
    transition: height 0.4s ease;
}

.setup-Header {
    border: 1px solid white;
    border-bottom: 1px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #21252997;
    line-height: 36px;
    height: 36px;
}

.setup-Body {
    border: 1px solid white;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    background: linear-gradient( 180deg, #212529cc 0%, rgb(0 0 0 / 29%) 50%);
    width: 100%;
    /*display: none;*/
    top: 0px;
/*    background-color: deeppink;*/
}

.expandEdit {
    display: inline-table;
    /*    display: inline-table;
    width: max-content;

    max-width: 100%;
    animation: expandEdit 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;*/
}

.collapseEdit {
    display: none;
    /*animation: collapseEdit 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;*/
}

.expandAlertList {
    display: inline-table;
    /*animation: expandAlertList 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;*/
}

.collapseAlertList {
    animation: collapseAlertList 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

@keyframes expandEdit {
    0% {
        height: 0;
    }

    100% {
        height: max-content;
        min-height: max-content;
    }
}

@keyframes collapseEdit {
    0% {
        height: max-content;
        min-height: max-content;
    }

    100% {
        height: 0;
    }
}

@keyframes expandAlertList {
    0% {
        height: auto;
        min-height: 200px;
    }

    100% {
        height: auto;
        min-height: 200px;
    }
}

@keyframes collapseAlertList {
    0% {
        height: auto;
        min-height: 200px;
    }

    100% {
        height: auto;
        min-height: 200px;
    }
}

.alert_btn {
    border: 1px solid white;
    display: inline-block;
    width: 20%;
    max-width: 150px;
    border-radius: 10px;
    margin: 10px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient( #013a4fd4 0%, #383d41da 110%);

}

.alert_btn:active {
    font-size: 0.95rem;
}

.heightSetupDefault {
    height: var(--hightSetupHeader);
}

.expandAlert {
/*height: calc(var(--hightSetupHeader) + var(--heightSetup));*/
    display: inline-table;
    /*animation: expandAlert 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;*/
}

.collapseAlert {
    height: var(--hightSetupHeader);
    /*animation: collapseAlert 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;*/
}

@keyframes expandAlert {
    0% {
        height: var(--hightSetupHeader);
    }

    100% {
        height: calc(var(--hightSetupHeader) + var(--heightSetup));
    }
}

@keyframes collapseAlert {
    0% {
        height: calc(var(--hightSetupHeader) + var(--heightSetup));
    }

    100% {
        height: var(--hightSetupHeader);
    }
}

.empty{
    width: 200px;
}

.gateway-icon {
    width: 18px;
    height: 18px;
    /* margin: 2px; */
    margin-left: 2px;
    margin-right: 5px;
}

.AlertTable {
    border: 1px solid white;
    border-radius: 20px;
    margin: 7px;
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 5px;
    line-height: 1;
    background-image: linear-gradient( #013a4fd4 0%, #383d41da 110%);
    max-width: calc(100% - 10px);
}

    .AlertTable tr {
    }

    .AlertTable td {
        border-bottom-width: 0 !important;
        display: inline-block;

    }



.TableDEU {
    /*border: 1px solid white;*/
    display: block;
    /* overflow: auto; */
    width: 300px;
    margin: 5px;
}

    .TableDEU thead {
        text-align: center;
        width: 100%;
        font-weight: bold;
        display: table;
    }

    .TableDEU tbody {
        width: 100%;
        display: table;
    }

    .TableDEU tr {
        padding-bottom: 7px;
    }

.TableDEU td {
    border-bottom-width: 0 !important;
    /* height: 200px; */
    margin: 0px;
    height: 150px;
    margin: 0;
    padding: 0 !important;
    width: 200px;
}

.offset {
    padding-left: 20px;
}

.collapse{
    display: none;
}

.liDEUHead {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.liDEUHead:active {
    font-size: 0.95rem;
}

.liDEU {
}

.liDEU:active {
    font-size: 0.95rem;
}

.block {
    flex-wrap: wrap;
    margin: 3px;
    margin-left: 6px;
    width: 100%;
}

.inline {
    min-width: 200px;
/*    margin: 4px;
    margin-left: 7px;*/
}

.inline2 {
    min-width: 100px;
    /*margin: 3px;*/
}

.flex {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}

.flexNowrap {
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    padding-left: 0;
}

.checkbox{

}



.inner_content_Alerts {
    /*display: flex;*/
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: auto;
    font-size: 18px;
}

.styledLine {
    vertical-align: middle;
    line-height: 2;
}

.noPointerEvents{
    pointer-events: none;
    cursor: default;
}



.dot {
    height: 16px;
    width: 16px;
    border: 0px solid transparent;
    border-radius: 8px;
    vertical-align: middle;
    margin: 3px;
    margin-top: 6px;
}

.red{
    background: red;
}

.orange{
    background: orange;
}

.green {
    background: green;
}

.mouseOver:hover {
        width: 22px;
    height: 22px;
    margin-left:0 !important;
}

.mouseOver:active {
    height: 90% !important;
}


.mouseOver2:hover {
    /*    width: 22px;
    height: 22px;
    margin-left:0 !important;*/
    height: 100% !important;
}
.mouseOver2:active {
    height: 90% !important;
}

.noTextOverflow {
    text-overflow: ellipsis;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.variablelContent {
    min-width: 0;
    width: 100%;
    margin: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 400;
}

.collapse2 {
    display: none;
}

/*.markGreen {*/
    /*background: rgb(30,200,10,60%);*/
    /*background: rgb(10 159 0 / 42%);
    border: 1px solid khaki;
}*/

.redBorder {
    border: 3px solid rgba(255,69,62,100%);
    border-radius: 10px;
    /*animation: test 30s ease-out forwards;*/
}

@-webkit-keyframes test {
    0% {
        border: 3px solid red;
    }
    99% {
        border: 3px solid transparent;
    }

    100% {
        border: 0px solid transparent;
        border-radius: 0px;
    }
}



@media (max-width: 767.98px) {
    .variablelContent {
        display: none;
    }
}

.new {
    animation: markNew 5s ease-out forwards;
}

@-webkit-keyframes markNew {
/*    0% {
        background: #FFC31297;
    }

    20% {
        background: #DE9E1797;
    }
    30% {
        background: #DE9E1797;
    }
        50% {
        background: #FFC31297;
    }

    100% {
        background: #21252997;
    }*/
    0% {
        background: #FFC31297;
    }
/*    10% {
        background: #FFC31297;
    }
    30% {
        background: #DE9E1797;
    }

    35% {
        background: #DE9E1797;
    }

    55% {
        background: #FFC31297;
    }
    60% {
        background: #FFC31297;
    }*/

    100% {
        background: #21252997;
    }
}

.activeSetup {
    animation: activeSetupAnim 5s ease-out forwards;
}

.activeSetup2 {
    animation: activeSetupAnim2 5s ease-out forwards;
}

@-webkit-keyframes activeSetupAnim {
    0% {
        background: Transparent;
    }
    10% {
        background: darkred;
    }
    100% {
        background: Transparent;
    }
}

@-webkit-keyframes activeSetupAnim2 {
    0% {
        background: Transparent;
    }

    10% {
        background: darkred;
    }

    100% {
        background: Transparent;
    }
}