﻿:root {
    --keyboard-outline: 3px solid black;
    --keyboard-outline-light: 1px solid #333;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clearDiv {
    clear:both;
}
.bg-grey {
    background-color: #777;
    color: #fff;
}
.color-grey {
    color: #777 !important;
}
.bg-grey-light {
    background-color:#ccc;
    color: #666;
}
.bg-white {
    color: #333;
    background-color: #fff;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-white:focus,
.btn-white.focus {
    color: #333;
    background-color: #f6f6f6;
    border-color: #c5c5c5;
}
.btn-white:hover {
    color: #333;
    background-color: #f6f6f6;
    border-color: #c5c5c5;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    color: #333;
    background-color: #f6f6f6;
    border-color: #c5c5c5;
}
.btn-outline-danger {
    background-color: transparent;
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-success {
    background-color: transparent;
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-primary {
    background-color: transparent;
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-transparent {
    background-color: transparent;
}
.pointer-events-off{
    pointer-events: none;
}
.form-group-sm .form-control {
    border-radius: 0px;
}
.hiddenperm {
    display:none !important;
}
.preloaderwrapper {
    z-index: 100;
}

/*#region rule-buttons */
.rule-button {
    display: inline-block;
    padding: 6px 12px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    margin-top: 8px;
    margin-bottom: 7px;
    background-color: white;
    border: 1px solid #ddd;
    transition: background-color 0.1s, border-color 0.1s;
}

    .rule-button:hover {
        background-color: #e7e7e7;
        border-color: #adadad;
    }

    .rule-button:active {
        background-color: #ddd;
        border-color: #adadad;
    }

.rule-button.rule-button-small {
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

    .rule-button.rule-button-small i.mdi {
        font-size: 18px;
        vertical-align: top;
        margin-right: 2px;
    }

.rule-button i.mdi {
    font-size: 24px;
    line-height: 13px;
    position: relative;
    top: 4px;
}

.rule-button .ruletitle:not(:empty) {  
   margin-left: 2px;  
}

.rule-button span {
    color: #212529;
}

body.high-contrast .rule-button span {
    color: black;
}

.rule-button.rule-button-small span {
    vertical-align: top;
}
.rule-button[disabled] {
    cursor: not-allowed;
    filter: grayscale(0.8);
    background-color: #f6f6f6;
    border-color: #a3a3a3;
}

.rule-btn-success.rule-btn-colorful {
    border-color: #5cb85c;
    background-color: rgba(92, 184, 92, 0.1);
}

.rule-btn-danger.rule-btn-colorful {
    border-color: #dd4b39;
    background-color: rgba(221, 75, 57, 0.1);
}

.rule-btn-warning.rule-btn-colorful {
    border-color: #faad14;
    background-color: rgba(250, 173, 20, 0.1); 
}

.rule-btn-primary.rule-btn-colorful {
    border-color: #3c8dbc;
    background-color: rgba(60, 141, 188, 0.1);
}

.rule-btn-success.rule-btn-colorful:hover {
    background-color: rgba(92, 184, 92, 0.2);
}

.rule-btn-danger.rule-btn-colorful:hover {
    background-color: rgba(221, 75, 57, 0.2);
}

.rule-btn-warning.rule-btn-colorful:hover {
    background-color: rgba(250, 173, 20, 0.2);
}

.rule-btn-primary.rule-btn-colorful:hover {
    background-color: rgba(60, 141, 188, 0.2);
}

.rule-btn-success i.mdi {
    color: #5cb85c;
}

.rule-btn-danger i.mdi {
    color: #dd4b39;
}

.rule-btn-warning i.mdi {
    color: #faad14;
}

.rule-btn-primary i.mdi {
    color: #3c8dbc;
}

.rule-button.dropdown-toggle:focus {
    background-color: #ddd;
    border-color: #adadad;
}

body.high-contrast .rule-button:focus-visible {
    outline: var(--keyboard-outline);
}
/*#endregion rule-buttons */

.unstyled-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

    .unstyled-button:focus-visible {
        outline: var(--keyboard-outline-light);
    }

    body.high-contrast .unstyled-button:focus-visible {
        outline: var(--keyboard-outline);
    }

    .unstyled-button.kb-tab-outline:focus-visible {
        outline: var(--keyboard-outline-light);
    }

    body.high-contrast .unstyled-button:focus-visible {
        outline: var(--keyboard-outline);
    }

.preloaderwrapper .preloader {
    margin: 5px calc(50% - 30px);
}
    .preloaderwrapper.center {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .preloaderwrapper.cover {
        background-color: white;
        opacity: 0.8;
    }

        .preloaderwrapper.cover.window {
            position: fixed;
        }

.preloader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.progress-bar.indeterminate {
    animation: changeprogresswidth 2s linear infinite;
}

@keyframes changeprogresswidth {
    from {
        width: 10%;
    }

    to {
        width: 100%;
    }
}
/*afxdialog*/
.afxDialogContainer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
}

.afxDialogDiv {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .afxDialogDiv iframe {
        width: 100%;
        height: 100%;
        filter: Alpha(opacity=50);
    }

    .afxDialogDiv .PopupWindow {
        margin: auto;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        position: fixed;
    }

    .afxDialogDiv iframe .background {
        width: 100%;
        height: 100%;
    }


.afxDialogOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D6D6D6;
    opacity: 0.7;
}

.afxDialogDiv #taTitleDialog,
.afxDialogDiv #taTitleDialogHtml {
    width: 100%;
    height: 150px;
    resize: none;
}

.PopupWindow {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.47);
    background-color: #fff;
    width: 620px;
}

.PopupMain {
    position: relative;
    text-align: left;
    width: 600px;
    box-sizing: border-box;
    padding: 13px 13px 13px 13px;
    margin: 0 auto;
}

.PopupTitle {
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 0px 13px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    color: #fff;
}

    .PopupTitle.warning {
        background-color: #FFEA00;
    }

    .PopupTitle.error {
        background-color: #FF0000;
    }

.PopupClose {
    position: absolute;
    right: 10px;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

a.PopupClose:hover {
    color: #FF0000;
}

.dialogButtons {
    text-align: center;
    margin-top: 10px;
}

    .dialogButtons .dialogButton {
        min-width: 6em;
        line-height: 31px;
        border: 1px solid #ababab;
        background-color: #fdfdfd;
        cursor: pointer;
    }

.InfoLabel {
    color: #07781e;
}

.RequiredLabel {
    color: #FF0000;
}
/*lock*/

.LockCircleContainer .LockCircleOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .LockCircleContainer .LockCircleOverlay.grayed {
        background-color: #fff;
        opacity: 0.7;
    }

.LockCircleOff {
    display: none;
}

.LockCircleOn {
    display: block;
}

    .LockCircleOn img {
        z-index: 9999;
        position: fixed;
        top: calc(50% - 64px);
        left: calc(50% - 64px);
    }

.ModalBg {
    background-color: #D6D6D6;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

#authenticationInfo {
    float: left;
    line-height: 50px;
    margin-right: 10px;
}

    #authenticationInfo.red {
        color: red;
    }

.fullscreen {
    z-index: 3000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: auto;
    text-align: center;
}

.fullscreenclose {
    color: white;
    z-index: 3001;
    position: fixed;
    right: 30px;
    top: 20px;
    font-size: 48px;
    opacity: 1;
    text-shadow: black 0 0 5px;
}

.fullscreenclose:hover {
    color: #ccc;
    opacity: 1;
}

.container-fluid-margin-fix {
    margin-left: -15px;
    margin-right: -15px;
}

.pointer {
    cursor: pointer;
}
.not-allowed {
    cursor: not-allowed;
}
.boldhover:hover {
    color: #333;
    font-weight: 600;
}
.z-index-1-b {
    z-index: 990;
}

.z-index-2-a {
    z-index: 995;
}

.z-index-3-b {
    z-index: 1000;
}

.z-index-4-a {
    z-index: 1015;
}

.z-index-5-b {
    z-index: 1030;
}

.z-index-6-a {
    z-index: 1035;
}

.z-index-7-b {
    z-index: 1040;
}

.z-index-8-a {
    z-index: 1045;
}

.z-index-9-b {
    z-index: 1050;
}

.z-index-10-a {
    z-index: 1055;
}

.z-index-11-b {
    z-index: 1060;
}

.z-index-12-a {
    z-index: 1065;
}

.z-index-13-b {
    z-index: 1070;
}

.z-index-13-a {
    z-index: 1075;
}

/*fab*/
#fabmenu {
    position: fixed;
    bottom: 23px;
    right: 23px;
}

#fabmenucase {
    float: right;
    margin-top: -40px;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    #fabmenucase {
        margin-right: 53px;
    }
}

@media (max-width:768px) {
    #fabmenucase {
        margin-right: 23px;
    }
}

.fab.btnredplus {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    background-color: red;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
    transition: all 0.5s;
}

    .fab.btnredplus i {
        font-size: 20px;
        line-height: 40px;
        transition: all 0.5s;
        transform: rotate(0deg);
    }

        .fab.btnredplus i::before {
            transition: all 0.5s;
            transform: rotate(0deg);
        }

    .fab.btnredplus.twisted {
        background-color: #b5bbc8;
    }

        .fab.btnredplus.twisted i {
            transform: rotate(225deg);
        }

            .fab.btnredplus.twisted i::before {
                transform: rotate(225deg);
            }

ul.fabmenulist {
    position: fixed;
    display: none;
    padding: 0px;
}

    ul.fabmenulist li {
        list-style-type: none;
        margin-bottom: 15px;
    }

        ul.fabmenulist li a.fabmenubtn {
            visibility: hidden;
            transform: scaleX(0) scaleY(0);
            transition: all 0.5s;
        }

            ul.fabmenulist li a.fabmenubtn.animate {
                visibility: visible;
                transform: scaleX(1) scaleY(1);
            }

        ul.fabmenulist li a.fabmenubtn {
            display: inline-block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            border-radius: 15px;
            padding: 0px 15px;
            text-decoration: none;
        }


/*user selector*/
ul.userselector {
    padding: 0px;
    margin: 0px;
}

    ul.userselector li {
        list-style-type: none;
    }

.userval {
    height: 26px;
    line-height: 25px;
    clear:both;
}

.boxed .userval {
    float: left;
    /*border: 1px solid #D2D6DE;*/
    padding-left: 12px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    max-width:100%;
    width: auto;
    clear:none;
}


.userval.newuser, .adduser {
    cursor: pointer;
}

.userval .remuser {
    cursor: pointer;
    float: right;
    display: inline-block;
    width: 38px;
    padding: 0px 12px;
}

.userval .nopic {
    float: left;
    font-size: 22px;
}

.userval .user-selector-icon{
    float:left;
}

.userpic {
    float: left;
    vertical-align: middle;
    margin-right: 3px;
}

.userval .userpic {
    width: 25px;
    height: 25px;
}

.userpic .circle {
    border-radius: 50%;
}

.userpic.userpic-40px {
    width: 40px;
    height: 40px;
}

.userpic.userpic-20px {
    width: 20px;
    height: 20px;
}
.cclist .userval .userpic.userpic-20px,
.conlist .userval .userpic.userpic-20px {
    width: 20px;
    height: 20px;
}
.touserpredictions .userval img {
    height: 20px;
}

.comment-avatar-column .userpic {
    margin: 3px 3px 3px 3px;
}

.comment-avatar-column img {
    width: 40px;
}

.userval .userpic, .userval .nopic, .dropdown-menu .userpic {
    margin-right: 3px;
}

/*user selector*/

.pretext {
    white-space: pre-wrap;
}

/*paddings definitions*/
.padding-top-10px{
    padding-top:10px !important;
}

.dialogbody {
    background: none transparent;
}

.callout {
    background-color: white;
    margin: 0 0 12px 0;
    padding: 5px 30px 5px 22px;
    border: 1px solid;
}
.case-info.upper .callout:last-child {
    margin-bottom: 4px;
}
.case-info.lower .callout:last-child {
    margin-bottom: 7px;
}
.case-info.lower .callout:first-child {
    margin-top: 5px;
}
div.panel-body.case-item {
    padding-bottom: 0px;
    padding-top: 4px;
}

.no-second.callout {
    padding: 2px 30px 3px 22px;
}

.callout a {
    color: black;
}

.callout a:hover {
    color: #999;
}

.callout .callout-content {
    vertical-align: super;
    font-size:16px;
}

    .callout .callout-content.no-second {
        margin-top: 3px;
        margin-bottom: 9px;
        font-size: 14px;
    }
    .callout .callout-content-second {
        vertical-align: super;
        margin-top:5px;
        font-size: 14px;
        margin-bottom:5px;
    }

.callout i.icon {
    font-size: 25px;
    width: 35px;
}

    .callout.info {
        border-color: #91caff;
        background-color: #e6f4ff;
    }
    .callout.info i.icon {
        color: #0097bc; 
    }

    .callout.danger {
        border-color: #ffccc7;
        background-color: #fff2f0;
    }

   .callout.danger i.icon {
        color: #c23321;
    }

    .callout.warning {
        border-color: #FFE69C;
        background-color: #FFF9E6;
    }

    .callout.warning i.icon {
        color: #c87f0a;
    }

.callout.success {
    border-color: #00733e;
    
}
    .callout.success.message {
        background-color: #f6ffed;
        border-color: #c6f0a5;
    }

    .callout.success i.icon {
        color: #00733e; 
    }

.modal-footer {
    clear: both;
}

.autocompletedropdown {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}
.autocompletedropdown.dropdown-menu > li > a {
    white-space: normal;
}
.autocompletedropdown i.nopic {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.autocompletedropdown img {
    width: 20px;
    height: 20px;
}

.display-description-modal .editor-container {
    border-top: 1px solid #ccc !important; 
    overflow-y: auto;
    max-height: 100px;
}

.display-description-modal .editor-container.expanded {
    max-height: none;
}

.downloadInfo {
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: #5cb85c;
    color: white;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 25px;
}

.downloadError {
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: #FF0000;
    color: white;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 25px;
}

.downloadWarning {
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: #c87f0a;
    color: white;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 25px;
}

/*------slidercontent------*/
.slidercontent-panel-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.slidercontent-panel-left {
    flex: 0 0 auto;
    /* white-space: nowrap; */
}

.slidercontent-slider {
    background-color: rgba(0, 0, 0, 0);
    flex: 0 0 auto;
    width: 10px;
    cursor: col-resize;
}

.slidercontent-slider:hover{
    background-color: #DFE3E9;
}

.slidercontent-panel-right {
    flex: 1 1 auto;
    width: 100%;
}

.slidercontent-panel-full-width{
    width: 100% !important;
}
/*------slidercontent------*/

.licenceinfo {
    text-align:center;
}
.licenceexpiredinfo {
    text-align: center;
}
.under-nav {
    height:0px;
}
.customcaret2.input-group-addon.sufix{
    cursor: pointer;
}

.fixedheadertablediv {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block;
    width:100%;
}
    .fixedheadertablediv td {
        display:inline-block;
    }

.fixedtablecolumn {
    position: absolute;
}
.bg-gray-light th.fixedtablecolumn {
    background-color: #f7f7f7;
}

#profilerHeader {
    display: flex;
    flex-direction: column;
}

#profilerResults .text-right {
    white-space: nowrap;
}

.rightcontent #CaseProfiler {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

#CaseProfiler .profiler-line {
    margin: 8px 20px 8px 20px;
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#CaseProfiler .profiler-line a {
    color: #212529;
    margin-bottom: 8px;
}

#CaseProfiler a .mdi {
    vertical-align: text-top;
}

#CaseProfiler #profiler-footer .profiler-line a {
    white-space: nowrap;
}

#CaseProfiler #profiler-footer .profiler-line a:first-child {
    margin-right: 30px;
}

#CaseProfiler .profiler-line.text-center {
    display: flex;
    align-items: center;
}

#CaseProfiler .profiler-line.text-center .profiler-pages {
    flex: 1;
}

#CaseProfiler .profiler-line.text-center .profiler-pages .mdi {
    vertical-align: middle;
    margin-left: 8px;
}

#CaseProfiler .horizontal-separator {
    height: 1px;
    width: 100%;
    background-color: #F0F0F0;
}

#CaseProfiler span.mdi {
    color: inherit !important;
}

#CaseProfiler button {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #D2D6DE;
    background: #FFF;
    color: #212529;
    transition: background-color 0.1s;
}

    #CaseProfiler button:hover {
        background-color: #F5F5F5;
    }

    #CaseProfiler button:active {
        background-color: #D9D9D9;
    }

#CaseProfiler #profilerResultHeader {
    margin-left: 18px;
}

#CaseProfiler .table.table-condensed {
    margin-bottom: 0px;
}

#CaseProfiler code {
    padding: 0px;
}


#profilerResults {
    margin-left: 16px;
    margin-right: 8px;
}

.profilerEndBracket {
    display: inline-block;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.modal-dialog { 
    max-height: calc(100% - 60px);
}
@media (max-width:768px) {
    .modal-dialog {
        height: calc(100vh - 20px);
    }
}
.modal-dialog .modal-body {
    overflow-y: auto;
}
.hoverableList li {
    border-bottom: 1px solid transparent;
}
    .hoverableList li:hover {
        border-bottom: 1px solid #d2d6de;
    }


.modal-dialog.full-height .modal-content {
    height: calc(100vh - 60px);
}
.modal-dialog.prc-description{
    width:1200px;
}
.modal-dialog.prc-description .modal-content {
    height: calc(600px);
}
.create-case-button {
    float:left;
}
.modal-footer.prc-description {
    position: fixed;
    bottom: 0;
    border-top-color: transparent;
    width: 100%;
}
#createNewCase .modal-dialog.full-height .modal-content, #processPicker .modal-dialog.full-height .modal-content {
    margin-top: 100px;
    margin-left: 220px;
    height: calc(100vh - 160px);
}

.react-iframe #createNewCase .modal-dialog.full-height .modal-content, #processPicker .modal-dialog.full-height .modal-content {
    margin-left: 0;
    margin-top: 0;
    height: calc(100vh - 60px);
}

@media (max-width:768px) {
    .modal-dialog.full-height .modal-content {
        height: calc(100vh - 20px);
    }
    .modal-dialog.prc-description .modal-content {
        height: calc(100vh - 20px);
    }
    #createNewCase .modal-dialog.full-height .modal-content, #processPicker .modal-dialog.full-height .modal-content {
        margin-top: 0px;
        margin-left: 0px;
        height: 100%;
    }
}
.modal-dialog.modal-fs {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 30px 0;
    max-height: 100%;
}
@media screen and (orientation:landscape) {
    .modal-dialog.modal-fs {
        margin: 0;
        padding: 0;
    }
}

.modal-dialog.modal-fs .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
}

.modal-dialog.modal-fs .modal-content .modal-body {
    height: calc(100% - 121px) !important;
    max-height: none !important;
}
.modal-dialog.modal-fs .modal-content .modal-header {
    height: 56px;
}

.modal-dialog.modal-fs .modal-content .modal-footer {
    height: 65px;
    clear:both;
}


.field-primary .help-block, .field-primary label {
    color: #337ab7;
}
.field-primary .form-control {
    border-color: #337ab7;
}

.field-success .help-block, .field-success label {
    color: #3c763d;
}
.field-success .form-control {
    border-color: #3c763d;
}

.field-info .help-block, .field-info label {
    color: #31708f;
}
.field-info .form-control {
    border-color: #31708f;
}

.field-warning .help-block, .field-warning label {
    color: #8a6d3b;
}
.field-warning .form-control {
    border-color: #8a6d3b;
}

.field-danger .help-block, .field-danger label {
    color: #a94442;
}
.field-danger .form-control {
    border-color: #a94442;
}

.field-muted .help-block, .field-muted label {
    color: #777;
}
.field-muted .form-control {
    border-color: #777;
}

.userval .user-selector-name {
    display: inline-block;
    width: calc(100% - 70px);
    white-space: pre;
}

.adduser .input-group-addon{
    cursor:auto;
}
.tooltip.top {
    padding: 8px 0;
}
.tooltip.right {
    padding: 0 8px;
}
.tooltip.bottom {
    padding: 8px 0;
}
.tooltip.left {
    padding: 0 8px;
}
.tooltip.top .tooltip-arrow {
    margin-left: -8px;
    border-width: 8px 8px 0;
}
.tooltip.top-left .tooltip-arrow {
    right: 8px;
    margin-bottom: -8px;
    border-width: 8px 8px 0;
}
.tooltip.top-right .tooltip-arrow {
    left: 8px;
    margin-bottom: -8px;
    border-width: 8px 8px 0;
}
.tooltip.right .tooltip-arrow {
    margin-top: -8px;
    border-width: 8px 8px 8px 0;
}
.tooltip.left .tooltip-arrow {
    margin-top: -8px;
    border-width: 8px 0 8px 8px;
}
.tooltip.bottom .tooltip-arrow {
    margin-left: -8px;
    border-width: 0 8px 8px;
}
.tooltip.bottom-left .tooltip-arrow {
    right: 8px;
    margin-top: -8px;
    border-width: 0 8px 8px;
}
.tooltip.bottom-right .tooltip-arrow {
    left: 8px;
    margin-top: -8px;
    border-width: 0 8px 8px;
}
.tooltip-inner {
    max-width: 250px;
    word-wrap: break-word;
    white-space: pre-line;
    font-size: 14px;
    line-height: 18px;
    padding: 8px;
    font-family: Source Sans Pro;
}
.box-condensed {
    padding-top: 0px;
}
.box-no-border {
    border: 0px;
}
.box-body .fc {
    margin-top: 0px;
}

.import-progress,
.update-progress {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-color: #e1e1e1;
}

.progress-bar-info {
    text-align: center;
    font-size: 30px;
    background-color: white;
}

.progress.progress-height-30-px {
    height: 30px;
}

.afxDialogContainer#import-progress-modal,
.afxDialogContainer#update-keys-progress-modal {
    margin-top: 50px;
}

.scrollable {
    overflow: scroll !important;
}

.scrollable-container {
    overflow-x: scroll;
    height: calc(100vh - 160px);
}

.fc-head .fc-time-area {
    position: sticky;
    top: 0px;
    z-index: 99;
}
.fc-head .fc-resource-area {
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 100;
    background-color: #fefefe;
    
}
.fc-body .fc-resource-area{
    position:sticky;
    left:0px;
    z-index:99;
    background-color:white;
}
    .scrollable-container .fc-time-area.fc-widget-content .fc-scroller {
        overflow: hidden !important;
    }

.fc-viewName-timelineDay .fc-time-area.fc-widget-header .fc-cell-content {
    text-align: center;
}

.fc-viewName-timelineDay .fc-time-area.fc-widget-header {
    min-width: 800px;
}

.fc-viewName-timelineWeek .fc-time-area.fc-widget-header {
    min-width: 600px;
}

.fc-viewName-timelineMonth .fc td.fc-sun, .fc td.fc-sat {
    background-color: #f3f3f3;
}
.fc-viewName-timelineYear .fc-time-area td.fc-sun{
    background-color:white;
}
.fc-viewName-timelineYear .fc-time-area td.fc-sat{
    background-color:white;
}
.fc-viewName-timelineMonth .fc-time-area.fc-widget-header {
    min-width: 800px;
}

.fc-viewName-timelineMonth .fc-time-area.fc-widget-header th {
    word-break: break-word;
    white-space: pre-wrap;
    height: 50px;
}

.fc-viewName-timelineMonth .fc-time-area.fc-widget-header th div.fc-cell-content span {
    width: 28px;
}

.fc-viewName-timelineMonth .fc-time-area.fc-widget-header table {
    height: 46px;
}

.fc-viewName-timelineQuarter .fc-time-area.fc-widget-header {
    min-width: 500px;
}

.fc-viewName-timelineQuarter .fc-time-area.fc-widget-header .fc-cell-content {
    text-align: center;
}

.fc-viewName-timelineQuarter .fc td.fc-sat, .fc td.fc-sun {
    background-color: #f3f3f3;
}

.fc-viewName-timelineYear .fc-time-area.fc-widget-header {
    min-width: 500px;
}

th.fc-resource-area.fc-widget-header {
    min-width: 200px;
}

td.fc-resource-area.fc-widget-content {
    min-width: 200px;
}


/*#region registry */

.registry_editor_overlay {
    z-index: 1100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
}

.registry_editor_overlay_inner {
    height: 80vh;
    width: 90vw;
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    margin-top: 10vh;
}

.registry_editor_overlay_div {
    width: 100%;
    height: calc(100% - 0px);
}

/*#endregion */

.jstree-proton {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.table-rowidcolumn {
    border-color: transparent;
    color: #b9b9b9;
}

.row-filter-input {
    padding-bottom: 10px;
}

.modal-header.ui-draggable-handle {
    cursor: grab;
}
.color-red {
    color: red !important;
}
.row-centered > div {
    display: inline-block;
    float: none;
    vertical-align: top;
}
/*scope selector*/
ul.scopeselector {
    padding: 0px;
    margin: 0px;
}

    ul.scopeselector li {
        list-style-type: none;
    }

.selectval {
    height: 26px;
    line-height: 25px;
}

.boxed .selectval {
    float: left;
    /*border: 1px solid #D2D6DE;*/
    padding-left: 12px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.selectval.newselect, .addselect {
    cursor: pointer;
}

.selectval .remselect {
    cursor: pointer;
    float: right;
    display: inline-block;
    width: 38px;
    padding: 0px 12px;
}

.selectval .nopic {
    float: left;
    font-size: 22px;
}

.selectval .scope-selector-icon {
    float: left;
}

.selectpic {
    float: left;
    vertical-align: middle;
}

.selectval .selectpic {
    width: 25px;
    height: 25px;
    padding-left: 3px;
}

.selectpic .circle {
    border-radius: 50%;
}

.selectval .selectpic, .selectval .nopic, .dropdown-menu .selectpic {
    margin-right: 5px;
}

.modal-picker > .modal-dialog > .modal-content {
    overflow: hidden;
}
#bodyPlaceholder {
    width: 100vw;
    height: 100vh;
    position: relative;
}
div.info-container {
    background: #ffffff;
    max-width: 1000px;
    font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}

    div.info-container h2 {
        margin: 20px;
        color: #000000;
    }

    div.info-container p {
        color: #000000;
        margin: 20px;
    }
p.sub-header {
    font-size: 16px;
    max-width: 800px;
}
.btn.btn-orange {
    border-radius: 3px !important;
    background-color: rgb(255 111 0) !important;
    border-color: rgb(255 111 0) !important;
    font-size: 16px;
}

.sidebar-menu li a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar-menu li a button.btn {
    border:0px;
}
    .longtext-panel {
        white-space: nowrap !important;
    }
/*if device cannnot hover over anchor - aka touch device*/
@media (hover: none) {
    ul li a.longtext-panel {
        text-overflow: unset !important;
        overflow: scroll !important;
        -ms-overflow-style: none !important; /* IE and Edge */
        scrollbar-width: none !important; /* Firefox */
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .longtext-panel::-webkit-scrollbar {
        display: none !important;
    }
}}
.mdiloader {
    animation: spin 2s linear infinite;
    font-size:12px;
}
.modal-content-color {
    background-color: #f5f5f5;
    padding: 25px;
}
.modal-title-icon-size {
    width: 40%;
}
.simplysign-code-div {
    background-color: white;
    border: 1px solid white;
    border-radius: 15px;
    margin-top: 50px;
    padding: 10px;
}
.simplysign-code-input-div {
    width: 50%;
    margin-right: 15px;
}
.simplysign-code-input {
    border-radius: 5px;
    background-color: #f5f5f5;
    border-color: white;
}
.simplysign-button-div {
    width: 50%;
    margin-left: 15px;
}
.simplysign-button {
    width: 100%;
    border-radius: 5px
}
.display-flex {
    display: flex !important;
}
.divseparator {
    display: flex;
    align-items: center;
    text-align: center;
}

    .divseparator::before,
    .divseparator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
    }

    .divseparator:not(:empty)::before {
        margin-right: .25em;
    }

    .divseparator:not(:empty)::after {
        margin-left: .25em;
    }

.load-more-pages-button {
    border: 1px solid;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 4px;
    margin: auto;
    margin-bottom: 52px;
    padding: 5px;
    cursor: pointer;
    margin-left: 80px;
    margin-right: 80px;
}

.language-selector {
    line-height: 3;
}

/* Firefox only, webkit scrollbar doesn't work without the @-moz-document as it tries to apply this style ignoring others */
@-moz-document url-prefix() {
    .modern-slim-scroll, .modern-slim-scroll * {
        scrollbar-width: thin;
        scrollbar-color: #ADADAE transparent;
    }
}

/* Webkit browsers */
.modern-slim-scroll::-webkit-scrollbar, .modern-slim-scroll *::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}

.modern-slim-scroll::-webkit-scrollbar-track, .modern-slim-scroll *::-webkit-scrollbar-track {
    background: transparent;
}

.modern-slim-scroll::-webkit-scrollbar-thumb, .modern-slim-scroll *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ADADAE;
    min-height: 50px;
}


#toast-container > .toast {
    padding: 22px 44px;
    background-size: 20px;
    background-position: 14px center;
    background-color: #fff;
    opacity: 1;
    color: #757575;

}

#toast-container > .toast,
#toast-container > .toast:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

#toast-container > .toast-success {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgZmlsbD0iIzA3YmMwYyI+PHBhdGggZD0iTTEyIDBhMTIgMTIgMCAxMDEyIDEyQTEyLjAxNCAxMi4wMTQgMCAwMDEyIDB6bTYuOTI3IDguMmwtNi44NDUgOS4yODlhMS4wMTEgMS4wMTEgMCAwMS0xLjQzLjE4OGwtNC44ODgtMy45MDhhMSAxIDAgMTExLjI1LTEuNTYybDQuMDc2IDMuMjYxIDYuMjI3LTguNDUxYTEgMSAwIDExMS42MSAxLjE4M3oiPjwvcGF0aD48L3N2Zz4=") !important;
}

#toast-container > .toast-info {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgZmlsbD0iIzM0OThkYiI+PHBhdGggZD0iTTEyIDBhMTIgMTIgMCAxMDEyIDEyQTEyLjAxMyAxMi4wMTMgMCAwMDEyIDB6bS4yNSA1YTEuNSAxLjUgMCAxMS0xLjUgMS41IDEuNSAxLjUgMCAwMTEuNS0xLjV6bTIuMjUgMTMuNWgtNGExIDEgMCAwMTAtMmguNzVhLjI1LjI1IDAgMDAuMjUtLjI1di00LjVhLjI1LjI1IDAgMDAtLjI1LS4yNWgtLjc1YTEgMSAwIDAxMC0yaDFhMiAyIDAgMDEyIDJ2NC43NWEuMjUuMjUgMCAwMC4yNS4yNWguNzVhMSAxIDAgMTEwIDJ6Ij48L3BhdGg+PC9zdmc+") !important;
}

#toast-container > .toast-warning {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgZmlsbD0iI2YxYzQwZiI+PHBhdGggZD0iTTIzLjMyIDE3LjE5MUwxNS40MzggMi4xODRDMTQuNzI4LjgzMyAxMy40MTYgMCAxMS45OTYgMGMtMS40MiAwLTIuNzMzLjgzMy0zLjQ0MyAyLjE4NEwuNTMzIDE3LjQ0OGE0Ljc0NCA0Ljc0NCAwIDAwMCA0LjM2OEMxLjI0MyAyMy4xNjcgMi41NTUgMjQgMy45NzUgMjRoMTYuMDVDMjIuMjIgMjQgMjQgMjIuMDQ0IDI0IDE5LjYzMmMwLS45MDQtLjI1MS0xLjc0Ni0uNjgtMi40NHptLTkuNjIyIDEuNDZjMCAxLjAzMy0uNzI0IDEuODIzLTEuNjk4IDEuODIzcy0xLjY5OC0uNzktMS42OTgtMS44MjJ2LS4wNDNjMC0xLjAyOC43MjQtMS44MjIgMS42OTgtMS44MjJzMS42OTguNzkgMS42OTggMS44MjJ2LjA0M3ptLjAzOS0xMi4yODVsLS44NCA4LjA2Yy0uMDU3LjU4MS0uNDA4Ljk0My0uODk3Ljk0My0uNDkgMC0uODQtLjM2Ny0uODk2LS45NDJsLS44NC04LjA2NWMtLjA1Ny0uNjI0LjI1LTEuMDk1Ljc3OS0xLjA5NWgxLjkxYy41MjguMDA1Ljg0LjQ3Ni43ODQgMS4xeiI+PC9wYXRoPjwvc3ZnPg==") !important;
}

#toast-container > .toast-error {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgZmlsbD0iI2U3NGMzYyI+PHBhdGggZD0iTTExLjk4MyAwYTEyLjIwNiAxMi4yMDYgMCAwMC04LjUxIDMuNjUzQTExLjggMTEuOCAwIDAwMCAxMi4yMDcgMTEuNzc5IDExLjc3OSAwIDAwMTEuOCAyNGguMjE0QTEyLjExMSAxMi4xMTEgMCAwMDI0IDExLjc5MSAxMS43NjYgMTEuNzY2IDAgMDAxMS45ODMgMHpNMTAuNSAxNi41NDJhMS40NzYgMS40NzYgMCAwMTEuNDQ5LTEuNTNoLjAyN2ExLjUyNyAxLjUyNyAwIDAxMS41MjMgMS40NyAxLjQ3NSAxLjQ3NSAwIDAxLTEuNDQ5IDEuNTNoLS4wMjdhMS41MjkgMS41MjkgMCAwMS0xLjUyMy0xLjQ3ek0xMSAxMi41di02YTEgMSAwIDAxMiAwdjZhMSAxIDAgMTEtMiAweiI+PC9wYXRoPjwvc3ZnPg==") !important;
}

#toast-container .toast-message {
    font-size: 14px;
}

#toast-container .toast-close-button {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #000;
    opacity: 0.3;
}

#toast-container .toast-close-button:hover {
    opacity: 1;
}

.fullscreenclose:focus {
    color: white;
    opacity: 1;
}
.invisible-button {
    border: 0;
}
.nav > li > .invisible-button {
    padding: 12px 15px;
    position: relative;
    display: block;
    background-color: transparent;
}


body.high-contrast #folders-container .jstree-proton .jstree-clicked {
    box-shadow: none;
    background: none;
    color: black;
    background-color: unset;
    outline: 2px solid black;
}

body.high-contrast #folders-container .jstree-proton .jstree-hovered {
    box-shadow: none;
    background: none;
    color: black;
    background-color: unset;
    text-decoration: underline;
}

body.high-contrast #folders-container .jstree-node a.jstree-checked {
    font-weight: bold;
    color: black;
}

body.high-contrast .btn.amodit-background-color-2 {
    border: 1px solid black !important;
    background-color: white !important;
    color: black !important;
}

    body.high-contrast .btn.amodit-background-color-2:focus-visible {
        outline: var(--keyboard-outline);
    }

    body.high-contrast .btn.amodit-background-color-2:hover {
        border: 1.5px solid black !important;
        background-color: #e7e7e7 !important;
    }

    body.high-contrast .btn.amodit-background-color-2:active {
        border: 2px solid black !important;
        background-color: #ddd !important;
    }