.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.visibility-hidden {
    visibility: hidden !important;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
    margin: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

div.jsoneditor .jsoneditor-search input {
    height: auto;
    border: inherit;
}

div.jsoneditor .jsoneditor-search input:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.jsoneditor table {
    border-collapse: collapse;
    width: auto;
}

div.jsoneditor td,
div.jsoneditor th {
    padding: 0;
    display: table-cell;
    text-align: left;
    vertical-align: inherit;
    border-radius: inherit;
}

div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor-readonly {
    border: 1px solid transparent;
    min-height: 16px;
    min-width: 32px;
    padding: 2px;
    margin: 1px;
    word-wrap: break-word;
    float: left;
}

div.jsoneditor-field p,
div.jsoneditor-value p {
    margin: 0;
}

div.jsoneditor-value {
    word-break: break-word;
}

div.jsoneditor-readonly {
    min-width: 16px;
    color: #f8f8f2;
}

div.jsoneditor-empty {
    border-color: lightgray;
    border-style: dashed;
    border-radius: 2px;
    background: none;
    color: #acacac;
    border: 1px dashed #48555c;
    border-radius: 3px;
    min-width: 150px;
    padding: 9px;
}

div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
    pointer-events: none;
    color: lightgray;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

div.jsoneditor-field.jsoneditor-empty::after {
    content: "field";
}

div.jsoneditor-value.jsoneditor-empty::after {
    content: "value";
}

div.jsoneditor-value.jsoneditor-url,
a.jsoneditor-value.jsoneditor-url {
    color: green;
    text-decoration: underline;
}

a.jsoneditor-value.jsoneditor-url {
    display: inline-block;
    padding: 2px;
    margin: 2px;
}

a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
    color: #ee422e;
}

div.jsoneditor td.jsoneditor-separator {
    padding: 3px 0;
    color: #fff;
    vertical-align: middle;
}

div.jsoneditor-field[contenteditable=true] {
    padding: 2px 6px;
    min-height: 25px;
}

div.jsoneditor-field[contenteditable=true]:not(.jsoneditor-empty) {
    border: 1px solid transparent;
}

div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
    background-color: #384a56;
    background: none;
    color: #acacac;
    border: 1px solid #48555c;
    border-radius: 3px;
    min-height: 39px;
    padding: 11px;
}

div.jsoneditor-field[contenteditable=true].jsoneditor-empty:focus,
div.jsoneditor-field[contenteditable=true].jsoneditor-empty:hover,
div.jsoneditor-value[contenteditable=true].jsoneditor-empty:focus,
div.jsoneditor-value[contenteditable=true].jsoneditor-empty:hover {
    min-height: 25px;
}

div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
    background-color: #fe0;
    border: 1px solid #ffc700;
    border-radius: 2px;
}

div.jsoneditor-value.jsoneditor-string {
    color: #f8f8f2;
}

div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
    min-width: 16px;
    color: gray;
}

div.jsoneditor-value.jsoneditor-number {
    color: #ee422e;
}

div.jsoneditor-value.jsoneditor-boolean {
    color: #ff8c00;
}

div.jsoneditor-value.jsoneditor-null {
    color: #004ED0;
}

div.jsoneditor-value.jsoneditor-invalid {
    color: #000;
}

div.jsoneditor-tree button {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background: transparent url(img/jsoneditor-icons.svg);
}

td.jsoneditor-tree-contextmenu-add button.jsoneditor-contextmenu-add,
td.jsoneditor-tree-contextmenu-remove button.jsoneditor-contextmenu-remove {
    width: 18px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
    font-family: FontAwesome;
}

td.jsoneditor-tree-contextmenu-remove button.jsoneditor-contextmenu-remove:after {
    content: "\f1f8";
}

td.jsoneditor-tree-contextmenu-add button.jsoneditor-contextmenu-add:after {
    content: "\f055";
}

div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree,
div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {
    cursor: pointer;
}

div.jsoneditor-tree button.jsoneditor-collapsed {
    background-position: 0 -48px;
}

div.jsoneditor-tree button.jsoneditor-expanded {
    background-position: 0 -72px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu {
    background-position: -47px -70px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
    background-position: -47px -70px;
}

div.jsoneditor-tree:focus {
    outline: none;
}

div.jsoneditor-tree button.jsoneditor-invisible {
    visibility: hidden;
    background: none;
}

div.jsoneditor {
    color: #1A1A1A;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    line-height: 100%;
}

div.jsoneditor-tree table.jsoneditor-tree {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
}

div.jsoneditor-outer {
    position: static;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.jsoneditor-outer.has-nav-bar {
    margin: -61px 0 0;
    padding: 61px 0 0;
}

div.jsoneditor-outer.has-status-bar {
    margin: 0;
    padding: 0;
}

textarea.jsoneditor-text,
.ace-jsoneditor {
    min-height: 150px;
}

div.jsoneditor-tree {
    width: 100%;
    position: relative;
    overflow: visible;
    padding: 1.25rem;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
    padding: 15px 12px;
}

textarea.jsoneditor-text {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline-width: 0;
    border: none;
    background-color: #fff;
    resize: none;
}

tr.jsoneditor-highlight,
tr.jsoneditor-selected {
    background-color: #384a56;
}

tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu {
    visibility: hidden;
}

tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
    visibility: visible;
}

div.jsoneditor-tree button.jsoneditor-dragarea {
    background: url(img/jsoneditor-icons.svg) -72px -72px;
    cursor: move;
}

div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
    background-position: -72px -48px;
}

div.jsoneditor th,
div.jsoneditor td {
    padding: 6px;
    margin: 0;
    height: 55px;
}

div.jsoneditor tr {
    padding: 2px;
}

div.jsoneditor td {
    vertical-align: middle;
}

div.jsoneditor td.jsoneditor-tree {
    vertical-align: middle;
}

div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
.jsoneditor-schema-error {
    font-family: Roboto;
    font-size: 14px;
    color: #3cc0b2;
}

.jsoneditor-schema-error {
    cursor: default;
    display: inline-block;
    height: 17px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 24px;
}

div.jsoneditor-tree .jsoneditor-schema-error {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 4px 4px 0 0;
    background: url(img/jsoneditor-icons.svg) -168px -48px;
}

.jsoneditor-schema-error .jsoneditor-popover {
    background-color: #4c4c4c;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    padding: 7px 10px;
    position: absolute;
    width: 200px;
    z-index: 4;
}

.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above {
    bottom: 32px;
    left: -98px
}

.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below {
    top: 32px;
    left: -98px;
}

.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left {
    top: -7px;
    right: 32px;
}

.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right {
    top: -7px;
    left: 32px;
}

.jsoneditor-schema-error .jsoneditor-popover:before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before {
    border-top: 7px solid #4c4c4c;
    bottom: -7px;
}

.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before {
    border-bottom: 7px solid #4c4c4c;
    top: -7px;
}

.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before {
    border-left: 7px solid #4c4c4c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: '';
    top: 19px;
    right: -14px;
    left: inherit;
    margin-left: inherit;
    margin-top: -7px;
    position: absolute;
}

.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before {
    border-right: 7px solid #4c4c4c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: '';
    top: 19px;
    left: -14px;
    margin-left: inherit;
    margin-top: -7px;
    position: absolute;
}

.jsoneditor-schema-error:hover .jsoneditor-popover,
.jsoneditor-schema-error:focus .jsoneditor-popover {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.jsoneditor .jsoneditor-text-errors {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffef8b;
    border-top: 1px solid #ffd700;
}

.jsoneditor .jsoneditor-text-errors td {
    padding: 1px 3px;
    vertical-align: middle;
}

.jsoneditor-text-errors .jsoneditor-schema-error {
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 4px 0 0;
    background: url(img/jsoneditor-icons.svg) -168px -48px;
}

div.jsoneditor-contextmenu-root {
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 100;
}

div.jsoneditor-contextmenu {
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 100;
}

div.jsoneditor-contextmenu ul,
div.jsoneditor-contextmenu li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

div.jsoneditor-contextmenu ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #384a56;
    -webkit-box-shadow: 2px 2px 12px rgba(30, 30, 30, 0.3);
    box-shadow: 2px 2px 12px rgba(30, 30, 30, 0.3);
    list-style: none;
    margin: 0;
    padding: 2px 0 0;
    border-radius: .25rem;
}

div.jsoneditor-contextmenu ul > li {
    padding: 4px 8px;
}

div.jsoneditor-contextmenu ul li button {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 120px;
    height: auto;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-weight: 400;
}

div.jsoneditor-contextmenu ul li button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

div.jsoneditor-contextmenu ul li.hover:hover,
div.jsoneditor-contextmenu ul li.hover:focus {
    text-decoration: none;
    outline: none;
}

div.jsoneditor-contextmenu ul li button.jsoneditor-default {
    width: 96px;
}

div.jsoneditor-contextmenu ul li button.jsoneditor-expand {
    float: right;
    width: 32px;
    height: 24px;
    border-left: 1px solid #e5e5e5;
}

div.jsoneditor-contextmenu div.jsoneditor-icon {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    margin: 0;
    background-image: url(img/jsoneditor-icons.svg);
}

div.jsoneditor-contextmenu ul li ul div.jsoneditor-icon {
    margin-left: 21px;
}

div.jsoneditor-contextmenu div.jsoneditor-text {
    padding: 4px 0 4px 24px;
    word-wrap: break-word;
}

div.jsoneditor-contextmenu div.jsoneditor-text.jsoneditor-right-margin {
    padding-right: 24px;
}

div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 4px 0 0;
    background: url(img/jsoneditor-icons.svg) 0 -72px;
    opacity: .4;
}

div.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand {
    opacity: 1
}

div.jsoneditor-contextmenu div.jsoneditor-separator {
    height: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 5px
}

div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
    background-position: -24px -24px
}

div.jsoneditor-contextmenu button.jsoneditor-remove:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-remove:focus > div.jsoneditor-icon {
    background-position: -24px 0
}

div.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {
    background-position: 0 -24px
}

div.jsoneditor-contextmenu button.jsoneditor-append:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-append:focus > div.jsoneditor-icon {
    background-position: 0 0
}

div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
    background-position: 0 -24px
}

div.jsoneditor-contextmenu button.jsoneditor-insert:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-insert:focus > div.jsoneditor-icon {
    background-position: 0 0
}

div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
    background-position: -48px -24px
}

div.jsoneditor-contextmenu button.jsoneditor-duplicate:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-duplicate:focus > div.jsoneditor-icon {
    background-position: -48px 0
}

div.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {
    background-position: -168px -24px
}

div.jsoneditor-contextmenu button.jsoneditor-sort-asc:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:focus > div.jsoneditor-icon {
    background-position: -168px 0
}

div.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {
    background-position: -192px -24px
}

div.jsoneditor-contextmenu button.jsoneditor-sort-desc:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:focus > div.jsoneditor-icon {
    background-position: -192px 0
}

div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
    color: #fff;
    background-color: #ee422e
}

div.jsoneditor-contextmenu ul li {
    overflow: hidden
}

div.jsoneditor-contextmenu ul li ul {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    border: none;
    -webkit-box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
    box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
    padding: 0 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

div.jsoneditor-contextmenu ul li ul li button {
    padding-left: 24px;
    -webkit-animation: all ease-in-out 1s;
    animation: all ease-in-out 1s
}

div.jsoneditor-contextmenu ul li ul li button:hover,
div.jsoneditor-contextmenu ul li ul li button:focus {
    background-color: #f5f5f5
}

div.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {
    background-position: -144px -24px
}

div.jsoneditor-contextmenu button.jsoneditor-type-string:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -144px 0
}

div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
    background-position: -120px -24px
}

div.jsoneditor-contextmenu button.jsoneditor-type-auto:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -120px 0
}

div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
    background-position: -72px -24px
}

div.jsoneditor-contextmenu button.jsoneditor-type-object:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -72px 0
}

div.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {
    background-position: -96px -24px
}

div.jsoneditor-contextmenu button.jsoneditor-type-array:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -96px 0
}

div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
    background-image: none;
    width: 6px
}

div.jsoneditor-menu {
    width: 100%;
    display: none;
    height: 35px;
    padding: 2px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #3883fa;
    border-bottom: 1px solid #3883fa
}

div.jsoneditor-menu > button,
div.jsoneditor-menu > div.jsoneditor-modes > button {
    width: 26px;
    height: 26px;
    margin: 2px;
    padding: 0;
    border-radius: 2px;
    border: 1px solid transparent;
    background: transparent url(img/jsoneditor-icons.svg);
    color: #fff;
    opacity: .8;
    font-family: arial, sans-serif;
    font-size: 10pt;
    float: left
}

div.jsoneditor-menu > button:hover,
div.jsoneditor-menu > div.jsoneditor-modes > button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4)
}

div.jsoneditor-menu > button:focus,
div.jsoneditor-menu > button:active,
div.jsoneditor-menu > div.jsoneditor-modes > button:focus,
div.jsoneditor-menu > div.jsoneditor-modes > button:active {
    background-color: rgba(255, 255, 255, 0.3)
}

div.jsoneditor-menu > button:disabled,
div.jsoneditor-menu > div.jsoneditor-modes > button:disabled {
    opacity: .5
}

div.jsoneditor-menu > button.jsoneditor-collapse-all {
    background-position: 0 -96px
}

div.jsoneditor-menu > button.jsoneditor-expand-all {
    background-position: 0 -120px
}

div.jsoneditor-menu > button.jsoneditor-undo {
    background-position: -24px -96px
}

div.jsoneditor-menu > button.jsoneditor-undo:disabled {
    background-position: -24px -120px
}

div.jsoneditor-menu > button.jsoneditor-redo {
    background-position: -48px -96px
}

div.jsoneditor-menu > button.jsoneditor-redo:disabled {
    background-position: -48px -120px
}

div.jsoneditor-menu > button.jsoneditor-compact {
    background-position: -72px -96px
}

div.jsoneditor-menu > button.jsoneditor-format {
    background-position: -72px -120px
}

div.jsoneditor-menu > button.jsoneditor-repair {
    background-position: -96px -96px
}

div.jsoneditor-menu > div.jsoneditor-modes {
    display: inline-block;
    float: left
}

div.jsoneditor-menu > div.jsoneditor-modes > button {
    background-image: none;
    width: auto;
    padding-left: 6px;
    padding-right: 6px
}

div.jsoneditor-menu > button.jsoneditor-separator,
div.jsoneditor-menu > div.jsoneditor-modes > button.jsoneditor-separator {
    margin-left: 10px
}

div.jsoneditor-menu a {
    font-family: arial, sans-serif;
    font-size: 10pt;
    color: #fff;
    opacity: .8;
    vertical-align: middle
}

div.jsoneditor-menu a:hover {
    opacity: 1
}

div.jsoneditor-menu a.jsoneditor-poweredBy {
    font-size: 8pt;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px
}

table.jsoneditor-search input,
table.jsoneditor-search div.jsoneditor-results {
    font-family: arial, sans-serif;
    font-size: 10pt;
    color: #1A1A1A;
    background: transparent
}

table.jsoneditor-search div.jsoneditor-results {
    color: #fff;
    padding-right: 5px;
    line-height: 24px
}

table.jsoneditor-search {
    position: absolute;
    right: 4px;
    top: 4px;
    border-collapse: collapse;
    border-spacing: 0
}

table.jsoneditor-search div.jsoneditor-frame {
    border: 1px solid transparent;
    background-color: #fff;
    padding: 0 2px;
    margin: 0
}

table.jsoneditor-search div.jsoneditor-frame table {
    border-collapse: collapse
}

table.jsoneditor-search input {
    width: 120px;
    border: none;
    outline: none;
    margin: 1px;
    line-height: 20px
}

table.jsoneditor-search button {
    width: 16px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    background: url(img/jsoneditor-icons.svg);
    vertical-align: top
}

table.jsoneditor-search button:hover {
    background-color: transparent
}

table.jsoneditor-search button.jsoneditor-refresh {
    width: 18px;
    background-position: -99px -73px
}

table.jsoneditor-search button.jsoneditor-next {
    cursor: pointer;
    background-position: -124px -73px
}

table.jsoneditor-search button.jsoneditor-next:hover {
    background-position: -124px -49px
}

table.jsoneditor-search button.jsoneditor-previous {
    cursor: pointer;
    background-position: -148px -73px;
    margin-right: 2px
}

table.jsoneditor-search button.jsoneditor-previous:hover {
    background-position: -148px -49px
}

div.jsoneditor div.autocomplete.dropdown {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
    box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
    border: 1px solid #384a56;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: default;
    margin: 0;
    padding-left: 2pt;
    padding-right: 5pt;
    text-align: left;
    outline: 0;
    font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;
    font-size: 10pt
}

div.jsoneditor div.autocomplete.dropdown .item {
    color: #333
}

div.jsoneditor div.autocomplete.dropdown .item.hover {
    background-color: #ddd
}

div.jsoneditor div.autocomplete.hint {
    color: #aaa;
    top: 4px;
    left: 4px
}

div.jsoneditor-treepath {
    padding: 0 5px;
    overflow: hidden
}

div.jsoneditor-treepath div.jsoneditor-contextmenu-root {
    position: absolute;
    left: 0
}

div.jsoneditor-treepath span.jsoneditor-treepath-element {
    margin: 1px;
    font-family: arial, sans-serif;
    font-size: 10pt
}

div.jsoneditor-treepath span.jsoneditor-treepath-seperator {
    margin: 2px;
    font-size: 9pt;
    font-family: arial, sans-serif
}

div.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
div.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
    cursor: pointer;
    text-decoration: underline
}

div.jsoneditor-statusbar {
    line-height: 26px;
    height: 26px;
    margin-top: -26px;
    color: gray;
    background-color: #ebebeb;
    border-top: 1px solid #384a56;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10pt
}

div.jsoneditor-statusbar > .jsoneditor-curserinfo-label {
    margin: 0 2px 0 4px
}

div.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
    margin-right: 12px
}

div.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
    margin-left: 4px
}

div.jsoneditor-navigation-bar {
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #384a56;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: gray;
    background-color: #ebebeb;
    font-size: 10pt
}

div.jsoneditor-navigation-bar.nav-bar-empty:after {
    content: 'Select a node ...';
    color: rgba(104, 104, 91, 0.56);
    position: absolute;
    margin-left: 5px
}

tr.jsoneditor-expandable:hover,
div.jsoneditor tr:hover {
    background: #384a56
}

tr.jsoneditor-expandable {
    margin-top: 5px;
    border-top: 3px solid #2f3d46;
    border-bottom: 3px solid #2f3d46
}

select {
    background: none;
    color: #acacac;
    border: 1px solid #48555c;
    border-radius: 3px;
    height: 39px;
    padding: 9px
}

tr.jsoneditor-expandable > td:nth-child(2n) {
    background: #384a56;
    border-right: 1px solid #ddd;
    border-radius: 6px;
    padding-top: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

tr.jsoneditor-expandable > td:first-child {
    visibility: hidden
}

div.jsoneditor-value {
    background-color: #384a56;
    background: none;
    color: #acacac;
    border: 1px solid #48555c;
    border-radius: 3px;
    min-height: 39px;
    padding: 11px
}

.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
    display: none
}

.jsoneditor td.td-hide {
    display: none !important
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    min-width: 375px;
}

footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

b {
    font-weight: inherit;
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

mark {
    background-color: #ff0;
    color: #000
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

menu {
    display: block
}

[hidden] {
    display: none
}

@media print {
    *,
    ::after,
    ::before,
    div::first-letter,
    div::first-line,
    li::first-letter,
    li::first-line,
    p::first-letter,
    p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    pre {
        white-space: pre-wrap !important;
        border: 1px solid #999;
        page-break-inside: avoid
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .badge {
        border: 1px solid #000
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #131418
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

input[type=search] {
    -webkit-appearance: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

code,
pre {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.333333%
}

.pull-2 {
    right: 16.666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.333333%
}

.pull-5 {
    right: 41.666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.333333%
}

.pull-8 {
    right: 66.666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.333333%
}

.pull-11 {
    right: 91.666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.333333%
}

.push-2 {
    left: 16.666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.333333%
}

.push-5 {
    left: 41.666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.333333%
}

.push-8 {
    left: 66.666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.333333%
}

.push-11 {
    left: 91.666667%
}

.push-12 {
    left: 100%
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.333333%
    }

    .pull-md-2 {
        right: 16.666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.333333%
    }

    .pull-md-5 {
        right: 41.666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.333333%
    }

    .pull-md-8 {
        right: 66.666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.333333%
    }

    .pull-md-11 {
        right: 91.666667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.333333%
    }

    .push-md-2 {
        left: 16.666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.333333%
    }

    .push-md-5 {
        left: 41.666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.333333%
    }

    .push-md-8 {
        left: 66.666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.333333%
    }

    .push-md-11 {
        left: 91.666667%
    }

    .push-md-12 {
        left: 100%
    }
}

@media (max-width: 1197px) {
    .col-lg-6.siem-one-panel.siem-panel-to {
        margin-top: 20px;
    }
}

@media (min-width: 1197px) {

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.333333%
    }

    .pull-lg-2 {
        right: 16.666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.333333%
    }

    .pull-lg-5 {
        right: 41.666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.333333%
    }

    .pull-lg-8 {
        right: 66.666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.333333%
    }

    .pull-lg-11 {
        right: 91.666667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.333333%
    }

    .push-lg-2 {
        left: 16.666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.333333%
    }

    .push-lg-5 {
        left: 41.666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.333333%
    }

    .push-lg-8 {
        left: 66.666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.333333%
    }

    .push-lg-11 {
        left: 91.666667%
    }

    .push-lg-12 {
        left: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.form-control-file {
    display: block
}

.col-form-label {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(.75rem - 1px * 2);
    padding-bottom: calc(.75rem - 1px * 2);
    font-size: 1.25rem
}

.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 3.166667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline + .form-check-inline {
    margin-left: .75rem
}

.form-control-danger,
.form-control-success {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn.active,
.btn:active {
    background-image: none
}

a.btn.disabled {
    pointer-events: none
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.focus,
.btn-outline-danger:hover,
.btn-outline-danger.active,
.btn-outline-danger:active {
    color: #fff !important;
}

.btn-link {
    font-weight: 400;
    color: #0275d8;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #636c72
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent
}

.show > .dropdown-menu {
    display: block
}

.show > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #636c72;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 2
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 2
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,
.input-group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group .form-control:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group .form-control:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvgxmlns= 'http://www.w3.org/2000/svg' viewBox= '0045' %3E%3Cpathfill= '%23333' d= 'M20L02h4zm05L03h4z' /%3E%3C/svg%3E) no-repeat right .75 rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #5cb3fd;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav-link {
    display: block;
    padding: .5em 1em
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

@media (min-width: 768px) {
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
}

@media (min-width: 992px) {
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }
}

.text-white {
    color: #fff !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden-xs-up {
    display: none !important
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(../fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-search:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-flash:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-toggle-up:before {
    content: ""
}

.fa-toggle-right:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-toggle-left:before {
    content: ""
}

.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-file-image-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-yc-square:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-fa:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-o:before {
    content: ""
}

.fa-s15:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

@font-face {
    font-family: "Material Design Icons";
    src: url(../fonts/materialdesignicons-webfont6c9c.eot?v=1.6.50);
    src: url(../fonts/materialdesignicons-webfontd41d.eot?#iefix&v=1.6.50) format("embedded-opentype"), url(../fonts/materialdesignicons-webfont6c9c.woff2?v=1.6.50) format("woff2"), url(../fonts/materialdesignicons-webfont6c9c.woff?v=1.6.50) format("woff"), url(../fonts/materialdesignicons-webfont6c9c.ttf?v=1.6.50) format("truetype"), url(../fonts/materialdesignicons-webfont6c9c.svg?v=1.6.50#materialdesigniconsregular) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    color: #ddd
}

html {
    position: relative;
    min-height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: Roboto, sans-serif;
}

h1 {
    line-height: 43px
}

h2 {
    line-height: 35px
}

h3 {
    line-height: 30px
}

h4 {
    line-height: 22px
}

* {
    outline: 0 !important
}

a {
    color: #ea553d;
    text-decoration: none
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    height: auto
}

.container .error-container,
.container .error-container pre {
    color: #fff
}

.width-100 {
    width: 100%
}

.width-350px {
    width: 350px
}

a:focus,
a:hover {
    color: #ccc;
    text-decoration: underline
}

a:hover {
    outline: 0;
    text-decoration: none
}

a:active {
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

code {
    background-color: #394a55;
    color: #fff
}

.container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px
}

textarea.form-control {
    min-height: 56px;
    max-height: 311px;
    height: 188px
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

i.fa.fa-lock {
    margin-left: 7px;
    vertical-align: middle
}

.checkbox label {
    display: inline-block;
    padding-left: 23px;
    position: relative
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .5);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    position: absolute;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0 !important;
    margin-top: 1px
}

.checkbox label::after {
    color: #2b3d51;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: 2px;
    padding-left: 1px;
    position: absolute;
    top: 3px;
    width: 16px
}

ul > li > .checkbox.checkbox-danger {
    padding: 5px 12px 0 48px
}

.checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 1;
    outline: 0 !important
}

.checkbox input[type=checkbox]:disabled + label {
    opacity: .65
}

.checkbox input[type=checkbox]:focus + label::before {
    outline-offset: -2px;
    outline: 0
}

.checkbox input[type=checkbox]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type=checkbox]:disabled + label::before {
    background-color: #818a91;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox.checkbox-single label {
    height: 17px
}

.checkbox-custom input[type=checkbox]:checked + label::before {
    background-color: #64b0f2;
    border-color: #64b0f2
}

.checkbox-custom input[type=checkbox]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type=checkbox]:checked + label::before {
    background-color: #ff5d48;
    border-color: #ff5d48
}

.checkbox-danger input[type=checkbox]:checked + label::after {
    color: #fff
}

.checkbox-success input[type=checkbox]:checked + label::before {
    background-color: #1bb99a;
    border-color: #1bb99a
}

.checkbox-success input[type=checkbox]:checked + label::after {
    color: #fff
}

input[switch=dark]:checked + label {
    background-color: #1d1e3a
}

input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #ddd;
    background-image: none;
    border-radius: 2rem;
    padding: .16667rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch] + label,
input[switch] + label:before {
    text-align: center;
    -webkit-transition: all .1s ease-in-out
}

label {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}

input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px
}

input[switch] + label:before {
    color: #1d1e3a;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: 0;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch] + label,
input[switch] + label:before {
    text-align: center;
    -webkit-transition: all .1s ease-in-out
}

input[switch]:checked + label:after {
    left: 33px;
    background-color: #f5f5f5
}

input[switch] + label:after {
    content: '';
    position: absolute;
    left: 3px;
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.modal-content.success.not-clear > .modal-header {
    background: #348c66;
    color: #fff
}

.modal-content.error.not-clear > .modal-header {
    background: #ea553d;
    color: #fff
}

.modal-content.error.not-clear > .modal-body {
    color: #fff
}

.modal-content {
    background-color: #1f2c33;
    color: #ddd
}

.form-error-container > ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: .5em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 600
}

.form-error-container {
    width: 100%;
    text-align: right
}

.form-error-container.checkbox-error {
    text-align: left;
    margin: 0 0 5px
}

.form-error-container > ul {
    margin: 0
}

.modal-header {
    border-bottom: 1px solid rgba(236, 238, 239, .23)
}

.modal-footer {
    border-top: 1px solid rgba(236, 238, 239, .23)
}

body {
    padding-bottom: 120px
}

.wrapper {
    padding-top: 1px;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.page-title-box {
    padding: 22px 0 0
}

.page-title-box .page-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0
}

.container {
    width: 85%
}

.link-s-header {
    border-right: 1px solid #fff
}

.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #898e91 !important
}

.dropdown-item:focus {
    color: #fff !important
}

.dropdown-item:hover i {
    color: #fff !important
}

span.s-left {
    vertical-align: inherit;
    display: inherit;
    margin-right: 10px
}

.search-wrap {
    background-color: #35454f;
    color: #ddd;
    z-index: 9997;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.search-wrap .search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border: none;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.search-wrap.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.file-input .input-group-btn {
    display: block
}

.file-input .form-control {
    line-height: 1
}

.file-input .input-group-btn {
    font-size: 14px
}

.file-input .input-group-btn .btn {
    z-index: 4
}

.file-input .input-group-btn div.btn-file {
    height: 34px;
    width: 102px
}

.file-input .input-group-btn div.btn-file input {
    padding: 0
}

.file-input .input-group-btn div.btn-file span {
    font-size: 15px
}

.file-input .input-group-btn div.btn-file input:hover {
    cursor: pointer
}

.file-input .input-group-btn .btn:first-child {
    border-radius: 0
}

.file-input .input-group-btn:not(:first-child) > .btn,
.file-input .input-group-btn:not(:first-child) > .btn-group {
    margin-left: -4px
}

.file-input .input-group-btn .btn {
    font-size: 15px
}

.span-date {
    margin-right: 5px;
    font-size: 12px;
    margin-top: 10px;
    vertical-align: initial
}

a.content {
    color: #1f2c33
}

.nav-user img {
    height: 36px;
    width: 36px
}

.list-inline-item:not(:last-child) {
    margin-right: 2px
}

@media (max-width: 991px) {
    body {
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1222px) {
    .input-group {
        min-width: 50px !important
    }
}

@media only screen and (min-width: 991px) and (max-width: 1450px) {
    .input-group {
        min-width: 50px !important
    }

    .container {
        width: 98%
    }
}

@media (min-width: 768px) {
    .wrapper-page {
        margin-top: 100px !important
    }
}

@media (max-width: 991px) {
    div#style-2 {
        height: auto !important
    }

    .container {
        width: 98%
    }

    .isoThemeSwitcher,
    .isoThemeSwitcher-search {
        top: 0 !important;
        height: calc(100% - 0px) !important;
        height: -moz-calc(100% - 0px) !important;
        padding-top: 61px !important
    }

    .input-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 100% !important
    }

    .container {
        width: auto !important;
        min-width: 300px
    }
}

.topbar-custom {
    border-radius: 0;
    margin-bottom: 0
}

.topbar-custom .nav-link {
    line-height: 60px;
    color: #fff
}

.topbar-custom .dropdown-toggle:after {
    content: initial
}

.topbar-custom .menu-left {
    overflow: hidden
}

.footer {
    left: 0 !important;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    padding: 34px 0
}

.header-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 14px
}

.c3 svg {
    max-width: 100%
}

.c3 text {
    fill: rgba(255, 255, 255, .5);
    font-size: 14px
}

.c3 line,
.c3 path {
    stroke: rgba(255, 255, 255, .5)
}

.c3-line {
    stroke-width: 2px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    padding-left: 10px;
    padding-right: 10px
}

.dropdown-menu {
    padding: 4px 0;
    display: block;
    font-size: 15px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    visibility: hidden;
    opacity: 0;
    margin-top: 20px !important
}

.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important
}

.dropdown-item:active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #eee
}

.dropdown-item.notify-item.empty.active:hover {
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #efeff1;
    color: #fff !important
}

.dropdown-item {
    padding: 6px 1.5rem
}

.dropdown-menu-lg {
    width: 330px
}

.list-inline-item a.menu-link {
    color: #fff
}

a.dropdown-item > span.badge {
    margin-top: 1px;
    padding: 5px
}

a.dropdown-item > span.badge > i {
    font-size: 11px;
    color: #fff !important
}

.hidden {
    display: none !important
}

.bg-success {
    background-color: #4ac18e !important
}

.bg-danger {
    background-color: #ea553d !important
}

.bg-white {
    background-color: #2f3d46 !important
}

.bg-blue-grey {
    background-color: #90a4ae !important
}

.text-white {
    color: #fff !important
}

.text-danger {
    color: #ea553d !important
}

.text-success {
    color: #4ac18e !important
}

.text-blue-grey {
    color: #90a4ae !important
}

.badge {
    font-weight: 500
}

.badge-default {
    background-color: #587283;
    color: #fff;
    font-size: 12px;
    margin-right: 0
}

span.badge.badge-default > a {
    color: #fff;
    font-size: 14px;
    vertical-align: top
}

.badge-success {
    background-color: #348c66
}

.badge-danger {
    background-color: #ea553d
}

.badge-arcsight {
    background-color: #0074f3
}

.badge-qradar {
    background-color: #333
}

.badge-splunk {
    background-color: #348c66
}

.badge-qualys {
    background-color: #ed2f26
}

.badge-kibana {
    background-color: #f05098
}

.badge-blue-grey {
    background-color: #687175
}

.login-button {
    width: 100%
}

.free-access-block.card-block {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px
}

.list-group-item.active {
    background-color: #ddd;
    border-color: #ddd;
    color: #444;
    z-index: 2
}

.list-group-item.active:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #444;
    z-index: 2
}

.list-group-item.active:hover .list-group-item-text {
    color: #67a8e4
}

.list-group-item.active:focus {
    background-color: #ddd;
    border-color: #ddd;
    color: #444;
    z-index: 2
}

.list-group-item.active:focus .list-group-item-text {
    color: #67a8e4
}

.list-group-item.active .list-group-item-text {
    color: #67a8e4
}

.list-group-item {
    border-radius: 0;
    padding: 12px 20px;
    border: 1px solid rgba(47, 61, 70, .06);
    background-color: #2f3d46
}

.list-group-item:first-child {
    border-radius: 0;
    padding: 12px 20px
}

.list-group-item:last-child {
    border-radius: 0;
    padding: 12px 20px
}

.list-group-item.active > .badge {
    color: #67a8e4
}

.modal {
    color: #2f3d46
}

.header-title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.p-0 {
    padding: 0
}

.p-t-10 {
    padding-top: 10px
}

.p-t-32 {
    padding-top: 32px !important
}

.p-t-50 {
    padding-top: 50px
}

.p-b-10 {
    padding-bottom: 10px
}

.p-b-32 {
    padding-bottom: 32px !important
}

.p-b-50 {
    padding-bottom: 50px
}

.m-0 {
    margin: 0
}

.m-r-0 {
    margin-right: 0
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-l-20 {
    margin-left: 20px
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-29 {
    margin-top: 29px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-t-50 {
    margin-top: 50px
}

.m-t-70 {
    margin-top: 70px
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-45 {
    margin-bottom: 45px
}

.w-xs {
    min-width: 80px
}

.w-md {
    min-width: 110px
}

.w-lg {
    min-width: 140px
}

.m-h-50 {
    min-height: 50px
}

.l-h-34 {
    line-height: 34px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-32 {
    font-size: 32px
}

.font-40 {
    font-size: 40px
}

.font-light {
    font-weight: 400
}

.font-500 {
    font-weight: 500
}

.font-600 {
    font-weight: 600
}

.no-border {
    border: none
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media print {
    .footer,
    .logo,
    .page-title {
        display: none;
        margin: 0;
        padding: 0
    }

    .left {
        display: none
    }

    .content,
    .page-content-wrapper,
    .wrapper {
        margin-top: 0;
        padding-top: 0
    }

    .content-page {
        margin-left: 0;
        margin-top: 0
    }

    .footer,
    .topbar {
        display: none;
        margin: 0;
        padding: 0
    }

    .content-page > .content {
        margin: 0 !important
    }
}

li.nav-item.disabled {
    cursor: not-allowed;
    outline-offset: 0;
    outline: 0;
    color: #565e62
}

li.nav-item.disabled:hover {
    cursor: not-allowed;
    outline-offset: 0;
    outline: 0;
    color: #565e62
}

.bs-example-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

.btn {
    border-radius: 4px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-appearance: none !important
}

.input-group-btn > .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.input-group-btn > .btn:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.btn-group > a:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > a:first-child > .btn {
    margin-left: 0
}

.btn-group > a > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group > a:first-child:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > a:last-child:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-blue-grey,
.btn-danger,
.btn-success {
    color: #fff
}

.btn-success {
    background-color: #4ac18e;
    border: 1px solid #4ac18e
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success,
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-success.dropdown-toggle {
    background-color: #3eb481;
    border: 1px solid #3eb481
}

.btn-danger {
    background-color: #ff0f0f;
    border: 1px solid #ff0f0f
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:hover,
.open > .dropdown-toggle.btn-danger,
.show > .btn-danger.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle {
    background-color: #e84126;
    border: 1px solid #e84126
}

.btn-danger.focus,
.btn-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(234, 85, 61, .3);
    box-shadow: 0 0 0 2px rgba(234, 85, 61, .3)
}

.btn-link {
    color: #fff
}

.btn-link:hover {
    color: #de4745
}

.btn-blue-grey {
    background-color: #90a4ae;
    border: 1px solid #90a4ae;
    color: #fff
}

.btn-blue-grey.active,
.btn-blue-grey.focus,
.btn-blue-grey:active,
.btn-blue-grey:focus,
.btn-blue-grey:hover,
.btn-outline-blue-grey.active,
.btn-outline-blue-grey:active,
.btn-outline-blue-grey:hover,
.open > .dropdown-toggle.btn-blue-grey,
.show > .btn-outline-blue-grey.dropdown-toggle {
    background-color: #8198a3;
    border: 1px solid #8198a3;
    color: #fff
}

.btn-blue-grey.focus,
.btn-blue-grey:focus,
.btn-outline-blue-grey.focus,
.btn-outline-blue-grey:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(144, 164, 174, .3);
    box-shadow: 0 0 0 2px rgba(144, 164, 174, .3)
}

.btn-no-border {
    border-color: transparent !important
}

.m-w-a {
    min-width: auto !important
}

.btn-outline-success {
    color: #4ac18e;
    border-color: #4ac18e;
    min-width: 129px
}

.btn-outline-danger {
    color: #ffffff;
    border-color: #ff0f0f
}

a.btn.disabled {
    pointer-events: none;
    color: rgba(165, 165, 165, .34);
    background-color: rgba(72, 83, 89, .34);
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, .3)
}

.btn-outline-blue-grey {
    color: #90a4ae;
    background-image: none;
    background-color: transparent;
    border-color: #90a4ae
}

.btn-m-w-0 {
    min-width: auto !important
}

.btn.disabled,
.btn[disabled] {
    color: rgba(165, 165, 165, .34);
    background-color: rgba(72, 83, 89, .34);
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, .3)
}

.card {
    margin: 0;
    border: none;
    background-color: #2f3d46;
}

.card .card-footer,
.card .card-header {
    background-color: #394a55
}

.card-success {
    background-color: #4ac18e;
    border-color: #4ac18e
}

.login-card {
    background-color: rgba(47, 61, 70, .33);
    width: 100%;
    -webkit-box-shadow: 0 0 72px -28px rgba(0, 0, 0, .41);
    box-shadow: 0 0 72px -28px rgba(0, 0, 0, .41)
}

.border-left-login {
    border-left: 2px solid rgba(150, 156, 159, .32);
    padding-left: 20px !important
}

.card-danger {
    background-color: #ea553d;
    border-color: #ea553d
}

.card-blue-grey {
    background-color: #90a4ae;
    border-color: #90a4ae
}

button.btn.btn-default.dropdown-toggle {
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    background-color: #2f3d46;
    border: 1px solid rgba(255, 255, 255, .12)
}

ul.dropdown-menu > li > a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

ul.dropdown-menu > li.active > a {
    background-color: #efeff1
}

ul.dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5d6a72
}

.list-group > .list-group-item {
    margin-top: 13px;
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #a3a9ac !important;
    background-color: rgba(47, 61, 70, .31)
}

@media (max-width: 767px) {
    .nav-link {
        padding: 8px;
        padding: 8px 8px;
        padding: 8px 8px
    }
}

.message-list {
    display: block;
    padding-left: 0
}

.message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.message-list li a {
    color: #90a4ae
}

.message-list li:hover {
    background: rgba(112, 112, 112, .08);
    -webkit-transition-duration: .05s;
    -o-transition-duration: .05s;
    transition-duration: .05s
}

.message-list li.active,
.message-list li.active:hover {
    -webkit-box-shadow: inset 3px 0 0 #67a8e4;
    box-shadow: inset 3px 0 0 #67a8e4
}

.no-padding {
    padding: 0 !important
}

label {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}

input[type=color] {
    min-height: 38px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac !important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff !important
}

.form-control {
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    background-color: #2f3d46;
    border: 1px solid rgba(255, 255, 255, .12)
}

.form-control:focus {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
    background-color: #2f3d46
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #394a55
}

.error {
    color: red
}

input[switch] {
    display: none
}

input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #ddd;
    background-image: none;
    border-radius: 2rem;
    padding: .16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch] + label:before {
    color: #2f3d46;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: 0;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch] + label:after {
    content: '';
    position: absolute;
    left: 3px;
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]:checked + label {
    background-color: #67a8e4
}

input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px
}

input[switch]:checked + label:after {
    left: 33px;
    background-color: #f5f5f5
}

input[switch=bool] + label {
    background-color: #ea553d
}

input[switch=bool] + label:before,
input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
    color: #fff !important
}

input[switch=bool]:checked + label {
    background-color: #4ac18e
}

input[switch=default]:checked + label {
    background-color: #a2a2a2
}

input[switch=primary]:checked + label {
    background-color: #67a8e4
}

input[switch=success]:checked + label {
    background-color: #4ac18e
}

input[switch=info]:checked + label {
    background-color: #3bc3e9
}

input[switch=warning]:checked + label {
    background-color: #fb4
}

input[switch=danger]:checked + label {
    background-color: #ea553d
}

input[switch=dark]:checked + label {
    background-color: #2f3d46
}

input[switch=pink]:checked + label {
    background-color: #f06292
}

input[switch=purple]:checked + label {
    background-color: #6d60b0
}

input[switch=orange]:checked + label {
    background-color: #fb8c00
}

input[switch=brown]:checked + label {
    background-color: #8d6e63
}

input[switch=teal]:checked + label {
    background-color: #009688
}

input[switch=indigo]:checked + label {
    background-color: #5468da
}

input[switch=blue-grey]:checked + label {
    background-color: #90a4ae
}

.note-editor {
    position: relative
}

.note-btn-group .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.note-btn-group .dropdown-menu > li > a:hover {
    background-color: #f3f3f3
}

.none-border .modal-footer {
    border-top: none
}

button > i {
    margin-left: 10px
}

.fc button {
    height: auto;
    padding: 4px 16px
}

.fc-button {
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #555;
    font-family: inherit;
    text-transform: capitalize
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px;
    padding: 7px 5px;
    text-align: center;
    background-color: #67a8e4;
    color: #fff !important
}

.b-b-grey {
    border-bottom: 1px solid #90a4ae
}

.wrapper-page {
    margin: 7.5% auto;
    position: relative
}

.wrapper-page .logo-admin {
    font-size: 28px;
    line-height: 70px
}

.wrapper-page > .card {
    border-radius: .5rem
}

.account-page-full {
    left: 0;
    position: absolute;
    height: 100%;
    margin: 0;
    width: 420px;
    background-color: #2f3d46
}

.plan-card .plan-icon {
    display: inline-block;
    font-size: 35px;
    width: 100px;
    height: 100px;
    color: #fff;
    line-height: 76px;
    overflow: hidden;
    border: 12px solid #435865;
    border-radius: 50%;
    background: #67a8e4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ui.loading.search .input i.icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: .2em solid rgba(157, 104, 104, .1)
}

.ui.loading.search .input i.icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent
}

.product-list-box {
    position: relative;
    border: 1px solid rgba(112, 112, 112, .12);
    padding: 10px;
    margin-bottom: 20px
}

.product-list-box img {
    height: auto;
    margin: 0 auto;
    display: block
}

.product-list-img {
    height: 48px;
    width: 48px
}

@media (max-width: 1024px) {
    .footer,
    .topbar {
        left: 0
    }

    .content-page {
        margin-left: 0
    }

    .content-page > .content {
        padding: 20px
    }
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden
    }

    .content-page {
        margin-left: 0 !important
    }

    .wrapper-page {
        width: 90%
    }

    .account-page-full.wrapper-page {
        width: 100%;
        position: relative
    }

    .footer {
        left: 0
    }
}

@media (max-width: 620px) {
    .page-header-title {
        text-align: center
    }
}

@media (max-width: 420px) {
    .notify-icon {
        display: none
    }

    .dropdown-menu-lg {
        width: 200px
    }
}

.panel {
    border: none;
    margin-bottom: 14px
}

.m-r-20 {
    margin-right: 13px
}

.panel .panel-body {
    padding: 0 20px;
}

.panel .panel-body p {
    margin: 0
}

.panel .panel-body p + p {
    margin-top: 15px
}

.panel-title {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    color: #7b7b7b
}

.panel.panel-default.panel-custom {
    border: 1px solid #2f3d46;
    border-radius: 2px
}

.panel.panel-default.panel-custom .panel-body {
    padding: 20px
}

.panel-footer {
    background: #f4f8fb;
    border-top: 0
}

.panel-border .panel-body {
    padding: 15px 20px 20px
}

button {
    cursor: pointer
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-panel .input-group {
    min-width: 600px
}

ul.list-inline.pull-left.search-panel.mb-0 {
    vertical-align: middle;
    margin-top: 11px;
    margin-left: 30px
}

.overflow-hidden {
    overflow: hidden
}

header {
    /*background: #4e6361;*/
    /*z-index: 3;*/
   /* -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s*/
}

.background {
    fill-opacity: .01
}

svg g path.link {
    fill: none;
    stroke-width: 1.5px;
    stroke: #ccc
}

.isoThemeSwitcher,
.isoThemeSwitcher-search {
    background-color: #2f3d46;
    width: 340px;
    border-right: 2px solid #90a4ae;
    height: calc(100% - 146px);
    padding: 0 0 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: fixed;
    top: 146px;
    left: -338px;
    -webkit-box-shadow: 10px 14px 34px -16px rgba(0, 0, 0, .75);
    box-shadow: 10px 14px 34px -16px rgba(0, 0, 0, .75);
    z-index: 999999;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, .25);
    box-shadow: -1px 0 5px rgba(0, 0, 0, .25);
    -webkit-transition: 450ms;
    -o-transition: 450ms;
    transition: 450ms;
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.hidden-top {
    -webkit-transform: translateY(-100%) !important;
    -ms-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important
}

.isoThemeSwitcher.active {
    left: 0
}

.isoThemeSwitcher .switcherToggleBtn,
.isoThemeSwitcher-search .switcherToggleBtn {
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    color: #fff;
    padding-right: 18px;
    display: -webkit-box;
    display: flex;
    font-size: 17px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #90a4ae;
    outline: 0;
    border: 0;
    position: absolute;
    text-align: center;
    top: 0;
    right: -50px;
    cursor: pointer;
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, .2);
    box-shadow: -2px 0 5px rgba(0, 0, 0, .2);
    border-radius: 0 4px 4px 0
}

.isoThemeSwitcher .switcherToggleBtn img {
    width: 23px
}

.isoThemeSwitcher .checkbox-danger input:hover,
.isoThemeSwitcher .checkbox-danger label:hover {
    cursor: pointer
}

.isoThemeSwitcher .checkbox input[type=checkbox] {
    position: relative;
    width: 0;
    height: 0
}

@-webkit-keyframes selectedAnimation {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(2.4);
        transform: scale(2.4);
        opacity: 0
    }
}

@keyframes selectedAnimation {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(2.4);
        transform: scale(2.4);
        opacity: 0
    }
}

li.col-12.m-t-20 {
    min-height: 77px
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.form-group {
    margin-bottom: 1rem;
    margin-top: 10px;
    margin-bottom: 10px
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:focus,
.btn-link:hover {
    color: #fff;
    text-decoration: underline;
    background-color: transparent
}

.form-block .form-group:last-child {
    margin-bottom: 0
}

.custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom-checkbox label {
    margin-bottom: 0;
    line-height: 1;
}

.custom-checkbox input[type=checkbox] {
    margin-right: 10px;
    width: auto;
    vertical-align: middle;
    display: table-cell
}

.name {
    color: #fff
}

.hide {
    display: none !important
}

.element.soc-grey-background.soc-grey {
    background-color: rgba(31, 44, 51, .9) !important
}

.mitre-attack-container {
    font-family: 'helvetica';
    overflow: hidden
}

.mitre-attack-container a {
    text-decoration: none
}

.mitre-attack-container span {
    display: block;
    font-weight: 100;
    font-size: 12px;
    margin-top: 5px;
    color: #fff
}

.mitre-attack-container ul.clear-list {
    list-style: none;
    padding-left: 0
}

.checkbox.checkbox-danger {
    padding: 6px 0 0 9px !important
}

@-webkit-keyframes slide-left-mitre-attack-container {
    0% {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
    50% {
        -webkit-transform: translateX(-8%);
        transform: translateX(-8%)
    }
    65% {
        -webkit-transform: translateX(4%);
        transform: translateX(4%)
    }
    80% {
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%)
    }
    95% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-left-mitre-attack-container {
    0% {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
    50% {
        -webkit-transform: translateX(-8%);
        transform: translateX(-8%)
    }
    65% {
        -webkit-transform: translateX(4%);
        transform: translateX(4%)
    }
    80% {
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%)
    }
    95% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.mitre-attack-container i.s-t {
    margin-left: 7px;
    font-size: 19px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 11px;
    color: #f3f3f3
}

.mitre-attack-container span.b-b {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #f3f3f3
}

span.s-left > b {
    display: block
}

span.icon-block {
    display: inline-block;
    padding: 8px;
    margin-right: 5px;
    padding-left: 13px;
    width: 40px;
    font-size: 18px;
    background: #1f2c339c;
    border-radius: 4px
}

@media screen and (max-width: 991px) {
    .isoThemeSwitcher,
    .isoThemeSwitcher-search {
        left: -340px
    }

    .isoThemeSwitcher {
        border-right: 2px solid #1f2c33
    }

    button.switcherToggleBtn {
        display: none !important
    }

    span.s-right {
        margin-top: -14px;
        float: left;
        width: 100%;
        height: 58px
    }

    span.s-left > b {
        display: inline
    }

    span.s-left {
        float: left;
        position: relative;
        display: inline;
        height: 40px;
        font-size: 15px;
        margin-left: 2px;
        margin-top: 1px;
        margin-right: 7px
    }
}

@media screen and (max-width: 700px) {
    .name {
        color: #fff;
        display: -webkit-box;
        font-size: 16px;
        margin-top: 5px
    }
}

@media screen and (max-width: 375px) {
    .isoThemeSwitcher {
        width: 272px !important
    }
}

@media only screen and (max-width: 580px) {
    .media {
        display: block
    }

    .m-b-0.font-18.font-600 {
        min-height: auto !important
    }

    li.col-6.m-t-29 {
        font-size: 15px;
        display: block;
        margin-top: 8px;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    li.col-6.m-t-20 {
        font-size: 15px;
        margin-top: 15px;
        float: right;
        width: 100%;
        display: inherit;
        height: 45px;
        position: inherit;
        text-align: right;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .m-b-5.font-18.font-600 {
        min-height: 27px !important;
        margin-top: 7px
    }
}

@media only screen and (min-width: 1197px) {
    .pull-right-lg {
        float: right
    }

    .modal-lg {
        max-width: 1000px
    }
}

.soc-grey-background {
    background-color: #7a7979;
    background-image: none
}

.editor_inner_place {
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.pre_inner_block {
    display: block;
    font-size: 87%;
    color: #fff;
    background: #303d46;
    word-break: break-all;
    white-space: pre-wrap
}

.sigma-rules-button {
    padding-top: 1px
}

.v-l-m {
    vertical-align: middle
}

a.sigma-rules-button.text-white.pull-right:hover {
    color: #ea553d !important
}

.v-a-base {
    margin-left: 4px;
    vertical-align: baselin
}

.code-editor .controls i.fa.disabled {
    opacity: .4;
    cursor: not-allowed
}

.code-editor .controls i.fa.disabled:focus,
.code-editor .controls i.fa.disabled:hover {
    color: #bac1c9
}

.badge-text {
    margin-left: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    color: #ea553d;
    position: absolute;
    top: -9px;
    line-height: 1;
    left: 83px;
    text-align: center;
    margin-top: 0;
    white-space: nowrap;
    vertical-align: super;
    border-radius: .25rem
}

.badge-text-2 {
    margin-left: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    color: #ea553d;
    position: absolute;
    top: 9px;
    line-height: 1;
    right: 8px;
    text-align: center;
    margin-top: 0;
    white-space: nowrap;
    vertical-align: super;
    border-radius: .25rem
}

div.jsoneditor-value {
    background-color: #384a56;
    background: 0 0;
    color: #acacac;
    border: 1px solid #48555c;
    border-radius: 3px;
    min-height: 25px;
    padding: 2px 6px;
    word-wrap: break-word;
    word-wrap: initial;
    word-break: break-all
}

div.jsoneditor {
    line-height: inherit !important
}

@-webkit-keyframes cd-slide-in {
    0% {
        -webkit-transform: translateX(100px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes cd-slide-in {
    0% {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0)
    }
    60% {
        -webkit-transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    60% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.controls {
    height: 64px
}

label.inner-label {
    position: absolute;
    top: 17px;
    margin-left: 10px;
    color: #45c0b2
}

.w-label-inner {
    padding-left: 10px
}

.inner-label-w {
    color: #45c0b2;
    font-size: 15px;
    display: inline-block;
    height: 38px
}

.form-group > .select2-container .select2-selection--single {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-w {
    min-width: 100px
}

.inner-label-w {
    background: 0 0;
    border: 1px solid #48555c;
    border-right: none;
    background: #2f3d46
}

.inner-label-w {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.full-width-input {
    width: 100%
}

.input-group-w > .form-select-input {
    height: 38px
}

button.btn.btn-default.dropdown-toggle.inner-label-w {
    color: #45c0b2
}

.code-editor .controls {
    background-color: #384a56;
    font-size: 1rem;
    display: block;
    padding: 15px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.code-editor .controls i {
    color: #bac1c9;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 10px
}

.code-editor .controls i:hover {
    color: #818e9c
}

code[class*=language-],
pre[class*=language-] {
    color: #f8f8f2;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    padding: 0 15px 15px;
    overflow: auto;
    font-size: 10px;
    font-size: 1rem
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
    background: #2f3d46
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    border-radius: .3em
}

.empty-span {
    width: 100%;
    display: block;
    padding-left: 0;
    font-size: 15px;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    font-weight: 100;
    color: #45c0b2;
    padding-top: 10px;
    height: 39px
}

.empty-span > b {
    color: #fff
}

html {
    overflow-x: inherit !important
}

.form-group {
    margin-top: 0;
    margin-bottom: 10px
}

.list-block {
    padding-left: 0;
    list-style: none
}

.title-block.m-b-20 {
    min-height: 48px
}

#sigma-code-editor {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible
}

.ace-jsoneditor {
    background-color: #2f3d46;
    color: #fff
}

.ace-jsoneditor.ace_editor.ace_editor {
    position: relative;
    overflow: hidden;
    font: 15px Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace !important;
    direction: ltr;
    line-height: 1.9 !important;
    text-align: left;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.ace-jsoneditor .ace_keyword {
    color: #fff
}

.ace-jsoneditor .ace_string {
    color: #f8f8f2
}

.ace-jsoneditor .ace_active-line {
    background: #28353e
}

.error-footer {
    margin-top: 2px
}

.sigma-page-title-box {
    border-top: 1px solid #48555c;
    padding-top: 20px;
    margin-top: 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.sigma-page-title-box .sigma-page-title-name {
    margin-right: 13px;
    font-weight: 300
}

.jsoneditor-icon {
    display: none
}

.sigma-clipboard-query-element-container .clipboard-query-element-button {
    min-width: auto;
    padding: 2px 10px
}

.sigma-clipboard-query-element-container .clipboard-query-element-input {
    width: 0;
    height: 0;
    padding: 0;
    border-color: #1f2c33
}

.sigma-clipboard-query-element-container code {
    display: block;
    margin-bottom: 8px;
    word-break: break-all;
    max-height: 300px;
    overflow-y: scroll
}

div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover {
    background-color: #384a56;
    background: 0 0;
    color: #f8f8f2;
    border: 1px solid #48555c;
    border-radius: 3px;
    min-height: 25px;
    padding: 2px 6px;
    word-wrap: break-word;
    word-wrap: initial
}

.sigma-search-btn {
    width: 60px;
    margin-top: -1px;
    float: right;
    margin-left: -3px
}

.grid-stack-item-content .card {
    height: 100%
}

.no-margin {
    margin: 0 !important
}

.grid-stack-item-content {
    background-color: transparent
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden !important
}

.code-editor .controls i {
    float: right
}

.more-block-search > a {
    color: #fff
}

.mitre-icon {
    width: 80px;
    background: #1b242a;
    height: 80px;
    text-align: center;
    font-size: 31px;
    color: #fff;
    vertical-align: inherit;
    display: inline-block;
    padding: 16px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.mitre-icon > a {
    color: #fff
}

.mitre-search-item-block:hover .mitre-icon {
    background-color: #90a4ae;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 56px;
    height: 56px;
    padding: 4px;
    margin: 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 63px -4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 63px -4px rgba(0, 0, 0, .75)
}

.mitre-name-bg {
    margin-left: 15px;
    margin-top: 27px;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 580px) {
    .media-body {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .badge-text-2 {
        margin-left: 0;
        display: inline-block;
        font-size: 10px;
        font-weight: 500;
        color: #ea553d;
        position: absolute;
        top: 9px;
        line-height: 1;
        left: 76px;
        right: inherit;
        text-align: center;
        margin-top: 0;
        white-space: nowrap;
        vertical-align: super;
        border-radius: .25rem
    }
}

.wrapper-login {
    opacity: 1;
    max-width: 750px;
    width: 55%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.container-login-form {
    opacity: 1;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -55px;
    bottom: 0
}

.card-login-block {
    background: rgba(49, 61, 70, .7);
    border-radius: 5px;
    background-color: rgba(47, 61, 70, .33);
    -webkit-box-shadow: 0 0 72px -28px rgba(0, 0, 0, .41);
    box-shadow: 0 0 72px -28px rgba(0, 0, 0, .41)
}

a.logo2 {
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1200px) {
    .container-login-form {
        max-width: 100%;
        padding-top: 0;
        top: 0;
    }

    .wrapper-login {
        width: 87%;
    }
}

@media (max-height: 800px) and (max-width: 1000px) {
    body {
        overflow: visible;
        width: 100%;
        height: auto;
        padding-bottom: 113px;
    }

    .container-login-form {
        max-width: 100%;
        top: 0;
        position: relative;
        height: auto;
    }

    .wrapper-login {
        opacity: 1;
        width: 71%;
        position: initial;
        left: 0;
        right: 0;
        margin: auto;
        padding-top: 50px;
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 500px) {
    body {
        overflow: visible;
        width: 100%;
        height: auto;
        padding-bottom: 113px;
    }

    .wrapper-login {
        padding: 0;
    }
}

#cookie-policy-nav {
    background: rgba(31, 44, 51, .8) !important;
    color: #fff;
}

#cookie-policy-nav .btn {
    width: 150px;
    margin-bottom: 3px;
}

#cookie-policy-nav .content {
    padding: 40px 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border: 1px solid #949a9e;
    -webkit-text-fill-color: #fff;
    background-color: #303d46;
    -webkit-box-shadow: 0 0 0 1000px #2f3d46 inset;
    -webkit-transition: background-color 5000s ease-in-out 0;
    transition: background-color 5000s ease-in-out 0;
}

ul.policy-list > li {
    list-style-type: decimal;
    -webkit-margin-before: 1.8em;
    -webkit-margin-after: .3em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    font-size: 18px;
    font-weight: 600;
}

ul.policy-list {
    list-style-type: decimal;
    -webkit-margin-before: 2em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 20px;
}

.m-r-c-r {
    margin-right: 10px;
}

ul ul {
    margin-bottom: 0;
    list-style-type: disc;
}

.checkbox.checkbox-danger {
    padding: 0 0 0 10px !important
}

.top-bottom {
    border-top: 1px solid #384956;
    margin-top: 0;
    padding-top: 12px;
}

.b-r-w {
    border-right: 1px solid rgba(221, 221, 221, .12);
}

.header-hero {
    background: #384956
}

li.list-inline.float-right.mb-0 {
    margin-left: 8px;
    vertical-align: inherit;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

@media (max-width: 992px) {
    .btn {
        padding: 9px 8px;
        font-size: 14px;
    }

    label {
        font-size: 13px;
    }

    p {
        font-size: 14px;
    }

    span.select2-selection__placeholder {
        font-size: 14px;
    }

    .ace-jsoneditor.ace_editor.ace_editor {
        font-size: 14px;
    }

    pre#translation-result {
        font-size: 14px;
    }

    .link-s-header {
        border-right: 0 solid #fff;
    }

    button#switch-language {
        padding: 9px 18px;
    }

    button#translate-siem > img {
        display: none;
    }

    a.text-white.m-r-10 {
        font-size: 13px;
        line-height: 26px;
    }

    .m-b-45 {
        margin-bottom: 8px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0;
}

.uncoder {
    width: 100%;
    background-color: #131418;
}

.uncoder__wrap {
    padding-top: 120px;
    margin-bottom: 35px;
}

.uncoder__wrap .btn {
    height: 38px;
}

.uncoder .uncoder__wrap .btn.btn-outline-success {
    border-color: #449e7e;
    color: #449e7e;
}

.uncoder .uncoder__wrap .btn.btn-danger {
    border-color: #449e7e;
    background-color: #449e7e;
    color: #fff;
}

.uncoder .uncoder__wrap .btn.btn-danger:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.uncoder .uncoder__wrap .btn.btn-outline-success:hover {
    border-color: #449e7e;
    background-color: #449e7e;
    color: #fff;
}

.uncoder .logo {
    width: 182px;
    margin-top: 0;
}

.uncoder__inner .container {
    width: 100% !important;
    max-width: 100% !important;
}

.buttons-block {
    font-size: 0;
}

.buttons-block .btns {
    margin-right: 10px;
}

.buttons-block span {
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
    margin-right: 4px;
}

.buttons-block__link {
    text-decoration: underline;
    color: #fff;
}

.buttons-block__link:hover {
    text-decoration: none;
    color: #fff;
}

.btns {
    display: inline-block;
    padding: 11px 22px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent;
    min-height: 38px;
    line-height: 1.2;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .3s, color .3s, background-color .3s;
    -o-transition: border-color .3s, color .3s, background-color .3s;
    transition: border-color .3s, color .3s, background-color .3s;
    outline: 0;
}

.btns.btns--bg {
    background-color: #ff0f0f;
    border-color: #ff0f0f;
}

.btns.btns--border {
    border-color: #fff;
    color: #fff;
}

.btns.btns--bg:hover {
    background-color: #d40a0a;
    border-color: #d40a0a;
}

.btns.btns--border:hover {
    border-color: #ff0f0f;
    color: #fff;
    background-color: #ff0f0f;
}

.btns.btns--border.white:hover {
    border-color: #ff0f0f;
    color: #fff;
    background-color: #ff0f0f;
}

.buttons-block span {
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    margin-right: 4px;
}

.nav-list__link.link:hover {
    text-decoration: underline;
    color: #fff;
}

.uncoder .footer {
    position: static;
    background-color: #131418;
}

.uncoder__title {
    margin-bottom: 7px;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.uncoder__description {
    margin-bottom: 24px;
    max-width: 1500px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.uncoder__description p:not(:last-child) {
    margin-bottom: 24px;
}

.uncoder__description p a {
    text-decoration: underline;
    color: #fff;
}

.uncoder__description p a:hover {
    text-decoration: none;
    color: #fff;
}

.uncoder__description--mod {
    margin-bottom: 40px;
}

.for-more__row {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.for-more__col--left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42%;
    flex: 1 1 42%;
    margin-right: 50px;
}

.for-more__col--right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 58%;
    flex: 1 1 58%;
    margin-left: 40px;
}

.for-more__img {
    max-width: 640px;
}

.for-more__img img {
    width: 100%;
}

.for-more__title {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.for-more__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.for-more__description {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.for-more__btns {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.for-more__btns .btn:first-child {
    margin-right: 10px;
}

.for-more__btns .btn {
    font-size: 13px;
    color: #fff;
}

.for-more__link {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}

.for-more__link:hover {
    text-decoration: none;
    color: #fff;
}

.dev-prog {
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

.dev-prog::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(24, 27, 29, .89);
    z-index: -1;
}

.dev-prog .for-more {
    position: relative;
    z-index: 2;
}

.dev-prog .for-more__title {
    margin-bottom: 5px;
}

.footer {
    padding: 0;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 43px 0 64px;
    border-top: 1px solid #fff;
}

.footer__logo {
    margin-right: 46px;
}

.footer__copyright {
    position: relative;
    padding-left: 37px;
    font-size: 14px;
    color: #fff;
}

.footer__copyright::before {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 1px;
    height: 60px;
    background-color: #fff;
}

.research {
    padding: 40px 0;
}

.research__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.research__block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
}

.research__block .vendor-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 80px;
    margin-right: 20px;
}

.research__block .vendor-logo img {
    width: 100%;
}

.research__logo {
    margin-right: 26px;
}

.research__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    font-size: 13px;
    color: #fff;
}

.research__btn .btn {
    margin: 0 20px 0 0;
}

.research__link {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}

.research__link:hover {
    text-decoration: none;
    color: #fff;
}

.research__title {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}

.research__title span {
    display: block;
}

.research__description {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: 300;
}

.vendor-logo img {
    width: 100%;
}

@media (max-width: 1023px) {
    .for-more__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .for-more__col--left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 42%;
        flex: 1 1 42%;
        margin-right: 0;
    }

    .for-more__col--right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-left: 0;
    }

    .btns.btns--bg:hover {
        background-color: #ff0f0f;
        border-color: #ff0f0f;
        color: #fff;
    }

    .btns.btns--border:hover {
        border-color: #ff0f0f;
        color: #fff;
        background-color: #ff0f0f
    }

    .btns.btns--border.white:hover {
        border-color: #fff;
        color: #fff;
        background-color: transparent;
    }

    .nav-list__link.link:hover {
        text-decoration: none;
        color: #fff;
    }

    .buttons-block__link:hover {
        text-decoration: underline;
        color: #fff;
    }

    .uncoder__description p a:hover {
        text-decoration: underline;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .uncoder__wrap .btn {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .btns {
        margin-bottom: 14px;
    }

    .nav-list .btns {
        margin-bottom: 0;
    }

    .uncoder__wrap {
        padding-top: 170px;
    }

    .dev-prog {
        padding: 35px 0;
        background-image: none !important;
    }

    .for-more__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .buttons-block span {
        display: block;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }

    .research {
        padding: 20px 0;
    }

    .research__logo {
        margin-bottom: 20px;
    }

    .research__block {
        margin-right: 0;
        margin-bottom: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .research__wrap {
        margin-bottom: 0;
    }

    .research__btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .research__btn .btn {
        margin-bottom: 15px;
    }

    .vendor-logo {
        max-width: 80px;
        min-width: 80px;
        margin-bottom: 15px;
    }

    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 0;
    }

    .footer__copyright {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-top: 15px;
        padding-top: 10px;
        margin-left: 0;
        padding-left: 0;
    }

    .footer__copyright::before {
        top: 0;
        left: 50%;
        width: 60px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 600px) {
    .uncoder__wrap {
        padding-top: 230px;
    }
}

#sigma-code-editor {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

.ace-jsoneditor {
    background-color: #2f3d46;
    color: #fff;
}

.ace-jsoneditor.ace_editor.ace_editor {
    position: relative;
    overflow: hidden;
    font: 15px Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace !important;
    direction: ltr;
    line-height: 1.9 !important;
    text-align: left;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.ace-jsoneditor .ace_keyword {
    color: #fff;
}

.ace-jsoneditor .ace_string {
    color: #f8f8f2;
}

.ace-jsoneditor .ace_active-line {
    background: #28353e;
}

.error-footer {
    margin-top: 2px;
}

.sigma-page-title-box {
    border-top: 1px solid #48555c;
    padding-top: 20px;
    margin-top: 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sigma-page-title-box .sigma-page-title-name {
    margin-right: 13px;
    font-weight: 300;
}

.jsoneditor-icon {
    display: none;
}

.sigma-clipboard-query-element-container .clipboard-query-element-button {
    min-width: auto;
    padding: 2px 10px;
}

.sigma-clipboard-query-element-container .clipboard-query-element-input {
    width: 0;
    height: 0;
    padding: 0;
    border-color: #1f2c33;
}

.sigma-clipboard-query-element-container code {
    display: block;
    margin-bottom: 8px;
    word-break: break-all;
    max-height: 300px;
    overflow-y: scroll;
}

div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover {
    background-color: #384a56;
    background-position: 0 0;
    color: #f8f8f2;
    border: 1px solid #48555c;
    border-radius: 3px;
    min-height: 25px;
    padding: 2px 6px;
    word-wrap: initial;
}

.sigma-search-btn {
    width: 60px;
    margin-top: -1px;
    float: right;
    margin-left: -3px;
}

.grid-stack-item-content .card {
    height: 100%;
}

.no-margin {
    margin: 0 !important;
}

.grid-stack-item-content {
    background-color: transparent;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.code-editor .controls i {
    float: right;
}

.more-block-search > a {
    color: #fff;
}

.mitre-icon {
    width: 80px;
    background: #1b242a;
    height: 80px;
    text-align: center;
    font-size: 31px;
    color: #fff;
    vertical-align: inherit;
    display: inline-block;
    padding: 16px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.mitre-icon > a {
    color: #fff;
}

.mitre-search-item-block:hover .mitre-icon {
    background-color: #90a4ae;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 56px;
    height: 56px;
    padding: 4px;
    margin: 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 63px -4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 63px -4px rgba(0, 0, 0, .75);
}

.mitre-name-bg {
    margin-left: 15px;
    margin-top: 27px;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 580px) {
    .media-body {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .badge-text-2 {
        margin-left: 0;
        display: inline-block;
        font-size: 10px;
        font-weight: 500;
        color: #ea553d;
        position: absolute;
        top: 9px;
        line-height: 1;
        left: 76px;
        right: inherit;
        text-align: center;
        margin-top: 0;
        white-space: nowrap;
        vertical-align: super;
        border-radius: .25rem;
    }
}

#sigma-code-editor {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

.ace-jsoneditor .ace_gutter {
    background: #2f3d46;
    border-right: 1px solid #444e55;
    color: #999;
}

.ace-jsoneditor {
    background-color: #2f3d46;
    color: #fff;
}

.ace-jsoneditor.ace_editor.ace_editor {
    position: relative;
    overflow: hidden;
    font: 15px Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace !important;
    direction: ltr;
    line-height: 1.9 !important;
    text-align: left;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.ace-jsoneditor .ace_text-layer {
    color: #FFF;
}

.ace_scroller {
    right: 0 !important;
}

.ace-jsoneditor .ace_meta.ace_tag {
    color: #45c0b2;
}

.ace-jsoneditor .ace_tag {
    color: #45c0b2;
}

.ace-jsoneditor .ace_print-margin {
    width: 1px;
    background: #2f3d46;
}

.ace-jsoneditor .ace_storage,
.ace-jsoneditor .ace_keyword,
.ace-jsoneditor .ace_variable {
    color: #fff;
}

.ace-jsoneditor .ace_string {
    color: #f8f8f2;
}

.ace-jsoneditor .ace_active-line {
    background: #28353e;
}

.ace_hidden-cursors .ace_cursor {
    opacity: .2;
}

.ace-jsoneditor .ace_cursor {
    color: #fff;
    border-left: 2px solid #fff;
}

.ace-jsoneditor .ace_constant.ace_numeric {
    color: #FFF;
}

.ace-jsoneditor .ace_fold {
    background-color: #90a4ae;
}

.ace-jsoneditor .ace_marker-layer .ace_selection {
    background: #384a56;
}

.ace-jsoneditor .ace_gutter-active-line {
    background-color: #222;
}

.ace_scrollbar-v::-webkit-scrollbar,
.ace_scrollbar-h::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.ace-jsoneditor .ace_marker-layer .ace_active-line {
    background: #222;
}

div.jsoneditor-tree {
    width: 100%;
    position: relative;
    overflow: visible;
    padding-bottom: 10px;
    min-height: 300px;
}

.ace-jsoneditor .ace_scroller {
    background-color: #303d46;
}

div.jsoneditor-statusbar {
    display: none;
}

.jsoneditor .jsoneditor-text-errors {
    width: 100%;
    border-collapse: collapse;
    background-color: #29363f;
    border-top: 1px solid #303d46;
}

.jsoneditor-text-errors .jsoneditor-schema-error {
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 3px 0 2px 32px;
}

tr.jsoneditor-expandable:hover {
    background: none;
}

div.jsoneditor td,
div.jsoneditor td pre {
    color: #ea553d;
}

div.jsoneditor td pre {
    margin: 0;
}

.error-footer {
    margin-top: 2px;
}

.sigma-page-title-box {
    border-top: 1px solid #48555c;
    padding-top: 20px;
    margin-top: 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sigma-page-title-box .sigma-page-title-name {
    margin-right: 13px;
    font-weight: 300;
}

#sigma-code-editor > div > div.error-footer > table > tbody > tr:hover {
    background: none;
}

div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 4px 0 0;
    background-position: -380px -72px;
    opacity: .4;
}

.jsoneditor-icon {
    display: none;
}

div.jsoneditor-contextmenu div.jsoneditor-text {
    word-wrap: break-word;
    color: #fff;
    padding: 12px;
}

div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
    color: #fff;
    background-color: #5c6a7175;
}

.sigma-clipboard-query-element-container .clipboard-query-element-button {
    min-width: auto;
    padding: 2px 10px;
}

.sigma-clipboard-query-element-container .clipboard-query-element-input {
    width: 0;
    height: 0;
    padding: 0;
    border-color: #1f2c33;
}

.sigma-clipboard-query-element-container code {
    display: block;
    margin-bottom: 8px;
    word-break: break-all;
    max-height: 300px;
    overflow-y: scroll;
}

div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
    background-color: #384a56;
    background: none;
    color: #f8f8f2;
    border: 1px solid #48555c;
    border-radius: 3px;
    min-height: 25px;
    padding: 2px 6px;
    word-wrap: initial;
}

.jsoneditor-tree .select2-container .select2-selection--single {
    height: 29px !important;
}

.jsoneditor-tree .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}

.jsoneditor-tree .select2-container .select2-selection--single .select2-selection__arrow {
    height: 25px;
}

div.jsoneditor-contextmenu button.jsoneditor-type-array:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -96px 3px
}

div.jsoneditor-contextmenu button.jsoneditor-remove:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-remove:focus > div.jsoneditor-icon {
    background-position: -23px 2px
}

div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
    background-position: -24px -23px
}

div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
    background-position: -49px -23px
}

div.jsoneditor-contextmenu button.jsoneditor-duplicate:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-duplicate:focus > div.jsoneditor-icon {
    background-position: -48px 2px
}

div.jsoneditor-contextmenu ul li ul li button:hover,
div.jsoneditor-contextmenu ul li ul li button:focus {
    background-color: #898e91 !important;
    color: #fff;
}

div.jsoneditor-contextmenu button.jsoneditor-type-auto:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -121px 2px;
}

div.jsoneditor-contextmenu button.jsoneditor-type-array:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -95px 3px;
}

div.jsoneditor-contextmenu button.jsoneditor-type-object:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -71px 2px;
}

div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
    background-position: -219.5px -24px;
}

div.jsoneditor-contextmenu button.jsoneditor-type-string:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string.jsoneditor-selected > div.jsoneditor-icon {
    background-position: -145px 1px;
}

div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
    background-position: -71px -24px;
}

div.jsoneditor-contextmenu button.jsoneditor-insert:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-insert:focus > div.jsoneditor-icon {
    background-position: -219px 2px;
}

div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
    background-position: -122px -23px;
}

div.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand {
    opacity: 1;
    background-position: 4px -71px !important;
}

div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
    position: absolute;
    top: 1px;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 4px 0 0;
    background-position: -167px -72px !important;
    opacity: 1;
}

div.jsoneditor-contextmenu ul li button div.jsoneditor-expand:hover,
div.jsoneditor-contextmenu ul li button div.jsoneditor-expand:focus {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 4px 0 0;
    background-position: 4px -71px !important;
    opacity: 1;
}

div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
    color: #fff;
    background-color: #a4a9ac;
}

div.jsoneditor-contextmenu ul {
    position: relative;
    left: 0;
    min-width: 180px;
    top: 0;
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background-color: #2f3d46;
    -webkit-box-shadow: 2px 2px 12px rgba(30, 30, 30, 0.3);
    box-shadow: 2px 2px 12px rgba(30, 30, 30, 0.3);
    list-style: none;
    margin: 0;
}

div.jsoneditor-contextmenu ul li button {
    color: #FFF;
}

div.jsoneditor-contextmenu ul li.hover:hover,
div.jsoneditor-contextmenu ul li.hover:focus {
    color: #fff;
    background-color: #394955 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #fff;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 4px;
}

.search-mitr {
    width: auto;
    min-width: 200px;
    margin-top: -1px;
    display: inline-block;
    margin-right: -5px;
}

span.sigma-mitr-block {
    width: auto;
    float: right;
}

span.sigma-mitr-block.small-width {
    width: 100%;
}

span.sigma-mitr-block.small-width .input-group {
    min-width: auto !important;
}

span.sigma-mitr-block:not(.small-width) .input-group {
    min-width: 600px !important;
}

span.sigma-mitr-block.small-width .input-group input {
    min-width: auto !important;
}

.sigma-search-btn {
    width: 60px;
    margin-top: -1px;
    float: right;
    margin-left: -3px;
}

.three-buttons-cancel {
    display: block;
    position: absolute;
    left: 15px;
}

.notifyjs-corner {
    z-index: 4000;
}

.grid-stack-item-content .card {
    height: 100%;
}

.no-margin {
    margin: 0 !important;
}

.grid-stack-item-content {
    background-color: transparent;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.code-editor .controls i {
    float: right;
}

.mitre-attack-container #faq-links div {
    width: auto !important;
    padding-left: 3px;
}

.row.textWithLineContainer-wrap.m-t-30.clearfix.first-textWithLineContainer {
    position: relative;
}

.more-block-search > a {
    color: #fff;
}

.white-hr {
    border-top: 1px solid #ddd;
}

ul.incidents-list-search {
    list-style: none;
    display: inline;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

ul.incidents-list-search > li {
    display: inline-block;
    list-style-type: none;
}

.sigma-page-title-box {
    border-top: 0 !important;
    position: absolute;
}

.grid-stack-item-content {
    top: 93px !important;
}

#translate-siem {
    vertical-align: bottom;
}

.grid-stack-instance-4513 .grid-stack-item[data-gs-height="14"] {
    height: 1520px;
}

.custom-control.custom-checkbox.pull-right.m-r-0 {
    width: 100%;
    text-align: right;
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .col-lg-6.siem-one-panel.siem-panel-to {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .btn {
        padding: .5rem .6rem;
    }
}

@media screen and (max-width: 850px) {
    .btns {
        display: inline-block;
        padding: 11px 6px 10px;
    }
}

.notifyjs-bootstrap-success {
    background-color: #3FB481 !important;
    color: #ffffff !important;
    background-image: none !important;
    border: none !important;
}

.notifyjs-bootstrap-base {
    font-weight: normal !important;
    padding: 8px 15px 8px 14px;
    text-shadow: none !important;
    background-color: #fcf8e3;
    border: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.close:hover {
    color: #fff;
    text-decoration: none;
}

.modal-body ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.modal-body h5 {
    margin-top: 33px;
}

.modal-body p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: Roboto, sans-serif;
}

.modal-body a {
    color: #ea553d;
    text-decoration: underline;
}

.footer__copyright a.buttons-block__link {
    text-decoration: underline;
    cursor: pointer;
}

.m-l-2 {
    margin-left: 10px;
}

button.close {
    background: none;
    border: none;
    padding-top: 20px;
}


.mega-menu .menu-links > li.header-button-block .btn.sign-upbtn-header {
    line-height: 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    height: 38px;
    padding-top: 6px !important;
    font-family: 'Roboto', sans-serif;
}

.mega-menu .menu-links > li.header-button-block .btn.btn-danger.sign-upbtn-header:hover,
.mega-menu .menu-links > li.header-button-block .btn.btn-danger.sign-upbtn-header:focus {
    cursor: pointer;
    color: #ffffff;
}

.mega-menu .menu-links > li.header-button-block {
    padding-top: 20px;
}

/*mega-menu*/

.mega-menu {
    min-height: 80px;
}

.mega-menu .menu-logo {
    padding: 15px 0;
}

.mega-menu .menu-logo img {
    height: 40px;
}

.mega-menu .menu-links > li > a {
    line-height: 80px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.mega-menu .drop-down-multilevel.right-menu {
    right: 0;
}

.mega-menu .menu-links > li:last-child > a:not(.btn) {
    padding-right: 0;
}

.mega-menu .menu-links > li .drop-down-multilevel a {
    font-size: 13px;
    font-weight: 600;
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    font-size: 13px;
    font-weight: 600;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a {
    color: #555555;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down a {
    color: #353535;
}

.mega-menu .menu-links > li.active .drop-down li.active a {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down a:hover {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down li.active a i {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down a i:hover {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
    color: #ff0f0f;
    background: transparent;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
    color: #353535;
    background: transparent;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #ff0f0f;
    background: transparent;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
    color: #353535;
    background: transparent;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #ff0f0f;
    background: transparent;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
    color: #353535;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
    color: #ff0f0f;
}

.mega-menu .row {
    margin-left: 0;
    margin-right: 0;
}

.mega-menu .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.mega-menu.desktopTopFixed .menu-list-items {
    background: #1f2c33;
    padding: 0;
    border: 1px solid #1f2c33;
}

.mega-menu.desktopTopFixed .menu-logo {
    padding: 16px 0;
}

.mega-menu .menu-links > li .drop-down-multilevel a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: #c5c5c5;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.mega-menu .menu-links > li .drop-down-multilevel li:hover .drop-down-multilevel li:hover a:before {
    background: #ff0f0f;
}

.mega-menu .menu-links > li .drop-down-multilevel li:hover a:before {
    background: #ff0f0f;
}

.mega-menu .menu-links > li a:hover {
    color: #ff0f0f;
}

/***************************
      	   search
***************************/

.search-button {
    position: relative;
    display: inline-block;
    padding: 21px 0 0px;
}

.search-button li {
    display: inline-block;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a:not(.btn) {
    line-height: 79px;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a.btn {
    line-height: 25px;
}

li.search-it {
    width: 28px;
}

.mega-menu.desktopTopFixed .search-trigger::before {
    border: 2px solid #353535;
}

.mega-menu.desktopTopFixed .search-trigger::after {
    background: #353535;
}

.search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    /* hide text */
    color: transparent;
    z-index: 3;
}

.search-trigger::before,
.search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.search-trigger::after {
    /* handle */
    height: 2px;
    width: 7px;
    background: #ffffff;;
    bottom: 19px;
    right: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.search-trigger span::before,
.search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 19px;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -14px;
    background: #2e3233;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-trigger.search-is-visible::before,
.search-trigger.search-is-visible::after {
    /* hide search icon */
    opacity: 0;
}

.search-trigger.search-is-visible span::before,
.search-trigger.search-is-visible span::after {
    /* show close icon */
    opacity: 1;
}

.search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search {
    background: #fff;
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.search form {
    height: 100%;
    width: 100%;
}

.input-group .form-control {
    max-width: 132px;
    transition: 0.7s;
    margin-left: 15px;
    background: rgba(132, 132, 132, 0.32);
    height: 38px;
    border-radius: 4px;
    padding: 16px 18px 15px 13px;
    font-size: 14px;
    font-weight: 500;
}


/*header*/
.hero-inner {
    padding-top: 190px;
    padding-bottom: 80px;
    display: block;
}

.container.hero-inner {
    padding-top: 250px;
    padding-bottom: 250px;
    z-index: 1;
    position: relative;
}

.container.hero-inner h1 {
    color: #FFFFff;
    font-weight: 400;
}

p.description-p {
    margin-top: 29px;
    color: #fff;
}

.btns-block {
    display: block;
    margin-top: 28px;
    margin-bottom: 28px;
}

.owl-slide.slide-item {
    min-height: 50vh;
    background-size: cover !important;
}

.owl-slide.slide-item:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65) !important;
}

.call-sect:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65) !important;
}

#header.default .topbar {
    border-bottom: 0;
    background: #212121;
    padding: 0px 0px;
}

.mega-menu .drop-down-multilevel {

    max-width: 270px;
}


.bg-hero-block.bg-hero-block-dark-mode .pr-logo span {
    margin-top: 5px;
    display: inline-block;
    color: #fff;
    vertical-align: top;
}

section.intro-title.black-bg.pb-4 h1 {
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#header.default .mega-menu .menu-links > li > a:not(.btn):hover {
    color: #ff0f32;
}

.mega-menu .menu-list-items .menu-logo > li > a > img.main-logo-head-fixed {
    display: none;
}

#header.default .mega-menu .menu-links > li.active a {
    color: #ff0f0f;
}

.call-p-0 {
    padding: 0;
}

.bg-hero-block {
    min-height: 100px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.06);
    transition: 0.4s;
}

.bg-hero-block:hover {
    transform: scale(1.04);
    transition: 0.4s;
}

.bg-grey-light {
    background-color: rgba(249, 249, 249, 0.41);
}

.bg-hero-block:hover a.button.mt-4.border-bule {
    background: red !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .bg-hero-block:hover {
        transform: none;
        transition: none;
    }

    .r-dot.r-abs-l {
        align-content: normal;
        position: relative;
        display: none;
        animation: none;
    }

}

.integration-blocks img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.8s;
    opacity: 0.6;
    margin: 0 auto;
    display: block;
}

.integration-blocks:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.8s;
    opacity: 1;
}

.sep-hr {
    width: 50%;
    margin-left: -20px;
    height: 3px;
    background: #E9E9E9;
    -webkit-box-shadow: 0px 14px 5px -8px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 14px 5px -8px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 14px 5px -8px rgba(0, 0, 0, 0.27);
}

.pr-logo {
    width: 100%;
    height: 72px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: left;
    padding: 5px;
}

h5.mb-4.mt-4 {
    font-size: 16px;
}

#header.default .mega-menu .menu-links > li.active li a {
    color: #353535;
}

#header.default .mega-menu .menu-links > li.active li:hover a {
    color: #ff0f0f;
}

#header.default .mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active a:before {
    background: #c5c5c5;
}

#header.default .mega-menu .menu-links > li .drop-down li:hover a {
    color: #ff0f0f;
}

#header.default .mega-menu .menu-links > li.active li.active a {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
    color: #ff0f0f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li .drop-down-multilevel li.active a:before {
    background: #ff0f0f;
}

#header.default .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #ff0f0f;
}

#header.default .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a {
    color: #ff0f0f;
}

#header.default .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a {
    color: #353535;
}

/**header*/

@media screen and (max-width: 992px) {

    .pt-span {
        position: initial;
        transform: none;
        top: 0;
        padding: 0;
    }

    .r-dot.r-abs-l {
        display: none;
    }

    .anim-back {
        display: none;
    }

    .pt-span {
        position: initial;
        transform: none;
        top: 0;
        padding: 0;
        font-size: 20px;
        font-style: normal;
        line-height: normal;
        font-weight: 300;
    }

    .r-dot.r-abs-l .pulsating-circle {
        display: none;
    }

    ul.for-mobile a.text-red {
        right: 0;
        line-height: 40px;
        font-size: 14px;
        font-weight: 500;
        margin-right: 13px;
    }

    ul.for-mobile a.text-red:first-child {
        color: #fff !important;
    }

    ul.for-mobile a.text-red:last-child {
        margin-right: 0;
    }

    a.btn.red-btn.profile_btn {
        color: #fff;
    }

    span.item-circle {
        width: 60px;
        height: 60px;
        top: 7px;
        padding: 15px;
    }

    .nav.nav-tabs li:not(.rule-tab__item) {
        width: 100%;
    }

    .mega-menu .input-group {
        margin-top: 11px;
        margin-bottom: 11px;
        margin-left: -6px;
    }

    ul.list-style-1.mt-4.mb-4 li {
        padding: 0px;
        margin: 0px;
        line-height: 24px;
        margin-block-start: -5px;
        margin-block-end: -6px;
        line-height: 1;
        margin-inline-start: -2px;
        margin-inline-end: -6px;
        padding-inline-start: 0px;
    }

    ul.list-style-1.mt-4.mb-4 {
        min-height: 200px;
    }

    .mega-menu .menu-links {
        top: 80px;
    }
}

@media (max-width: 992px) {
    .mega-menu .menu-mobile-collapse-trigger {
        top: 18px;
    }
}

.smal-nav {
    display: none;
}

@media screen and (max-width: 450px) {
    .input-group.bootstrap-touchspin.hope-t {
        display: none;
    }

    .smal-nav a.button.blue {
        margin-left: 32px;
        margin-right: 9px;
        margin-top: 1px;
        padding: 9px;
    }

    .smal-nav {
        position: absolute;
        right: 0px;
        top: 10px;
        display: block;
        width: max-content;
    }
}

@media (max-width: 992px) {
    .mega-menu .menu-links > li > a {
        line-height: 26px;
    }
}

@media screen and (max-width: 1170px) {

    span.tech-sup-img-sp {
        margin: 0;
        display: inline-block;
        padding: 12px;
    }

    .menu-list-items .input-group .form-control {
        width: 138px;
        max-width: 100%;
    }

    li.hoverTrigger.list-item-menu a {
        font-size: 13px !important;
        padding-right: 5px;
    }
}

@media screen and (max-width: 1170px) and (min-width: 993px) {


    #header-input {
        width: 106px;
        margin-left: 1px;

    }
}

ul.for-mobile {
    display: none;
}

.mega-menu .input-group {
    margin-top: 20px;
}

.mega-menu .text-red {
    color: #fff !important;
}

@media screen and (max-width: 992px) {

    .hero-inner {
        padding-top: 118px;
        padding-bottom: 80px;
        display: block;
    }

    .hero-inner h1 {
        font-size: 30px;
        color: #fff;
    }

    .hero-inner {
        position: relative;
        background-attachment: fixed !important;
        background-position: right !important;
    }

    .hero-inner:before {
        position: absolute;
        content: '';
        width: 100%;
        background: rgba(10, 10, 10, 0.65);
        height: 100%;
        top: 0;
    }

    .hero-inner .container.conteiner-hero {
        z-index: 9;
        position: relative;
    }

    .conteiner-hero {
        margin: 6px;
    }


    ul.for-mobile {
        display: inline-block;
        position: absolute;
        right: 46px;
        top: 9px;
    }

    li.search-it {
        display: none !important;
    }

    li.hoverTrigger.search-focus-hide {
        display: none;
    }

    li.search-focus-hide {
        display: none !important;
    }

    ul.for-mobile a.text-red {
        right: 4px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 500;
    }

    ul.for-mobile .input-group.bootstrap-touchspin.hope-t {
        margin-top: 11px;
        margin-bottom: 11px;
        margin-left: 0;
        margin-right: 0;
    }

    .nav.nav-tabs li:not(.rule-tab__item) {
        width: auto;
        float: left;
    }

    .meain-hero {
        height: 523px;
    }

    .pr-logo {
        width: 100%;
        height: 72px;
        margin-top: 16px;
        margin-bottom: 16px;
        text-align: left;
        padding: 5px;
    }

    .col-lg-4.col-md-6.col-sm-12.mb-4.p-docker {
        position: relative;
        margin-bottom: 0 !important;
        z-index: 9;
    }

    .nav.nav-tabs li:not(.rule-tab__item) a {
        position: relative;
        padding: 26px 30px;
        padding-right: 2px;

    }

    .p-docker {
        padding: 3px;
    }

    span.tech-sup-img-sp {
        margin: 0 !important;
        display: inline-block !important;
        padding: 10px !important;
        max-width: 82px;
        width: 100% !important;
        height: 57px !important;
    }

    .nav.nav-tabs li:not(.rule-tab__item):nth-child(-n+3) {
        margin-bottom: 20px;
        margin-right: 12px;
    }

    .nav.nav-tabs li:not(.rule-tab__item):last-child {
        margin-right: 5px;
    }

    .accordion .acd-des {
        padding: 0 0 30px;
    }

    .sep-hr {
        width: 80%;
    }

    ul.list-style-1.mt-4.mb-4 li {
        font-size: 14px;
        line-height: 2;
    }

    .mega-menu .menu-logo > li > a {
         padding-top: 0;
         padding-bottom: 0;
    }
}

.mega-menu .drop-down-multilevel p {
    color: #a7a9ab;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 8px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0;
    margin-top: 6px;
    margin-bottom: 4px;
}

.mega-menu .menu-links > li .drop-down-multilevel a:before {
    content: none;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: #c5c5c5;
}

.mega-menu .menu-links > li .drop-down-multilevel a span.it-icon {
    margin-left: 0;
    height: 42px;
    margin-right: 9px;
    padding-top: 8px;
    vertical-align: middle;
    display: inline-block;
}

.mega-menu .menu-links > li .drop-down-multilevel a .it-title {
    font-size: 13px;
    font-weight: 600;

    display: inline-block;

    vertical-align: middle;
}

.mega-menu .drop-down-multilevel * {
    color: #181818;
}

.mega-menu .drop-down-multilevel li:hover > .mega-menu .drop-down-multilevel p {
    color: #6a6a6a;
}

li.breadcrumb-item.text-white:hover {
    text-decoration: underline;
}

.mega-menu .menu-links > li .drop-down-multilevel a:hover, .mega-menu .menu-links > li .drop-down-multilevel a:hover .it-title {
    color: #000000;
}

.mega-menu .drop-down-multilevel li:hover > a {
    color: #030303;
}

.mega-menu .drop-down-multilevel li:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* second line tabs (corelight) */
.code-rule {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rule-tab__list {
    margin-bottom: 20px;
    border-bottom: 1px solid #1A1E2F;
}

.rule-tab__list.nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none !important;  /* IE 10+ */
    scrollbar-width: none !important; /* Firefox */
}

.rule-tab__list.nav::-webkit-scrollbar { /* chrome based */
    width: 0 !important;  /* ширина scrollbar'a */
    height: 0 !important;
    background: transparent !important;  /* опционально */
}

.rule-tab__item:not(:last-child) {
    margin-right: 36px;
}

.rule-tab__link {
    position: relative;
    display: block;
    padding-bottom: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.rule-tab__link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    height: 3px;
    width: 100%;
    border-radius: 14px;
    background-color: #EE3523;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    -o-transition: transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
}

.rule-tab__link.active,
.rule-tab__link:hover {
    color: #EE3523;
}

.rule-tab__link.active::after,
.rule-tab__link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.code-rule__header {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.rule-tab__list--mod {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}

.rule-tab__list--mod .rule-tab__item {
    display: inline-block;
}


.code-rule .rule-tab__list--mod .rule-tab__item:not(:last-child) {
    margin-right: 0;
}

.rule-tab__list--mod .rule-tab__link {
    padding-bottom: 8px;
    margin-right: 20px;
}

.rule-tab__content.tab-content {
    margin-bottom: 0;
}

.code-rule .rule-tab__item:not(:last-child) {
    margin-right: 30px;
}

.code-rule .rule-tab__link {
    font-size: 14px;
}

.controls.code-rule {
    padding: 10px 13px 0 19px;
    height: 37px;
}

.dropdown--more {
    display: none;
}

.dropdown--more.not-empty {
    display: inline-block;
    line-height: 1;
}

.dropdown--more .dropdown__btn {
    display: inline-flex;
    align-items: center;
    border: none;
    background-color: transparent;
    padding: 0 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    max-width: 60px;
}

.dropdown--more .dropdown__btn svg {
    margin-left: 8px;
    transform: rotate(0);
    transition: transform .2s;
}

.dropdown--more.show .dropdown__btn svg {
    transform: rotate(180deg);
}

.dropdown--more .dropdown__btn.dropdown-toggle.button-arrow::after {
    display: none;
}

.dropdown--more .dropdown__menu {
    border-radius: 6px;
    border: none;
    background-color: #384A56;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .3);
}

.dropdown--more .dropdown__list {
    display: block;
    border-bottom: none;
}

.dropdown--more .dropdown__menu .rule-tab__item {
    display: block;
    margin-bottom: 1px;
}

.dropdown--more .dropdown__menu .rule-tab__link {
    padding: 8px 22px 8px 25px;
    line-height: 1.2;
    transition: background-color .1s;
}

.dropdown--more .dropdown__menu .rule-tab__link::before  {
    content: '';
    position: absolute;
    top: 16px;
    left: 12px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 7px;
    background: transparent url(../images/svg/check-red.svg) no-repeat 50% 50%;
    background-size: cover;
    opacity: 0;
    transition: opacity .1s;
}

.dropdown--more .dropdown__menu .rule-tab__link.active::before  {
    opacity: 1;
}

.dropdown--more .dropdown__menu .rule-tab__link.active,
.dropdown--more .dropdown__menu .rule-tab__link:hover  {
    background-color: #303D46;
    color: #fff;
}

.dropdown--more .dropdown__menu .rule-tab__link.active::after,
.dropdown--more .dropdown__menu .rule-tab__link:hover::after  {
    display: none;
}

.code-rule .dropdown--more .dropdown__menu .rule-tab__item:not(:last-child) {
    margin-right: 0;
}
/** second line tabs (corelight) */
.siem-navs-panel {
    margin-bottom: 20px;
}

.siem-navs-panel .btn-outline-blue-grey {
    padding: 0 12px !important;
    min-width: 80px;
    max-width: 100%;
    flex: 1 1 auto;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 40px;
    word-break: break-word;
    white-space: normal;
    text-align: center;
    line-height: 38px;
}

.siem-navs-panel .btn-outline-blue-grey#choosebtn {
    min-width: 40px;
    max-width: 40px;
}

@media screen and (max-width: 1024px) {
    .siem-navs-panel .btn-outline-blue-grey {
        padding: 0 8px !important;
        min-width: 70px;
        max-height: 36px;
        line-height: 34px;
    }

    .siem-navs-panel .btn-outline-blue-grey#choosebtn {
        min-width: 36px;
        max-width: 36px;
    }
}

.main-container {
    padding-top: 35px;
}

.main-container__select {
    padding-right: 10px;
    margin-bottom: 20px;
    max-width: 50%;
}

.main-container__row {
    display: flex;
    margin-bottom: 50px;
}

.main-container__col {
    flex: 1 1 50%;
}

.main-container__col:first-child {
    margin-right: 20px;
}

.card {
    margin-bottom: 12px;
}

.card__translation-name {
    display: block;
    font-size: 15px;
}

.card__footer {
    display: flex;
    align-items: center;
    height: 69px;
    background-color: #384a56;
    padding: 20px;
    border-top: 1px solid #2f3d46;
}

.card__footer .btn:last-child {
    margin-left: 10px;
}

.pre_inner_block {
    min-height: 170px;
    margin-bottom: 0;
    word-break: break-word;
}

.code-editor {
    padding-bottom: 20px;
    min-height: 250px;
}

.code-editor__wrap {
    padding: 15px 20px 0;
}

.siem-navs-panel {
    display: flex;
    justify-content: space-between;
}

.siem-panel-to .card__footer {
    justify-content: flex-end;
    padding: 15px 20px;
}

.siem-panel-from .siem-navs-panel__btn {
    min-width: 40px;
    max-width: 44px;
}

.siem-navs-panel__btn {
    display: inline-flex;
    align-items: center;
}

.siem-navs-panel__btn svg {
    fill: #fff;
    margin-left: 20px;
}

@media (max-width: 1200px) {
    .main-container__row {
        flex-wrap: wrap;
    }

    .main-container__col{
        flex: 1 1 100%;
    }

    .main-container__col:first-child {
        margin: 0 0 20px;
    }

    .main-container__select {
        max-width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .siem-navs-panel {
        margin-bottom: 12px;
    }

    .siem-navs-panel__btn svg {
        display: none;
    }
}

@media (max-width: 600px) {
    .siem-navs-panel .btn-group {
        width: 100%;
        margin-bottom: 12px;
    }

    .siem-navs-panel {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
