@import "./assets/skins/agnet500/font-loader.css";

body {
    background-color: #fff;
    color: #000;
    font-family: General-font, Arial, Verdana, sans-serif;
    font-size: 13px;
    height: 100vh;
    line-height: 13px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100vw;
}
@media (max-width: 600px) {
    body {
        overflow-x: auto;
    }
}
body.with-preloader:after {
    background: url("assets/loading-dots.gif") no-repeat 50%;
    background-color: hsla(0, 0%, 100%, 0.6);
    content: attr(data-percent-loaded);
    height: 100%;
    left: 0;
    line-height: calc(100vh + 40px);
    position: fixed;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 3;
}
html {
    height: 100%;
}
.layout {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 1200px;
    min-height: calc(100% - 80px);
    min-width: 600px;
    position: relative;
    top: 80px;
    width: auto;
}
@media (min-width: 1200px) {
    .layout {
        margin-left: auto;
        margin-right: auto;
    }
}
.error-popover,
.error-popover:before {
    background-color: #f5f5f5 !important;
}
.error-popover .close {
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: calc(50% - 5px);
    width: 10px;
}
.error-popover .close:before {
    color: red;
}
.error-popover .message {
    display: block;
    font-family: General-font, Arial, Verdana, sans-serif;
    line-height: 17px;
    margin-left: 20px;
}
.with-error-popover {
    border: 1px solid red !important;
}
.modal-dialog .close:before {
    color: #c5c5c5;
}
.ui.dimmer {
    background: rgba(0, 0, 0, 0.6);
}
.toaster-manager {
    right: 0 !important;
    top: 0;
    z-index: 1001;
}
.ui.modal > .header {
    background-color: #cae3ff;
}
.ui.large.modal > .header {
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.ui.dropdown .item {
    font-size: 13px !important;
}
.ui.dropdown > .icon {
    color: #00205b;
}
.ui.search .message .header {
    display: none;
}
.blinking {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    animation-name: blink;
}
.layer .message-bar {
    text-align: center;
    width: 100%;
}
em.search,
i.search {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
}
.sw-calendar em.icon:before,
.sw-calendar i.icon:before {
    color: #00205b;
}
.sw-calendar em.icon {
    cursor: default;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
}
.disabled-control {
    opacity: 0.6;
    pointer-events: none;
}
.disabled-control,
.disabled-control * {
    cursor: default !important;
}
.info-text {
    color: #00205b;
    font-size: 12px;
    font-style: italic;
}
.info-icon {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.info-icon:before {
    color: #888;
}
.widget.collapsed .title-bar .info-icon {
    display: none;
}
.link {
    color: #00205b;
    cursor: pointer;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}
div::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.hidden {
    display: none;
}
.controller-page .page-container .content-container .row-icon:before {
    color: #00205b !important;
}
button {
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    height: 30px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
}
button:not(:last-child) {
    margin-right: 10px;
}
button:focus {
    outline: 0;
}
button.negative {
    background-color: #c5c5c5 !important;
    box-shadow: 1px 1px 5px #f5f5f5;
    color: #fff !important;
    min-width: 80px;
}
button.positive {
    background-color: #00205b !important;
}
button.delete,
button.positive {
    box-shadow: 1px 1px 5px #e5e5e5;
    color: #fff !important;
    min-width: 80px;
}
button.delete {
    background-color: red !important;
}
label {
    display: inline-block;
    font-family: General-font, Arial, Verdana, sans-serif;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: auto;
}
.mandatory:after {
    content: "*";
    margin-left: 3px;
}
input {
    height: 30px;
    line-height: 30px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
textarea {
    resize: none;
}
input,
textarea {
    background: #fff;
    border: 1px solid;
    border-color: #e5e5e5 !important;
    border-radius: 1px !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #5b5b5b;
    font-family: General-font, Arial, Verdana, sans-serif !important;
    padding-left: 10px;
    text-align: left;
}
textarea {
    padding: 10px;
}
.dropdown .default.text,
input::placeholder,
textarea::placeholder {
    color: #888 !important;
    font-style: italic;
    opacity: 0.8;
}
.html-customiser-label [data-role="check-icon"] {
    caret-color: transparent;
}
.html-customiser-label [data-role="check-icon"]:before {
    color: #00205b;
}
.login-form {
    height: 500px;
    left: calc(50% - 250px);
    position: absolute;
    top: 0;
    width: 500px;
}
.login-form .logo-container {
    background: url("./assets/skins/agnet500/logo-login.png") no-repeat 50%;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.login-form .platform-title {
    bottom: 3px;
    font-size: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
.login-form .form-title,
.login-form .platform-title {
    color: #00205b;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.login-form .form-title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.login-form .dialog-container {
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    height: calc(100% - 150px);
    position: absolute;
    top: 150px;
    width: 100%;
}
.login-form .dialog-container .layer {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.login-form .dialog-container .dialog {
    height: auto;
    margin-left: 50px;
    position: relative;
    top: 50px;
    width: calc(100% - 100px);
}
.login-form .dialog-container .dialog table {
    width: 100%;
}
.login-form .dialog-container .dialog td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.login-form .dialog-container .dialog td:last-child {
    width: 300px;
}
.login-form .dialog-container .dialog td.right {
    text-align: right;
}
.login-form .dialog-container .dialog input[data-type="text"] {
    border: 1px solid #c5c5c5;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 100%;
}
.login-form .dialog-container .dialog .label {
    font-family: Specific-font-bold, Arial, Verdana, sans-serif;
}
.login-form .dialog-container .dialog .activate-account-button,
.login-form .dialog-container .dialog .forgot-password-button {
    color: #00205b;
    cursor: pointer;
    display: inline-block;
}
.login-form .dialog-container .dialog button[data-role="action-button"] {
    margin-top: 20px;
}
.password-forgot-form table {
    width: 100%;
}
.password-forgot-form td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.password-forgot-form td:last-child {
    width: 400px;
}
.password-forgot-form td.right {
    text-align: right;
}
.password-forgot-form input[data-type="text"] {
    border: 1px solid #c5c5c5;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 100%;
}
.password-forgot-form .label {
    font-family: Specific-font-bold, Arial, Verdana, sans-serif;
}
.legal-links {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.legal-links .row:first-child {
    margin-bottom: 5px;
}
.legal-links a,
.legal-links a:active,
.legal-links a:visited {
    color: #00205b;
}
.top-bar {
    background-color: #00205b;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}
.top-bar .content {
    background-color: #00205b;
    display: flex;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-width: 600px;
    position: relative;
    width: auto;
}
.top-bar .logo-container {
    display: inline-block;
    height: 100%;
    position: relative;
    width: auto;
}
.top-bar .platform-title {
    color: #fff;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 60px;
    padding-right: 10px;
    text-transform: uppercase;
    width: auto;
}
.top-bar .main-menu-container,
.top-bar .platform-title {
    background-color: #00205b;
    display: inline-block;
    flex-grow: 1;
    position: relative;
    text-align: center;
}
.top-bar .main-menu-container.hidden .menu-item {
    visibility: hidden;
}
.top-bar .main-menu-container .menu-item {
    background-color: #edf7ff;
    border-top: 4px solid #00205b;
    color: #00205b;
    cursor: pointer;
    display: inline-block;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    min-width: 200px;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
@media (max-width: 900px) {
    .top-bar .main-menu-container .menu-item {
        min-width: 40px;
        width: 40px;
    }
    .top-bar .main-menu-container .menu-item .text {
        display: none;
    }
}
.top-bar .main-menu-container .menu-item div {
    display: inline-block;
}
.top-bar .main-menu-container .menu-item .icon {
    font-size: 18px;
}
.top-bar .main-menu-container .menu-item.selected {
    background-color: #fff;
    border-top: 4px solid #fff;
    cursor: default;
}
.top-bar .user-menu-container {
    background-color: #00205b;
    display: inline-block;
    position: relative;
    width: auto;
}
.top-bar .user-menu-container .expand-control {
    display: none;
}
.top-bar .user-menu-container:not(.expanded) .expand-control.expand {
    display: inline-block;
}
.top-bar .user-menu-container:not(.expanded) .user-menu {
    display: none;
}
.top-bar .user-menu-container.expanded .expand-control.colapse {
    display: inline-block;
}
.top-bar .user-menu-container.expanded .user-menu {
    display: block;
}
.top-bar .user-menu-container .user-name {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-top: 15px;
    padding-right: 20px;
    position: relative;
    width: auto;
}
.top-bar .user-menu-container .user-name span:not(.expand-control) {
    display: inline-block;
    line-height: 30px;
}
.top-bar .user-menu-container .user-menu {
    background-color: #fff;
    box-shadow: 0 1px 1px 1px #c5c5c5;
    height: auto;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 10px;
    width: auto;
}
.top-bar .user-menu-container .user-menu:after {
    border-bottom: 5px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 0;
}
.top-bar .user-menu-container .user-menu .option {
    cursor: pointer;
    display: flex;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    width: 100%;
}
.top-bar .user-menu-container .user-menu .option:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.top-bar .user-menu-container .user-menu .option .text {
    white-space: nowrap;
}
.top-bar .user-menu-container .user-menu .option em,
.top-bar .user-menu-container .user-menu .option i {
    display: inline-block;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.top-bar .user-menu-container .user-menu .option em:before,
.top-bar .user-menu-container .user-menu .option i:before {
    color: #00205b;
}
.top-bar .database-storage,
.top-bar .disk-storage {
    background-color: #00205b;
    color: #fff;
    display: none;
    position: relative;
    text-align: center;
    width: auto;
}
.top-bar .database-storage div,
.top-bar .disk-storage div {
    padding: 10px;
}
.top-bar .database-storage span,
.top-bar .disk-storage span {
    padding: 5px;
}
.top-bar .database-storage.storage-alert,
.top-bar .disk-storage.storage-alert {
    color: red;
}
.top-bar .disk-storage {
    padding-right: 75px;
}
.data-table table {
    border-bottom: 1px solid #c5c5c5;
    border-spacing: 0;
    min-width: 100%;
    width: auto;
}
.data-table tbody tr:first-child td {
    border-top: none;
}
.data-table td,
.data-table th {
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    line-height: 30px;
    position: relative;
}
.data-table td:last-child,
.data-table th:last-child {
    border-right: 1px solid #c5c5c5;
}
.data-table th {
    background-color: #e5e5e5;
    color: #888;
    cursor: pointer;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    text-align: center;
    white-space: nowrap;
}
.data-table td {
    background-color: #fff;
    height: 30px;
    text-align: center;
    word-break: break-all;
}
.data-table th.sorting:before,
.data-table th.sorting_asc:after {
    border-bottom: 5px solid #888;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 0;
}
.data-table th.sorting:after,
.data-table th.sorting_desc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    content: "";
    height: 0;
    position: absolute;
    right: 5px;
    top: 17px;
    width: 0;
}
.data-table tr.selected td {
    background-color: #888;
    color: #fff;
}
.data-table td,
.data-table th {
    box-sizing: content-box;
    padding-left: 20px;
    padding-right: 20px;
}
.data-table .dataTables_scroll {
    height: 100%;
    position: relative;
    width: 100%;
}
.data-table .ps__scrollbar-y-rail {
    opacity: 1 !important;
}
.data-table .dataTables_scrollBody {
    height: calc(100% - 34px);
}
.data-table .dataTables_wrapper {
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
}
.data-table .dataTables_filter {
    display: none;
}
.data-table .dataTables_paginate {
    line-height: 20px;
    margin-top: 5px;
    text-align: right;
}
.data-table .dataTables_paginate a.paginate_button {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    color: #000;
    cursor: pointer;
    line-height: 18px;
    margin: 0 5px;
    padding: 0 5px;
}
.data-table .dataTables_paginate a.paginate_button.next,
.data-table .dataTables_paginate a.paginate_button.previous {
    background: none;
    border: none;
    padding: 0;
}
.data-table .dataTables_paginate a.paginate_button.next.disabled,
.data-table .dataTables_paginate a.paginate_button.previous.disabled {
    cursor: default !important;
    opacity: 0.6;
}
.data-table .dataTables_paginate a.paginate_button.next:before,
.data-table .dataTables_paginate a.paginate_button.previous:before {
    color: #00205b;
}
.data-table .dataTables_paginate a.paginate_button.next.disabled:before,
.data-table .dataTables_paginate a.paginate_button.previous.disabled:before {
    color: #5b5b5b;
}
.data-table .dataTables_paginate a.paginate_button.current {
    background: none;
    cursor: default;
}
.controller-page {
    display: none;
    height: auto;
    width: 100%;
}
.controller-page[data-controller="organizations"] .page-container {
    display: flex;
    gap: 20px;
}
.controller-page.reports-page .page-container {
    display: block;
}
.controller-page[data-controller="reports"] .content-container {
    height: calc(100vh - 200px);
}
.controller-page .page-container {
    margin-bottom: 30px;
    width: 100%;
}
.controller-page .page-container .header {
    width: 100%;
}
.controller-page .page-container .header .title-bar {
    background: #fff;
    display: flex;
    height: 32px;
    white-space: nowrap;
    width: 100%;
    z-index: 3;
}
.controller-page .page-container .header .title-bar .info-icon {
    position: absolute;
}
.controller-page .page-container .header .title-bar .border {
    height: 200%;
    position: absolute;
    right: 0;
    width: 200%;
}
.controller-page .page-container .header .title-bar .page-title {
    border: none;
    display: flex;
    padding-right: 10px;
    position: relative;
    width: 100%;
}
.controller-page .page-container .header .title-bar .page-title .title-icon,
.controller-page .page-container .header .title-bar .page-title .title-text {
    display: inline-block;
    height: 100%;
    line-height: 35px;
    position: relative;
    width: auto;
}
.controller-page .page-container .header .title-bar .page-title .title-icon {
    font-size: 23px;
    text-align: center;
}
.controller-page .page-container .header .title-bar .page-title .title-icon:before {
    color: #c5c5c5;
}
.controller-page .page-container .header .title-bar .page-title .title-text {
    color: #000;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    margin-left: 5px;
    text-transform: uppercase;
}
.controller-page .page-container .header .title-bar .page-title.with-expand-controls {
    cursor: pointer;
}
.controller-page .page-container .header .title-bar .right-controls {
    flex-grow: 1;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: right;
    white-space: nowrap;
}
.controller-page .page-container .header .title-bar .right-controls .control {
    cursor: pointer;
    display: inline-block;
}
.controller-page .page-container .header .title-bar .right-controls .control .control-icon {
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.controller-page .page-container .header .title-bar .right-controls .control .control-icon:before {
    color: #00205b;
}
.controller-page .page-container .header .title-bar .right-controls .control.selected .control-icon {
    background-color: #00205b;
}
.controller-page .page-container .header .title-bar .right-controls .control.selected .control-icon:before {
    color: #fff;
}
.controller-page .page-container .header .title-bar .right-controls .status-label {
    display: inline-block;
}
.controller-page .page-container .header .title-bar .right-controls .counter {
    background-color: #00205b;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    margin-left: 10px;
    margin-top: 4px;
    min-width: 32px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.controller-page .page-container .header .header-bar {
    background: #edf7ff;
    height: 37px;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 2;
}
.controller-page .page-container .content-container {
    background: #f5f5f5;
    box-shadow: 1px 1px 5px #c5c5c5;
    flex-grow: 1;
    overflow: auto;
    padding: 10px;
    position: relative;
    width: 100%;
}
.controller-page .page-container .content-container .layer {
    height: auto;
    position: relative;
    width: auto;
}
.controller-page .page-container .content-container .layer .message-bar {
    margin-top: 100px;
    text-align: center;
    width: 100%;
}
.controller-page .page-container .content-container .row-icon {
    cursor: pointer;
    display: inline-table;
    font-size: 16px;
    height: 100%;
    line-height: 25px;
    margin: 1px 3px;
    width: auto;
}
.controller-page .page-container .content-container .row-icon:before {
    color: #4e83bd;
}
.controller-page .page-container .content-container .ui.selection.dropdown {
    float: left;
    min-width: 9em;
}
.controller-page .page-container .content-container .ui.selection.dropdown.visible {
    z-index: 12;
}
.controller-page .page-container .content-container .hidden-action-btns {
    float: right;
}
.controller-page .page-container .content-container .hidden-action-btns .negative,
.controller-page .page-container .content-container .hidden-action-btns .positive {
    font-size: 80%;
    height: 25px;
    margin-right: 1px;
    min-width: auto;
    padding: 7px;
    text-transform: capitalize;
}
.controller-page .page-container .widget .expand-controls {
    display: flex;
    margin-left: 5px;
}
.controller-page .page-container .widget .expand-controls .control {
    cursor: pointer;
    display: none;
    height: 32px;
    line-height: 32px;
}
.controller-page .page-container .widget .expand-controls .control:before {
    color: #00205b;
}
.controller-page .page-container .widget.collapsed .control.expand {
    display: inline-block;
}
.controller-page .page-container .widget.collapsed .content-container {
    display: none;
}
.controller-page .page-container .widget.collapsed .title-bar:after {
    background: linear-gradient(90deg, #c5c5c5, #c5c5c5, #fff);
    bottom: -10px;
    content: "";
    height: 2px;
    position: absolute;
    width: 400px;
}
.controller-page .page-container .widget:not(.collapsed) .control.collapse {
    display: inline-block;
}
.controller-page .page-container .widget .content-container {
    margin-top: auto;
    padding: 10px;
    position: relative;
    width: 100%;
}
.controller-page .page-container .widget .content-container .controls-bar {
    margin-top: 10px;
    position: relative;
    text-align: right;
}
.js-password-security-options__container {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 4px #e5e5e5;
    display: none;
    padding: 1em;
    position: absolute;
    z-index: 9999;
}
.js-password-security-options__header {
    font-weight: 800;
    padding: 0 1em 1em;
}
.js-password-security-options__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.js-password-security-options__list li {
    display: none;
}
.js-password-security-options__checkbox {
    display: table-cell;
    position: relative;
}
.js-password-security-options__list-item__requirement {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.js-password-security-options__arrow,
.js-password-security-options__arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.js-password-security-options__arrow {
    border-width: 11px;
}
.js-password-security-options__arrow:after {
    border-width: 10px;
    content: "";
}
.js-password-security-options__arrow {
    border-bottom-color: #e5e5e5;
    border-top-width: 0;
    margin-left: -11px;
}
.js-password-security-options__arrow:after {
    border-bottom-color: #fff;
    border-top-width: 1px;
    content: " ";
}
.js-password-security-options__container span[data-role="check-icon"] {
    margin-bottom: 5px;
    margin-right: 5px;
}
.js-password-security-options__container.position-right .js-password-security-options__arrow {
    left: -6px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.js-password-security-options__container.position-bottom .js-password-security-options__arrow {
    left: 50%;
    top: -11px;
}
.js-password-security-options__arrow:after {
    margin-left: -10px;
    top: 1px;
}
.auditor-editor {
    height: 300px;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
}
.auditor-editor:not(.collapsed) .control.expand {
    display: block;
}
.auditor-editor:not(.collapsed) .control.collapse {
    display: none;
}
.auditor-editor.collapsed {
    height: 32px;
}
.auditor-editor.collapsed .control.expand,
.auditor-editor.collapsed .page-content-container,
.auditor-editor.collapsed .page-tools {
    display: none;
}
.auditor-editor.collapsed .control.collapse {
    display: block;
}
.auditor-editor .nfc-icon {
    background-color: #c5c5c5;
    background-size: 100%;
    height: 32px;
    line-height: 32px;
    margin-top: 5px;
    width: 26px;
}
.auditor-editor .page-title-bar {
    position: relative;
    width: 100%;
}
.auditor-editor .page-tools {
    display: inline-block;
    height: 32px;
    padding-right: 25px;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap;
}
.auditor-editor .page-tools span.info {
    position: absolute;
    right: 0;
    top: 6px;
}
.auditor-editor .page-tools .info-icon:before {
    color: #c5c5c5;
}
.auditor-editor .page-content-container {
    height: 264px;
    position: relative;
    top: 10px;
}
.auditor-editor .page-content-container .layer {
    padding: 15px 15px 0;
}
.auditor-editor .page-content-container .preloader .text {
    margin-top: 100px;
    text-align: center;
}
.auditor-editor .page-content-container .field-name {
    margin: 5px 0;
}
.auditor-editor .page-content-container .field-input {
    margin: 5px 0 20px;
    width: 100%;
}
.auditor-editor .buttons-container {
    background-color: #fff;
    border-top: 1px solid #00205b;
    bottom: 0;
    display: flex;
    height: 60px;
    left: 0;
    padding-top: 15px;
    position: absolute;
    width: 100%;
}
.auditor-editor .buttons-container button {
    display: none;
}
.auditor-editor .buttons-container #save-button {
    display: inline-block;
}
.auditor-editor .buttons-container .left-area {
    padding-left: 20px;
    width: auto;
}
.auditor-editor .buttons-container .right-area {
    flex-grow: 1;
    padding-right: 20px;
    text-align: right;
}
.auditor-editor.edit-mode #delete-button {
    display: inline-block;
}
.auditor-editor.edit-mode #delete-button.disabled-control {
    display: none;
}
.auditor-editor.edit-mode #cancel-button {
    display: inline-block;
}
.report-list-renderer {
    display: block;
    height: auto;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.report-list-renderer .ps__scrollbar-x-rail {
    opacity: 1 !important;
}
.report-list-renderer .header-bar {
    display: flex;
    height: 30px;
    line-height: 30px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.report-list-renderer .header-bar > div {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
}
.report-list-renderer .header-bar button {
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    padding: 0;
    position: relative;
}
.report-list-renderer .header-bar .controls-container {
    color: #00205b;
    flex-grow: 1;
    position: relative;
    text-align: right;
}
.report-list-renderer .header-bar .controls-container .control {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.report-list-renderer .header-bar .controls-container .control > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.report-list-renderer .header-bar .controls-container .control > span:not(.icon) {
    padding-left: 20px;
}
.report-list-renderer .header-bar .controls-container .control .icon:before {
    color: #00205b;
    font-size: 18px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 20px;
}
.report-list-renderer .header-bar .layer {
    position: relative;
}
.report-list-renderer .header-bar .layer[data-role="error"] .label {
    color: red;
}
.report-list-renderer .header-bar .counter,
.report-list-renderer .header-bar .list-name {
    color: #000;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    margin-right: 10px;
}
.report-list-renderer .header-bar .list-name {
    cursor: pointer;
    max-width: 500px;
    min-width: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.report-list-renderer .header-bar .status-container {
    color: #888;
    margin-right: 10px;
    text-transform: uppercase;
}
.report-list-renderer .header-bar .status-container .label {
    margin-right: 10px;
}
.report-list-renderer .expand-control {
    display: none;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.report-list-renderer .expand-control:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.report-list-renderer .expand-control.expand:after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #00205b;
    border-top: 7px solid transparent;
    right: 11px;
    top: 8px;
}
.report-list-renderer .expand-control.collapse:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #00205b;
    right: 10px;
    top: 15px;
}
.report-list-renderer .scroll-container {
    height: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}
.report-list-renderer:not(.expanded) .header-bar .controls-container,
.report-list-renderer:not(.expanded) .pagination,
.report-list-renderer:not(.expanded) .table-container {
    display: none;
}
.report-list-renderer:not(.expanded) .expand-control.expand {
    display: block;
}
.report-list-renderer:not(.expanded) .expand-control.collapse {
    display: none;
}
.report-list-renderer:not(.expanded) .error-message-container {
    display: none;
    margin-left: 10px;
}
.report-list-renderer:not(.expanded) .error-message-container .title {
    font-weight: 700;
    text-transform: uppercase;
}
.report-list-renderer.expanded .header-bar .controls-container {
    display: inline-block;
}
.report-list-renderer.expanded .table-container {
    display: block;
}
.report-list-renderer.expanded .expand-control.expand {
    display: none;
}
.report-list-renderer.expanded .expand-control.collapse {
    display: block;
}
.report-list-renderer.not-expandable .expand-control {
    opacity: 0.6;
}
.report-list-renderer.not-expandable .header-bar .list-name {
    cursor: default;
}
.report-list-renderer:not(.multiselect-open) .controls-container [data-role="multiselect-open"] {
    display: inline-block;
}
.report-list-renderer:not(.multiselect-open) .controls-container [data-role="multiselect-close"] {
    display: none;
}
.report-list-renderer .table-container {
    margin-top: 10px;
    max-height: 364px;
    overflow: auto;
    padding-right: 20px;
    position: relative;
}
.report-list-renderer .dataTables_scrollBody {
    max-height: 330px !important;
}
.report-list-renderer td[data-role="EventAction"] {
    text-align: left;
}
.report-list-renderer .menu {
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    width: auto;
}
.report-list-renderer .mybusiness-renderer-download-menu {
    display: none;
    height: auto;
    padding: 5px 10px;
    position: absolute;
    right: 20px;
    text-align: left;
    z-index: 2;
}
.report-list-renderer .mybusiness-renderer-download-menu .top-arrow {
    border-bottom: 7px solid #c5c5c5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    position: absolute;
    right: 57px;
    top: -7px;
    width: 0;
    z-index: 2;
}
.report-list-renderer .mybusiness-renderer-download-menu .top-arrow:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    top: 2px;
    width: 0;
    z-index: -1;
}
.report-list-renderer .mybusiness-renderer-download-menu .right-arrow {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #c5c5c5;
    border-top: 7px solid transparent;
    height: 0;
    position: absolute;
    right: -7px;
    top: 8px;
    width: 0;
    z-index: 2;
}
.report-list-renderer .mybusiness-renderer-download-menu .right-arrow:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -7px;
    position: absolute;
    top: -6px;
    width: 0;
    z-index: -1;
}
.report-list-renderer .mybusiness-renderer-download-menu .item {
    border-top: 1px solid #c5c5c5;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    width: 100%;
}
.report-list-renderer .mybusiness-renderer-download-menu .item:first-child {
    border: none;
}
.report-list-renderer .mybusiness-renderer-download-menu .item > span {
    color: #000;
    display: inline-block;
}
.report-list-renderer .mybusiness-renderer-download-menu .item > span:first-child {
    color: #00205b;
    font-size: 20px;
    left: 0;
    line-height: 30px;
    position: absolute;
}
.report-list-renderer .mybusiness-renderer-download-menu .item > span:first-child.stw-left-chevron {
    font-size: 14px;
}
.report-list-renderer td[data-role="AdditionalInfo"] {
    min-width: 400px;
    white-space: normal;
}
.report-list-renderer td[data-role="AdditionalInfo"] .deleted-message {
    align-items: baseline;
    display: flex;
}
.report-list-renderer td[data-role="AdditionalInfo"] .deleted-message .icon {
    color: red;
    width: 10%;
}
.report-list-renderer td[data-role="AdditionalInfo"] .deleted-message .info {
    font-style: italic;
    text-align: left;
    width: 90%;
    word-break: break-word;
}
.report-list-renderer td[data-role="Address"],
.report-list-renderer td[data-role="Participants"],
.report-list-renderer td[data-role="Recipients"] {
    max-width: 400px;
    min-width: 200px;
    white-space: normal;
}
.report-list-renderer table[data-report-type="audio-calls-call"] th,
.report-list-renderer table[data-report-type="video-calls-video-call"] th,
.report-list-renderer table[data-report-type="video-calls-video-streaming"] th {
    line-height: normal;
}
.report-list-renderer .download-link {
    color: #00205b;
    cursor: pointer;
    text-decoration: underline;
}
.report-list-renderer table[data-report-type="messages"] .message-body {
    height: auto;
    min-width: 400px;
    position: relative;
    text-align: left;
    white-space: normal;
    width: auto;
}
.report-list-renderer table[data-report-type="messages"] .message-body span {
    font-family: General-font-bold, Arial, Verdana, sans-serif;
}
.report-list-renderer table[data-report-type="messages"] td {
    padding-top: 10px;
    vertical-align: top;
}
.report-list-renderer .pagination {
    color: #888;
    display: flex;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
.report-list-renderer .pagination > div {
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
}
.report-list-renderer .pagination .button {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    text-align: center;
    width: 30px;
}
.report-list-renderer .pagination .button:not(.disabled) {
    color: #00205b;
    cursor: pointer;
}
.report-list-renderer .pagination .button.left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 0;
}
.report-list-renderer .pagination .button.right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.report-list-renderer .pagination .input-container {
    border: 1px solid #e5e5e5 !important;
    border-left: none;
    margin-right: 0;
    overflow: hidden;
}
.report-list-renderer .pagination input {
    border: none !important;
    height: 30px;
    line-height: 30px;
    outline-style: none;
    padding-left: 0;
    text-align: center;
    width: 54px;
}
.report-list-renderer .pagination .pages-count-container {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.report-list-renderer .pagination .pages-count-container span {
    color: #000;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    margin-left: 5px;
    margin-right: 5px;
}
.reports-page .message-bar .helper-icon {
    font-size: 17px;
}
.reports-page .message-bar .helper-icon:before {
    color: #00205b;
}
.reports-page .player-container {
    display: none;
}
.play-main {
    align-items: center;
    background: #00205b;
    border-radius: 50%;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
}
.play-main button {
    background: transparent;
    border: 0;
    border-color: transparent transparent transparent #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    box-sizing: border-box;
    cursor: pointer;
    height: 16px;
    margin-left: 3px;
    padding: 0;
    transition: all 0.1s ease;
    width: 0;
}
.play-main button.paused {
    border-style: double;
    border-width: 0 0 0 9px;
    height: 12px;
    margin-left: 0;
}
.play-main button:hover {
    border-color: transparent transparent transparent #fafafa;
}
.reports-table .media-data {
    align-items: center;
    display: flex;
    justify-content: space-around;
    min-width: 150px;
    width: 100%;
}
.reports-table .media-data .play-main {
    margin-bottom: 5px;
    margin-right: 0;
}
.reports-table .media-data .download-link {
    top: 0;
}
.play-white {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.play-white button {
    background: transparent;
    border: 0;
    border-color: transparent transparent transparent #00205b;
    border-radius: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    box-sizing: border-box;
    cursor: pointer;
    height: 16px;
    margin-left: 3px;
    padding: 0;
    transition: all 0.1s ease;
    width: 0;
}
.play-white button.paused {
    border-style: double;
    border-width: 0 0 0 9px;
    height: 12px;
    margin-left: 0;
}
.play-white button:hover {
    border-color: transparent transparent transparent #4e83bd;
}
.base-navigation {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 25px;
    justify-content: center;
    width: 25px;
}
.base-navigation .inner-container {
    display: inherit;
}
.base-navigation .triangle {
    background: transparent;
    border: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    display: inline-block;
}
.base-navigation .bar {
    border: 0 solid transparent;
    border-left: 1.5px solid #fff;
}
.prev:not(.link) {
    transform: rotate(180deg);
}
.reports-table table {
    border-bottom: 1px solid #c5c5c5;
    border-spacing: 0;
    min-width: 100%;
    width: auto;
}
.reports-table .download-link {
    display: inline-block;
    position: relative;
    top: 8px;
}
.reports-table .download-link:before {
    font-size: 20px;
}
.reports-table td[data-role="AttachmentFile"],
.reports-table td[data-role="SessionRecording"] {
    padding: 10px 0;
}
.reports-table tbody tr:first-child td {
    border-top: none;
}
.reports-table td,
.reports-table th {
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    position: relative;
}
.reports-table td:last-child,
.reports-table th:last-child {
    border-right: 1px solid #c5c5c5;
}
.reports-table th {
    background-color: #e5e5e5;
    color: #888;
    cursor: default !important;
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    line-height: 30px;
}
.reports-table td,
.reports-table th {
    text-align: center;
    white-space: nowrap;
}
.reports-table td {
    background-color: #fff;
    height: 30px;
    line-height: 20px;
}
.reports-table th.sorting:before,
.reports-table th.sorting_asc:after {
    border-bottom: 5px solid #888;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 0;
}
.reports-table th.sorting:after,
.reports-table th.sorting_desc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    content: "";
    height: 0;
    position: absolute;
    right: 5px;
    top: 17px;
    width: 0;
}
.reports-table tr.selected td {
    background-color: #888;
    color: #fff;
}
.reports-table td,
.reports-table th {
    box-sizing: content-box;
    padding-left: 20px;
    padding-right: 20px;
}
.reports-table .multiple-video-streaming-session {
    display: block;
}
.reports-download-menu {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    position: absolute;
    right: 0;
    z-index: 100;
}
.reports-download-menu .corner {
    border-bottom: 7px solid #c5c5c5;
    right: 15px;
    top: -7px;
}
.reports-download-menu .corner,
.reports-download-menu .corner:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    position: absolute;
    width: 0;
}
.reports-download-menu .corner:after {
    border-bottom: 7px solid #fff;
    content: "";
    right: -7px;
    top: 1px;
}
.reports-download-menu .option {
    border-top: 1px solid #c5c5c5;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    text-align: left;
    width: 100%;
}
.reports-download-menu .option:first-child {
    border: none;
}
.reports-download-menu .option span {
    color: #000;
    display: inline-block;
}
.reports-download-menu .option span:first-child {
    color: #00205b;
    font-size: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 6px;
}
.mybusiness-renderer-download-menu .reports-download-menu {
    right: calc(100% + 10px);
    top: -6px;
    z-index: 100;
}
.mybusiness-renderer-download-menu .reports-download-menu .corner {
    right: -11px;
    top: 17px;
    transform: rotate(90deg);
}
.player-inner-container {
    align-items: center;
    background: #00205b;
    bottom: 0;
    display: flex;
    gap: 15px;
    height: 50px;
    justify-content: center;
    left: 0;
    padding: 15px 0;
    position: fixed;
    width: 100vw;
}
.player-inner-container .details-container {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.player-inner-container .details-container span[data-role="initiator"] {
    font-size: 14px;
}
.player-inner-container .details-container span[data-role="group-or-channel-name"] {
    margin-top: 5px;
}
.player-inner-container .play-btns-container {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
}
.player-inner-container span[data-role="played-time"] {
    color: #fff;
    margin-left: 30px;
    width: 30px;
}
.player-inner-container span[data-role="total-time"] {
    color: #fff;
    width: 30px;
}
.player-inner-container .volume-container {
    bottom: 0;
    caret-color: transparent;
    position: relative;
}
.player-inner-container .volume-container div[data-role="volume"] {
    color: #fff;
    cursor: pointer;
}
.player-inner-container .volume-container div[data-role="volume"] .mute-dash {
    bottom: -1px;
    display: none;
    font-size: 20px;
    left: 6px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
}
.player-inner-container .volume-container .volume-slider {
    bottom: 67px;
    box-shadow: none;
    display: none;
    padding: 0;
    position: absolute;
    right: -58px;
    transform: rotate(-90deg);
}
@-moz-document url-prefix() {
    .player-inner-container .volume-container .volume-slider {
        bottom: 80px;
        right: -71px;
    }
}
.player-inner-container .volume-container:hover {
    bottom: 15px;
    padding-top: 30px;
}
.player-inner-container .volume-container:hover .volume-slider {
    display: block;
}
.player-inner-container .seek-slider {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: transparent;
    box-shadow: none;
    margin: 9px 0;
    padding: 0;
    width: 40%;
}
.player-inner-container .seek-slider:focus {
    outline: none;
}
.player-inner-container .seek-slider::-webkit-slider-runnable-track {
    background: transparent;
    background: #888;
    border: 0 solid transparent;
    border-radius: 5px;
    box-shadow:
        2px 2px 2px transparent,
        0 0 2px hsla(0, 0%, 5%, 0);
    cursor: pointer;
    height: 2px;
    width: 100%;
}
.player-inner-container .seek-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #4e83bd;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow:
        1px 1px 1px #111,
        0 0 1px #1e1e1e;
    cursor: pointer;
    height: 18px;
    margin-top: -8px;
    width: 18px;
}
.player-inner-container .seek-slider:focus::-webkit-slider-runnable-track {
    background: #959595;
}
.player-inner-container .seek-slider::-moz-range-track {
    background: transparent;
    background: #888;
    border: 0 solid transparent;
    border-radius: 5px;
    box-shadow:
        2px 2px 2px transparent,
        0 0 2px hsla(0, 0%, 5%, 0);
    cursor: pointer;
    height: 2px;
    width: 100%;
}
.player-inner-container .seek-slider::-moz-range-thumb {
    appearance: none;
    background: #4e83bd;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow:
        1px 1px 1px #111,
        0 0 1px #1e1e1e;
    cursor: pointer;
    height: 18px;
    height: 8px;
    width: 18px;
    width: 8px;
}
.player-inner-container .seek-slider::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 18px 0;
    color: transparent;
    cursor: pointer;
    height: 2px;
    width: 100%;
}
.player-inner-container .seek-slider::-ms-fill-lower {
    background: #7b7b7b;
    border: 0 solid transparent;
    border-radius: 10px;
    box-shadow:
        2px 2px 2px transparent,
        0 0 2px hsla(0, 0%, 5%, 0);
}
.player-inner-container .seek-slider::-ms-fill-upper {
    background: #888;
    border: 0 solid transparent;
    border-radius: 10px;
    box-shadow:
        2px 2px 2px transparent,
        0 0 2px hsla(0, 0%, 5%, 0);
}
.player-inner-container .seek-slider::-ms-thumb {
    background: #4e83bd;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow:
        1px 1px 1px #111,
        0 0 1px #1e1e1e;
    cursor: pointer;
    height: 18px;
    width: 18px;
}
.player-inner-container .seek-slider:focus::-ms-fill-lower {
    background: #888;
}
.player-inner-container .seek-slider:focus::-ms-fill-upper {
    background: #959595;
}
.player-inner-container .stw-error {
    cursor: pointer;
    position: absolute;
    right: 50px;
}
.player-inner-container .stw-error:before {
    color: #fff;
}
.playing > td {
    background-color: rgba(3, 78, 161, 0.15);
}
.reports-filter-container {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    display: none;
    height: auto;
    min-height: 200px;
    padding-left: 10px;
    position: absolute;
    right: 5px;
    top: 43px;
    width: 500px;
    z-index: 4;
}
.reports-filter-container .report-type-selector .optgroup .menu.transition.visible {
    max-height: unset;
}
.reports-filter-container .scroll-container {
    height: auto;
    max-height: calc(100vh - 150px);
    min-height: 100%;
    min-width: 100%;
    padding-right: 10px;
    position: relative;
    width: 100%;
}
.reports-filter-container .dropdown {
    line-height: 30px;
    padding: 0;
    width: 100%;
}
.reports-filter-container .title {
    color: #00205b;
}
.reports-filter-container .info-text {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}
.reports-filter-container .row {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
.reports-filter-container .row.with-selector {
    height: auto;
}
.reports-filter-container .report-type-selector {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
}
.reports-filter-container .layers-container {
    display: block;
    height: auto;
    margin-top: 10px;
    overflow: visible;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.reports-filter-container .layers-container .advanced-view,
.reports-filter-container .layers-container div[data-role="alert-events"] .default-view,
.reports-filter-container .layers-container div[data-role="messages"] .default-view {
    display: none;
}
.reports-filter-container .layers-container div[data-role="alert-events"] .advanced-view,
.reports-filter-container .layers-container div[data-role="messages"] .advanced-view {
    display: block;
}
.reports-filter-container .filter-button {
    background-color: #fff;
    bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: sticky;
    text-align: center;
    z-index: 2;
}
.reports-filter-container table,
.reports-filter-container td input[type="text"] {
    width: 100%;
}
.reports-filter-container td {
    padding-top: 5px;
    vertical-align: top;
}
.reports-filter-container .processes-properties td {
    width: 30%;
}
.reports-filter-container .processes-properties .row {
    margin-bottom: 0;
}
.reports-filter-container [data-role="channel-selector-container"] {
    display: none;
}
.reports-filter-container .top-arrow {
    border-bottom: 14px solid #c5c5c5;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    height: 0;
    position: absolute;
    right: 145px;
    top: -14px;
    width: 0;
    z-index: 2;
}
.reports-filter-container .top-arrow:after {
    border-bottom: 13px solid #fff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    height: 0;
    left: -13px;
    position: absolute;
    top: 2px;
    width: 0;
    z-index: -1;
}
.reports-filter-container .filter-by-selector {
    display: flex;
}
.reports-filter-container .filter-by-selector .row {
    margin-right: 25px;
    width: auto;
}
.reports-filter-container .filter-by-keywords,
.reports-filter-container .groups-section,
.reports-filter-container .keywords-section {
    display: none;
}
.reports-filter-container .keywords-section input {
    width: 100%;
}
.audit-server-history-popup {
    margin-left: -225px !important;
    width: 450px !important;
}
.audit-server-history-popup .body {
    max-height: 200px;
    overflow: auto;
}
.audit-server-history-popup .body table {
    border-collapse: collapse;
    width: 100%;
}
.audit-server-history-popup .body td {
    border-bottom: 1px solid #e5e5e5;
}
.audit-server-history-popup .body .action-type {
    font-family: General-font-bold, Arial, Verdana, sans-serif;
    white-space: nowrap;
    width: 1%;
}
.audit-server-history-popup .body .action-date {
    font-family: General-font, Arial, Verdana, sans-serif;
    text-align: right;
}
.audit-server-history-popup .body .action-date,
.audit-server-history-popup .body .action-type {
    color: #5b5b5b;
}
.modal-dialog.small.audit-server-history .right-area {
    text-align: center;
}
.modal-dialog.small.audit-server-history .right-area button {
    width: 100px;
}
.auditors-editor {
    height: 440px;
    margin-bottom: 50px;
    position: relative;
    width: 450px;
}
.auditors-editor .page-title {
    margin-left: 40px;
}
.auditors-editor.collapsed {
    height: auto;
    min-height: 40px;
}
.auditors-editor .filter-icon {
    background-color: #00205b;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    height: 26px;
    left: -40px;
    line-height: 26px;
    margin: 5px;
    position: absolute;
    text-align: center;
    width: 26px;
}
.auditors-editor .content-container {
    height: 400px !important;
    padding: 0 !important;
}
.auditors-editor .content-container .layer {
    display: none;
    height: 100% !important;
    left: 0;
    padding: 15px 15px 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.auditors-editor .content-container .preloader .text {
    margin-top: 100px;
    text-align: center;
}
.auditors-editor .content-container .search-input {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: none;
    height: 34px;
    position: relative;
    width: 100%;
}
.auditors-editor .content-container .search-input > .ui.input {
    height: 30px;
    padding-right: 35px;
    width: 100%;
}
.auditors-editor .content-container .search-input > .ui.input input {
    border: none;
    height: 30px;
    width: 230px;
}
.auditors-editor .content-container .search-input .ui.dropdown {
    margin-top: 1px;
}
.auditors-editor .content-container .search-input .search.icon {
    font-size: 17px;
    right: 5px;
    top: 1px;
}
.auditors-editor .content-container .search-input .search.icon:before {
    color: #00205b;
}
.auditors-editor .content-container .field-name {
    cursor: default;
    margin: 5px 0;
}
.auditors-editor .content-container .field-input {
    margin: 5px 0 20px;
    width: 100%;
}
.auditors-editor .content-container .info-text {
    bottom: 65px;
    position: absolute;
}
.auditors-editor .buttons-container {
    background-color: #fff;
    border-top: 1px solid #00205b;
    bottom: 0;
    display: flex;
    height: 60px;
    left: 0;
    padding-top: 15px;
    position: absolute;
    width: 100%;
}
.auditors-editor .buttons-container button {
    display: none;
}
.auditors-editor .buttons-container #save-button {
    display: inline-block;
}
.auditors-editor .buttons-container .left-area {
    padding-left: 20px;
    width: auto;
}
.auditors-editor .buttons-container .right-area {
    flex-grow: 1;
    padding-right: 20px;
    text-align: right;
}
.auditors-editor .title-text.for-search {
    display: none !important;
}
.auditors-editor.search-mode .search-input {
    display: block;
}
.auditors-editor.search-mode .filter-icon {
    background-color: #022a56;
}
.auditors-editor.search-mode .title-text:not(.for-search) {
    display: none !important;
}
.auditors-editor.search-mode .title-text.for-search {
    display: block !important;
}
.auditors-editor.details-mode #delete-button,
.auditors-editor.details-mode #new-token-button {
    display: inline-block;
}
.auditors-editor.details-mode #delete-button.disabled-control,
.auditors-editor.details-mode #save-button {
    display: none;
}
.auditors-editor.details-mode #cancel-button {
    display: inline-block;
}
.auditors-editor.details-mode .mandatory:after {
    display: none;
}
.auditors-editor.details-mode .ui.input {
    background-color: #f5f5f5;
    cursor: pointer !important;
}
.auditors-editor.details-mode .info-text {
    display: none;
}
.auditors-list {
    flex-grow: 1;
    height: auto;
    position: relative;
    width: calc(100% - 10px);
}
.auditors-list .title-bar .right-controls > * {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
    vertical-align: top;
}
.auditors-list .title-bar .icon {
    position: relative !important;
    text-align: center;
    width: 30px;
}
.auditors-list .dataTables_filter {
    display: none;
}
.auditors-list .layer[data-role="disablement-mask"] {
    background-color: #fff;
    opacity: 0;
    z-index: 3;
}
.auditors-list .layer[data-role="list"] {
    height: auto;
    position: relative;
}
.auditors-list .stw-export,
.auditors-list .stw-import {
    background-color: #fff;
}
.auditors-list .stw-checklist {
    zoom: 0.9;
    background-color: #c5c5c5;
    height: 32px !important;
    margin-top: 3px;
    width: 32px !important;
}
.auditors-list:not(.collapsed) .control.expand {
    display: block;
}
.auditors-list.collapsed .control.expand,
.auditors-list.collapsed .right-controls,
.auditors-list:not(.collapsed) .control.collapse {
    display: none;
}
.auditors-list.collapsed .control.collapse {
    display: block;
}
.auditors-list.collapsed .list-container {
    display: none;
}
.auditors-list .page-title-bar .title-icon {
    font-size: 29px;
}
.auditors-list .page-title-bar .right-controls > * {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
    vertical-align: top;
}
.auditors-list .page-title-bar .right-controls .counter {
    background-color: #00205b;
    border-radius: 16px;
    color: #fff;
    height: 23px;
    line-height: 23px;
    margin-left: 10px;
    margin-top: 4px;
    min-width: 32px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.auditors-list .list-container {
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    height: auto;
    margin-bottom: 20px;
    min-height: 100px;
    padding-bottom: 60px;
    position: relative;
    top: 40px;
    width: 100%;
}
.auditors-list .controls-bar {
    display: flex;
    height: 36px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: calc(100% - 20px);
}
.auditors-list .controls-bar .ui.input {
    height: 30px;
    margin-right: 10px;
    margin-top: 3px;
}
.auditors-list .controls-bar .buttons {
    display: flex;
}
.auditors-list .controls-bar button {
    background-color: #00205b;
    border-radius: 18px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 36px;
}
.auditors-list .controls-bar button .icon {
    font-size: 20px;
    height: 100%;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 0;
    width: 100%;
}
.auditors-list .controls-bar button .icon:before {
    color: #fff;
}
.auditors-list .main-container {
    height: auto;
    left: 10px;
    min-height: calc(100% - 65px);
    position: relative;
    top: 55px;
    width: calc(100% - 20px);
}
.auditors-list .flex-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}
.auditors-list .table-container {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}
.auditors-list .controls-container {
    display: flex;
}
.auditors-list .table-controls {
    display: inline-block;
    flex: 1;
    margin-top: 10px;
}
.auditors-list .table-controls button {
    display: none;
}
.auditors-list .table-paginator {
    flex: 0;
    height: 30px;
    margin-top: 10px;
}
.auditors-list .table-container td {
    cursor: pointer;
    line-height: 20px;
    max-width: 150px !important;
}
.auditors-list .table-container .dataTables_scroll {
    height: 100%;
    position: relative;
    width: 100%;
}
.auditors-list .table-container .ps__scrollbar-y-rail {
    opacity: 1 !important;
}
.auditors-list .table-container .dataTables_scrollBody {
    height: calc(100% - 34px);
}
.auditors-list .table-container .dataTables_wrapper {
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
}
.auditors-list:not(.multiselect-open) .table-container td:first-child,
.auditors-list:not(.multiselect-open) .table-container th:first-child {
    display: none;
}
.auditors-list.multiselect-open .table-controls {
    display: block;
}
.auditors-list.multiselect-open.for-delete button[data-role="delete-opener"] {
    background-color: #022a56;
}
.auditors-list.multiselect-open.for-delete button[data-role="delete"] {
    display: block;
}
.auditors-list.multiselect-open.for-export button[data-role="export-opener"] {
    background-color: #022a56;
}
.auditors-list.multiselect-open.for-export button[data-role="export"] {
    display: block;
}
.auditors-list .dataTables_paginate {
    line-height: 20px;
    margin-top: 5px;
    text-align: right;
}
.auditors-list .dataTables_paginate a.paginate_button {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    color: #000;
    cursor: pointer;
    line-height: 18px;
    margin: 0 5px;
    padding: 0 5px;
}
.auditors-list .dataTables_paginate a.paginate_button.next,
.auditors-list .dataTables_paginate a.paginate_button.previous {
    background: none;
    border: none;
    padding: 0;
}
.auditors-list .dataTables_paginate a.paginate_button.current,
.auditors-list .dataTables_paginate a.paginate_button.next.disabled,
.auditors-list .dataTables_paginate a.paginate_button.previous.disabled {
    background: none;
    cursor: default;
}
.auditors-list .dataTables_paginate a.paginate_button.next:before,
.auditors-list .dataTables_paginate a.paginate_button.previous:before {
    color: #00205b;
}
.auditors-list .dataTables_paginate a.paginate_button.next.disabled:before,
.auditors-list .dataTables_paginate a.paginate_button.previous.disabled:before {
    color: #5b5b5b;
}
