﻿body.ms-Fabric {
    /*margin: 10px 0px;*/
    margin: 0px 0px;
}

.mst-BgBody {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.mst-TextCenter {
    text-align: center;
}

.mst-TextRight {
    text-align: right;
}

.mst-Sides-0 {
    padding: 0px 0px;
}

.mst-Sides-10 {
    padding: 10px 10px;
}

.mst-MainBody {
    padding: 0px 15px 5px;
}

.mst-Single-Page {
    height: 100%;
    padding: 5px 50px;
    margin-top: 2px;
}

@media all and (max-width:640px) {
    .mst-Single-Page {
        padding: 5px 20px;
    }
}

mst-minHeight-60 {
    min-height: 60px;
}

.mst-Width-100 {
    width: 100%;
}

.mst-minWidth-95 {
    min-width: 95px !important;
}

.mst-minWidth-100 {
    min-width: 100px !important;
}

.mst-minWidth-200 {
    min-width: 200px !important;
}

.mst-minWidth-300 {
    min-width: 300px !important;
}

.mst-clickable {
    cursor: pointer;
}

.mst-CoverButton {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.mst-CoverTile {
    background-color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.mst-invisible {
    display: none;
}

/*Common*/
.mst-nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.mst-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mst-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.mst-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mst-flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.mst-float-right {
    float: right;
}

.mst-NoMargin--Right {
    margin-right: 0 !important;
}

.mst-NoMargin--Left {
    margin-left: 0 !important;
}

.mst-Margin8--Right {
    margin-right: 8px !important;
}

.mst-Margin8--Left {
    margin-left: 8px !important;
}

.mst-Margin16--Right {
    margin-right: 16px !important;
}

.mst-Margin16--Left {
    margin-left: 16px !important;
}

.mst-Margin24--Right {
    margin-right: 24px !important;
}

.mst-Margin24--Left {
    margin-left: 24px !important;
}

.mst-Margin32--Right {
    margin-right: 32px !important;
}

.mst-Margin32--Left {
    margin-left: 32px !important;
}

.mst-NoMargin--Top {
    margin-top: 0 !important;
}

.mst-NoMargin--Bottom {
    margin-bottom: 0 !important;
}

.mst-Margin4--Top {
    margin-top: 4px !important;
}

.mst-Margin4--Bottom {
    margin-bottom: 4px !important;
}

.mst-Margin8--Top {
    margin-top: 8px !important;
}

.mst-Margin8--Bottom {
    margin-bottom: 8px !important;
}

.mst-Margin16--Top {
    margin-top: 16px !important;
}

.mst-Margin16--Bottom {
    margin-bottom: 16px !important;
}

.mst-Margin24--Top {
    margin-top: 24px !important;
}

.mst-Margin24--Bottom {
    margin-bottom: 24px !important;
}

.mst-Margin32--Top {
    margin-top: 32px !important;
}

.mst-Margin32--Bottom {
    margin-bottom: 32px !important;
}

.mst-breakWord {
    word-break: break-word;
}

.mst-nobreakWord {
    white-space: nowrap;
}

.mst-notextOverflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.ms-fontWeight-bold {
    font-weight: 700;
}

.ms-fontWeight-regular {
    font-weight: 400;
}

.mst-stickyHeaderCompensation {
    /*margin-top: -10px;*/
}

div.mst-stickyHeaderCompensation.mst-Sides-10 {
    padding-top: 0px;
}

.mst-stickyHeader {
    position: sticky;
    z-index: 10;
    /*background: #f3f2f1;*/
    padding-top: 10px;
    top: 0px;
}

.mst-tabTitle {
    font-size: 14px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 8px;
    padding: 2px 0px 8px;
    display: inline-block;
    font-weight: 600;
}

.mst-subtabTitle {
    font-size: 14px;
    margin-bottom: 3px;
    padding: 2px 0px 3px;
    display: inline-block;
    font-weight: 600;
}

.mst-Image img {
    width: calc(100% - 50px);
}

.mst-Image {
    text-align: center;
}

.mst-noContent {
    outline: none;
}

.mst-tabExpander {
    vertical-align: middle;
    margin: 5px;
    height: 12px;
    display: inline-block;
    line-height: 12px;
    border-radius: 2px;
}


.mst-tabTitleExpanderContainer {
    display: inline-flex;
    justify-content: center;
    align-items: start;
    cursor: pointer;
    padding-left: 2px;
}

.mst-preIcon {
}

.mst-ExpanderClosed .mst-ExpanderOpenIcon {
    display: none;
}

.mst-ExpanderOpened .mst-ExpanderCloseIcon {
    display: none;
}

.mst-ExpanderOpenedContent, .mst-ExpanderClosedContent {
    transform: translate3d(0px, 0px, 0px);
}

    .mst-ExpanderClosedContent .mst-animated {
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
    }

    .mst-ExpanderOpenedContent .mst-animated {
        max-height: 1500px;
        opacity: 1;
    }

.mst-animated {
    transition: all 0.4s ease-in;
}

button.ms-Button {
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    font-size: 12px;
    padding: 2px 8px 2px;
    height: 28px;
    min-width: 100px;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 283px;
}

    .ms-Button.ms-Button--primary:active {
        box-shadow: none;
    }

    .ms-Button.ms-Button--primary:disabled {
        cursor: not-allowed;
    }

    .ms-Button.ms-Button--default:disabled {
        cursor: not-allowed;
    }

    .ms-Button.ms-Button--secondary {
        box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
        font-size: 12px;
        height: 28px;
        min-width: 100px;
        border-radius: 2px;
    }

        .ms-Button.ms-Button--secondary:active {
            box-shadow: none;
        }

        .ms-Button.ms-Button--secondary:disabled {
            cursor: not-allowed;
        }

.is-disabled, .is-disabled.is-checked, .is-disabled:hover {
    cursor: not-allowed;
}

.mst-block-separator {
    border-width: 1px;
    border-style: solid;
}

form[id^=testForm] {
    padding: 10px;
}

    form[id^=testForm] input {
        cursor: pointer;
        vertical-align: top;
    }

        form[id^=testForm] input:disabled {
            cursor: not-allowed;
        }

    form[id^=testForm] label {
        max-width: calc(100% - 20px);
    }

.mst-input {
    height: 28px;
    border-style: solid;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mst-Checkbox {
    position: relative;
    display: flex;
    margin: 5px 0px;
}

.mst-CheckboxInput {
    position: absolute;
    opacity: 0;
    background: none;
}

.mst-Checkbox-label {
    display: flex;
    align-items: flex-start;
}

    .mst-Checkbox-label::before {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        content: "";
        pointer-events: none;
    }

.mst-Checkbox-checkbox {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    /*height: 20px;*/
    /*width: 20px;*/
    height: 28px;
    width: 28px;
    box-sizing: border-box;
    transition-property: background, border, border-color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
    margin-right: 4px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 2px;
    overflow: hidden;
}

.mst-Checkbox input[type=checkbox] + .mst-Checkbox label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mst-Checkbox-text {
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
    margin-top: 4px;
    font-weight: 300;
}

.mst-form label {
    display: block;
    color: red;
    margin: -5px 0 5px;
}

/*Navigation*/
.mst-Breadcrumb {
    line-height: 12px;
}

.mst-Breadcrumb-list {
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    margin-bottom: 16px;*/
}

.mst-Breadcrumb-listItem {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    position: relative;
    align-items: center;
}

    .mst-Breadcrumb-listItem:nth-last-child(2) {
        overflow: hidden;
    }

.mst-Breadcrumb-chevron {
    padding-left: 8px;
}

.mst-Breadcrumb-itemLink {
    cursor: pointer;
    display: inline;
    margin: 0px;
    padding: 6px 8px;
    margin-right: -8px;
    text-align: left;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    user-select: text;
    outline: transparent;
    text-decoration: none;
    background: none transparent;
    border-style: none none solid;
    border-image: initial;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    border-radius: 2px;
}

    .mst-Breadcrumb-itemLink:hover {
        cursor: pointer;
        text-decoration: none;
    }

.mst-Breadcrumb-item {
    cursor: auto;
    display: inline;
    margin: 0px;
    padding: 6px 8px;
    text-align: left;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    user-select: text;
    outline: transparent;
    text-decoration: none;
    background: none transparent;
    border-style: none none solid;
    border-image: initial;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    font-weight: 400;
}

    .mst-Breadcrumb-item:hover {
        cursor: auto;
        text-decoration: none;
    }

.mst-Breadcrumb-listItem:nth-last-child(2) .mst-Breadcrumb-item {
    font-weight: 600;
}

.mst-Breadcrumb-listItem:nth-last-child(2) .mst-Breadcrumb-item {
    font-weight: 600;
}

.mst-Breadcrumb-listItem:last-child {
    width: 0.01px;
    visibility: hidden;
}

.mst-CloseContainer {
    margin-bottom: 16px;
}

.mst-Breadcrumb-container {
    /*height: 44px;
    overflow: hidden;*/
}

/*SrollBar*/
::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

#MST-Loader {
    visibility: hidden;
    text-align: center;
    max-height: 200px;
    position: absolute;
    z-index: 100;
    left: calc(50% - 100px);
    top: calc(30% - 100px);
}

.mst-loaderVisible {
    visibility: visible !important;
}

.mst-errorArtContainer {
    text-align: center;
}

    .mst-errorArtContainer img {
        max-height: 300px;
        margin: 20px auto;
    }

.mst-Layer {
    position: fixed;
    z-index: 100;
    inset: 0px;
    /*visibility: hidden;*/
}

.ms-ContextualMenuButton {
    visibility: visible;
    z-index: 150;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: -10px;
}

.mst-contextualButton {
    width: 30px;
    min-width: 30px;
    margin-left: -5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: white !important;
    overflow: visible;
}

.ms-ContextualMenu-list button.ms-ContextualMenu-link.ms-Button.ms-Button--secondary i {
    font-style: normal;
}

.mst-relativeHolder {
    height: 0px;
    width: 0px;
    overflow: visible;
    float: right;
    display: flex;
    flex-direction: row-reverse;
}

.ms-ContextualMenu-list {
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    list-style: none;
    z-index: 150;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
}

    .ms-ContextualMenu-list .ms-ContextualMenu-link {
        width: 100%;
        text-align: left;
    }

    .ms-ContextualMenu-list button.ms-ContextualMenu-link.ms-Button.ms-Button--secondary {
        width: 100%;
        text-align: left;
        border-radius: 0px;
        border-style: none;
        display: inline-flex;
        align-items: center;
        box-shadow: none;
    }


    /* toggle styles */
.ms-Toggle-innerContainer {
    display: inline-flex;
    position: relative;
    align-items: baseline;
}

.ms-Toggle-background {
    outline: transparent;
    position: relative;
    font-size: 20px;
    box-sizing: border-box;
    width: 40px;
    min-width: 40px;
    height: 20px;
    border-radius: 10px;
    transition: 0.1s;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0px 3px;
    overflow: visible;
}

    .ms-Toggle-background.mst-enabled {
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 0px 3px;
        overflow: visible;
        justify-content: flex-end;
    }

    .ms-Toggle-background > .ms-Toggle-thumb {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        transition: 0.1s;
        border-width: 6px;
        border-style: solid;
        box-sizing: border-box;
    }

    .ms-Toggle-background.mst-enabled > .ms-Toggle-thumb {
    }

.ms-Toggle-stateText {
    margin: 0px 8px;
    font-weight: 400;
    user-select: none;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    display: block;
    padding: 5px 0px;
    /*overflow-wrap: break-word;*/
    white-space: nowrap;
}

 /* toggle styles end */

/* fonts */

.ms-Fabric {
    font-family: 'Segoe UI Web (East European)', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
}


/*-------circle progress-------*/

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-ring {
    position: relative;
    overflow: visible !important;
}

.reportControlPanel {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
}

@media all and (min-width:1024px) {
    .mst-sinkable {
        height: 0px;
    }
}

@media all and (min-width:640px) {
    .reportControlPanel {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0;
        padding-top: 0px;
    }
}

.mst-resizable-holder {
    height: 4px;
}

/*.mst-resizable6 {
    width: 50%;
}
.mst-resizable6b {
    width: calc(50% - 8px);
}
.mst-resizable6bhalf {
    width: calc(16.6% - 0px);
}

.mst-resizable12 {
    width: 100%;
}
.mst-resizable12half {
    width: 33.3%;
}
.mst-resizable12b {
    width: calc(100% - 8px);
}*/

@media all and (max-width:1366px) {
    /*.mst-resizable6 {
        width: 100%;
    }
    .mst-resizable6b {
        width: calc(100% - 8px);
    }
    .mst-resizable6bhalf {
        width: calc(33.3% - 0px);
    }

    .mst-resizable12 {
        width: 100%;
    }
    .mst-resizable12half {
        width: 33.3%;
    }
    .mst-resizable12b {
        width: calc(100% - 8px);
    }*/
}

@media all and (max-width:1024px) {
    .mst-Image img {
        width: auto;
        max-height: 400px;
        margin: 10px auto;
    }

    /*.mst-resizable6 {
        width: 66.6%;
    }
    .mst-resizable6b {
        width: calc(66.6% - 8px);
    }
    .mst-resizable6bhalf {
        width: calc(22.2% - 0px);
    }

    .mst-resizable12 {
        width: 100%;
    }
    .mst-resizable12half {
        width: 33.3%;
    }
    .mst-resizable12b {
        width: calc(100% - 8px);
    }*/
}


@media all and (max-width:640px) {
    /*.mst-Breadcrumb-listItem:nth-last-child(2) .mst-Breadcrumb-item span {
        text-overflow: ellipsis;
    }

    .mst-Breadcrumb-listItem:nth-last-child(2) {
        width: calc(100% - 80px);
    }*/

    .mst-MainBody {
        padding: 0px 5px 0px;
    }

    .mst-errorArtContainer img {
        max-height: 200px;
        margin: 10px auto;
    }

    .mst-Image img {
        width: auto;
        max-height: 200px;
        margin: 10px auto;
    }

    /*.mst-resizable6 {
        width: 75%;
    }
    .mst-resizable6b {
        width: calc(75% - 8px);
    }
    .mst-resizable6bhalf {
        width: calc(25% - 0px);
    }

    .mst-resizable12 {
        width: 100%;
    }
    .mst-resizable12half {
        width: 33.3%;
    }
    .mst-resizable12b {
        width: calc(100% - 8px);
    }*/
}

@media all and (max-width:480px) {
    .mst-Image img {
        width: auto;
        max-height: 400px;
        margin: 10px auto;
    }

    /*.mst-resizable6 {
        width: 100%;
    }
    .mst-resizable6b {
        width: calc(100% - 8px);
    }
    .mst-resizable6bhalf {
        width: calc(33.3% - 0px);
    }

    .mst-resizable12 {
        width: 100%;
    }
    .mst-resizable12half {
        width: 33.3%;
    }
    .mst-resizable12b {
        width: calc(100% - 8px);
    }*/
}

.mst-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.visibility-hidden {
    visibility: hidden;
}

.ck-content {
    overflow-wrap: break-word;
}

    .ck-content .table {
        width: auto;
    }

#personTable tbody tr td {
    word-wrap: break-word;
    word-break: break-all;
}

/* Datatable */
div.dataTables_wrapper div.dataTables_length {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 5px;
}

    div.dataTables_wrapper div.dataTables_filter input {
        padding: 5px;
        width: 200px;
        border: none;
        outline: 0px;
        border: 1px solid transparent;
    }

div.dataTables_wrapper div.dataTables_length select {
    padding: 5px;
    width: 70px;
    border: none;
    border: 1px solid transparent;
}

    .dataTables_length select option {
    }

div.dataTables_wrapper div.dataTables_paginate a.paginate_button.current {
    border-radius: 18px;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button {
    border-radius: 18px;
}