/* /Components/BorderStyle.razor.rz.scp.css */
.headerBox[b-trx8mvejfw] {
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
}

.headerImg[b-trx8mvejfw] {
    width: 40px;
    height: 40px;
}

.headerTitle[b-trx8mvejfw] {
    font-size: 24px;
    color: #4D82B8;
    font-weight: 100;
    margin: 0 0 0 15px;
    align-self: center;
}

.dialogBox[b-trx8mvejfw] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contentBox[b-trx8mvejfw] {
    display: flex;
    margin-top: 20px;
    padding-left: 10px;
}

.contentColumn[b-trx8mvejfw] {
    flex: 1;
}

.buttonGroupBox[b-trx8mvejfw] {
    display: flex;
    flex-direction: column;
}

.groupButton[b-trx8mvejfw] {
    color: #505050;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: max-content;
    font-size: 15px;
    user-select: none;
    opacity: 0.6;
}

    .groupButton:hover[b-trx8mvejfw] {
        opacity: 1;
    }

.selectedGroupButton[b-trx8mvejfw] {
    color: #505050;
    font-weight: 400;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: max-content;
    font-size: 15px;
    border-left: 3px solid #00597C;
    user-select: none;
}


.titleBox[b-trx8mvejfw] {
    height:34px;
    display: flex;
    align-items: center;
}

.titleText[b-trx8mvejfw] {
    color: #505050;
    font-size: 12px;
}

.titleLine[b-trx8mvejfw] {
    background-color: black;
    flex: 1;
    height: 2px;
    opacity: 0.1;
}

.opacityText[b-trx8mvejfw] {
    opacity: 0.4;
    margin-right: 10px;
}

.titleTextDisabled[b-trx8mvejfw] {
    color: #505050;
    padding: 10px;
    opacity: 0.5;
}

.inputBox[b-trx8mvejfw] {
    padding-top:8px;
    height:34px;
    display: flex;
}

.emptyBox[b-trx8mvejfw] {
    width: 21px;
}

.inputBoxBorder[b-trx8mvejfw] {
    padding: 7px 0;
    display: flex;
}

.overrideBox[b-trx8mvejfw] {
    display: flex;
    height: 34px;
}

.overrideLine[b-trx8mvejfw] {
    width: 90%;
    background-color: black;
    height: 2px;
    opacity: 0.1;
    align-self: center;
}

.numberInput[b-trx8mvejfw] {
    width: 40px;
    height: 20px;
    padding-left:2px;
}

.colorBox[b-trx8mvejfw] {
    width: 46px;
    height: 20px;
    margin-left: 20px;
    border: 0.5px solid #EAEAEA;
    cursor: pointer;
    background-image: url(img/colorpicker.png);
    position: relative;
}

    .colorBox:hover[b-trx8mvejfw] {
        border: 0.5px solid #CEE5F6;
    }

.colorBoxEmpty[b-trx8mvejfw] {
    width: 46px;
    height: 20px;
    margin-left: 20px;
    border: 0.5px solid #EAEAEA;
    cursor: pointer;
    background-image: url(img/emptycolor.svg);
    background-size:100% 100%;
    position: relative;
}

    .colorBoxEmpty:hover[b-trx8mvejfw] {
        border: 0.5px solid #CEE5F6;
    }

.marginLeft[b-trx8mvejfw]{
    margin-left: 0 !important;
}

.colorFill[b-trx8mvejfw] {
    width: 100%;
    height: 100%;
    position: absolute;
}

.backgroundColorBox[b-trx8mvejfw] {
    width: 46px;
    height: 19px;
    background: lightgrey;
    border: 0.5px solid black;
    cursor: pointer;
}

.clearIcon[b-trx8mvejfw] {
    width:20px;
    height:20px;
    cursor: pointer;
}

input[type=number][b-trx8mvejfw]::-webkit-inner-spin-button {
    opacity: 1
}

input[type=number][b-trx8mvejfw] {
    border: 1px solid #7A7A7A
}

    input[type=number]:hover:not(:focus)[b-trx8mvejfw] {
        border: 1px solid #7A7A7A;
    }

    input[type=number]:focus[b-trx8mvejfw] {
        outline: none;
        border: 1px solid #0078D7
    }


.actionButtonsBox[b-trx8mvejfw] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 7px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.confirmButton[b-trx8mvejfw] {
    border: 1px solid #999999;
    width: 90px;
    height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    user-select: none;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

.cancelButton[b-trx8mvejfw] {
    border: 1px solid #999999;
    width: 90px;
    height: 18px;
    margin-left: 8px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

    .confirmButton:hover[b-trx8mvejfw], .cancelButton:hover[b-trx8mvejfw] {
        background-color: #D4EDFF;
    }
/* /Components/Dialogs/DeleteDialog.razor.rz.scp.css */
[b-h73sx4m2or] .mud-inherit-text, .txt-style[b-h73sx4m2or] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #505050 !important;
}
/* /Components/ScheduledJobs/ScheduledJobsOverview.razor.rz.scp.css */
.scheduledJobContainer[b-0oevvop98f] {
    overflow-y: scroll;
    /*height: 100%;*/
    display: block;
    white-space: normal !important;
    position: relative;
    margin-left: 10px;
    height: 80vh;
}

html[b-0oevvop98f],
body[b-0oevvop98f] {
    height: 100% !important;
}

[b-0oevvop98f]::selection {
    color: none;
    background: none;
}

.row[b-0oevvop98f] {
    display: flex;
    align-items: stretch;
}

.column[b-0oevvop98f] {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1;
    margin: 1px;
    padding: 10px;
}

.col-1[b-0oevvop98f] {
    max-width: calc(100% / 12 * 1.5);
    min-width: calc(100% / 12 * 1.5);
}

.col-2[b-0oevvop98f] {
    max-width: calc(100% / 12 * 2);
    min-width: calc(100% / 12 * 2);
}

.headerBox[b-0oevvop98f] {
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
}

.headerTitle[b-0oevvop98f] {
    color: #4D82B8;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 35px;
}

.textInClient[b-0oevvop98f] {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #797979;
}

.colHeader[b-0oevvop98f] {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    align-items: center;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #505050;
    background-color: #E6E8EC;
}

.contentHeader[b-0oevvop98f] {
    color: #4D82B8;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
}

.tableStyle[b-0oevvop98f] {
    cursor: pointer;
}

.orderBox[b-0oevvop98f] {
    margin-right: 5px;
    display: flex;
    justify-content: space-between
}

th[b-0oevvop98f] {
    font-size: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

td[b-0oevvop98f] {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    height: 44px;
}

    td.feed[b-0oevvop98f] {
        line-height: 44px;
    }

    td img[b-0oevvop98f] {
        padding-top:5px;
        width:15px;
    }

.cellicon[b-0oevvop98f] {
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 100%;
    display: inline-block;
    /*clear: left;*/
    background-size: 15px 15px;
    margin-left: 6px;
}

.celltext[b-0oevvop98f] {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: top;
    width: calc(100% - 25px);
}

.celltextellipsis[b-0oevvop98f] {
    width: calc(100%);
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-left: 6px;
}


table tr[b-0oevvop98f] {
    border-bottom: 1px solid #E6E8EC;
}

.tableStyle[b-0oevvop98f] {
    cursor: pointer;
}

.selected-row[b-0oevvop98f] {
    background-color: #0000ff77;
}

table[b-0oevvop98f] {
    table-layout: fixed;
    /*border-collapse: collapse;*/
    width: 1px;
    min-width: 100%;
    border-spacing: 0px;
}

tr:active[b-0oevvop98f] {
    background: #9DCDFE;
}

.tableBorderRight[b-0oevvop98f] {
    border-right: solid !important;
    border-width: 1px !important;
    border-color: #A4ABB6 !important;
    padding-left: 10px !important;
    z-index: 1;
}

.iconSize[b-0oevvop98f] {
    font-size: 9px;
}

.tableRows[b-0oevvop98f] {

}

.tableRows:hover[b-0oevvop98f] {
    background-color: #d3edff;
}

.tablePaddingTop[b-0oevvop98f] {
    padding-top: 7px !important;
}

.toggleAlign[b-0oevvop98f] {
    text-align: center;
    align-self: center;
    padding-top: 5px;
}

.bottom[b-0oevvop98f] {
    /*position: sticky;*/
    position: fixed;
    bottom: 0;
    height: auto;
}

.table thead th[b-0oevvop98f] {
    position: sticky;
    top: 0; /* REQUIRED: https://stackoverflow.com/a/43707215 */
    z-index: 1;
    resize: horizontal;
    overflow: auto;
    min-width: 60px;
}

.table thead tr[b-0oevvop98f] {
    position: relative;
}

th[b-0oevvop98f]::-webkit-resizer {
    background: transparent;
}

.switch[b-0oevvop98f] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
}

    .switch input[b-0oevvop98f] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-0oevvop98f] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00597C;
}

    .slider[b-0oevvop98f]:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: white;
        box-shadow: 0px 0px 0px 1px #00597C;
    }

input:checked + .slider[b-0oevvop98f] {
    background-color: #00597C;
    box-shadow: 0px 0px 0px 1px #00597C;
}


input:focus + .slider[b-0oevvop98f] {
}

input:checked + .slider[b-0oevvop98f]:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round[b-0oevvop98f] {
    border-radius: 10px;
}

    .slider.round[b-0oevvop98f]:before {
        border-radius: 50%;
    }
 
.toolTipBox[b-0oevvop98f] {
    position: relative;
    display: inline-block;
}

    .toolTipBox:hover span[b-0oevvop98f] {
        visibility: visible;
    }

.btn-hover:hover[b-0oevvop98f], .btn-filter:hover[b-0oevvop98f] {
    text-decoration: underline;
    cursor: pointer;
}

.text-display[b-0oevvop98f] {
    border: none;
    padding: 2px 2px;
    display: inline-block;
    color: #4D82B8;
    background-color: inherit;
}

[b-0oevvop98f] .mud-inherit-text, .txt-style[b-0oevvop98f] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.btn-filter[b-0oevvop98f] {
    border: none;
    padding: 2px 2px;
    cursor: pointer;
    color: #4D82B8;
    background-color: inherit;
    align-items: baseline;
}

    .btn-filter:hover[b-0oevvop98f] {
    }

input.searchbox[b-0oevvop98f] {
    border: 1px #918E8E;
    border-color: #918E8E;
    border-radius: inherit;
    box-shadow: 0px 0px 0px 1px #918E8E;
    font-size: 14px;
    height: 25px;
    width: 100%;
    padding: 3px 3px 3px 20px;
    background: transparent url(../../Targit.Resources/Icons/Magnifier.svg) no-repeat 5px center;
    background-size: 10px 10px;
}

/* /Components/Subscriptions.razor.rz.scp.css */


.subsrcibeContainer[b-ty2689bb77] {
    overflow: hidden;
    white-space: normal !important;
}

.emptyListBox[b-ty2689bb77] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.emptyText[b-ty2689bb77] {
    font-size: 24px;
    margin: 25px 0 0 0;
}

.orderBox[b-ty2689bb77] {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
th[b-ty2689bb77] {
    font-size: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.tableStyle[b-ty2689bb77]{
    cursor: pointer;
}

table[b-ty2689bb77] {
    width: calc(100% - 60px);
    border-spacing: 0;
}

.iconBox[b-ty2689bb77] {
    margin-right:5px;
    display: flex;
    flex-direction: column;
}

.tableContent[b-ty2689bb77]{
    width: calc(100% - 60px);
    position: absolute;
    height: calc(100% - 50px);
    overflow-y: auto;
}


.displayFlex[b-ty2689bb77]{
    display: flex;
    flex-direction: row;
}

.flexHalf[b-ty2689bb77] {
    flex: 0.5;
}

.flexOne[b-ty2689bb77] {
    flex: 1;
}

.flexTwo[b-ty2689bb77] {
    flex: 2;
}

.flexThree[b-ty2689bb77]{
    flex: 3;
}

.iconSize[b-ty2689bb77] {
    font-size: 9px;
}


    .tableRows:hover[b-ty2689bb77] {
        background-color: #d3edff;
    }

.tableBorderRight[b-ty2689bb77] {
    border-right: solid !important;
    border-width: 1px !important;
    border-color: #A4ABB6 !important;
    padding-left: 10px !important;
}

.tableBorder[b-ty2689bb77] {
    border-right: solid !important;
    border-width: 1px !important;
    border-color: #A4ABB6 !important;
}

.tableBorderBottom[b-ty2689bb77] {
    border-bottom: solid !important;
    border-width: 1px !important;
    border-color: #f1f1f1 !important;

}

.paddingLeft[b-ty2689bb77]{
    padding-left: 10px !important;
}

.paddingLeftWide[b-ty2689bb77] {
    padding-left: 20px !important;
}

.SubscribeBtn[b-ty2689bb77] {
    background-color: #00597c;
    color: white;
    min-width: 100px;
    font-size: 12px;
}
.SubscribeBtn:hover[b-ty2689bb77] {
    background-color: #00597c;
    color: lightgrey;
    min-width: 100px;
    font-size: 12px;
}


.UnSubscribeBtn[b-ty2689bb77] {
    background-color: #7aabd3;
    color: white;
    min-width: 100px;
    font-size: 12px;
    
}
.UnSubscribeBtn:hover[b-ty2689bb77] {
    background-color: #7aabd3;
    color: lightgray;
    min-width: 100px;
    font-size: 12px;
}

.tablePadding[b-ty2689bb77] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tablePaddingTop[b-ty2689bb77] {
    padding-top: 8px !important;
}

[b-ty2689bb77]::-webkit-scrollbar {
    background: white;
    width: 5px;
    height: 5px;
    -webkit-overflow-scrolling: touch;
}

[b-ty2689bb77]::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

[b-ty2689bb77]::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 0px;
}

.hideDisplay[b-ty2689bb77]{
    display: none;
}

.showDisplay[b-ty2689bb77]{

}

.toolTipBox[b-ty2689bb77] {
    position: relative;
    display: inline-block;
}

.toolTipText[b-ty2689bb77]{
    font-weight: 100;
}

.txt-style[b-ty2689bb77] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.colHeader[b-ty2689bb77] {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    align-items: center;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #505050;
    background-color: #E6E8EC;
}

.toolTipBox:hover span[b-ty2689bb77] {
    visibility: visible;
}

.toggleAlign[b-ty2689bb77] {
    text-align: center;
    align-self: center;
    padding-top: 5px;
}

.switch[b-ty2689bb77] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
}

    .switch input[b-ty2689bb77] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-ty2689bb77] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00597C;
}

    .slider[b-ty2689bb77]:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: white;
        box-shadow: 0px 0px 0px 1px #00597C;
    }

input:checked + .slider[b-ty2689bb77] {
    background-color: #00597C;
    box-shadow: 0px 0px 0px 1px #00597C;
}


input:focus + .slider[b-ty2689bb77] {
}

input:checked + .slider[b-ty2689bb77]:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round[b-ty2689bb77] {
    border-radius: 10px;
}

    .slider.round[b-ty2689bb77]:before {
        border-radius: 50%;
    }

.togglePointerShow[b-ty2689bb77]{
    cursor: pointer;
}

.togglePointerHide[b-ty2689bb77]{
    cursor:not-allowed;
}
