@import url('/assets/stylesheets/fonts.css');
@import url('/assets/stylesheets/notification.css');
@import url('/assets/stylesheets/modal.css');

:root {
    --color-xagio-purple-gradient: linear-gradient(180deg, #3a33e8, #724fff);
    --color-xagio-orange-gradient: linear-gradient(to right, #FF8132, #FF6100);
    --color-xagio-dark-blue-gradient: linear-gradient(to right, #194476, #133257);

    --xagio-main-padding-outside: clamp(1rem, 0.4718rem + 2.2535vw, 2.5rem);

    --color-xagio-blue: #3A33E8;
    --color-xagio-gray: #1D2327;
    --color-xagio-gray-2: #90a1ad;
    --color-xagio-gray-3: #545454;
    --color-xagio-light-gray: #f4f8fb;
    --color-xagio-dark-gray: #373737;
    --color-xagio-deep-blue: #194476;
    --color-xagio-deep-blue-active: #224f84;
    --color-xagio-deep-gray: #1f242f;
    --color-xagio-red: #ff3131;
    --color-xagio-light-red: #f63f3f;
    --color-xagio-dark-red: #ea4335;
    --color-xagio-darker-red: #8b0000;
    --color-xagio-green: #00BF63;
    --color-xagio-cyan: #38B6FF;
    --color-xagio-orange: #ff8413;
    --color-xagio-pink: #FFA5A5;
    --color-xagio-yellow: #FFB000;
    --color-xagio-white-primary: #f5f7fb;
    --color-xagio-white-secondary: #F8F8F8;
    --color-xagio-white: #FFFFFF;
    --color-xagio-black: #000000;
    --color-xagio-info: #cfe2ff;
    --color-xagio-warning: #fff3cd;
    --color-xagio-warning-text: #664d03;

    --color-xagio-alert-primary: #f1f8ff;


    --xagio-gap-sides: clamp(1.5rem, -0.5070rem + 7.4930vw, 7.15rem);
    --xagio-gap-small: 10px;
    --xagio-gap-medium: 20px;
    --xagio-gap-30: 30px;
    --xagio-gap-large: 40px;

    --xagio-box-border-radius: 10px;

    --xagio-head-font-size: 26px;
    --xagio-main-info-font-size: 15px;
    --xagio-tab-name-font-size: 18px;
    --xagio-font-size-16: 16px;
    --xagio-panel-title-font-size: 23px;
    --xagio-panel-label-font-size: 20px;
    --xagio-button-font-size: 13px;
}

html {
    font-family: "Outfit", sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: var(--color-xagio-white-primary);
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
}

input[type="color"]::-moz-color-swatch {
    border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

body {
    margin: 0;
    font-family: 'Outfit', sans-serif !important;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }

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

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

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

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

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

.badge {
    display: inline-block !important;
    min-width: 10px !important;
    padding: 3px 7px !important;
    padding-right: 2px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #303031 !important;
    line-height: 1 !important;
    vertical-align: baseline !important;
    white-space: nowrap !important;
    text-align: center !important;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0d6efd;
    text-decoration: none
}

a:hover, a:focus {
    color: var(--color-xagio-blue);
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 50%;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

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

.modal-lg, .modal-xl {
    max-width: 900px !important;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

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

.text-muted {
    color: #999999 !important;
}

.text-primary {
    color: #1abc9c !important;
}

.text-blue {
    color: #55acec !important;
}

a.text-primary:hover {
    color: #148f77 !important;
}

.text-success {
    color: #3c763d !important;
}

a.text-success:hover {
    color: #2b542c !important;
}

.text-info {
    color: #31708f !important;
}

a.text-info:hover {
    color: #245269 !important;
}

.text-warning {
    color: #e08e00 !important;
}

a.text-warning:hover {
    color: #a55f00 !important;
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #1abc9c
}

a.bg-primary:hover {
    background-color: #148f77
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

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

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999999
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code {
    padding: 9px 16px;
    font-size: 16px;
    color: var(--color-xagio-black) !important;
    background-color: rgba(114, 111, 255, 0.2);
    border-radius: 5px;
    width: fit-content;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: white;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    border-radius: 4px
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

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

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

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

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

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

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

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

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

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

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

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

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

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

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

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

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

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

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

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

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

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

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

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

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

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

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

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

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

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

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

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

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

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

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

/*label {*/
/*    max-width: 100% !important;*/
/*    margin-bottom: 5px !important;*/
/*    color: #545454;*/
/*}*/

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"] {
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555
}

.form-control {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 0 black;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

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

.form-control:-ms-input-placeholder {
    color: #999999
}

.form-control::-webkit-input-placeholder {
    color: #999999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f8faff;
    opacity: 1;
    color: #b7b7b7;
}

textarea.form-control {
    height: auto
}

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
    line-height: 1.428571429 \0
}

input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px
}

input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px
}

.form-group {
    margin-bottom: 15px !important;
}

label.license-label {
    position: absolute;
    top: 0;
    left: 0;
    background: #2a26d1;
    bottom: 0;
    width: 44px;
    text-align: center;
    line-height: 46px;
    font-size: 19px;
    color: white !important;
    margin: 0 !important;
    border-radius: 5px;
    opacity: 0.8;
}

.logo-license {
    text-align: center;
    margin-bottom: 10px;
}

.form-group-top {
    margin-top: 15px;
}

.radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"] {
    float: left;
    margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

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

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn,  .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

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

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .form-inline .radio input[type="radio"]{
        float: none;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333333;
    background-color: white;
    border: none;
    transition: all 0.4s;
}

/*.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {*/
/*    color: #333333 !important;*/
/*    background-color: #ffffff !important;*/
/*    box-shadow: 0 2px 0 #dddddd !important;*/
/*}*/

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #f4f4f6;
    border-color: #f4f4f6;
    box-shadow: 0px 1px 1px 1px #0000000d;
    border-radius: 4px;
}

.btn-default .badge {
    color: white;
    background-color: #333333
}

.btn-primary {
    color: white;
    background-color: #1a79bc;
    border-color: #2436a8;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #3172b0;
    border-color: #164b9b;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: rgba(150, 150, 150, 0.22);
    border-color: #585858;
    color: black;
}

.btn-primary .badge {
    color: #1abc9c;
    background-color: white
}

.btn-success, #tools .btn-group .btn {
    color: white;
    background-color: #1abc9c;
    border-color: #17a689
}

.btn-success:active, .btn-success:focus, .btn-success:active:focus {
    background-color: #1ea264 !important;
    border: 1px solid #44c17d !important;
}

.btn-success:hover, #tools .btn-group .btn:hover, .btn-success:focus, #tools .btn-group .btn:focus, .btn-success:active, #tools .btn-group .btn:active, .btn-success.active, #tools .btn-group .active.btn, .open > .btn-success.dropdown-toggle, #tools .btn-group .open > .dropdown-toggle.btn {
    color: white;
    background-color: #148f77;
    border-color: #0f705d
}

.btn-success:active, #tools .btn-group .btn:active, .btn-success.active, #tools .btn-group .active.btn, .open > .btn-success.dropdown-toggle, #tools .btn-group .open > .dropdown-toggle.btn {
    background-image: none
}

.btn-success.disabled, #tools .btn-group .disabled.btn, .btn-success.disabled:hover, #tools .btn-group .disabled.btn:hover, .btn-success.disabled:focus, #tools .btn-group .disabled.btn:focus, .btn-success.disabled:active, #tools .btn-group .disabled.btn:active, .btn-success.disabled.active, #tools .btn-group .disabled.active.btn, .btn-success[disabled], #tools .btn-group [disabled].btn, .btn-success[disabled]:hover, #tools .btn-group [disabled].btn:hover, .btn-success[disabled]:focus, #tools .btn-group [disabled].btn:focus, .btn-success[disabled]:active, #tools .btn-group [disabled].btn:active, .btn-success[disabled].active, #tools .btn-group [disabled].active.btn, fieldset[disabled] .btn-success, fieldset[disabled] #tools .btn-group .btn, #tools .btn-group fieldset[disabled] .btn, fieldset[disabled] .btn-success:hover, fieldset[disabled] #tools .btn-group .btn:hover, #tools .btn-group fieldset[disabled] .btn:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] #tools .btn-group .btn:focus, #tools .btn-group fieldset[disabled] .btn:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] #tools .btn-group .btn:active, #tools .btn-group fieldset[disabled] .btn:active, fieldset[disabled] .btn-success.active, fieldset[disabled] #tools .btn-group .active.btn, #tools .btn-group fieldset[disabled] .active.btn {
    background-color: #1abc9c;
    border-color: #17a689
}

.btn-success .badge, #tools .btn-group .btn .badge {
    color: #1abc9c;
    background-color: white
}

.btn-info {
    color: white;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: white
}

.btn-warning {
    color: white;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: white
}

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

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: white
}

.btn-link {
    color: #1abc9c;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

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

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

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

.fade.in {
    opacity: 1 !important
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

li.dropdown {
    position: relative;
    float: left;
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.launcher.dropdown .dropdown-menu {
    left: 6px;
}

.dropdown.user .dropdown-menu {
    position: absolute;
    /*width: 300px;*/
    left: auto;
    right: 0;
    top: 80px;
    border: none;
    padding: 15px 2px;
    border-radius: 10px;
}

.dropdown.user.show {
    display: flex;
}

.dropdown.user .dropdown-menu li {
    font-size: 15px;
}

.dropdown.user .dropdown-menu li a {
    color: var(--color-xagio-gray);
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 19px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: var(--color-xagio-white) !important;
    background-color: var(--color-xagio-blue);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #1a79bc;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block;
    padding: 0;
    /*margin-top: 9px;*/
}

.open > a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999
}

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

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

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

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

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: 0
}

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

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.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 > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-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-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.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-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    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
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

[data-toggle="buttons"] > .btn > input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

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

.input-group-addon, .input-group-btn {
    width: 34px;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"]{
    margin-top: 0
}

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

.input-group-addon:first-child {
    border-right: 0
}

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

.input-group-addon:last-child {
    border-left: 0
}

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

.input-group-btn > .btn {
    position: relative;
    height: 40px;
    padding: 0 30px;
}

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

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

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    border-radius: 0 !important;
    border-right: 1px solid #f3f3fa !important;
    border-top: 1px solid #f3f3fa;
    border-bottom: 1px solid #f3f3fa;
    border-left: 1px solid #f3f3fa;
    height: 42px;
}

.nav {
    align-items: center !important;
}

.nav > li {
    position: relative;
    display: block
}

.nav > li.disabled > a {
    color: #999999
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav-tabs {
    border-bottom: 1px solid #dddddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: white;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: white
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    min-height: 50px;
    /*border: 1px solid transparent*/
}

.navbar:after {
    clear: both
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 5px 25px;
    font-size: 18px;
    line-height: 20px;
    height: 79px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

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

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

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

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

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-brand {
    color: #2c3e50
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #354b60;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777777
}

.navbar-default .navbar-nav > li > a {
    color: #777777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #dddddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #555555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777777
}

.navbar-default .navbar-link:hover {
    color: #333333
}

.navbar-default .btn-link {
    color: #777777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333333
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc
}

.navbar-inverse {
    background-color: #222222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #999999
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: white;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999999
}

.navbar-inverse .navbar-nav > li > a {
    color: #999999
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999999
}

.navbar-inverse .navbar-link:hover {
    color: white
}

.navbar-inverse .btn-link {
    color: #999999
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: white
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444
}

.breadcrumb {
    margin-bottom: 0px;
    list-style: none;
    font-size: 20px;
    background: var(--color-xagio-white-primary) !important;
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc
}

.breadcrumb > .active {
    color: #999999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #1a79bc;
    background-color: white;
    border: 1px solid #dddddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #1a547d;
    background-color: #eeeeee;
    border-color: #dddddd
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #8a8a8a;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999999;
    background-color: white;
    border-color: #dddddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before, .pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999999;
    background-color: white;
    cursor: not-allowed
}

li.paginate_button {
    padding: 0 !important;
    border: 1px solid white !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: white;
    text-decoration: none;
    cursor: pointer
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #1abc9c;
    background-color: white
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:hover, a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333333
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #1abc9c
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    background-color: whitesmoke;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: #1abc9c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    color: #999999;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.progress-bar-success {
    background-color: #1abc9c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f;
    color: white !important;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dddddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555555
}

a.list-group-item .list-group-item-heading {
    color: #333333
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: whitesmoke
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #999999
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #999999
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #aef4e6
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 25px;
    box-shadow: 0 2px 2px #dddddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

/*.panel-heading {*/
/*    padding: 10px 15px;*/
/*    border-bottom: 1px solid transparent;*/
/*    border-top-right-radius: 3px;*/
/*    border-top-left-radius: 3px*/
/*}*/

/*.panel-heading > .dropdown .dropdown-toggle {*/
/*    color: inherit*/
/*}*/

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd
}

.panel-default {
    border-color: #dddddd
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd
}

.panel-primary {
    border-color: #1a88bc
}

.panel-primary > .panel-heading {
    color: white;
    background-color: #082440;
    border-color: #f3f3fa;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #1abc9c
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1abc9c
}

.panel-success {
    border-color: #1abc9c
}

.panel-success > .panel-heading {
    color: black;
    background-color: #ffffff;
    border-color: #f3f3fa;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right !important;
    font-size: 21px !important;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0 !important;
    cursor: pointer !important;
    background: transparent !important;
    border: 0 !important;
    -webkit-appearance: none !important
}

.modal-open {
    overflow: hidden;
    z-index: 9999999 !important;
}

.modal {
    display: none;
    overflow: auto !important;
    overflow-y: scroll !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1050 !important;
    -webkit-overflow-scrolling: touch !important;
    outline: 0 !important;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.modal-dialog {
    position: relative !important;
    width: auto !important;
    margin: 10px !important;
}

.modal-content {
    position: relative !important;
    background-color: white !important;
    border: 1px solid #999999 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
    background-clip: padding-box !important;
    outline: 0 !important;
}

.modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1040 !important;
    background-color: black !important
}

.modal-backdrop.fade {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    min-height: 16.428571429px !important;
    display: block !important;
}

.modal-lg, .modal-xl {
    max-width: 900px;
}

.modal-header .close {
    margin-top: -2px !important
}

.modal-title {
    margin: 0 !important;
    line-height: 1.428571429 !important;
}

.modal-body {
    position: relative;
    background-color: var(--color-xagio-white-primary);
}

.modal-body.modal-body-no-padding {
    padding: 0 !important;
}

.modal-footer {
    padding: 15px !important;
    text-align: right !important;
    border-top: 1px solid #e5e5e5 !important;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px !important;
        margin: 30px auto !important
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px !important;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px !important;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px !important;
    padding: 3px 8px !important;
    color: white !important;
    text-align: center !important;
    text-decoration: none !important;
    background-color: black !important;
    border-radius: 4px !important
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: black
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: black
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.05);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.05)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.05)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}


.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

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

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.navbar-nav > li > .dropdown-menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.navbar-nav > li > .dropdown-menu:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2c3e50;
    position: absolute;
    top: -6px;
    right: 7px;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

/*.panel .panel-heading {*/
/*text-align: left;*/
/*background-color: #f5f7f7;*/
/*color: #2c3e50*/
/*}*/

.panel .panel-heading i[class*='icon-'] {
    margin-right: 5px
}

.panel .panel-footer {
    background-color: #f5f7f7
}

.panel .panel-footer .pull-right {
    padding-top: 5px
}

.btn {
    padding: 6px 12px;
    outline: none !important;
}

.radio, .checkbox {
    margin-top: 0
}

body.login {
    color: #2c3e50;
    background-color: #bdc3c7
}

body.login .wrapper {
    padding: 20px;
    background-color: #ecf0f1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 10% auto;
    width: 300px
}

body.login .wrapper .brand {
    margin-top: -15px
}

body.login .wrapper .brand h1 {
    display: block;
    margin-bottom: 20px
}

body.login .wrapper .brand h1 .logo-icon {
    width: 75px;
    height: 75px;
    margin: auto;
    padding: 15px;
    border-radius: 40px;
    background: #2c3e50
}

body.login .wrapper .brand h1 .logo-icon i[class*='icon-'] {
    margin-left: -5px;
    color: #1abc9c;
    font-size: 140%
}

body.login .wrapper .text-center .checkbox {
    text-align: center
}

body.login .wrapper .text-center legend {
    text-align: center
}

body.login .wrapper .text-center legend input {
    float: none
}

body.main {
    background-color: var(--color-xagio-white-primary);
}

.sprite-image, #beaker {
    background-image: url(../images/sprite-8460f675.png)
}

form .form-actions {
    background-color: #f5f7f7;
    margin: 15px -15px -15px;
    padding: 15px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

form .form-actions a.btn:hover {
    color: #28e1bd
}

.text-center {
    text-align: center
}

.panel .panel-tools {
    float: right;
    margin-top: -4px;
    margin-right: -8px
}

.panel .panel-tools .btn-group {
    margin-top: -6px
}

.panel .panel-tools .btn-group, .panel .panel-tools .label, .panel .panel-tools .badge {
    float: right;
    display: inline-block
}

.panel .panel-tools .btn {
    padding: 8px 6px;
    font-weight: 200;
    font-size: 1em;
    color: #2c3e50
}

.panel .panel-tools .btn:hover {
    color: #1abc9c
}

.panel .panel-tools .btn:active, .panel .panel-tools .btn:focus {
    color: #148f77;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel .panel-tools .btn span.badge {
    font-size: 0.7em;
    padding: 2px 4px
}

.panel .panel-tools .label, .panel .panel-tools .badge {
    margin-right: 5px;
    margin-top: 4px;
    padding-bottom: 4px;
    font-weight: 200
}

.grid .filters {
    background-color: #fbfcfc
}

.grid .filters .input-group input {
    height: 30px
}

.grid .filters .input-group button {
    height: 30px;
    padding: 0 10px
}

.grid table {
    margin-bottom: 0
}

.grid table th:first-child, .grid table td:first-child {
    padding-left: 15px
}

.grid table tr.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.grid table tr.disabled td {
    text-decoration: line-through
}

.grid table tr.disabled td.action {
    text-decoration: none !important
}

.grid table td.action {
    width: 15%;
    padding: 5px
}

.grid table td.action .btn {
    height: 25px;
    padding: 2px 6px
}

.grid .panel-footer {
    padding: 10px 10px 5px 10px
}

.grid .panel-footer .pagination {
    margin: 0
}

#navbar {
    display: grid !important;
    grid-template-columns: 258px 1fr;
    min-height: 84px;
}

.navbar-logo-container .navbar-logo {
    width: 124px;
}

#navbar .navbar-logo-container {
    width: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*#navbar .nav > li > a {*/
/*    padding: 15px 10px*/
/*}*/



#navbar li.dropdown.user img {
    width: 47px;
    height: 47px;
}

.user .dropdown-toggle::after {
    content: none;
    /*position: relative;*/
    /*top: 2px;*/
}



#sidebar i#toggle {
    margin-top: 20px;
    display: inline-block;
    color: #3e5771
}



/*#dock li.active.launcher::before {*/
/*    content: "\25ba";*/
/*    position: absolute;*/
/*    left: 8px;*/
/*    font-size: 19px;*/
/*    background: -webkit-linear-gradient(#0043ff, #f009ff);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/

#wrapper {
    overflow: clip;
    padding-top: 82px;
    background: var(--color-xagio-white-primary);
}

#wrapper .d-flex.bd-highlight {
    background: var(--color-xagio-white-primary);
}

.wrapper-container {
    display: grid;
    grid-template-columns: 258px auto;
    transition: grid-template-columns 150ms ease-in;
}
.wrapper-container > * {
    min-width: 0;
}

#sidebar {
    padding: 20px 16px 90px 16px;
    color: var(--color-xagio-white);
    background: var(--color-xagio-deep-blue);
    height: calc(100% - 80px);
    overflow: scroll;
    position: fixed;
    width: 258px;
}

#sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#sidebar::-webkit-scrollbar-track {
    background: unset;
    border-radius: 6px;
}

#sidebar::-webkit-scrollbar-thumb {
    background: unset !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 6px;
}

.sidebar-container {
    padding: 0;
}

#sidebar .sidebar-text {
    padding: 16px 24px 0 5px;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
}

#sidebar .sidebar-container a {
    color: var(--color-xagio-white);
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    padding: 0;
    display: grid;
    grid-template-columns: 20px auto;
    gap: 12px;
    align-items: center;
}

#sidebar .sidebar-container a:hover,
#sidebar .sidebar-container a:focus {
    color: var(--color-xagio-white) !important;
}

.sidebar-container li.active {
    background: #00265394;
}

.sidebar-container li.active > a {
    font-weight: 500 !important;
}
.sidebar-container li.active i {
    font-weight: 500;
}

#sidebar .sidebar-container li {
    list-style: none;
    padding: 8px 24px;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: ease 0.4s all;
}

#sidebar .sidebar-container li:hover {
    background: #00265394;
}

#sidebar ul li a i {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}



.menu-sidebar {
    position: fixed;
    top: 88px;
}

.menu-sidebar, .menu-content {
    background: var(--color-xagio-white-primary);
    min-height: 1000px;
}

#sidebar ul#dock li.launcher > i {
    display: inline;
    font-size: 1.5em;
    top: 4px;
    position: relative;
}



#sidebar ul#dock li.launcher ul.dropdown-menu {
    width: 180px;
    border-left-width: 0;
    text-align: left;
    position: absolute;
    margin-left: 85px;
    top: 8px
}

#sidebar ul#dock li.launcher ul.dropdown-menu > li > a {
    padding: 5px 20px
}

#sidebar ul#dock li.launcher ul.dropdown-menu a, #sidebar ul#dock li.launcher ul.dropdown-menu li.dropdown-header {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#sidebar ul#dock li.launcher ul.dropdown-menu li.dropdown-header {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #1abc9c;
    margin-top: -5px;
    padding: 5px 20px
}

/*::-webkit-scrollbar {*/
/*    width: 0px;*/
/*    background: transparent; !* make scrollbar transparent *!*/
/*}*/

#content {
    /*overflow: auto;*/
    background-color: var(--color-xagio-white-primary);
    padding: 40px var(--xagio-main-padding-outside);
    width: 100%;
}

a.notifications-open {
    border-left: 1px solid #f3f3fa;
    border-right: 1px solid #f3f3fa;
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-xagio-dark-gray) !important;
    transition: all 0.3s ease;
    border-radius: 0;
}

.notifications-open::after {
    display: none !important;
}

a.notifications-open:hover {
    color: var(--color-xagio-blue) !important;
}

/*#content::-webkit-scrollbar {*/
/*    width: 10px; !* for vertical scrollbars *!*/
/*    height: 10px; !* for horizontal scrollbars *!*/
/*}*/

/*#content::-webkit-scrollbar-track {*/
/*    background: #ecf0f1;*/
/*}*/

/*#content::-webkit-scrollbar-thumb {*/
/*    background: #1a79bc;*/
/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*}*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--color-xagio-white-primary);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-xagio-deep-blue) !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 6px;
}

li.launcher.signout {
    color: #ed2b76;
}

li.launcher.signout:hover {
    color: red;
}

/*#tools #breadcrumb {*/
/*    -webkit-border-radius: 0;*/
/*    -moz-border-radius: 0;*/
/*    -ms-border-radius: 0;*/
/*    -o-border-radius: 0;*/
/*    border-radius: 0;*/
/*    padding: 15px 20px 15px 40px;*/
/*    margin-bottom: 0;*/
/*}*/

/*#breadcrumb .title {*/
/*    color: #48515c;*/
/*    z-index: 1;*/
/*    font-size: 32px;*/
/*    font-weight: 600;*/
/*}*/

.content-top-bar {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    background: var(--color-xagio-white);
    border-radius: 10px;
}

#wrapper .menu-content {
    margin-top: 81px;
    margin-left: 237px;
}

li.launcher.rank_tracker-sidebar:active {
    color: #63b5eb !important;
}

li.user_gravatar_img img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    padding: 0;
    width: 79px !important;
    height: auto !important;
    border-top-right-radius: 5px;
}

.top_toolbar button, .top_toolbar a {
    width: 84px;
    height: 84px;
    background: var(--color-xagio-white);
    color: var(--color-xagio-dark-gray);
    border: 0;
    border-left: 1px solid #f3f3fa !important;
    border-radius: 0;
    font-size: 27px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_toolbar button:hover,
.top_toolbar a:hover {
    color: var(--color-xagio-blue);
}

.top_toolbar.d-none.d-lg-block {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.top_toolbar button:active,
.top_toolbar button:focus {
    box-shadow: none !important;
}

button.btn.btn-primary.login_kws.kws_login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-button > svg, .upgrade-account > svg {
    vertical-align: baseline;
    font-size: 25px;
}

button.btn.btn-primary.btn-shopping.shop-button {
    line-height: 0;
}

button.btn.btn-primary.upgrade-account {
    width: 274px !important;
    line-height: 0;
}

svg.bi.bi-bookmark-heart {
    top: 2px;
    position: relative;
}


button.btn.btn-primary.btn-shopping.shop-button > p, button.upgrade-account > p {
    display: inline;
    font-size: 17px;
    position: relative;
    bottom: 5px;
    margin-left: 10px;
}

/*.btn-license-quick:hover, .btn-download-quick:hover, .btn-tutorial-show:hover, .login_kws:hover, .shop-button:hover, .upgrade-account:hover {*/
/*    background: #ffffff !important;*/
/*    color: #0e73d8 !important;*/
/*    border-left: 1px solid #f3f3fa !important;*/
/*}*/


/*.btn-quick-license:focus, .btn-download-quick:focus, .btn-tutorial-show:focus, .login_kws:focus, .shop-button:focus, .upgrade-account:focus {*/
/*    background: var(--color-xagio-white-primary);*/
/*    border: 0;*/
/*    border-radius: 0;*/
/*    color: #63b5eb;*/
/*    border-left: 1px solid #f3f3fa;*/
/*}*/

#tools #breadcrumb a {
    color: #869198
}

#tools #toolbar {
    /*margin-top: -76px;*/
    margin-right: 25px;
    float: right;
    padding: 15px 8px 8px 8px;
    border-bottom: 0;
}

#tools .btn-group, #tools .label, #tools form {
    float: right;
    display: inline-block
}

#tools .btn-group .btn span.badge {
    background-color: #2c3e50;
    padding: 3px 5px;
    font-size: 0.7em;
    font-weight: 200
}

#tools .label {
    margin-right: 5px;
    margin-top: 6px;
    padding: 5px;
    height: 23px;
    font-size: 0.9em;
    font-weight: 200
}

#beaker {
    position: absolute;
    bottom: 5px;
    background-position: 0 0;
    width: 12px;
    height: 24px;
    background-size: 100px;
    background-repeat: no-repeat;
    margin-left: 33px
}

/* Schema Editor */
button.schema-templates {
    float: right;
}

/*button.manage-schema-groups {*/
/*    float: right;*/
/*}*/

select.form-control {
    border: 1px solid #f3f3fa;
}

.schema-editor {
    /*padding: 10px;*/
    min-height: 700px;
    overflow-x: hidden;
}

.schema-editor-new-schemas h3 {
    margin: 0;
    font-size: 22px;
    color: var(--color-xagio-black);
}

.schema-editor-new-schemas ul {
    list-style: none;
    max-height: 250px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 5px 0 0;
    margin: 0 -5px 0 0;
}

.schema-editor-new-schemas ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.schema-editor-new-schemas ul::-webkit-scrollbar-track {
    background: var(--color-xagio-white-primary);
    border-radius: 6px;
}

.schema-editor-new-schemas ul::-webkit-scrollbar-thumb {
    background: var(--color-xagio-deep-blue);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 6px;
}

.schema-editor-new-schemas li {
    padding: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: var(--color-xagio-black);
    background: var(--color-xagio-white-primary);
    cursor: pointer;
    word-wrap: break-word;
}

.schema-editor-new-schemas li:hover {
    background: var(--color-xagio-deep-blue);
    color: var(--color-xagio-white);
}

.schema-editor-new-schemas li.active {
    background: var(--color-xagio-deep-blue);
    color: var(--color-xagio-white);
}

.schema-editor-saved-schemas h3 {
    margin: 0;
    font-size: 22px;
    color: var(--color-xagio-black);
}

/*input.schema-custom-search {*/
/*    font-size: 15px;*/
/*    padding: 10px 45px 10px 20px;*/
/*    border-radius: 6px;*/
/*    box-shadow: 0 1px 1px 1px rgb(115 121 130 / 13%);*/
/*    border: 0;*/
/*    font-weight: 100;*/
/*}*/

.search-schema-editor {
    padding: 10px 20px;
}

/*input.schema-custom-search {*/
/*    display: block !important;*/
/*}*/

.saved-schemas-container {
    overflow-x: auto;
    max-width: 500px;
}

.schema-properties .property {
    background: var(--color-xagio-white-primary);
    padding: 20px;
    border-radius: 10px;
}

.property .name {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.property label.comment {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

/*select.schema-groups {*/
/*    width: 100% !important;*/
/*    height: 40px;*/
/*    border-radius: 4px;*/
/*    padding-left: 10px;*/
/*    border: 0;*/
/*    box-shadow: 0 1px 1px 1px rgb(115 121 130 / 13%);*/
/*}*/

.uk-button-cube {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    font-size: 12px !important;
    min-height: 1px !important;
    line-height: 0 !important;
    margin-top: -3px !important;
    float: right !important;
    margin-left: 5px !important;
}

.property input.value {
    width: 545px;
}

.property .uk-button-dropdown {
    vertical-align: baseline !important;
    float: right !important;
}

.template, .template-remove-all {
    display: none;
}

.property .data-type input {
    width: 100%;
    font-size: 13px;
    border: 0;
    font-weight: 400;
    padding: 6px 12px;
}

.property .data-type input:focus,
.property .data-type input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/*.property .dropdown {*/
/*    max-height: 22px;*/
/*    min-height: 10px;*/
/*    float: right;*/
/*    margin-left: 5px;*/
/*    margin-top: -4px;*/
/*    font-size: 9px;*/
/*    line-height: 11px;*/
/*    padding-left: 7px;*/
/*    padding-right: 7px;*/
/*}*/

.header-split .select2 {
    width: 100% !important;
}


.inner-schema {
    background: #E4E4E4;
    padding: 5px;
}

ul.uk-breadcrumb.schema-location {
    padding-left: 12px;
    margin-top: 5px;
    margin-bottom: -11px;
}

.btn-mini {
    height: 28px;
    line-height: 0 !important;
    font-size: 14px !important;
    padding: 3px 7px 3px 7px;
    margin-top: -4px;
}

.data-type > * {
    margin-bottom: 5px;
}

.header-split {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr;
}

.schema-editor.new .header-split > div + div {
    grid-template-columns: 10fr 1fr;
}

.header-split > div + div {
    display: grid;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    grid-template-columns: 3fr 3fr 1fr;
}

.search-schema-editor + .loading {
    padding: 10px 20px;
    font-size: 17px;
    color: #5b5b5b;
}

.saved-schemas {
    margin-top: 5px;
}

i.jstree-icon {
    color: #082440;
}

.jstree-default .jstree-search {
    font-style: normal !important;
    color: var(--color-xagio-orange) !important;
    font-weight: 500 !important;
}



/* Schema Editor */

span.noty_text {
    display: block;
}

.schema-render .modal-body {
    padding: 0;
}

pre#renderedSchema {
    padding: 0;
    margin: 0;
}

select#version {
    font-size: 14px;
    border: 0;
}

.no-schemas {
    color: var(--color-xagio-dark-gray);
    border-radius: 10px;
    background: var(--color-xagio-white-primary);
    padding: 20px;
    font-size: 13px;
}

p.modal-info {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
    position: relative;
}

.modal-info i {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 14px;
}

input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    width: 18px;
    min-width: 18px;
    outline: 0;
    padding: 0 !important;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    font-family: "Font Awesome 5 Pro", serif;
}

.modal-switcher {
    position: relative;
}

.modal-switcher .modal-body {
    display: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px;
}

.modal-switcher .modal-body.modal-switcher-active {
    display: block;
}

.modal-switcher-buttons button {
    font-size: 13px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

button.modal-switcher-active {
    background: #f1f1f1;
}

.modal-switcher-buttons button.btn {
    font-size: 16px !important;
    padding: 11px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 500;
}

.box-title-upload {
    position: relative;
    overflow: hidden;
}

.box-title-upload input[type="file"] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload-files {
    padding: 0 13px 5px;
}

span.fileUpload-size {
    font-size: 13px;
    font-family: monospace;
    color: #a0a0a0;
}

label.fileUpload-name {
    font-size: 15px;
}

.fileUpload-file {
    background: white;
    padding: 6px;
    margin-bottom: 5px;
    border: 1px solid #dedede;
}

.table th {
    background: white;
}


.box-settings {
    background: rgb(26, 121, 188);
    height: 100px;
    box-shadow: 1px 1px 2px #dddddd;
    border: 1px solid #dddddd;
    padding: 20px;
    cursor: pointer;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-settings p.box-title {
    font-weight: 700;
    color: white;
    font-size: 27px;
    margin-bottom: 0;
}

.box-settings small.box-help {
    font-size: 14px;
    display: block;
    padding-left: 22px;
    color: white;
}

.box-panel {
    background: #ffffff;
    margin-bottom: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 15px 40px -30px #565656;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
}

.box-panel-white {
    background: white;
    margin-bottom: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 2px #dddddd;
    padding: 15px 25px 15px 25px;
    font-size: 14px;
}

/*.box-panel.box-panel-small-padding {*/
/*    padding: 5px;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/

.box-panel.box-panel-no-padding {
    padding: 0;
}

/*.file-container tr > td:nth-child(2),*/
/*.file-container tr > th:nth-child(2) {*/
/*    max-width: 200px;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    width: 1200px;*/
/*}*/

/*.file-container tr > td:nth-child(2) {*/
/*    font-weight: 700;*/
/*    font-size: 13px;*/
/*    width: 210px;*/
/*}*/

/*.file-container tr > td:nth-child(3) {*/
/*    font-family: monospace;*/
/*    font-weight: 700;*/
/*    font-size: 15px;*/
/*}*/

.search-uploaded + .file-container {
    margin-top: 15px;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

/*Modal Black*/
.modal.modal-black .modal-body {
    padding: 0;
    background: black;
}

.modal.modal-black .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: black;
    color: white;
}

.modal.modal-black .close {
    color: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal.modal-black .modal-footer {
    background: black;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.modal.modal-black .modal-footer .btn-default {
    background: black;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
}



.box-ps {
    background: #ffffff;
    min-height: 153px;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    word-wrap: break-word;
    position: relative;
}

.box-ps.box-ps-small {
    background: rgb(92, 204, 183);
    height: 67px;
    box-shadow: 1px 1px 2px #dddddd;
    border: 1px solid #dddddd;
    padding: 12px;
    cursor: pointer;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-ps p.box-title {
    font-weight: 700;
    color: #082440;
    font-size: 27px;
    margin-bottom: 0;
}

.box-ps small.box-help {
    font-size: 14px;
    display: block;
    color: #ffffff;
}

.box-ps.box-ps-small p.box-title {
    font-weight: 700;
    color: white;
    font-size: 21px;
    margin-bottom: 0;
}

.box-ps.box-ps-small small.box-help {
    font-size: 11px;
    display: block;
    padding-left: 22px;
    color: white;
}

.tooltip {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.sweet-alert .sa-input-error {
    top: 23px;
    right: 13px;
}

li.dropdown.user {
    z-index: 999;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

li.dropdown.user i {
    transition: all 0.3s ease;
}

li.dropdown.user.open i {
    transform: rotate(180deg);
}

li.user .dropdown-toggle {
    display: flex;
    gap: 9px;
    align-items: center;
}

li.user .dropdown-toggle .user-name {
    color: var(--color-xagio-dark-gray);
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 500;
}

li.user .dropdown-toggle .user-role {
    color: #726fff;
    margin: 0;
    font-size: 12px;
}

.navbar-nav > li > .dropdown-menu:after {
    display: none !important;
}

.dropdown .dropdown-toggle#dropdownMenuButton::after {
    position: relative;
    top: 6px;
}

a#dropdownMenuButton:hover {
    text-decoration: none;
}

a#dropdownMenuButton i {
    transform: none !important;
}

.navbar {
    display: block !important;
    justify-content: space-between !important;
    padding: 0 !important;
    position: fixed !important;
    width: 100%;
    background: white;
    z-index: 20;
}

.navbar-page-title {
    font-size: 24px !important;
    margin: 0;
    color: var(--color-xagio-dark-gray);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.navbar-page-title span {
    border-radius: 100vh !important;
    padding: 10px 20px;
    display: grid;
    place-items: center;
    background: var(--color-xagio-blue);
    color: var(--color-xagio-white);
    font-size: 12px;
}

.nav.navbar-nav.pull-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--xagio-main-padding-outside);
}


.htmlMenu.bottom-left::before {
    content: "\A";
    border-style: solid;
    border-width: 0 13px 15px 13px;
    border-color: transparent transparent #333333 transparent;
    position: absolute;
    right: 3px;
    top: -15px;
    display: none;
}

.htmlMenu * {
    z-index: 999999;
}

.htmlMenu > * {
    position: relative;
    z-index: 999999;
}

.templates {
    display: none;
}

li.role {
    color: #a5a5a5;
    padding-left: 13px;
    font-size: 13px;
    margin-bottom: 25px;
}

li.name {
    font-weight: bold;
    font-size: 17px;
    color: #1a1f36;
    padding-left: 13px;
    margin-top: 10px;
}

.flex-parent {
    display: flex;
    flex-direction: column;
}

.flex {
    flex: 1;
}

.modal-body-no-padding th:first-child, .modal-body-no-padding td:first-child {
    padding-left: 20px;
}

.modal-body-no-padding th:last-child, .modal-body-no-padding td:last-child {
    padding-right: 20px;
}

.bold {
    font-weight: 700;
}

.close-upload-status-modal {
    font-size: 40px !important;
    margin-top: -15px !important;
}


/*notifications*/

.notifications-icon {
    position: relative;
}

.notifications-icon span {
    position: absolute;
    right: -10px;
    top: -7px;
    font-size: 12px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    background: var(--color-xagio-red);
    color: var(--color-xagio-white);
}

a.notifications-open.open {
    color: var(--color-xagio-blue) !important;
}

.notification {
    background: var(--color-xagio-white);
    padding: 20px;
    transition: all 0.4s ease;
    border-radius: 10px;
    position: relative;
}

.notification-icon {
    font-size: 35px;
}

.notification-date {
    font-weight: 500;
    font-family: monospace;
    letter-spacing: -1px;
    font-size: 12px;
}

.notification-msg-count {
    cursor: help;
    font-size: 12px;
}

.notification-msg-count i {
    font-size: 12px;
}

.notification-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-xagio-gray);
}

.notification-title a,
.notification-title a:hover {
    color: var(--color-xagio-blue) !important;
}

p.notification-message {
    font-size: 12px;
    color: var(--color-xagio-gray);
    margin: 10px 0 20px;
}

.notification.notification-error {
    color: var(--color-xagio-red);
}

.notification.notification-warning {
    color: var(--color-xagio-yellow);
}

.notification.notification-success {
    color: var(--color-xagio-green);
}

.group-notifications-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    color: var(--color-xagio-gray);
}

.notifications {
    position: fixed;
    right: -460px;
    top: 85px;
    bottom: 0;
    overflow-y: auto;
    z-index: 99999;
    background: var(--color-xagio-white);
    padding: 0;
    width: 0;
    overflow-x: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}

.notifications.open {
    top: 85px;
    bottom: 0;
    right: 0;
    width: 460px;
    padding: 20px;
    border-radius: 10px;
    overflow-x: hidden;
    min-height: 100vh;
    z-index: 12;
    opacity: 1;
}

.notification-loading {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: var(--color-xagio-gray);
    background: var(--color-xagio-white-primary);
    padding: 20px;
    border-radius: 10px;
}

.notifications-count {
    font-size: 17px;
}

.notifications-count:not([data-number=""]):after {
    content: attr(data-number);
    position: absolute;
    top: 10px;
    font-size: 12px;
    right: 3px;
    border-radius: 50%;
    background: red;
    width: 16px;
    height: 16px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    color: white;
    line-height: 17px;
    transition: all 0.3s;
}


.notifications-container .notification-tab {
    background: var(--color-xagio-white-primary);
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
}

.notification-tab .notification-group-title {
    min-width: 400px;
    color: var(--color-xagio-gray);
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.2;
}

.group-notifications-count {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    color: var(--color-xagio-blue);
}

.notifications-container.notification-tab:last-child {
    margin-bottom: 0;
}

.notifications > div:first-child + .notification {
    border-top-right-radius: 10px;
}

.notifications-count:hover:not([data-number=""]):after {
    background: rgb(165, 0, 0);
}

i.fa.fa-comment.notifications-count {
    font-size: 20px;
}

.notification-unread {
    background: #bdd1ff;
}

.notification-main-title {
    display: block;
    font-weight: 500;
    color: var(--color-xagio-gray);
    font-size: 22px;
    margin: 0;
}

span.notification-remove {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 17px;
    color: var(--color-xagio-red);
    cursor: pointer;
    text-align: right;
}

span.notification-remove:hover {
    color: var(--color-xagio-dark-red);
}

.notification-removing {
    transition: none !important;
}

span.panel-minimize-button {
    display: inline-block;
    float: right;
    height: 25px;
    width: 25px;
    text-align: right;
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
}

.panel-minimize .panel-body {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.7s;
    padding: 0 10px;
}

.panel .table {
    margin-bottom: 0;
}

.modal-header-success {
    color: #fff;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-warning {
    color: #fff;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-danger {
    color: #fff;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-info {
    color: #fff;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-primary {
    color: #fff;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

img.zaxaa-instructions {
    width: 100%;
}

span.checkout-email {
    display: block;
    text-align: center;
    font-size: 24px;
    background: #428bca;
    color: white;
    border-radius: 4px;
}

ul.features {
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

ul.features li {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 5px;
}

ul.features li:first-child {
    border-bottom-width: 0;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}

ul.features li:last-child {
    border-bottom: 0;
}

h4.steps {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 25px;
    border-bottom: 3px solid #888888;
    padding-bottom: 7px;
    font-size: 21px;
    padding-left: 15px;
    font-weight: 700;
}

.highlight-package {
    padding: 10px;
    background: #404040;
    border-radius: 4px 4px 0 0;
    border-bottom: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: white;
}

.highlight-package-second {
    padding: 10px;
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: #f1f1f1;
}

span.pull-right.pricing {
    font-size: 14px;
    margin-top: 2px;
    color: #428bca;
    font-weight: 700;
    padding-right: 7px;
}

p.explanation {
    padding: 8px;
    text-align: center;
    font-weight: 700;
    color: #a20000;
}

/*.property .data-type:empty {*/
/*    height: 15px;*/
/*    background: #cbcbcb;*/
/*    border-radius: 10px;*/
/*}*/

.img-responsive.center {
    margin-left: auto;
    margin-right: auto;
}

.debug-box {
    height: 300px;
    background: white;
    border-radius: 0;
    border: 5px solid black;
}

#map-container {
    height: 300px;
}

.google-lat, .google-lon {
    font-family: monospace
}

.box-ps-title-text {
    position: relative;
    top: -55px;
    right: -105px;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    font-family: monospace;
    font-size: 15px;
    color: #a7acbc;
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 10px;
    position: absolute;
    width: 300px;
    z-index: 99999;
    border: 1px solid #cfcfd2;
}

a.navbar-name {
    text-decoration: none;
    text-transform: capitalize;
    cursor: default;
}

a.navbar-name:hover {
    color: black;
    text-decoration: none;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: black;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-left: 10px;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: #ffffff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */

.bigdrop {
    width: 300px !important;
    border-bottom: 2px solid #a9aaa9 !important;
    border-bottom-right-radius: 5px !important;
}

.shopModal .modal-header {
    background: rgb(26, 121, 188);
    color: white;
}

.shopModal .modal-title {
    font-size: 22px;
}

.shopModal .modal-title small {
    color: white;
    opacity: 0.8;
}

.shopModal button.close {
    font-size: 35px;
    line-height: 29px;
}

.shop-icon {
    height: 80px;
    background: #619cc5 no-repeat left;
    border-radius: 5px;
}

.shop-package {
    min-height: 189px;
    padding: 15px;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
    border-bottom: 8px solid #1a79bc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: white;
    position: relative;
}

h2.shop-title {
    padding: 6px 63px 0 135px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.shop-values {
    padding-top: 6px;
}

p.shop-small-description {
    font-size: 15px;
    padding-left: 8px;
    padding-top: 19px;
}

a.shop-select-package, a.shop-leave-package, a.shop-confirm-package {
    display: block;
    font-size: 40px;
    position: absolute;
    bottom: 0;
}

a.shop-confirm-package {
    color: green;
}

a.shop-select-package, a.shop-confirm-package {
    right: 14px;
}

a.shop-confirm-package:hover {
    color: #0cda0c;
}

a.shop-leave-package {
    left: 14px;
}

h4.shop-title-small {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px 0;
    color: #505050;
}

p.shop-description {
    background: #619cc4;
    color: white;
    padding: 11px;
    border-radius: 5px;
}

.shop-input {
    position: relative;
    width: 200px;
    margin: auto;
    padding-top: 13px;
}

input.shop-quantity {
    width: 100%;
    font-size: 22px;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    color: #000000;
    outline: none;
}

span.arrow-up, span.arrow-down {
    position: absolute;
    height: 33px;
    line-height: 35px;
    background: #619cc4;
    color: white;
    border: 1px solid #1a79bc;
    width: 30px;
    text-align: center;
    cursor: pointer;
    top: 18px;
}

span.arrow-up:hover, span.arrow-down:hover {
    background: #5079a0;
}

span.arrow-up {
    right: 0;
}

span.arrow-down {
    left: 0;
}

.arrow-up .fa, .arrow-down .fa {
    font-size: 20px !important;
}

span.shop-unit-price {
    font-weight: 700;
    font-size: 15px;
    color: #1a79bc;
}

label.shop-quantity-label {
    width: 100%;
}

.shop-total {
    width: 250px;
    margin: auto;
    text-align: center;
}

.shop-total h5.value {
    margin: 11px 0 0 0;
    font-weight: 700;
}

.shop-total h5.value span {
    color: #247524;
}

select.shop-period {
    float: right;
    border: 0;
    border-radius: 0;
    margin-top: 2px;
}

span.shop-package-name {
    font-size: 23px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

span.shop-package-quantity {
    font-size: 34px;
}

span.shop-package-charged-notification {
    font-size: 17px;
    font-weight: 700;
}

span.shop-package-charged-value {
    font-size: 19px;
    color: green;
}

input.shop-pay-by {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    margin-left: 25px !important;
}

span.shop-package-pay-by {
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}

span.shop-package-notice {
    display: block;
    margin-top: 18px;
    text-align: left;
    padding: 0 35px;
    font-size: 12px;
}

.payment_processor {
    font-size: 24px !important;
    color: #1a79bc;
}

.table-orders td, .table-orders-log td, .table-billing-logs td {
    font-size: 13px;
}

a.manage-orders {
    display: block;
    font-size: 11px;
}

span.block {
    background: #989998;
    padding: 5px;
    color: white;
    border-radius: 4px;
    display: block;
    width: 40px;
    height: 25px;
    text-align: center;
    line-height: 15px;
}

.collapser {
    cursor: pointer;
}

i.collapser-icon {
    display: block;
    float: right;
    margin-right: 11px;
    font-size: 21px;
    line-height: 20px;
}

.shop-price {
    font-size: 15px;
}

.free-trial-notice-container {
    border-width: 14px 18px 43px 14px !important;
    border-color: transparent transparent #ffffff transparent !important;
    margin-left: 1px;
    border-style: solid;
    height: 0;
    background: 0 !important;
    transition: all 0.4s;
    backface-visibility: hidden;
}

#navbar .nav > li > span.free-trial-notice {
    padding: 3px 10px 17px 10px;
    color: #24303b;
    line-height: 20px;
    position: relative;
    display: block;
    cursor: help;
}

span.free-trial-notice.not-running::after {
    content: "ACTIVATE";
    position: absolute;
    cursor: pointer;
    bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 15px 0px 0px;
    font-size: 13px;
    color: #ff0000;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}

.free-trial-expired::after {
    content: 'EXPIRED';
    position: absolute;
    bottom: 3px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 15px 0px 0px;
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    left: 20px;
}

.free-trial-counter::after {
    content: attr(data-counter);
    position: absolute;
    bottom: 3px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 15px 0px 0px;
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    left: 20px;
}

.upgrade-account > i {
    color: red;
}

.box-ps.box-ps-single {
    margin-bottom: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 94px !important;
    box-shadow: 0 2px 2px #dddddd;
}

.nav-sticky-buttons > li {
    border-width: 22px 8px 40px 8px;
    border-color: white;
    border-style: solid;
    height: 0;
    background: 0 !important;
    backface-visibility: hidden;
    border-left: 1px solid #f1f1f1;
    width: 70px;
    padding-left: 20px;
}

.nav-sticky-buttons > li:hover {
    transform: scale(1.03);
    border-color: #e9e9e9;
}

.nav-sticky-buttons > li > a {
    color: #575757 !important;
    padding: 2px 10px !important;
    width: 30px;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s all;
}

.nav-sticky-buttons > li > a > i {
    display: inline-block;
    margin-right: 12px;
    transition: 0.3s margin-right;
}

.nav-sticky-buttons > li > a:hover {
    color: black !important;
    width: 180px;
}

.nav-sticky-buttons > li > a:hover > i {
    margin-right: 5px;
}

.hide_show_password {
    position: relative;
    float: right;
    top: -24px;
    left: -10px;
    cursor: pointer;
}

/*.table-actions-input {*/
/*    height: 33px !important;*/
/*    padding: 5px !important;*/
/*    width: auto !important;*/
/*    display: inline-block !important;*/
/*}*/

.dataTables_processing {
    background: #ffffff6b;
    color: black;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    clear: both;
    width: 100%;
    border: 0 !important;
}

.modal-body-overflow {
    max-height: 450px;
    overflow: auto;
}

i.user-email {
    font-size: 21px;
    margin-top: 7px;
    display: inline-block;
}

/*table.dataTable thead th, table.dataTable thead td,*/
/*table.dataTable tfoot th, table.dataTable tfoot td {*/
/*    padding: 8px 10px !important;*/
/*}*/

h4.membership-upgrade-box-title {
    padding: 16px;
    margin: 0;
    background: #e6e6e6;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--color-xagio-gray-3);
    border-bottom: 4px solid #d2d2d2;
}

.membership-upgrade-box {
    padding: 10px;
    background: #565656;
    color: white;
    font-family: 'Outfit', sans-serif;
}

.membership-upgrade-box-price.integrated {
    text-align: center;
    font-size: 38px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.membership-upgrade-box-price.integrated small {
    display: block;
    font-size: 14px;
    color: #9e9e9e;
}

.membership-upgrade-box-feature {
    font-size: 12px;
    color: #cccccc;
    text-align: center;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid;
}

.membership-upgrade-box-feature.first {
    border-top: 0;
    margin: 0;
}

.membership-upgrade-box-feature b {
    color: white;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}

.membership-upgrade-box-buy-button.zaxaa {
    text-align: center;
    border-top: 1px solid #cccccc;
    margin-top: 9px;
    background: white;
    border-radius: 5px;
}

.alert.alert-danger.zaxaa-info {
    font-family: 'Outfit', sans-serif;
}

.membership-upgrade-box-select-billing {
    padding: 3px 20px;
    margin-top: 6px;
    text-align: center;
}

.membership-upgrade-box-select-billing select.select-billing {
    color: black;
    background: white;
    font-size: 11px;
}

.membership-upgrade-box-buy-button.integrated {
    margin-top: 10px;
    padding: 0 30px;
}

.membership-upgrade-box-buy-button.integrated a.btn {
    width: 100%;
    font-size: 22px;
    padding: 12px 12px;
}

h4.membership-upgrade-box-title.primary {
    background: #1a79bc;
    border-color: #115e94;
    color: white;
}

h4.membership-upgrade-box-title.warning {
    background: #f0ad4e;
    border-color: #9c6f30;
    color: white;
}

h4.membership-upgrade-box-title.popular::after {
    content: "Popular";
    background: #07b514;
    width: 62px;
    display: block;
    position: absolute;
    font-size: 12px;
    font-weight: 100;
    top: 8px;
    right: 4px;
    text-align: center;
    transform: rotate(34deg);
    padding: 3px 0;
    border-radius: 10px;
}

h4.membership-upgrade-box-title.primary.hot::after {
    content: "HOT";
    background: red;
    width: 43px;
    display: block;
    position: absolute;
    font-size: 10px;
    font-weight: 100;
    top: 3px;
    right: 7px;
    text-align: center;
    transform: rotate(34deg);
    padding: 3px 0;
    border-radius: 10px;
}

.membership-upgrade-box-price.integrated small.evensmaller {
    font-size: 11px;
}

.membership-upgrade-box-price.integrated small.evensmaller b {
    font-size: 12px;
    color: white;
}


#sidebar ul#dock li.launcher.disabled i {
    color: #e9e9e9 !important;
}

ul.tabr li {
    padding: 14px 30px;
    cursor: pointer;
    background: var(--color-xagio-white-primary);
    color: var(--color-xagio-black);
    transition: all 0.3s;
    text-align: center;
    border-radius: 10px;
}

ul.tabr li.tabr-active {
    background: var(--color-xagio-blue);
    color: var(--color-xagio-white);
}

ul.tabr {
    position: relative;
    margin-bottom: 0;
}

html {
    font-size: 100% !important;
}

a {
    text-decoration: none !important;
}

.free-trial-expired .hide-on-expire {
    display: none;
}

.form-box input {
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition: 0.2s ease-in-out;
}

.form-box input:focus {
    outline: 0;
    background: #eee;
}

.form-box input[type="text"] {
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
}

.form-box input[type="password"] {
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login {
    margin-top: 15px;
    padding: 10px 20px;
}

.free-trial-expired div.tab-pane#schemas:after,
.free-trial-not-started div.tab-pane#schemas:after {
    content: "Upgrade your Account";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 44px 16px 0 16px;
    background: #1b1b1b57;
    border: 5px solid #2c3e4f;
    font-size: 61px;
    text-align: center;
    line-height: 325px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.membership-upgrade-box-info {
    padding-top: 5px;
    background: #252525;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 19px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.membership-upgrade-box-info > p {
    margin: 0;
}

.btn-large {
    padding: 10px 50px;
    height: 64px;
    font-size: 25px;
}

.htmlMenuContainer {
    display: inline-block;
    position: relative;
}

.one_time_anno_info {
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.one_time_anno_content {
    padding: 20px;
}

.one_time_anno_published small {
    font-size: 14px;
    color: #b5b5b5;
}


/*on-off button on schema */
.btn-showhide {
    float: right;
    margin-right: 17px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #1a79bc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
}

.render-json {
    height: 0px;
    opacity: 0;
}

.schema-render-copy .fa-copy {
    margin-right: 5px;
}

a.btn-shopping {
    width: 95px !important;
}

.btn-alternative {
    background: #00885c;
    color: white;
    border: 1px solid #383838;
}

.btn-alternative:hover, .btn-alternative:focus {
    background: #006b3e;
    color: white !important;
}

.btn-save-changes {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 400px !important;
    font-size: 20px !important;
    padding: 9px !important;
    margin-top: 24px !important;
}

.float-right {
    float: right;
}

.upgrade-account-container {
    position: absolute;
    top: 20px;
    right: 13%;
    float: right;
}

.modal.fade:not(.show) {
    background: rgba(0, 0, 0, 0.60) !important;
    opacity: unset !important;
}

.modal-header button.close {
    font-size: 31px !important;
    margin-top: -10px !important;
    margin-right: -6px !important;
}

@media screen and (max-width: 1170px) {
    .btn.btn-primary.upgrade-account {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .modal-xxl {
        width: 70% !important;
    }
}

.modal-xxl {
    max-width: 900px;
}

.modal-xxl {
    max-width: 70% !important;
}

.btn-cancel-tutorials {
    border-radius: 5px;
    padding: 9px 20px;
    background: #082440;
    color: #ffffff;
    font-size: 15px !important;
    border: 0;
    box-shadow: 0 2px 2px #dddddd;
    height: 46px;
    margin: 0 5px;
}

.schema-editor h5 {
    padding: 15px 25px 0 25px;
    font-weight: 700;
    color: #596979;
    font-size: 20px !important;
}

.jstree-default .jstree-anchor {
    font-size: 16px;
}

.schema-properties-search-container {
    position: relative !important;
}

.grid-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 2rem;
}

.grid-split > div {
    display: grid;
    grid-template-columns: 20fr 1fr 1fr;
    gap: 5px;
}

.grid-split > div + div {
    display: flex;
    justify-content: flex-end;
}

input.schema-properties-search.form-control {
    border: 0;
    box-shadow: 0 1px 1px 1px rgb(115 121 130 / 13%);
    border-radius: 5px;
    padding: 10px 15px 10px 45px;
}

.schema-properties-search-container i.fa.fa-search {
    position: absolute;
    top: 8px;
    font-size: 25px;
    left: 11px;
    color: #909090;
}

.noty_message {
    padding: 0 !important;
}

.new-notification-holder {
    display: flex;
    justify-content: flex-start;
}

.new-logo-holder {
    padding: 10px 9px;
    align-self: center;
}

.noty-logo {
    width: 46px;
}

.new-noty-text {
    align-self: center;
    border-left: 1px solid #c8c8c8;
    padding: 20px 9px;
    font-weight: normal;
}

.new-noty-title {
    font-size: 16px;
    align-self: baseline;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 700;
}

#noty_bottomRight_layout_container > li {
    border-radius: 5px !important;
    box-shadow: 0 2px 0 #dddddd !important;
    border: none !important;
}

.noty_type_success .new-noty-text {
    border-color: #83b883;
}

.noty_type_warning .new-noty-text {
    border-color: #c6b375;
}

.noty_type_error .new-noty-text {
    color: #4d2828;
    border-color: #b45b5b;
}

.noty_bar.noty_type_success {
    background: #a2f1b4;
    border: 1px solid #1caf76;
    border-radius: 5px;
}

.noty_bar.noty_type_warning {
    background: #fff6af;
    border: 1px solid #dda662;
    border-radius: 5px;
}

.noty_bar.noty_type_error {
    background: #ffcece;
    border: 1px solid #b66980;
    border-radius: 5px;
}

.p-2.menu-sidebar.d-none.d-lg-block {
    padding-left: 0 !important;
}

li.launcher.disabled {
    opacity: 0.3;
    color: #c3c3c3 !important;
}

.blocked-feature {
    display: none;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content {
    background: white;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: var(--color-xagio-gray-3);
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #201b9e;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #201b9e;
    color: #201b9e;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #0600de rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1f1b9e;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #201b9e;
    color: #fff;
}

#generic_price_table {
    font-family: 'Outfit', sans-serif;
}


/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;

}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 8px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

#generic_price_table_home {
    font-family: 'Outfit', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li + li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;

}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

h5 {
    font-size: 17px !important;
}

ul li.tag {
    transition: none;
    padding: 10px 50px 10px 25px;
    font-size: 12px;
    margin: 0 0 10px;
    -webkit-column-break-inside: avoid;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 100vh;
    cursor: pointer;
    font-weight: 500;
}

li.tag i {
    position: absolute;
    top: 11px;
    right: 16px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s;
    float: right;
}

li.tag i.fa-times,
li.tag i.fa-check,
li.tag i.fa-times:hover,
li.tag i.fa-check:hover {
    color: var(--color-xagio-black);
}

.margin-remove {
    margin: 0 !important;
}

li.tag i.fa.fa-edit, li.tag i.fa.fa-refresh {
    right: 33px;
    top: 11px;
}

li.tag i:hover {
    /*filter: invert(100%);*/
}

.logo-license img {
    max-width: 340px;
    margin: 0;
}

.form-group.license-group {
    position: relative;
}

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

a {
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}


img.xagio-version {
    max-width: 27px;
}

a.btn.btn-primary.start-trial-new {
    padding: 23px 25px 12px 111px !important;
    height: 85px !important;
    font-size: 25px !important;
    margin-top: 50px !important;
    background: white !important;
    border: 1px solid #d4d4d4 !important;
    color: #2925b0 !important;
    position: relative !important;
    display: inline-block !important;
    border-radius: 5px !important;
    box-shadow: 0 1px 3px #dddddd !important;
}

a.btn.btn-primary.btn-small.start-trial-new {
    margin-top: 3px !important;
    margin-right: 20px;
    padding: 13px 20px 0px 68px !important;
    font-size: 18px !important;
    height: 50px !important;
}

.start-trial-new img {
    width: 56px;
    display: inline-block;
    position: absolute;
    background: #f3f3f3;
    top: 0;
    left: 0;
    padding: 17px;
    box-sizing: content-box;
    border-right: 1px solid #d8d8d8;
    border-radius: 5px
}

.btn-small.start-trial-new img {
    max-width: 32px;
    padding: 10px;
}

a.btn.btn-primary.btn-small.start-trial-new.upgrade-account.free-trial-counter,
a.btn.btn-primary.btn-small.start-trial-new.upgrade-account.free-trial-expired {
    padding-top: 5px !important;
    font-size: 15px !important;
}

h3.or {
    margin-top: 50px;
    font-size: 31px;
    font-weight: 700;
}

a.btn.btn-primary.btn-large.start-trial-new.learn-more {
    padding: 23px 43px 12px 50px !important;
}


.tag.red, option[value="red"] {
    background: #c13f3f;
    color: white;
}

.tag.blue, option[value="blue"] {
    background: #3f79c1;
    color: white;
}

.tag.purple, option[value="purple"] {
    background: #a157bf;
    color: white;
}

.tag.orange, option[value="orange"] {
    background: #f39545;
    color: black;
}

.tag.lime, option[value="lime"] {
    background: #22ff47;
    color: black;
}

.tag.green, option[value="green"] {
    background: #379e24;
    color: white;
}

.tag.white, option[value="white"] {
    background: #ffffff;
    color: #0a0a0a;
}

.tag.darkcyan, option[value="darkcyan"] {
    background: darkcyan;
    color: #ffffff;
}

.tag.aquamarine, option[value="aquamarine"] {
    background: aquamarine;
    color: #000000;
}

.tag.yellow, option[value="yellow"] {
    background: yellow;
    color: #000000;
}

.tag.white, option[value="white"] {
    background: #ffffff;
    color: #000000;
}

.tag.black, option[value="black"] {
    background: #000000;
    color: #ffffff;
}

.tag.fire {
    background: #fe8c00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fe8c00, #f83600); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fe8c00, #f83600); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.tag.purpleman {
    background: #9D50BB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #9D50BB, #6E48AA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #9D50BB, #6E48AA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.juicy {
    background: #ADD100; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ADD100, #7B920A); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ADD100, #7B920A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.flower {
    background: #FBD3E9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #FBD3E9, #BB377D); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #FBD3E9, #BB377D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.space {
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #000000, #53346D); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #000000, #53346D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.nebula {
    background: #870000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #870000, #190A05); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #870000, #190A05); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.beautiful {
    background: #00d2ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00d2ff, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}

.tag.notag {
    background: #fff72f;
    color: var(--color-xagio-black);
    font-weight: 500;
}

.tag.noindex {
    background: #af0608;
    color: var(--color-xagio-white);
    font-weight: 500;
}

.tag.disab {
    background: #ff0009;
    color: var(--color-xagio-white);
    font-weight: 500;
}

.form-control-inline {
    display: inline-block !important;
    width: auto !important;
}

.modal-footer .btn.btn-link, .modal-footer .btn.btn-default {
    background: white !important;
    border: 1px solid #1385ff !important;
    color: #007bff !important;
}

.modal-footer .btn.btn-link:hover, .modal-footer .btn.btn-default:hover {
    background: white !important;
    border: 1px solid #0153a8 !important;
    color: #0153a8 !important;
}

.modal-footer .btn {
    border-radius: 5px;
    padding: 11px 24px;
    background: #0084e3;
    color: #ffffff;
    font-size: 15px !important;
    border: 1px solid #0084e3;
    margin-left: 10px;
}

.showTutorial {
    position: relative;
}

.showTutorial button.close {
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 9999;
    background: red !important;
    width: 32px;
    height: 22px;
    text-shadow: 0 0 BLACK;
    color: white;
    border-radius: 5px;
}

.showTutorial .modal-content {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.showTutorial .carousel-indicators {
    bottom: -35px !important;
}

.showTutorial .carousel-indicators li {
    width: 20px !important;
    height: 20px !important;;
    border-radius: 50px !important;
    border: 0 !important;
    margin-right: 10px !important;;
    margin-left: 10px !important;;
}


.modal.showTutorial.fade:not(.show) {
    background: rgb(0 0 0 / 92%) !important;
}

button.btn.btn-default.btn-sm.btn-cancel-tutorials {
    box-shadow: none;
    background: white;
    width: 150px;
    position: absolute;
    bottom: -45px;
    right: -6px;
    z-index: 999;
    border: 1px solid #cbcbcb;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

.search-plugins button.btn,
.search-themes button.btn,
.search-uploaded button.btn {
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 15px !important;
}

.clear {
    clear: both;
}

.input-icon {
    position: relative;
}

.input-icon input {
    width: 100%;
}

.input-icon i {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
}

.table > :not(:first-child) {
    border-top: 0 !important;
}

.upload-local {
    position: relative;
}

.btn-link {
    text-decoration: none !important;
}

/*.main.row > div:first-child {*/
/*    padding-left: 0 !important;*/
/*}*/

.main.row > div:first-child + div {
    padding-right: 0 !important;
}

.sidebar-width {
    min-width: 220px;
}

#close-bar {
    margin-left: auto;
}

.uk-clearfix {
    clear: both;
}

iframe.schema-iframe {
    display: block;
    width: 100%;
    overflow: auto;
    height: 600px;
    padding: 20px;
    background: var(--color-xagio-white-primary);
    margin-top: 15px;
    border-radius: 10px;
    resize: vertical;
}

.schema-editor.new .stickyHeader {
    font-weight: 400;
    font-size: 20px !important;
    margin: 0;
}

.schema-editor.new .schema-editor-content-editor {
    box-shadow: none !important;
}

button.btn.btn-primary.btn-large.btn-download-extension {
    font-size: 23px !important;
    height: 78px;
    width: 100%;
    background-image: linear-gradient(rgb(238,132,52),rgb(238,132,52)) !important;
    margin: 15px 0;
}

button.btn.btn-primary.btn-large.btn-download-extension:hover {
    background-image: linear-gradient(rgb(238,132,52),rgb(238,132,52)) !important;
}

.extensionModal .modal-body {
    background-image: linear-gradient(54deg,rgb(16,35,133) 0%,rgb(67,137,249) 100%) !important;
    background-size: auto !important;
    background-position: 0px 0px !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    text-align: center;
}

.xagio-table-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: var(--xagio-gap-large);
    align-items: center;
    gap: var(--xagio-gap-medium);
}
.xagio-table-bottom label, .xagio-table-bottom select, .xagio-table-bottom .dataTables_paginate {
    font-size: 14px !important;
}
.xagio-table-bottom select {
    border: none;
    border-radius: 5px !important;
    background: var(--color-xagio-white-secondary) url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 7px top 45%;
    font-weight: bold;
    background-size: 16px;
}
.xagio-table-bottom select:hover {
    color: #545454;
}
.xagio-table-bottom label {
    display: flex;
    align-items: center;
    gap: 11px;
}

.xagio-table-bottom .dataTables_paginate {
    display: flex;
    gap: 11px;
    align-items: center;
}

.xagio-table-bottom .dataTables_paginate span {
    display: flex;
    align-items: center;
    gap: 11px;
}

.xagio-table-bottom .dataTables_paginate span a {
    border-radius: 50%;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
}

.xagio-table-bottom .dataTables_paginate span a.current {
    color: white;
    text-decoration: none;
    background: #173d64;
}

.xagio-table-bottom .dataTables_paginate .paginate_button:hover {
    text-decoration: none;
}
.xagio-table-bottom .paginate_button {
    color: var(--color-xagio-gray);
}
.xagio-table-bottom .paginate_button.disabled {
    color: #b3b3b3;
    user-select: none;
    cursor: initial;
}

dialog.xagio-modal.xagio-modal-special .xagio-modal-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

dialog.xagio-modal.xagio-modal-special .xagio-modal-body {
    background: var(--color-xagio-dark-blue-gradient);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.xagio-modal .xagio-table-bottom {
    padding-block: var(--xagio-gap-medium);
}

.xagio-table-modal tbody tr:last-child td {
    border-bottom: 1px solid #c4cfdb;
}
table.xagio-table-modal {
    width: 100%;
    border-collapse: collapse;
}

button.xagio-btn-text.xagio-btn-orange.btn-download-extension {
    font-size: 26px;
    padding: 14px 50px;
    margin-bottom: 20px;
    transition: none;
}

dialog#extensionModal .xagio-modal-body {
    text-align: center;
}

h1.h1-ex {
    color: white;
}

h3.h3-ex {
    color: white;
    font-size: 23px;
}

p.h4-ex {
    color: white;
    font-size: 16px;
    font-weight: 200;
}

.modal-dialog.modal-huge {
    max-width: 1080px;
    width: 100% !important;
}

.billingModal .modal-body {
    padding: 0;
}

.billingModal .modal-body iframe {
    width: 100%;
    min-height: 750px;
}

.btn.btn-xagio {
    color: #fff !important;
    background-color: #2f2aea !important;
}

.btn.btn-xagio:hover {
    color: #fff !important;
    background-color: #04008b !important;
}
.uk-modal-dialog.uk-modal-xxl {
    width: min(90%, 1200px);
}

/***************** NEW ******************/

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.xagio-text-danger {
    color: #dc3545 !important;
}

a.xagio-text-danger:hover {
    color: #843534 !important;
}

.xagio-grid-4-columns {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
    gap: 20px;

    @media only screen and (max-width: 1600px) {
        grid-template-columns: repeat(3, calc(33.33% - 13.3px));
    }
    @media only screen and (max-width: 1366px) {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
    @media only screen and (max-width: 992px) {
        grid-template-columns: 100%;
    }
}

.xagio-grid-3-columns {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 13.33px));
    gap: 20px;

    @media only screen and (max-width: 1600px) {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
    @media only screen and (max-width: 1150px) {
        grid-template-columns: 100%;
    }
}

.xagio-grid-2-columns {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
}

.xagio-grid-70-30 {
    display: grid;
    grid-template-columns: calc(70% - 10px) calc(30% - 10px);
    gap: 20px;
}

.xagio-grid-30-70 {
    display: grid;
    grid-template-columns: 30fr 70fr;
    gap: 40px;
}

.xagio-grid-20-80 {
    display: grid;
    grid-template-columns: 20fr 80fr;
    gap: 40px;
}

.xagio-grid-90-10 {
    display: grid;
    grid-template-columns: 90fr 10fr;
    gap: 20px;
}

.xagio-grid-35-65 {
    display: grid;
    grid-template-columns: 35fr 65fr;
    gap: 20px;
}

.xagio-grid-65-35 {
    display: grid;
    grid-template-columns: 65fr 35fr;
    gap: 20px;
}

.xagio-grid-40-60 {
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: 20px;
}

.xagio-column-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.xagio-column-container {
    padding: 20px;
    border-radius: 10px;
    background: var(--color-xagio-white);
}
.xagio-column-container-gray {
    padding: 20px;
    border-radius: 10px;
    background: var(--color-xagio-white-primary);
}

.xagio-column-container-transparent {
    background: transparent;
}

.xagio-column-container-title {
    font-size: 22px;
    color: var(--color-xagio-black);
    margin-bottom: 10px;
    font-weight: 500;
}
.xagio-column-container-paragraph {
    color: var(--color-xagio-dark-gray);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.xagio-column-container-no-data,
.xagio-column-container-loading {
    background: var(--color-xagio-white-primary);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.xagio-column-container-no-data p,
.xagio-column-container-loading p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-xagio-black);
}

.xagio-column-container-no-updates,
.xagio-column-container-loading-updates {
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: var(--color-xagio-black);
}

.xagio-input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.xagio-input-container label {
    font-weight: 500;
    color: var(--color-xagio-dark-gray);
}

.xagio-checkbox-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    width: fit-content;
}

.xagio-checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    border-radius: 5px;
    flex-shrink: 0;
}

.xagio-checkbox-container input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--color-xagio-deep-blue);
}

.xagio-checkbox-container .radio-label {
    font-size: 18px;
}

.margin-none {
    margin: 0 !important;
}

body .gap-5 {
    gap: 5px !important;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.gap-30 {
    gap: 30px;
}
.gap-40 {
    gap: 40px;
}


.width-100 {
    width: 100%;
}

.xagio-modal-form-row {
    display: flex;
    gap: 20px;
}

.xagio-modal-form-row > div {
    flex-grow: 1;
}

.xagio-vertical-middle {
    vertical-align: middle !important;
}

.xagio-fit-content {
    width: fit-content;
}

.xagio-flex-column {
    display: flex;
    flex-direction: column;
}
.xagio-flex-row {
    display: flex;
    flex-direction: row;
}
.xagio-flex-wrap {
    flex-wrap: wrap;
}
.xagio-flex-grow {
    flex-grow: 1;
}
.xagio-flex-no-shrink {
    flex-shrink: 0;
}
.xagio-modal-form-row .xagio-flex-no-grow {
    flex-grow: 0;
}

.xagio-flex-align-self-end {
    align-self: self-end;
}

.xagio-align-center {
    align-items: center;
}
.xagio-align-start {
    align-items: flex-start !important;
}
.xagio-align-end {
    align-items: flex-end !important;
}

.xagio-align-self-start {
    align-self: start;
}

.xagio-space-between {
    justify-content: space-between;
}
.xagio-justify-center {
    justify-content: center;
}
.xagio-justify-end {
    justify-content: flex-end;
}
.xagio-text-align-center {
    text-align: center;
}

.xagio-position-relative {
    position: relative !important;
}

.xagio-btn {
    display: grid;
    place-items: center;
    justify-items: center;
    align-items: center;
    border: none;
    color: var(--color-xagio-white);
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}

a.xagio-btn:hover,
a.xagio-btn:focus {
    color: var(--color-xagio-white) !important;
}

.btn-extra-small {
    width: 28px;
    height: 28px;
    border-radius: 6px;
}
.btn-extra-small i {
    font-size: 12px;
}
.btn-small {
    width: 30px;
    height: 30px;
    border-radius: 7px;
}
.btn-small i {
    font-size: 14px;
}
.btn-medium {
    width: 35px;
    height: 35px;
    border-radius: 10px;
}
.btn-medium i {
    font-size: 20px;
}
.btn-big {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.btn-big i {
    font-size: 17px;
}

.xagio-btn.btn-only-icon {
    color: var(--color-xagio-black);
    background: none;
    transition: background 200ms ease-in;
}

.xagio-btn.btn-only-icon:hover {
    color: black !important;
    background: #1d44761c;
}

.btn-height-30 {
    height: 30px;
}
.btn-height-40 {
    height: 40px;
}

.xagio-btn-text {
    font-size: 13px;
    border-radius: 10px;
    padding: 14px 32px;
    display: inline-flex;
    color: var(--color-xagio-white);
    border: none;
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.xagio-btn-text:focus,
.xagio-btn-text:hover,
.xagio-btn-text a:focus,
.xagio-btn-text a:hover {
    color: var(--color-xagio-white) !important;
}
.xagio-btn-text.btn-outline:hover, .xagio-btn-text.btn-outline:focus {
    color: var(--color-xagio-black) !important;
    background: #e9e9e9;
}

.xagio-btn-orange {
    background: var(--color-xagio-orange-gradient);
    transition: none;
}
.xagio-btn-orange:hover {
    background: var(--color-xagio-orange);
}

.btn-blue {
    background: var(--color-xagio-deep-blue) !important;
}
.btn-blue:hover {
    background: var(--color-xagio-deep-blue-active) !important;
}
.btn-gray {
    background: var(--color-xagio-gray-2);
}
.btn-red {
    background: var(--color-xagio-red);
}
.btn-outline {
    border: 1px solid #8ca2b9;
    color: #545454;
    background: white;
}

.btn-red:hover {
    background: var(--color-xagio-dark-red);
}
.btn-orange {
    background: var(--color-xagio-orange);
}
.xagio-btn-grey {
    background: var(--color-xagio-gray-2);
}
.xagio-btn-grey:hover {
    background: var(--color-xagio-gray-3);
}
.xagio-btn-text[disabled], .xagio-btn[disabled] {
    background: var(--color-xagio-gray-2) !important;
}

.btn-gray:focus-visible,
.btn-blue:focus-visible {
    outline: none;
}

/* CHECKBOXES */
input.xagio-input-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 5px !important;
    margin: 0 !important;
    position: relative;
}

input.xagio-input-checkbox:checked,
input[type="checkbox"]:checked {
    background: var(--color-xagio-deep-blue);
}

input.xagio-input-checkbox:checked::before,
input[type="checkbox"]:checked::before
{
    content: "";
    background-image: url("/assets/icons/check.svg");
    margin: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
}

input.xagio-input-checkbox:focus,
input[type="checkbox"]:focus {
    border-color: var(--color-xagio-deep-blue);
    box-shadow: none;
    outline: 2px solid transparent;
}
.xagio-input-checkbox.xagio-input-checkbox-mini {
    width: 22px;
    height: 20px;
}
.xagio-input-checkbox.xagio-input-checkbox-mini:checked::before {
    width: 20px;
    height: 19px;
    background-size: 15px;
}
/* CHECKBOXES */

textarea.xagio-input-textarea {
    font-size: 13px;
    width: 100%;
    border: none;
    background: var(--color-xagio-white-secondary);
    padding: 12px 25px;
    border-radius: var(--xagio-box-border-radius);
}

.xagio-input-text {
    background: var(--color-xagio-white-secondary);
    padding: 12px 25px;
    font-size: 13px;
    color: var(--color-xagio-dark-gray);
    border: none;
    border-radius: 10px;
    line-height: normal;
    width: 100%;
}

.xagio-input-text-mini {
    background: var(--color-xagio-white-secondary);
    padding: 12px 25px;
    font-size: 13px;
    color: var(--color-xagio-dark-gray);
    border: none;
    border-radius: 10px;
    line-height: normal;
    width: 100%;
}

.xagio-input-text-white {
    background: var(--color-xagio-white);
    padding: 10px 24px;
    font-size: 12px;
    color: var(--color-xagio-dark-gray);
    border: none;
    border-radius: 7px;
}

.xagio-input-text:focus-visible,
.xagio-input-text-mini:focus-visible,
.xagio-input-text-white:focus-visible{
    outline: none;
}

.xagio-select {
    background: var(--color-xagio-white-secondary);
    padding: 10.5px 20px;
    font-size: 12px;
    color: var(--color-xagio-dark-gray);
    border: none;
    border-radius: 7px;
}
.xagio-select:focus-visible {
    outline: none;
}

/* Xagio Alert */
.xagio-alert {
    padding: var(--xagio-gap-medium);
    border: 1px solid;
    border-radius: var(--xagio-box-border-radius);
    color: #545454;
    font-size: var(--xagio-main-info-font-size);
}

.xagio-alert-large {
    padding: var(--xagio-gap-medium) var(--xagio-gap-large);
    font-size: var(--xagio-main-info-font-size);
}

.xagio-alert-large p {
    font-size: var(--xagio-main-info-font-size);
}

.xagio-alert p {
    margin: 0;
}

.xagio-alert.xagio-alert-primary {
    border-color: #0b233f7d;
    background: var(--color-xagio-alert-primary);
}
.xagio-alert.xagio-alert-danger {
    background: #fea3a6;
    border-color: #f43443;
    color: black;
}
.xagio-alert.xagio-alert-ghost {
    background: #f5f7fb;
    border: none;
}
.xagio-alert > i {
    color: #1a4674;
    margin-right: var(--xagio-gap-small);
}
/* Xagio Alert */

.xagio-margin-bottom-small {
    margin-bottom: var(--xagio-gap-small);
}
.xagio-margin-bottom-medium {
    margin-bottom: var(--xagio-gap-medium);
}
.xagio-margin-bottom-large {
    margin-bottom: var(--xagio-gap-large);
}

.xagio-margin-top-small {
    margin-top: var(--xagio-gap-small);
}
.xagio-margin-top-medium {
    margin-top: var(--xagio-gap-medium) !important;
}
.xagio-margin-top-large {
    margin-top: var(--xagio-gap-large);
}
.xagio-margin-top-remove {
    margin-top: 0 !important;
}


.xagio-input-select {
    width: 100%;
    max-width: 100% !important;
    border: none;
    padding: 12px 25px !important;
    border-radius: 10px !important;
    background-position: right 10px top 16px !important;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) !important;
    background-repeat: no-repeat !important;
    background-size: 14px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
}
.xagio-input-select.xagio-input-select-gray {
    background-color: var(--color-xagio-white-secondary) !important;
    color: #646970 !important;
}
.xagio-input-select:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline-color: #efefef;
    color: black !important;
}

/* SELECT 2 STYLING START */

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background: var(--color-xagio-white-secondary) !important;
    border: none !important;
    border-radius: 7px !important;
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--color-xagio-dark-gray) !important;
    font-size: 13px;
    line-height: normal !important;
    font-weight: 500 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: var(--color-xagio-dark-gray) !important;
    padding: 12px 56px 12px 28px !important;
    font-size: 13px;
    line-height: normal !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: var(--color-xagio-dark-gray) !important;
    padding: 11px 28px !important;
    font-size: 12px;
    line-height: 18px !important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 !important;
    padding: 6px 15px !important;
    text-decoration: none !important;
    background: var(--color-xagio-deep-blue) !important;
    color: var(--color-xagio-white) !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    display: flex;
    gap: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--color-xagio-white) !important;
    margin: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto !important;
    top: 0 !important;
    bottom: 0;
    right: 28px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 7px 7px 0 0 !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 0 0 7px 7px !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    border: none !important;
    background: var(--color-xagio-white-secondary) !important;
}

.select2-results__option {
    padding: 6px 28px !important;
    font-size: 12px;
}

.select2-results__options {
    border-radius: 0 0 7px 7px;
}

.select2-dropdown--above .select2-results__options {
    /*box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.175);*/
    border-radius: 7px 7px 0 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--color-xagio-blue) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: var(--color-xagio-blue) !important;
    color: var(--color-xagio-white) !important;
}

.select2-search--dropdown {
    padding: 12px 28px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 7px;
    padding: 6px 28px;
    font-size: 12px;
    color: var(--color-xagio-dark-gray);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none !important;
}

.select2-container--default .select2-selection--multiple {
    display: flex !important;
}

/* SELECT 2 STYLING END */


/** SLIDER **/
.xagio-slider-container, .xagio-checkbox {
    display: flex;
    gap: 12px;
    justify-content: start;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    cursor: pointer;
}
.xagio-slider-container:last-child, .xagio-checkbox:last-child {
    margin-bottom: 0;
}

.xagio-slider-frame {
    width: 50px;
    background: var(--color-xagio-deep-blue);
    padding: 3px 4px;
    border-radius: 100vh;
    border: 1px solid #e9e9e9;
    color: #eceff1;
}

.xagio-slider-frame .xagio-slider-button {
    display: block;
    width: 18px;
    cursor: pointer;
    transition: all 0.6s;
    border-radius: 100%;
    height: 18px;
    background: white;
}

.xagio-slider-frame .xagio-slider-button.on {
    margin-left: 23px;
    background: #ffffff;
}

.xagio-slider-container .xagio-slider-label, .xagio-checkbox label {
    flex-grow: 1;
    margin: 0;
}

.xagio-slider-container > input[value="0"] + .xagio-slider-frame {
    background: #c2c2c2;
}

p.xagio-slider-label {
    font-size: 16px;
    font-weight: 400;
}
/** SLIDER **/

/** DATATABLES **/

.dataTables_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table.dataTable thead th {
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 12px 30px !important;
    color: var(--color-xagio-gray);
    background: var(--color-xagio-white) !important;
}

.table.dataTable thead th:first-of-type {
    padding: 0 0 30px !important;
}
.table.dataTable thead th:last-of-type {
    padding: 0 0 30px !important;
}

.table.dataTable tbody tr:first-of-type td:first-of-type,
.table.dataTable tbody tr:first-of-type td:last-of-type {
    padding: 20px 0 15px 0 !important;
}

.table.dataTable tbody tr:first-of-type td.dataTables_empty:first-of-type {
    padding: 20px 0 !important;
}

.table.dataTable tbody tr:first-of-type td {
    padding: 20px 12px 15px 12px !important;
}

.table.dataTable tbody td {
    padding: 15px 12px !important;
    border: none !important;
}

.table.dataTable tbody td:first-of-type {
    padding: 15px 0 !important;
    font-size: 13px;
    font-weight: 500;
}
.table.dataTable tbody td:last-of-type {
    padding: 15px 0 !important;
}

.table.dataTable,
.table.dataTable thead th,
.table.dataTable thead td {
    border-bottom: 1px solid #f3f3fa !important;
}

table.dataTable tbody tr.selected {
    background-color: unset !important;
}

.sorting::after {
    content: "\f0dc";
    display: inline-block;
    font: normal normal normal 14px / 1 "Font Awesome 6 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}

.sorting_desc::after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 6 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}

.sorting_asc::after {
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 6 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer;
}

/** DATATABLES  **/


/** DATATABLES PAGINATION **/
.dataTables_wrapper .bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dataTables_wrapper .bottom .dataTables_length {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-xagio-gray);
}
.dataTables_wrapper .bottom .dataTables_length label {
    margin: 0;
}

.dataTables_length > label > select {
    border: none;
    margin: 0 10px;
    font-size: 11px;
    border-radius: 5px;
    -webkit-appearance: button;
    background-color: var(--color-xagio-white-secondary);
    height: 36px !important;
    cursor: pointer;
}

.dataTables_length > label > select:focus {
    color: var(--color-xagio-black);
    background-color: var(--color-xagio-white-secondary);
    border: none;
    outline: 0;
    box-shadow: none;
}

.dataTables_paginate {
    margin: 0;
    padding: 0;
}

.dataTables_paginate .pagination {
    margin: 0 !important;
    gap: 10px;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate li {
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_paginate li:hover,
.dataTables_wrapper .dataTables_paginate li:active {
    background: unset !important;
    background-color: unset !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate li a {
    padding: 0;
    border: none !important;
    color: var(--color-xagio-gray) !important;
    height: 36px !important;
    width: 36px !important;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 12px;
    background: var(--color-xagio-white-secondary);
}

.dataTables_paginate li.previous a,
.dataTables_paginate li.next a {
    border: none !important;
    color: var(--color-xagio-gray) !important;
    font-size: 12px;
    height: unset !important;
    width: unset !important;
    background: none !important;
}

.dataTables_paginate li.active a {
    background: var(--color-xagio-dark-blue-gradient);
    color: var(--color-xagio-white) !important;
}

.dataTables_paginate li.disabled a:hover {
    background: var(--color-xagio-white-secondary);;
    color: var(--color-xagio-gray) !important;
}
/** DATATABLES PAGINATION **/


/** XAGIO TABS **/
ul.xagio-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul.xagio-tab li {
    border: none;
    border-radius: 10px;
    background: var(--color-xagio-white);
    color: var(--color-xagio-gray);
    padding: 15px 32px;
    margin: 0;
    transition: 0.3s ease all;
}
ul.xagio-tab li a {
    text-decoration: none;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-xagio-gray);
    transition: 0.3s ease all;
}
ul.xagio-tab li a:focus {
    color: var(--color-xagio-gray) !important;
}
ul.xagio-tab li.xagio-tab-active a:hover,
ul.xagio-tab li.xagio-tab-active a:focus {
    color: var(--color-xagio-white) !important;
}
ul.xagio-tab li.xagio-tab-active {
    background: var(--color-xagio-blue);
}
ul.xagio-tab li.xagio-tab-active a {
    color: var(--color-xagio-white);
}
ul.xagio-tab > li:not(.xagio-tab-active):hover {
    background: var(--color-xagio-blue) !important;
    color: var(--color-xagio-white);
    cursor: pointer;
}
ul.xagio-tab > li:not(.xagio-tab-active):hover a {
    color: var(--color-xagio-white) !important;
}

div.xagio-tab-content-holder > div.xagio-tab-content {
    display: none;
}

ul.xagio-tab.xagio-tab-mini li {
    padding: 14px 32px  !important;
}

ul.xagio-tab.xagio-tab-mini li a {
    font-size: var(--xagio-font-size-16);
}

ul.xagio-tab.xagio-tab-mini {
    margin-top: 0;
}

/** XAGIO TABS **/

#accordion-icon {
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

#accordion-icon.active {
    transform: rotate(-180deg);
}

.xag-allowance {
    margin: 0 20px 0 0;
    display: flex;
    background: rgba(25, 68, 118, 0.07);
    border-radius: 7px;
    align-items: center;
}
.xag-allowance div {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 8px 12px;
    color: var(--color-xagio-black);
    font-size: 15px;
    font-weight: 600;
    cursor: help;
}
.xag-allowance .xags-divider {
    width: 1px;
    background: #c2c2c2;
    display: block;
    height: 20px;
}

img.xags {
    max-width: 22px;
}

#xagsCost {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-xagio-black);
}

#xagsCost div {
    background: rgba(25, 68, 118, 0.07);
    border-radius: 5px;
    padding: 2px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
#xagsCost div span {
    font-weight: 600;
}

.xagio-show-at {
    display: none;
}

svg.hb {
    cursor: pointer;
    width: 50px;
    padding-left: 10px;
    display: none;
}

.sidebar-o .main-page-content {
    filter: blur(2px) brightness(0.7);
}

/* Hide below specific breakpoints */
@media (max-width: 925px) {
    #navbar .navbar-logo-container {
        display: none;
    }

    div#navbar {
        grid-template-columns: 60px 1fr;
    }

    #navbar svg.hb {
        display: block;
    }

    .wrapper-container {
        grid-template-columns: 0 1fr;
    }

    .sidebar-o .wrapper-container {
        grid-template-columns: 258px 1fr;
    }

    .nav.navbar-nav.pull-right {
        padding-left: 0;
    }
    #sidebar {
        display: none;
    }

    .sidebar-o #sidebar {
        display: block;
    }
}

@media (max-width: 465px) {
    .navbar-page-title {
        font-size: 18px !important;
        flex-direction: column;
        align-items: baseline;
        padding-block: 5px;
        gap: 3px;
    }
    .navbar-page-title span {
        font-size: 10px;
    }
    .info-badge {
        padding: 5px 15px;
    }
    li.dropdown.user {
        padding-left: 0;
    }
}


@media (max-width: 586px) {
    .user .img-rounded {
        display: none !important;
    }
}

@media (max-width: 950px) {
    #dropdownMenuButton {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    .xagio-hide-at-990 {
        display: none !important;
    }
}

@media (max-width: 1165px) {
    .xagio-hide-at-1075 {
        display: none !important;
    }
}

@media (max-width: 1230px) {
    .xagio-hide-at-1140 {
        display: none !important;
    }
}

@media (max-width: 1310px) {
    .xagio-hide-at-1220 {
        display: none !important;
    }
}

@media (max-width: 1390px) {
    .xagio-hide-at-1300 {
        display: none !important;
    }
}

@media (max-width: 650px) {
    dialog.xagio-modal[open] {
        min-width: 300px;
        max-width: 95%;
        width: 100%;
    }
}

@media (max-width: 1383px) {
    dialog.xagio-modal.xagio-modal-lg[open] {
        min-width: 300px;
        max-width: 95%;
        width: 100%;
    }
}

/* Show above specific breakpoints */
@media (max-width: 1081px) {
    .xagio-show-at-990 {
        display: block;
    }
}

@media (max-width: 1166px) {
    .xagio-show-at-1075 {
        display: block;
    }
}

@media (max-width: 1231px) {
    .xagio-show-at-1140 {
        display: block;
    }
}

@media (max-width: 1311px) {
    .xagio-show-at-1220 {
        display: block;
    }
}

@media (max-width: 1391px) {
    .xagio-show-at-1300 {
        display: block;
    }
}

.license-modal-text {
    color: white;
    font-size: 20px;
    margin-inline: 150px;
    text-align: center;
    margin-top: 30px;
}

.license-modal-inputs {
    margin-bottom: 60px;
    margin-top: 40px;
}
input#email_license, input#key_license {
    font-size: 15px;
    color: #0b233f;
    cursor: pointer;
    padding: 15px 25px;
    position: relative;
}

/* NEW DESIGN BUTTONS */
.xagio-button {
    display: flex;
    align-items: center;
    gap: var(--xagio-gap-small);
    font-size: var(--xagio-button-font-size);
    color: white;
    padding: 14px 32px;
    border: none;
    border-radius: var(--xagio-box-border-radius) !important;
    font-weight: normal;
}
a.xagio-button {
    transition-duration: 0s;
    padding: 13px 32px;
}
.xagio-button:focus {
    color: white;
}

.xagio-button.xagio-button-primary {
    background: var(--color-xagio-dark-blue-gradient);
}
.xagio-button.xagio-button-outline {
    border: 1px solid #8ca2b9;
    color: #545454;
    background: white;
}
button.xagio-button.xagio-button-outline i {
    color: black;
}
button.xagio-button.xagio-button-outline:hover {
    background: #e9e9e9;
    cursor: pointer;
}

.xagio-button.xagio-button-mini {
    padding: 0;
    height: 30px;
    width: 30px;
    display: grid;
    place-items: center;
    border-radius: 8px !important;
    font-size: 12px !important;
}
.xagio-button.xagio-button-primary.xagio-action-button {
    padding: 0 16px !important;
    height: 44px;
    width: 44px;
    display: grid;
    place-content: center;
}

button.xagio-button.xagio-button-padding-small {
    padding: 9px 17px;
}


.xagio-button.xagio-button-danger {
    background: var(--color-xagio-red);
}

.xagio-button.xagio-button-primary:hover {
    cursor: pointer;
    background: var(--color-xagio-deep-blue) !important;
    color: white;
    text-decoration: none;
}

.xagio-button:disabled {
    cursor: wait !important;
    background: gray !important;
}

.xagio-button:hover:disabled {
    cursor: wait !important;
    background: gray !important;
}

button.xagio-button.xagio-button-small {
    padding: 10px 13px;
    border-radius: 5px;
}

.xagio-button.xagio-button-danger:hover {
    cursor: pointer;
    background: #bd3030 !important;
    color: white;
}

.xagio-button.xagio-button-secondary {
    background: var(--color-xagio-orange-gradient);
}

.xagio-button.xagio-button-secondary:hover {
    background: #FF8138 !important;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.xagio-button.xagio-button-primary.xagio-button-big {
    font-size: 21px;
    width: 100%;
    justify-content: center;
}
.xagio-button.xagio-button-primary.xagio-button-big > i {
    font-size: 21px;
}

.xagio-btn.btn-upgrade {
    padding: 14px 29px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 14px;
    background: linear-gradient(to right, #ffa049, #ef6400);
    align-self: center;
    transition: none;
}
.xagio-btn.btn-upgrade:hover {
    background: #ef6400;
}

.xagio-btn.btn-plan {
    padding: 14px 29px;
    border-radius: 10px;
    font-size: 14px;
    background: linear-gradient(180deg, #e4552f, #ff7319);
    align-self: center;
    transition: none;
}
.xagio-btn.btn-plan:hover {
    background: #ef6400;
}

/* NEW DESIGN BUTTONS */

/* NEW GRID SYSTEM */
.xagio-2-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--xagio-gap-medium);
}
.xagio-2-column-grid-scripts {
    grid-template-columns: 60% auto;
}
.xagio-3-columns {
    display: grid;
    gap: var(--xagio-gap-medium);
    grid-template-columns: repeat(3, 1fr);
}

.xagio-2-column-30-70-grid {
    display: grid;
    grid-template-columns: 30fr 70fr;
    gap: var(--xagio-gap-medium);
}
.xagio-2-column-40-60-grid {
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: var(--xagio-gap-medium);
}
.xagio-2-column-65-35-grid {
    display: grid;
    grid-template-columns: 65fr 35fr;
    gap: var(--xagio-gap-medium);
}
.xagio-2-column-25-75-grid {
    display: grid;
    grid-template-columns: 25% calc(75% - var(--xagio-gap-medium));
    gap: var(--xagio-gap-medium);
}
.xagio-2-column-70-30-grid {
    display: grid;
    grid-template-columns: 70fr 30fr;
    gap: var(--xagio-gap-medium);
}

.xagio-2-column-grid.xagio-gap-large {
    gap: var(--xagio-gap-large);
}

.xagio-2-column-75-25-grid {
    display: grid;
    grid-template-columns: calc(75% - var(--xagio-gap-medium)) 25%;
    gap: var(--xagio-gap-medium);
}

@media (max-width:1150px) {
    .xagio-2-column-grid {
        grid-template-columns: 100%;
    }
    .xagio-2-column-30-70-grid,.xagio-2-column-70-30-grid, .xagio-2-column-25-70-grid, .xagio-2-column-40-60-grid, .xagio-2-column-65-35-grid, .xagio-2-column-75-25-grid {
        grid-template-columns: 100%;
    }
}
@media (max-width:1450px) {
    .xagio-3-columns {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:1200px) {
    .xagio-3-columns {
        grid-template-columns: 100%;
    }
}

/* NEW GRID SYSTEM */

/* NEW FLEX STYLES */
.xagio-flex {
    display: flex;
    align-items: center;
}
.xagio-flex-even-columns {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
 }
.xagio-flex-even-columns > div {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 300px;
}
.xagio-flex-align-top {
    align-items: normal !important;
}

.xagio-flex-gap-small {
    gap: var(--xagio-gap-small);
}
.xagio-flex-gap-medium {
    gap: var(--xagio-gap-medium);
}
.xagio-flex-gap-large {
    gap: var(--xagio-gap-large);
}
.xagio-flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xagio-flex-right {
    display: flex;
    justify-content: right;
}
.xagio-flex-align-center {
    justify-content: center;
}

.modal-audit-cost, .xag-cost-container {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.modal-audit-cost p {
    margin: 0;
    font-size: 18px;
}
/* NEW FLEX STYLES */


/***************** XAGIO UPLOAD START ******************/
.xagio-upload-drop {
    display: grid;
    place-content: center;
    border: 1px dashed #1a4674;
    border-radius: 10px;
    min-height: 160px;
    cursor: pointer;
}
.xagio-upload-drop.xagio-drag-enter {
    background: #fbfbfb;
    border-style: solid;
}
.xagio-upload-drop .xagio-file-names > i {
    text-align: center;
    display: block;
    font-size: 52px;
    color: #1a4674;
    margin-bottom: 10px;
}

.xagio-upload-drop .xagio-file-names {
    font-size: 14px;
    min-width: 240px;
}

.xagio-upload-drop .xagio-file-names > div > i {
    color: #1a4674;
    font-size: 16px;
    margin-right: 5px;
}

.xagio-upload-drop .progressBar {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.xagio-upload-drop .progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 25px;
    width: 0;
    background-color: #1d4370;
    border-radius: 10px;
    padding-right: 12px;
}

.xagio-upload-drop .xagio-upload-filename {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.xagio-upload-drop .xagio-upload-filesize {
    color: #596f5e;
}
.xagio-upload-drop .xagio-progress-holder {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 20px;
}
/***************** XAGIO UPLOAD END ******************/

/***************** TOOLTIP START ******************/
[data-xagio-tooltip]:hover {
    cursor: help;
}

.xagio-tooltip {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    position: absolute;
    background-color: #1D2327;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 5px 20px;
    z-index: 9999;
}

.xagio-tooltip .xagio-tooltip-arrow {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;

}

.xagio-tooltip.top .xagio-tooltip-arrow {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: #333 transparent transparent transparent;
}

.xagio-tooltip.bottom .xagio-tooltip-arrow {
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: transparent transparent #333 transparent;
}

.xagio-tooltip-body {
    max-width: 26ch;
    word-break: break-all;
}
/***************** TOOLTIP END ******************/

/****** ACCORDION *******/
.xagio-accordion {
    background: white;
    border-radius: var(--xagio-box-border-radius);
    cursor: pointer;
    font-size: var(--xagio-main-info-font-size);
    color: var(--color-xagio-gray);
}

.xagio-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: var(--xagio-main-info-font-size);
    margin: 0;
    padding: var(--xagio-gap-30) var(--xagio-gap-large);
}

.xagio-accordion-title > span {
    flex-grow: 1;
}

.xagio-accordion-title i:last-child {
    font-size: 22px;
    color: #1d2327;
    /*font-weight: bold;*/
    transition: transform 310ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.xagio-accordion.xagio-accordion-opened .xagio-accordion-title > i:last-child {
    transform: rotate(-180deg);
}

.xagio-accordion-content > div {
    overflow: hidden;
}

.xagio-accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 310ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.xagio-accordion.xagio-accordion-opened .xagio-accordion-content {
    grid-template-rows: 1fr;
    cursor: initial;
}

.xagio-accordion-title > i:first-child {
    color: var(--color-xagio-deep-blue);
}
.xagio-accordion-panel {
    padding: 0 var(--xagio-gap-large) var(--xagio-gap-large) var(--xagio-gap-large);
}
/****** ACCORDION *******/


.ms-elem-selectable,
.ms-elem-selection {
    transition: all 0.1s ease;
}
.ms-elem-selectable:hover,
.ms-elem-selection:hover,
.ms-elem-selectable.ms-hover,
.ms-elem-selection.ms-hover {
    background-color: var(--color-xagio-blue) !important;
}

.ms-list:focus {
    box-shadow: none !important;
}

/*datepicker*/

.datepicker__wrapper {
    font-family: "Outfit", sans-serif !important;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background: var(--color-xagio-white-secondary);
    box-shadow: none !important;
    color: var(--color-xagio-gray);
}

.datepicker__day.is-selected div {
    background: var(--color-xagio-blue);
}

.datepicker__day div:hover,
.datepicker__day.is-highlighted div {
    background: var(--color-xagio-blue);
    color: var(--color-xagio-white);
}

.datepicker__day.is-today {
    color: var(--color-xagio-blue);
}

.datepicker__day.is-today div::after {
    box-shadow: inset 0 0 0 1px var(--color-xagio-blue);
}

.datepicker__header {
    background: var(--color-xagio-blue);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.datepicker table th {
    color: var(--color-xagio-blue);
}


.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
    color: #3a33e86e;
}

#move-to-top {
    display: none;
    place-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--color-xagio-deep-blue);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: white;
    box-shadow: 0 0 8px hsl(0deg 0% 0% / 20%);
    cursor: pointer;
    transition: transform 100ms ease-in, box-shadow 100ms ease-in;
    z-index: 1;
}
span#move-to-top-value {
    font-size: 21px;
}
#move-to-top:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px 0 hsl(0deg 0% 0% / 50%);
}

.xagio-seo-count-danger {
    color: #fb5566;
}

.xagio-countdown {
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: var(--color-xagio-white);
    position: relative;
}

.xagio-countdown:hover {
    color: var(--color-xagio-white) !important;
}

.xagio-countdown-text {
    opacity: 0.7;
}

.xagio-countdown h5 {
    margin: 0;
    font-weight: 600;
    font-size: 20px !important;
}

.xagio-countdown h5 i {
    color: #fee983;
}

.xagio-countdown .days,
.xagio-countdown .hours,
.xagio-countdown .minutes,
.xagio-countdown .sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #ffffffb5;
}

.xagio-countdown .days span,
.xagio-countdown .hours span,
.xagio-countdown .minutes span,
.xagio-countdown .sec span {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-xagio-white);
}
