@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* Import Base style */
@import url("../../../base.9136d329983f.css");

body,
input[type="submit"],
button {
    font-family: 'Open Sans', sans-serif;
}

input[type="text"]:focus, fieldset.module input[type="text"]:focus, input[type="email"]:focus, fieldset.module input[type="email"]:focus, input[type="password"]:focus, fieldset.module input[type="password"]:focus, input[type="url"]:focus, fieldset.module input[type="url"]:focus, input[type="number"]:focus, fieldset.module input[type="number"]:focus, textarea:focus, fieldset.module textarea:focus, select:focus, fieldset.module select:focus, .vTextField:focus, fieldset.module .vTextField:focus {
    box-shadow: var(--everything-cloud-input-box-shadow);
    border-color: var(--everything-cloud-input-border-color);
}

body,
.changelist-footer {
    background-color: var(--everything-cloud-changelist-footer);
}

p {
    word-break: normal;
}

tbody tr:last-child {
    border-bottom: 1px solid var(--everything-cloud-tbody-tr-last-child-border-bottom-color);
}

p.errornote {
    margin: 0 30px;
}

form .aligned ul {
    margin-left: 215px;
}

/* Start Atomic styles */
.text-center {
    text-align: center;
}

.font-bold {
    font-weight: 700;
}

.capitalize {
    text-transform: capitalize;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.overflow-auto {
    overflow: auto;
}

.mb-8 {
    margin-bottom: 32px;
}

.mb-10 {
    margin-bottom: 40px;
}

.pt-8 {
    padding-top: 32px;
}

.pt-10 {
    padding-top: 40px;
}

/* End Atomic styles */

.sidebar {
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    border-radius: 8px;
    width: 320px;
    box-shadow: none;
}

.sidebar__inner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 3px 0 16px 0 var(--everything-cloud-sidebar-inner-background-color);
}

body.menu-pinned #container,
body #container {
    padding-left: 350px;
    /*min-width: 950px;*/
    /*background: linear-gradient(270deg, #1A8EB7 0%, #38C1DC 100%);*/
}

body.app-resources.model-resource.change-list #container,
body.app-resources.model-resource.change-list #container {
    padding-left: 350px;
    /*min-width: 1330px   ;*/
    /*background: linear-gradient(270deg, #1A8EB7 0%, #38C1DC 100%);*/
}

body .sidebar:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background: var(--everything-cloud-sidebar-background-color);
    content: '';
    z-index: 1;
}

/*body .sidebar:after {*/
/*    position: fixed;*/
/*    left: 340px;*/
/*    top: 0;*/
/*    width: 20px;*/
/*    height: 100%;*/
/*    background: #ecf4fa;*/
/*    content: '';*/
/*    z-index: 1;*/
/*}*/

body .sidebar,
body.menu-pinned .sidebar {
    transform: none;
    z-index: 99;
}

#toolbar {
    margin-bottom: 10px;
}

.sidebar__acc {
    position: relative;
    padding: 0 0 16px;
    border-radius: 8px 8px 0 0;
    background: var(--everything-cloud-sidebar-acc-background-color);
    margin-bottom: 20px;
}

.sidebar__acc-logo {
    float: left;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-left: 28px;
    overflow: hidden;
    border: 1px solid var(--everything-cloud-sidebar-acc-logo-border-color);
    box-shadow: 0 2px 9px 0 var(--everything-cloud-sidebar-acc-logo-border-box-shadow);
}

.sidebar__acc-logo img {
    max-width: 100%;
}

.sidebar__acc:after {
    content: '';
    display: block;
    clear: both;
}

.sidebar__acc-name h3 {
    margin: 4px 0 0 0;
    color: var(--everything-cloud-sidebar-acc-name-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 168px;
    overflow: hidden;
}

.sidebar__acc-name {
    float: left;
    width: calc(100% - 100px);
    margin: 0 0 0 12px;
}

.sidebar-nav-menu .nav-menu-title > a,
.sidebar-nav-menu .nav-menu-title > span {
    color: var(--everything-cloud-sidebar-nav-menu-span-nav-menu-title-span-color);
    border-radius: 8px;
    padding: 9px 0;
    margin: 1px 0;
    font-weight: 600;
}

.sidebar-nav-menu .nav-menu-title > a:hover,
.sidebar-nav-menu .nav-menu-title > span:hover,
.sidebar-nav-menu .nav-menu-title.active > a,
.sidebar-nav-menu .nav-menu-title.active > span,
.sidebar-nav-menu .nav-menu-title.open > a,
.sidebar-nav-menu .nav-menu-title.open > span {
    background-color: var(--everything-cloud-sidebar-nav-menu-span-nav-menu-title-open-background-color);
    color: var(--everything-cloud-sidebar-nav-menu-span-nav-menu-title-open-color)
}

.sidebar-wrapper {
    height: calc(100% - 195px);
    transition: 0.3s height;
}

.sidebar__acc.opened + .sidebar-wrapper {
    height: calc(100% - 447px);
}

.sidebar-nav-menu {
    margin: 0;
    padding: 0 17px 0 22px;
}

.sidebar-nav-menu li {
    list-style-type: none;
}

.sidebar-nav-menu li a {
    text-decoration-line: none !important;
}

.sidebar-nav-menu .nav-menu-title .nav-icon {
    margin-right: 4px;
}

.sidebar-nav-menu li::marker {
    display: none;
}

.sidebar-nav-menu .nav-menu-title .submenu {
    background: var(--everything-cloud-sidebar-nav-menu-sidebar-nav-menu-nav-menu-title-background-color);
}

.sidebar-nav-menu .nav-menu-title.submenu-active:after {
    border-color: var(--everything-cloud-sidebar-nav-menu-sidebar-nav-menu-nav-menu-title-boarder-color);
}

.sidebar__logo img {
    width: 77px;
}

.sidebar__logo {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    padding: 0 0 20px;
    background: var(--everything-cloud-sidebar-logo-background);
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: var(--everything-cloud-ps-container-background-color);
    width: 3px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: var(--everything-cloud-ps-container-background-color);
    height: 3px;
    margin: 4px 0;
}

.ps-container > .ps-scrollbar-x-rail {
    background: transparent !important;
}

.ps-container > .ps-scrollbar-y-rail {
    width: 3px;
}

li.nav-menu-title.submenu-active.open span {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

li.nav-menu-title.submenu-active .submenu {
    position: relative;
    top: -6px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 2px 0 8px 53px;
}

.submenu li a {
    color: var(--everything-cloud-submenu-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.sidebar-nav-menu .nav-menu-title .submenu li {
    list-style: none;
    padding: 6px 8px 6px 0;
}

.sidebar-nav-menu .nav-menu-title .submenu li a {
    transition: 0.3s color;
}

.sidebar-nav-menu .nav-menu-title .submenu li.active a,
.sidebar-nav-menu .nav-menu-title .submenu li a:hover {
    color: var(--everything-cloud-sidebar-nav-menu-nav-menu-title-submenu-color);
}

.sidebar__acc-toggle path {
    fill: var(--everything-cloud-sidebar-acc-toggle-fill);
}

.sidebar__acc-toggle {
    position: absolute;
    right: 25px;
    top: 33px;
}

.sidebar__acc .sidebar__acc-toggle svg {
    transition: 0.3s transform;
}

.sidebar__acc.opened .sidebar__acc-toggle svg {
    transform: rotate(180deg);
}

.person-sidebar.sidebar-nav-menu {
    clear: both;
    padding-top: 11px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.sidebar__acc-inner:after {
    content: '';
    display: block;
    clear: both;
}

.person-sidebar.sidebar-nav-menu:before {
    content: '';
    display: block;
    width: 98%;
    margin-left: 1%;
    height: 1px;
    background: var(--everything-cloud-person-sidebar-nav-menu-background);
    position: relative;
    top: -11px;
}

.sidebar__acc-inner {
    padding: 16px 0 0;
    cursor: pointer;
}

.person-sidebar.sidebar-nav-menu .nav-menu-title > a {
    color: var(--everything-cloud-person-sidebar-nav-menu-color);
}

.person-sidebar.sidebar-nav-menu path {
    fill: var(--everything-cloud-person-sidebar-nav-menu-fill);
    transition: 0.3s fill;
}

.person-sidebar.sidebar-nav-menu .nav-menu-title > a.current,
.person-sidebar.sidebar-nav-menu .nav-menu-title > a:hover {
    background-color: var(--everything-cloud-person-sidebar-nav-menu-title-background-color);
    color: var(--everything-cloud-person-sidebar-nav-menu-title-color);
}

.person-sidebar.sidebar-nav-menu .nav-menu-title > a.current path,
.person-sidebar.sidebar-nav-menu .nav-menu-title > a:hover path {
    fill: var(--everything-cloud-person-sidebar-nav-menu-title-fill);
}

body.menu-pinned .sidebar,
body .sidebar {
    overflow: visible;
}

.top-title {
    top: 0;
    left: 370px;
    color: var(--everything-cloud-top-title-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 0 0;
    background-color: var(--everything-cloud-top-title-background-color);
    z-index: 1;

    position: static;
    padding: 31px 20px 20px 20px;
    width: auto;
}

.widgets-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 32px;
}

.static-header {
    background-color: var(--everything-cloud-static-header-background-color);
    z-index: 1;
    position: static;
    width: 100%;
}

.static-header_resource, .static-header {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.static-header__info {
    display: block;
    min-width: 237px;
    background: var(--everything-cloud-static-header-info-background);
    border-radius: 8px;
    position: relative;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    transition: 0.3s background-color, 0.3s transform;
    box-shadow: 3px 0 16px 0 var(--everything-cloud-static-header-info-box-shadow);
    margin: 0;
    float: none;
}

@supports (display: grid) {
    .static-header__info {
        width: auto;
        min-width: 160px;
    }

    .static-header {
        display: grid;
        grid-template-columns: 1fr;
    }

    .static-header.flex-widgets {
        display: flex;
    }

    @media screen and (min-width: 415px) {
        .static-header,
        .app-orphaned .static-header {
            grid-template-columns: repeat(2, 1fr);
        }

        .static-header.static-header_orphaned {
            grid-template-columns: 1fr;
        }
    }

    @media screen and (min-width: 767px) {
        .static-header {
            grid-template-columns: repeat(3, 1fr);
        }

        .static-header.static-header_orphaned {
            grid-template-columns: repeat(2, minmax(160px, 240px));
        }

        .app-orphaned .static-header {
            grid-template-columns: repeat(3, minmax(120px, 240px));
        }
    }

    @media screen and (min-width: 1240px) {
        .static-header {
            grid-template-columns: repeat(4, 1fr);
        }

        .app-rightsizing .static-header {
            display: flex;
        }

        .app-rightsizing .static-header__info {
            min-width: 237px;
            width: auto;
        }

    }

    @media screen and (min-width: 1680px) {
        .app-scheduling .static-header,
        .app-moneycenter .static-header {
            grid-template-columns: repeat(4, minmax(160px, 240px));
        }
    }
}

/*.static-header:after {*/
/*    content: '';*/
/*    display: block;*/
/*    clear: both;*/
/*}*/

.app-resources div#content {
    margin-top: 0;
    padding-top: 0;
}

.model-resourcepool div#content {
    margin-top: 0;
}

.top-title:empty {
    display: none;
}

div#content {
    padding-right: 23px;
    padding-top: 0;
    margin-top: 0;
}

.app-cloudcredentials div#content,
.app-changelog div#content,
.app-alerts div#content,
.app-users div#content,
.app-policies div#content,
.app-reports div#content,
.app-notifications div#content,
.app-groups div#content {
    padding-top: 0;
}


.app-resources .static-header__info {
    width: 16.666%;
    min-width: 160px;
}

@supports (display: grid) {
    .app-resources .static-header__info {
        width: auto;
        min-width: 160px;
    }

    .app-resources .static-header_resource {
        display: grid;
        grid-template-columns: 1fr;
    }

    @media screen and (min-width: 415px) {
        .app-resources .static-header_resource {
            grid-template-columns: repeat(2, 1fr);
        }
    }


    @media screen and (min-width: 767px) {
        .app-resources .static-header_resource {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media screen and (min-width: 1240px) {
        .app-resources .static-header_resource {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media screen and (min-width: 1680px) {
        .app-resources .static-header_resource {
            grid-template-columns: repeat(6, minmax(160px, 240px));
        }
    }
}

.static-header__info:hover {
    /*background-color: #F4FAFD;*/
    transform: scale(1.02);
}

.static-header__info h4 {
    margin: 0;
    font-size: 38px;
    line-height: 34px;
    color: var(--everything-cloud-static-header-info-color);
}

.static-header__icon {
    position: absolute;
    right: 15px;
    top: 12px;
    background: var(--everything-cloud-static-header-icon-background);
}

.static-header__icon svg {
    width: auto;
    height: 48px;
}

a.static-header__info p {
    color: var(--everything-cloud-a-static-header-icon-color);
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0 7px;
    padding: 0;
    text-align: left;
}

.ui-dialog-content a.static-header__info p {
    margin: 16px 0 11px
}

#toolbar form #searchbar {
    border: 1px solid var(--everything-cloud-toolbar-border);
    border-radius: 16px;
    width: 261px;
    padding: 1px 0 0 36px;
    font-size: 14px;
    margin-right: 16px;
    margin-bottom: 15px;
}

#toolbar form label[for="searchbar"] {
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 4px;
}

#changelist .results {
    background-color: var(--everything-cloud-changelist-background-color);
}

.app-resources:not(.model-resourcepool).change-list #changelist .results {
    margin-top: 0;
    height: calc(100vh - 420px);
    position: relative;
    /*height: calc(100vh - 378px);*/
    /*height: calc(100vh - 424px);*/
}

.app-resources.change-list #changelist .results {
    /*overflow: auto !important;*/
}

table.helper {
    display: none !important;
}

body.menu-pinned.app-resources.change-list table.helper,
body.app-resources.change-list table.helper {
    display: none !important;
}

.app-resources.change-list #changelist-form {
    position: relative;
}

.app-resources:not(.model-resourcepool).change-list table#result_list thead {
    /*opacity: 0;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*display: none;*/
}

.app-resources:not(.model-resourcepool).change-list table#result_list thead th {
    position: sticky;
    top: 0;
    z-index: 10;
}

table#result_list {
    /*margin: 32px 0 0;*/
    position: relative;
    border-radius: 8px;
    /*overflow: hidden;*/
}

/*.app-resources.change-list #changelist .results:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 63px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: #ecf4fa;*/
/*    z-index: 9;*/
/*}*/

/*.app-resources.change-list #changelist .results:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 63px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: #ecf4fa;*/
/*    z-index: 9;*/
/*}*/

/*body.menu-pinned.app-resources.change-list table.helper,*/
/*body.menu-pinned.app-resources.change-list table.helper {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    border-top-left-radius: 8px;*/
/*    border-top-right-radius: 8px;*/
/*    overflow: hidden;*/
/*    z-index: 88;*/
/*}*/

body.menu-pinned.model-resourcepool.change-list table.helper {
    display: none !important;
}

.aligned .form-row input {
    color: var(--everything-cloud-aligned-input-color);
    font-family: 'Open Sans', sans-serif;
}

body table.helper {
    display: none;
}

.select2-container--jet .select2-selection--single .select2-selection__arrow b::before {
    color: var(--everything-cloud-select2-color);
}

.select2-container--jet .select2-selection {
    border: 1px solid #C3D6E4;
    position: relative;
    padding-right: 35px;
}

.select2-container--jet .select2-selection:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 4px;
    top: 4px;
    background: url("../img/Chevrone Down.73b8fde6c09e.png") 98% 50% no-repeat var(--everything-cloud-select2-container-background);
    /*transition: 0.3s transform;*/
}

.select2-container--jet.select2-container--open .select2-selection:before {
    transform: rotate(180deg);
}

.select2-container--jet .select2-selection--single .select2-selection__arrow b:before {
    display: none;
}

.select2-container--jet {
    min-width: 200px;
    margin-right: 2px;
    border-radius: 4px;
}

.select2-container--jet .select2-selection .select2-selection__rendered {
    color: var(--everything-cloud-select2-container-color);
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 3px;
}

#toolbar form#changelist-search input[type="submit"] {
    display: none;
}

.changelist-filter-select-wrapper {
    margin-bottom: 15px;
}

.super-admin .object-tools {
    margin-bottom: 0;
}

.super-admin .object-tools .main-button {
    margin-bottom: 15px;
}

input.main-button,
ul.object-tools .main-button,
a.main-button,
.main-button {
    background: var(--everything-cloud-input-main-button-background);
    border: none;
    color: var(--everything-cloud-input-main-button-color);
    padding: 8px 13px;
    font-weight: 600;
    border-radius: 4px;
    margin: -1px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: 0.3s opacity, 0.3s background-color;
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
}

.app-companies a.main-button {
    margin: -1px 0 0 16px;
}

input.main-button:hover,
ul.object-tools .main-button:hover,
.main-button:hover {
    font-weight: 600;
    line-height: 16px;
    font-size: 14px;
    padding: 8px 13px;
}

ul.object-tools .main-button:not(.disabled):hover,
.main-button:not(.disabled):hover {
    background-color: var(--everything-cloud-ul-object-tools-hover-background-color);
    color: var(--everything-cloud-ul-object-tools-hover-color);
}

.model-cloudcredential.change-form .main-button:not(.disabled):hover {
    margin-bottom: 0;
}

ul.object-tools .main-button.disabled,
.main-button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

ul.object-tools .main-button.delete,
.main-button.delete,
ul.object-tools .main-button.delete:disabled:hover,
.main-button.delete:disabled:hover {
    background-color: var(--everything-cloud-ul-object-tools-disabled-background-color);
}

ul.object-tools .main-button.delete:hover,
.main-button.delete:hover {
    background-color: var(--everything-cloud-ul-object-tools-delete-background-color);
}

ul.object-tools .main-button.grey,
.main-button.grey {
    background-color: var(--everything-cloud-ul-object-tools-main-grey-background-color);
    color: var(--everything-cloud-ul-object-tools-main-grey-color);
}

ul.object-tools .main-button.grey:not(.disabled):hover,
.main-button.grey:not(.disabled):hover {
    background: var(--everything-cloud-ul-object-tools-main-grey-not-disabled-background);
    color: var(--everything-cloud-ul-object-tools-main-grey-not-disabled-color);
}

ul.object-tools .main-button.green,
.main-button.green {
    background-color: var(--everything-cloud-ul-object-tools-main-green-background-color);
}

ul.object-tools .main-button.green:not(.disabled):hover,
.main-button.green:not(.disabled):hover {
    background: var(--everything-cloud-ul-object-tools-main-green-hover-background);
}

ul.object-tools .main-button .btn-icon path,
:not(#pdf-report).main-button .btn-icon path {
    fill: var(--everything-cloud-ul-object-tools-main-button-fill);
}

.main-button#xlsx-report .btn-icon path {
    fill: var(--everything-cloud-ul-object-tools-main-button-xlsx-fill);
}

.main-button#xlsx-report .btn-icon path:first-child {
    fill: var(--everything-cloud-ul-object-tools-main-button-xlsx-first-child-fill);
}

.main-button#xlsx-report .btn-icon path:last-child {
    fill: var(--everything-cloud-ul-object-tools-main-button-xlsx-last-child-fill);
}

.main-button#xlsx-report .btn-icon path:nth-child(10) {
    fill: var(--everything-cloud-ul-object-tools-main-button-xlsx-nth-child-fill);
}

ul.object-tools .main-button .btn-icon,
.main-button .btn-icon {
    position: absolute;
    left: 6px;
    top: 4px;
}

ul.object-tools .main-button.with-icon,
.main-button.with-icon {
    padding-left: 34px;
}

.main-button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

table thead th {
    background: var(--everything-cloud-table-background);
}

table thead th,
table thead th a:link,
table thead th a:visited {
    font-size: 12px;
    color: #232323;
    font-weight: 700;
    text-transform: capitalize;
}

.changelist-footer {
    color: #4A4A4A;
}

#changelist .paginator .showall {
    text-decoration: underline;
}

#changelist-form {
    background: #fff;
    box-shadow: 3px 0 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;

    margin: 0;
}

h2.nothing-found {
    background: transparent;
    text-transform: none;
    font-weight: 600;
    margin: 30px 0;
    padding: 0;
    color: rgba(74, 74, 74, 0.5);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}

table thead th {
    padding-top: 14px;
    padding-bottom: 11px;
}

.change-form #result_list.resource-header-line td.field-mod_instance_type,
table#result_list tbody th a,
table#result_list tbody td a:not(.main-button) {
    font-weight: 600;
    color: var(--everything-cloud-table-result-list-tbody-td-a-color);
}

table#result_list tbody td,
table#result_list tbody th {
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 12px;
    /*position: relative;*/
    color: #232323;
}

.schedule__top-block .full_width td:before,
table#result_list tbody td:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    height: 20px;
    width: 1px;
    background-color: #E9F0F5;
}

.schedule__top-block .full_width td {
    position: relative;
}

.schedule__top-block .full_width td:first-child:before,
table#result_list tbody td:first-child:before {
    display: none;
}

tbody tr {
    border-bottom-color: #D0DBE6;
}

#result_list tr {
    transition: 0.3s background-color;
}

#result_list tr:hover {
    background-color: rgba(244, 250, 253, 0.5);
}

#changelist .paginator .label {
    float: right;
    margin: 0 0 0 10px;
}

.instance-type-img {
    height: 24px;
}

.field-tags_btn {
    text-align: center;
}

.schedule-status div {
    display: none;
}

.schedule-status svg path {
    fill: #57BE05;
}

.schedule-status.disabled svg path {
    fill: #FF0000;
}

#changelist table tbody tr.selected {
    border-color: #d0dbe6;
    background-color: #F4FAFD;
}

table thead th.sortable {
    transition: 0.3s background-color;
}

table thead th.sortable:hover {
    background: #c1ccd7;
}

.credentials__col-content {
    min-width: 150px;
    padding: 0;
}

.credentials__col-content span {
    margin-left: 10px;
    word-break: normal;
}

.field-resource_state label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    border-radius: 90px;
    transition: 0.3s background-color, 0.3s left;
    height: 16px;
    width: 16px;
    background: radial-gradient(circle, #FFFFFF 0%, #F5F5F5 100%);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.field-resource_state label {
    margin: 6px 3px 0 3px;
    cursor: pointer;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    height: 12px;
    width: 31px;
    border-radius: 6px;
    background-color: #8C96A0;
}

.field-resource_state input:checked + label {
    background: var(--system-border-color);
}

.field-resource_state input:checked + label:after {
    background: var(--system-selection-font-color);
}

.provider-logo.provider-2 {
    position: relative;
    top: -3px;
}

table#result_list tbody td.field-instance_price {
    color: var(--system-selection-font-color);
    font-weight: 600;
    text-align: center;
}

div.changelist-footer,
div.changelist-footer.fixed {
    padding: 20px 33px 30px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: static;
    border-top: none;
}

.app-resources.model-resource div.changelist-footer,
.app-resources.model-resource div.changelist-footer.fixed {
    padding: 20px 33px 30px;
}

#changelist .results {
    margin-bottom: 0 !important;
    position: relative;
}

body table {
    box-shadow: none;
}

.title {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 20px;
    background-color: var(--everything-cloud-top-title-background-color);
}

body.menu-pinned.login #container,
body.login #container {
    padding-left: 0;
    min-width: auto;
}

body.login .top-title {
    display: none;
}

.graph-container {
    background: #FFFFFF;
    padding: 33px 30px;
}

h3.metric-title {
    margin: 0 0 30px 0;
    text-align: center;
    background: #D0DBE6;
    color: #232323;
    padding: 11px 0;
}

/* short-widgets */

.short-widgets:after {
    content: '';
    display: block;
    clear: both;
}

.info-widget {
    position: relative;
    /*float: left;*/
    min-width: 280px;
    padding: 15px 10px 26px 20px;
    box-sizing: border-box;
    /*margin: 0 30px 20px 0;*/
    text-align: center;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}

.short-widgets .info-widget h2 {
    text-align: left;
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 7px 0 15px;
}

.short-widgets .info-widget p {
    color: #00AE55;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    text-align: left;
    margin: 0;
}

.short-widgets .info-widget.negative p {
    color: #d62728;
}

input[type=checkbox] + label:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url("../img/Not Chek.78c99e26ca86.png");
    background-size: cover;
}

input[type=checkbox]:checked + label:before {
    content: '';
    background-image: url("../img/Chek.bfe5dd899715.png");
}

#changelist .actions .labels {
    padding: 8px 0 0 0;
}

.paginator .pages-wrapper span,
.paginator .pages-wrapper a {
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
}

.paginator .pages-wrapper span:first-child,
.paginator .pages-wrapper a:first-child {
    border-radius: 2px 0 0 2px;
}

.paginator .pages-wrapper span:last-child,
.paginator .pages-wrapper a:last-child {
    border-radius: 0 2px 2px 0;
}

#changelist .paginator .label {
    margin: 0 0 0;
    padding: 2px 10px 0 10px;
    font-size: 12px;
}

.paginator .pages-wrapper a:link,
.paginator .pages-wrapper a:visited {
    transition: 0.3s background-color, 0.3s color;
    background: #F4FAFD;
    color: #4A4A4A;
}

.paginator .pages-wrapper span {
    background-color: var(--general-font-color);
    color: #fff;
}

.paginator .pages-wrapper a:focus,
.paginator .pages-wrapper a:hover {
    background-color: #187a9d;
    color: #fff;
}

#changelist .paginator {
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    top: 7px;
}

#changelist .paginator .label:last-of-type {
    order: -1;
    margin-left: auto;
}

table.full_width thead th,
table#result_list thead th {
    padding: 13px 12px 12px;
}

#changelist .actions.initialized {
    float: left;
}

body.menu-pinned.login #container,
body.login #container {
    width: 516px;
    border-radius: 23px;
}

body.login #logo-container {
    padding: 28px 0 46px 0;
    text-align: center;
}

body.login .form-row {
    position: relative;
}

body.login {
    background: url("../img/login_bg.f5ab4ac74a2a.jpg") 50% 50% no-repeat;
    background-size: cover;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 30px;
}

.top-title__back {
    vertical-align: top;
    display: inline-block;
    margin-right: 3px;
}

.top-title__back path {
    fill: #8C96A0;
    transition: 0.3s fill;
}

.top-title__back:hover path {
    fill: rgb(26, 142, 183);;
}

.change-form #result_list.resource-header-line {
    position: absolute;
    top: 87px;
    width: calc(100% - 393px);
    left: 370px;
    min-width: 1207px;
}

.change-form table#result_list thead {
    opacity: 1;
}

.change-form thead th,
.change-form tr td {
    text-align: center;
}

.resource__restrictions {
    position: absolute;
    top: 30px;
    width: calc(100% - 43px);
    left: 20px;
    /*min-width: 1207px;*/
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 0 16px 0 rgba(0, 0, 0, 0.1);
}

.change-form #result_list.resource-header-line {
    box-shadow: 3px 0 16px 0 rgba(0, 0, 0, 0.1);
}

.credentials__col-content {
    position: relative;
    top: 4px;
}

table#result_list tbody td.field-resource_state {
    padding-top: 17px;
}

.changeform-tabs ~ .module,
.changeform-tabs ~ .inline-group {
    border-radius: 0 0 8px 8px;

}

.changeform-tabs {
    border-radius: 8px 8px 0 0;
    padding-left: 33px;
    background: #F1F4F7;
    border-color: var(--system-border-color);
}

form .aligned p.help:last-child {
    margin-left: 205px;
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 11px;
    color: #959595;
}

#changelist .helper th {
    box-sizing: border-box;
}

.aligned label {
    color: #232323;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 8px;
    margin: 0;
}

.aligned label + p {
    color: #232323;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.field-availability_zones p span {
    background: #95D5EB;
    border-radius: 4px;
    padding: 2px 6px;
    margin-right: 9px;
    font-weight: 600;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../global/img/Radio Off.acc0820bd462.png") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    top: 7px;
    margin-right: 8px;
}

input[type="radio"]:checked + label:before {
    background-image: url("../../global/img/Radio On.3bd71d7573f7.png");
}

input[type="radio"] + label {
    color: #232323;
    font-size: 12px;
    line-height: 18px;
    margin-right: 17px;
    cursor: pointer;
}

#result_list tr.resource__single-row {
    cursor: auto;
}

#result_list tr.resource__single-row:hover {
    background-color: transparent;
}

#toolbar .small.quiet {
    padding: 8px 0 0;
    vertical-align: top;
    color: #232323;
    font-weight: 600;
    display: none;
}

#toolbar .small.quiet a {
    color: var(--general-font-color);
}

#toolbar .small.quiet a:hover {
    color: #187a9d;
}

.ui-dialog {
    padding: 0;
    border: none;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    background: #D0DBE6;
    color: #232323;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 0 17px 25px;
}

.ui-widget-overlay {
    z-index: 99;
}

.ui-widget.ui-widget-content,
.ui-timepicker-table.ui-widget-content {
    border-radius: 8px;
    z-index: 100 !important;
}

.ui-state-default.ui-dialog-titlebar-close {
    background: url("../img/Close1.b4a6f74d08bc.svg") 50% 50% no-repeat !important;
    width: 36px;
    height: 36px;
    top: 22px;
    right: 18px;
    transition: 0.3s transform;
}

div.ui-dialog .ui-widget-header .ui-state-hover,
.ui-state-default.ui-dialog-titlebar-close:hover {
    transform: scale(1.1);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    transform: scale(1.1);
}

.ui-state-default .ui-icon:before {
    display: none;
}

#schedule-resource .search-bar input,
.popup-search input {
    width: 100%;
    margin: 13px 0 22px;
    border: 1px solid #C3D6E4;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding-left: 38px;
    font-size: 12px;
}

.ui-dialog .ui-dialog-content {
    padding-left: 24px;
    padding-right: 24px;
}

.ui-dialog #logical_groups_list,
.ui-dialog #schedule_list {
    border: none;
}

.ui-dialog #logical_groups_list li,
.ui-dialog #schedule_list li {
    padding: 9px 0 11px;
    width: 100%;
    border-bottom: 1px solid #F3F6F9;
}

div#schedule-nav .static-header,
div#schedule-view .static-header,
div#schedule-new .static-header {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    margin: 23px 0 0 6px;
}

#schedule-nav,
#schedule-view,
#schedule-new {
    background: #EDEFF1;
}

.schedule-content h4 {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    padding: 0;
    margin: 0 0 30px 32px;
}

.schedule-content {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 3px 0 16px 0 rgba(0, 0, 0, 0.1);
    margin: 6px 6px 0 6px;
    padding: 30px 2px 0;
}

.schedule-content__footer .main-button {
    color: #fff;
    margin: 49px 0 30px 10px;
}

#schedule-override h3 {
    color: #232323;
    font-weight: 600;
}

.schedule-content__footer .main-button.cancel-override,
.schedule-content__footer .main-button:first-of-type {
    margin-left: 30px;
}

.schedule-content__footer {
    position: relative;
}

.ui-dialog .schedule-content__inner .container-schedule {
    padding: 11px 0 16px 12px;
}

.schedule-content__footer:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 18px;
    background: #D0DBE6;
}

#schedule-nav,
#schedule-view,
#schedule-new {
    padding-bottom: 30px;
}

.ui-dialog .form-row:nth-child(2n) {
    background: transparent;
}

.ui-dialog .aligned .form-row select,
.ui-dialog .aligned .form-row input {
    width: 347px;
    border: 1px solid #C3D6E4;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 11px;
}

.ui-dialog .aligned label {
    width: 198px;
    line-height: 34px;
}

.ui-dialog .schedule-content form .form-row {
    margin: 0 0 0;
    padding: 0 11px 8px;
}

.ui-dialog .select2-container--jet .select2-selection .select2-selection__rendered {
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 3px;
}

.ui-dialog .change-form .form-row {
    margin: 0 0 0;
    padding: 0 11px 6px;
}

.ui-dialog .aligned .select2-container--jet .select2-selection .select2-selection__rendered {
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 3px;
    padding-right: 10px;
}

.ui-dialog .aligned .form-field__radio input[type="radio"] + label {
    margin: -3px 18px 0 0;
    padding: 0 0 0;
    width: auto;
}

.ui-dialog .aligned .form-row.field-resolution {
    padding-left: 0;
    margin-bottom: 14px;
}

.ui-dialog .aligned .select2-container--jet {
    min-width: 347px;
}

.static-header__info.hours-up path {
    fill: #8FDE48;
}

.static-header__info.hours-down path {
    fill: #F36769;
}

.logical-group__resources td.field-mod_actions {
    min-width: 100px;
}

.ui-dialog .detail-select {
    float: right;
}

.ui-dialog .detail-info {
    background: url("../img/Info-2.418d6b7d25ca.png") 50% 50% no-repeat;
}

.ui-dialog .detail-select a {
    border: 1px solid var(--general-font-color);
    border-radius: 11px;
    background-color: var(--general-font-color);
    color: #fff;
    padding: 1px 15px 2px;
    display: inline-block;
    margin: -1px 4px 0 0;
    font-size: 12px;
    vertical-align: top;
    transition: 0.3s background-color;
}

.ui-dialog .detail-select a:hover {
    background-color: #187a9d;
}

#logical_groups_list li span,
#schedule_list li span {
    color: #232323;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    max-width: 72%;
    display: inline-block;
}

.ui-dialog[aria-describedby="confirm-action"] .ui-widget-header {
    display: none;
}

.popup__icon {
    text-align: center;
    margin: 23px 0 0;
}

.popup__title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 0;
}

.ui-dialog p {
    text-align: center;
    font-size: 12px;
    width: 91%;
    margin: 19px auto;
    word-break: normal;
    font-weight: 600;
    color: #232323;
    line-height: 18px;
}

.popup__icon > span {
    display: inline-block;
    height: 58px;
    width: 58px;
    background-color: #F68B23;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 58px;
}

.ui-dialog[aria-describedby="confirm-action"] .ui-dialog-buttonpane {
    border-top: none;
    padding-top: 0;
}

.ui-dialog[aria-describedby="schedule-view"],
.ui-dialog[aria-describedby="schedule-new"],
.ui-dialog[aria-describedby="schedule-nav"] {
    max-width: calc(100% - 40px);
}

.ui-dialog[aria-describedby="schedule-view"] #scheduler,
.ui-dialog[aria-describedby="schedule-new"] #scheduler,
.ui-dialog[aria-describedby="schedule-nav"] #scheduler {
    max-width: 100%;
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: 'Open Sans', sans-serif;
}

div.ui-dialog .ui-dialog-buttonpane {
    border: 0;
    border-top: 1px solid #C6CDD4;
    background: transparent;
    text-align: center;
    padding: 30px 0 34px;
}

div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    margin: 0 5px;
}

div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

div.ui-dialog .ui-dialog-buttonset button span {
    padding: 8px 12px 7px;
    border: none;
    transform: scale(1);
    border-radius: 4px;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 600;
    background: #D0DBE6;
    transition: 0.3s background-color;
}

div.ui-dialog[aria-describedby="schedule-resource"] .ui-dialog-buttonset button span,
div.ui-dialog[aria-describedby="add-logical-group"] .ui-dialog-buttonset button span {
    padding: 8px 12px 7px 34px;
    background: #D0DBE6 url("../img/Plus.2fbd43c75a04.png") 5% 50% no-repeat;
    transition: 0.3s background-color;
}

div.ui-dialog .ui-dialog-buttonset button span:hover {
    background-color: #c1ccd7;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: transparent;
}

.ui-dialog[aria-describedby="confirm-action"] .ui-dialog-buttonset button:nth-child(1) span {
    background-color: #FF0000;
    color: #FFFFFF;
}

#resource-tags td {
    color: #232323;
    font-size: 12px;
}

#resource-tags tbody tr:nth-child(2n) {
    background-color: #F4FAFD;
}

.resource-tags tbody tr,
#resource-tags tbody tr {
    border-bottom-color: transparent;
}

#resource-tags thead {
    background-color: #D0DBE6;
    color: #232323;
}

.ui-dialog #schedule-nav,
.ui-dialog #schedule-view,
.ui-dialog #schedule-new,
.ui-dialog #confirm-action {
    display: block;
}

#schedule-nav,
#schedule-view,
#schedule-new,
#confirm-action {
    display: none;
}

.ui-dialog .ui-state-hover,
.ui-dialog .ui-widget-content .ui-state-hover,
.ui-dialog .ui-widget-header .ui-state-hover,
.ui-dialog .ui-state-focus,
.ui-dialog .ui-widget-content .ui-state-focus,
.ui-dialog .ui-widget-header .ui-state-focus {
    transform: scale(1);
}

.ecloud-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ecloud-popup__inner {
    width: 400px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 3px 0 16px 0 rgba(0, 0, 0, 0.1), 3px 0 16px 0 rgba(0, 0, 0, 0.1), 3px 0 16px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    cursor: auto;
    overflow: hidden;
}

.ecloud-popup__inner .close {
    position: absolute;
    right: 8px;
    top: 8px;
}

.ecloud-popup__inner .icon {
    text-align: center;
}

.ecloud-popup__inner .title {
    background: transparent;
    text-align: center;
    text-transform: capitalize;
    margin: 4px 0 0;
    font-size: 16px;
}

.ecloud-popup__inner p {
    margin: 14px 15px 0;
    color: #232323;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.ecloud-popup__inner.with-title {
    padding: 0;
}

.ecloud-popup__inner.with-title .close {
    position: absolute;
    right: 24px;
    top: 18px;
}

.ecloud-popup__title {
    margin: 0;
    background: #D0DBE6;
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    padding: 21px 24px;
}

.ecloud-popup__content {
    padding: 20px 24px;
}

.ecloud-popup__content input.search {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    border: 1px solid #C3D6E4;
    border-radius: 16px;
    background-color: #FFFFFF;
    width: 100%;
    padding-left: 37px;
}

#schedule-resource .search-bar,
.popup-search {
    position: relative;
}

.popup-search:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../img/Search.193b8554aeab.png") 50% 50% no-repeat;
    left: 6px;
    top: 17px;
    display: block;
    z-index: 99;
}

.ecloud-popup.error .icon__error,
.ecloud-popup.info-popup[data-type="error"] .icon__error {
    display: inline-block;
}

.ecloud-popup.success .icon__success,
.ecloud-popup.info-popup[data-type="success"] .icon__success {
    display: inline-block;
}

.ecloud-popup.warning .icon__warning,
.ecloud-popup.info-popup[data-type="warning"] .icon__warning {
    display: inline-block;
}

.ecloud-popup .icon__warning,
.ecloud-popup .icon__error {
    width: 58px;
    height: 58px;
    background: #F68B23;
    line-height: 58px;
    border-radius: 50%;
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
}

.ecloud-popup .icon__error {
    background: #FF0000;
}

.ecloud-popup .icon__error,
.ecloud-popup .icon__warning,
.ecloud-popup .icon__success {
    display: none;
}

.ecloud-popup .icon__success {
    width: 58px;
    height: 58px;
    background: rgb(87, 190, 5);
    line-height: 58px;
    border-radius: 50%;
}

.ecloud-popup .icon__success svg {
    position: relative;
    top: -2px;
    vertical-align: middle;
}


div#new-logical-group-state p {
    text-align: left;
}

div#new-logical-group-state p {
    text-align: left;
    margin: 24px 0 0;
    width: 100%;
}

.ecloud-popup__btns {
    text-align: center;
    margin: 30px 0 0;
}

.ecloud-popup__btns .main-button {
    margin: 0 8px;
}

.ecloud-popup .list {
    padding: 0;
    margin: 10px 0 0;
}

.ecloud-popup .list li {
    list-style-type: none;
    color: var(--general-font-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin: 5px 0;
}

.static-header.static {
    position: static;
    top: 0;
    left: 0;
}

.static-header__info.wide {
    width: 331px;
}

.list-tabs {
    background: #F1F4F7;
    border-bottom: 1px solid #95D5EB;
    padding: 0 33px;
}

a.list-tabs__item {
    color: #959595;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 12px 8px 8px;
    line-height: 18px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    margin-right: 0;
    cursor: pointer;
    transition: 0.3s color, 0.3s border-color;
}

a.list-tabs__item.active,
a.list-tabs__item:hover {
    color: var(--general-font-color);
    border-color: var(--general-font-color);
    font-weight: bold;
}

.content-tabs__outer .results {
    margin: 0 33px;
}

.content-tabs__outer #changelist-form {
    box-shadow: none;
}

.content-tabs__outer {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 3px 0 16px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    overflow: hidden;
}

/* Recommendation counter styles removed - no longer showing counters */

/* Recommendation notification dot styles removed - no longer showing notification indicators */

.single__inner {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 3px 0 16px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 25px;
    position: relative;
    z-index: 10;
}

.single__inner h2 {
    margin: 0;
    padding: 30px 0 0 33px;
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
}

.single__inner #content-main {
    padding: 15px 0 0;
}

.single__inner #content-main .aligned label {
    margin: 8px 0 0;
}

.single__inner .form-row {
    margin: 0;
    padding: 0 11px 8px;
    clear: both;
}

.single__inner .aligned label + p {
    padding-top: 9px;
}

.single__inner .aligned label + p b {
    font-weight: 400;
}

.single__inner .aligned .form-row input {
    width: 347px;
    border: 1px solid #C3D6E4;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 11px;
}

.single__inner .select2-container--jet {
    min-width: 347px;
}

.single__inner:after {
    content: '';
    display: block;
    clear: both;
}

.single__inner .submit-row {
    border-top: 1px solid #D0DBE6;
    padding: 31px 0 0 17px;
    margin-bottom: 7px;
}

.form-row .select2-container--jet .select2-selection--multiple .select2-selection__choice__remove {
    width: 14px;
    height: 14px;
    background: url("../../scheduling/img/Close-small.5af3d155ff17.png") 0 50% no-repeat;
    margin: 2px 0 0 1px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.form-row .select2-container--jet .select2-selection--multiple .select2-selection__choice {
    background-color: #95D5EB;
    color: #232323;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 9px 2px 1px;
    margin-top: 3px;
    margin-right: 4px;
}

.form-row .select2-container--jet .select2-selection.select2-selection--multiple .select2-selection__rendered {
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    margin: 1px 0 0 0;
    padding: 0 3px;
}

.form-row .select2-container--jet .select2-selection--multiple .select2-selection__rendered li {
    max-height: 24px;
}

form .aligned ul.errorlist li {
    font-size: 12px;
    font-weight: 600;
}

div.form-row {
    overflow: visible;
}

.inner-text {
    color: #959595;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px;
    padding: 12px 0 0 33px;
    margin-bottom: 30px;
    max-width: 530px;
}

.inner-text.qr-code-image {
    padding-top: 0;
    margin-top: 0;
}

.metric-heatmaps__outer {
    overflow: auto;
}

.admindatefilter .changelist-filter-popup-toggle {
    background: #fff url("../img/Calendar.750e7737f3a0.png") 97% 50% no-repeat;
}

body.page-404:not(.logged-in) .sidebar {
    display: none;
}

body.page-404 div#content {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

body.page-404:not(.logged-in) div#container {
    padding-left: 0;
}

.page-404__inner {
    text-align: center;
    margin: 0 auto;
}

.page-404__inner h1 {
    color: #232323;
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
}

.single__inner.two-factor h2:not(:first-child) {
    padding-top: 0;
}

.single__inner.two-factor:not(:first-child) {
    margin-top: 30px;
}

input#id_generator-token {
    border: 1px solid #C3D6E4;
}

.single__inner h2.user-info {
    padding: 30px 0 14px 33px;
}

li.changeform-tabs-item a,
li.changeform-tabs-item a:hover,
li.changeform-tabs-item a:visited {
    margin-right: 0;
    color: #959595;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-transform: none;
    padding: 11px 8px 10px;
    transition: 0.3s color, 0.3s border-color;
}

li.changeform-tabs-item a,
li.changeform-tabs-item a:hover,
li.changeform-tabs-item a:visited {
    margin-right: 0;
    color: #959595;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-transform: none;
    padding: 11px 8px 10px;
    transition: 0.3s color, 0.3s border-color;
}

li.changeform-tabs-item.selected a:visited,
li.changeform-tabs-item.selected a,
li.changeform-tabs-item.selected a:hover,
li.changeform-tabs-item a:hover {
    color: var(--general-font-color);
    border-color: var(--general-font-color);
}

body.super-admin .sidebar__acc.opened + .sidebar-wrapper {
    height: calc(100% - 360px);
}

.impersonate-line .main-button {
    margin: 5px 0 0 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

body.super-admin .sidebar-nav-menu .nav-menu-title:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7), :nth-child(8), :nth-child(9)) {
    display: none;
}

#changelist-form > .doubleScroll-scroll-wrapper {
    /*max-height: 7px;*/
    position: relative;
    display: none;
}

#changelist-form > .doubleScroll-scroll-wrapper + .results table#result_list {
    border-radius: 0;
}

td, th {
    padding-left: 12px;
    padding-right: 12px;
}

span.icon-clock,
span.icon-calendar {
    position: relative;
}

a.vTimeField-link span,
a.vDateField-link span {
    transition: 0.3s background-color;
    background-color: #C3D6E4;
}

a.vTimeField-link:hover span,
a.vDateField-link:hover span {
    background-color: #dee0e2;
}

span.icon-calendar:before {
    content: '';
    background: url("../../img/calendar.6c3b867405e6.svg") 50% 50% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

span.icon-clock:before {
    content: '';
    background: url("../../img/scheduling.777b911e5935.svg") 50% 50% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

div#ui-datepicker-div {
    padding: 0;
    border: 1px solid var(--general-font-color);
    border-radius: 4px;
}

div#ui-datepicker-div .ui-datepicker-header {
    background: var(--general-font-color);
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 0 11px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 10px;
}

table.ui-datepicker-calendar thead th {
    color: #959595;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    padding: 11px 0;
}

.ui-datepicker .ui-datepicker-buttonpane {
    display: none;
}

table.ui-datepicker-calendar thead tr {
    border-bottom: 1px solid #F3F3F3;
}

.ui-datepicker.ui-widget-content tbody td > a {
    border: none;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 22px;
    margin: 6px 0;
}

.ui-datepicker.ui-widget-content .ui-state-active,
.ui-datepicker.ui-widget-content .ui-widget-content .ui-state-active,
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-active {
    background-color: rgba(149, 213, 235, 0.33);
}

table.ui-datepicker-calendar {
    padding: 0 0;
    width: calc(100% - 40px);
    margin-left: 20px;
}

tbody tr:last-child {
    /*border-bottom: none;*/
}

div#ui-datepicker-div .ui-datepicker-header > a.ui-state-hover,
div#ui-datepicker-div .ui-widget-content .ui-datepicker-header > a.ui-state-hover,
div#ui-datepicker-div .ui-widget-header .ui-datepicker-header > a.ui-state-hover,
div#ui-datepicker-div .ui-datepicker-header > a.ui-state-focus,
div#ui-datepicker-div .ui-widget-content .ui-datepicker-header > a.ui-state-focus,
div#ui-datepicker-div .ui-widget-header .ui-datepicker-header > a.ui-state-focus {
    border: none;
    transform: scale(1.0);
}

div#ui-timepicker-div .ui-timepicker-table .ui-timepicker-title {
    background: var(--general-font-color);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
}

td.ui-timepicker-minutes {
    padding: 10px 18px 0 15px;
}

td.ui-timepicker-hours {
    padding: 9px 15px 0 18px;
}

.ui-timepicker-table.ui-widget-content tbody td > a {
    border: none;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 22px;
    margin: 0 1px;
}

.ui-timepicker-table table {
    margin-top: 5px;
}

.ui-timepicker-table.ui-widget-content .ui-state-active,
.ui-timepicker-table.ui-widget-content .ui-widget-header .ui-state-active {
    background-color: rgba(149, 213, 235, 0.33);
}

.ui-timepicker .ui-timepicker-buttonpane button {
    border: 1px solid var(--general-font-color);
    border-radius: 11px;
    padding: 5px 12px;
    color: var(--general-font-color);
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 12px;
    text-transform: uppercase;
    margin: 10px 20px;
    transition: 0.3s background-color, 0.3s color;
}

.ui-timepicker .ui-timepicker-buttonpane button:hover {
    color: #FFFFFF;
    background-color: var(--general-font-color);
}

.ecloud-tooltip {
    position: absolute;
    cursor: pointer;
    right: -22px;
    top: 5px;
}

.form-row > div > div > .ecloud-tooltip,
.form-row > div > p > .ecloud-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: -1px;
    left: 5px;
}

.form-row > div > div > .ecloud-tooltip {
    top: 7px;
}

.form-row span.select2 .ecloud-tooltip {
    top: 7px;
}

.ecloud-tooltip svg path {
    transition: 0.3s fill;
}

.ecloud-tooltip:hover svg path {
    fill: var(--general-font-color);
}

.ecloud-tooltip__text {
    opacity: 0;
    transition: 0.3s opacity;
    width: 372px;
    background: #E2F4FA;
    position: fixed;
    left: 26px;
    top: -10px;
    padding: 12px;
    box-sizing: border-box;
    color: #6D6E72;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px;
    visibility: hidden;
    z-index: 11;
}

.ecloud-tooltip__text.reverse:before {
    left: auto;
    right: -8px;
    transform: rotate(180deg);
}

/*.ecloud-tooltip:hover .ecloud-tooltip__text {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

.ecloud-tooltip__text:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #E2F4FA;
    position: absolute;
    left: -8px;
    top: 11px;
}

.form-row.ecloud__tooltip-initialized *.help {
    display: none;
}

span.ecloud-tooltip__outer {
    display: inline-block;
    height: 18px;
    position: relative;
}

form .aligned .ecloud-tooltip__text ul {
    margin-left: 0;
}

.ecloud-popup.info-popup {
    z-index: 99999;
}

a[data-copy-target] {
    position: relative;
    top: 4px;
    margin-left: 4px;
}

a.info-widget {
    transition: 0.3s background-color;
}

a.info-widget:hover {
    background: #f1fbff;
}

body.super-admin[data-allow-reports="0"] li.nav-menu-title.nav-menu-custom_reports {
    display: none;
}

@media only screen and (min-width: 1920px) and (max-width: 2000px) {
    .info-widget:nth-child(5n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1700px) {
    /*.static-header__info:not(.not-scale) {*/
    /*    width: 180px;*/
    /*}*/
    .select2-container--jet {
        min-width: 140px;
    }
}

@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1600px) {
    .app-resources.change-list #changelist .results {
        height: calc(100vh - 421px);
    }
}

@media only screen and (max-width: 1500px) {
    .static-header__info:not(.not-scale) {
        /*width: 160px;*/
        font-size: 16px;
    }

    .static-header__info h4 {
        font-size: 32px;
    }

    .static-header__icon svg {
        width: auto;
        height: 40px;
    }

    a.static-header__info p {
        font-size: 16px;
    }

    /*body.dashboard .info-widget:nth-child(3n) {*/
    /*    margin-right: 0;*/
    /*}*/
}

@media only screen and (max-width: 1370px) {
    body:not(.dashboard) .info-widget {
        width: 19%;
        /*margin: 0 0 20px 1.25%;*/
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .ecloud-tooltip__text {
        width: 220px;
    }
}

@media only screen and (max-width: 1024px) {
    /*div#content {*/
    /*    margin-top: 76px;*/
    /*}*/
    .app-cloudcredentials div#content,
    .app-users div#content,
    .app-changelog div#content,
    .app-alerts div#content,
    .app-policies div#content,
    .app-reports div#content,
    .app-notifications div#content,
    .app-payments div#content,
    .app-system_alerts div#content,
    .app-articles div#content,
    .app-articles div#content,
    .app-companies div#content,
    .app-trials div#content,
    .app-groups div#content {
        margin-top: 0;
    }

    .dashboard-info .top-title {
        padding-top: 26px;
        padding-left: 30px !important;
    }
}

@media only screen and (max-width: 960px) {
    html {
        font-size: 87%;
    }

    #changelist .results {
        left: 0;
        width: auto;
    }

    .changeform-tabs {
        padding: 0 0 0 33px;
        border-radius: 8px 8px 0 0;
        background: #F1F4F7;
        border-bottom: 0.14286rem solid #95D5EB;
    }

    li.changeform-tabs-item a,
    li.changeform-tabs-item a:hover,
    li.changeform-tabs-item a:visited {
        margin-right: 0;
        color: #959595;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        text-transform: none;
        padding: 11px 8px 10px;
        transition: 0.3s color, 0.3s border-color;
        margin-bottom: 0;
        background: none;
    }

    li.changeform-tabs-item a:hover {
        border-radius: 0;
        border-bottom: 1px solid var(--general-font-color);
    }

    .changeform-tabs-item.selected a,
    .changeform-tabs-item.selected a:hover,
    .changeform-tabs-item.selected a:visited {
        color: var(--general-font-color);
        border-color: var(--general-font-color);
        background: none;
        border-radius: 0;
        border-bottom: 1px solid var(--general-font-color);

    }
}

@media screen and (max-width: 620px) {
    .impersonate-line + #container > .sidebar-container-toggle {
        top: 35px;
    }

    .impersonate-line + #container > .top-title {
        padding-top: 46px;
    }

    .dashboard .impersonate-line + #container .top-title {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .submit-row p.deletelink-box {
        display: unset !important;
    }

    .submit-row p.deletelink-box a.deletelink {
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .submit-row p.deletelink-box a.deletelink:before {
        position: static;
    }

    div#content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.user-activate .errorlist {
    width: 100%;
    margin-left: 0;
    padding: 10px;
    box-sizing: border-box;
}

.currency-container * {
    box-sizing: border-box;
}

.currency-container {
    padding: 0 17px 0 22px;
    margin-bottom: 23px;
}

.flag-icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    display: block;
}

.currency-list {
    border: 1px solid #C3D6E4;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 0 0.57rem 0.57rem;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    display: none;
}

.currency-list__item {
    padding: 0;
    margin: 0;
    list-style: none;
}

.currency-button {
    appearance: none;
    -webkit-appearance: none;
    height: 2.5714rem;
    color: var(--general-font-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 8px;
    transition: .2s all linear;
    cursor: pointer;
    box-shadow: none;
    border: none;
    background: #fff;
}

.currency-button_main {
    border: 1px solid #C3D6E4;
    border-radius: 0.57rem;
    position: relative;
    transition: .3s all linear;
}

.active-main-btn {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.currency-button_main::after,
.currency-button_main::before {
    content: '';
    display: block;
    background-size: cover;
    position: absolute;
    right: 8px;
    top: 6px;
    width: 24px;
    height: 24px;
}

.currency-button_main::before {
    display: none;
}

.currency-button_main::after {
    background: url("../img/chevron-down.1e9efdb4e9c9.svg") 50% 50% no-repeat;
    transition: .3s all linear;
}

.currency-button_main::before {
    background: url("../img/loader-ring.8b862dc77cf8.svg") 50% 50% no-repeat;
}

.active-main-btn::after {
    transform: rotate(180deg);
}

.currency-changing::after {
    display: none;
}

.currency-changing::before {
    display: block;
}

.currency-button_hover:hover,
.currency-button_active {
    background-color: #639af5;
    color: #fff;
}

.blue-icon {
    color: var(--general-font-color);
}

.green-icon {
    color: #57BE05;
}

tr.rec-highlight td {
    background-color: #F1F4F7;
}

.w-full {
    width: 100%;
}

.sidebar {
    transition: 0.2s all ease-in-out;
}

/* Main menu */
@media screen and (max-width: 992px) {
    body.app-resources.model-resource.change-list #container, body.app-resources.model-resource.change-list #container {
        padding-left: 0;
    }

    .top-title {
        padding-left: 55px;
    }

    body .sidebar, body.menu-pinned .sidebar {
        z-index: 9999;
        top: 0;
        height: 100%;
    }

    body.menu-pinned #container, body #container {
        padding-left: 0;
    }

    body .sidebar:before {
        content: none;
    }

    .sidebar {
        left: -100%;
    }

    .sidebar-opened {
        left: 0;
    }

    body.menu-pinned .sidebar-container-toggle, .sidebar-container-toggle {
        display: block;
    }

    .sidebar-container-toggle {
        position: absolute;
        top: 20px;
        left: 0;
    }
}

#id_money_center_schedules + label {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    #toolbar form #searchbar {
        width: 100%;
    }
}

.delete-confirmation div#content {
    padding-top: 50px;
}

@media screen and (max-width: 550px) {
    .submit-row,
    .single__inner .submit-row,
    .subscription-page.single__inner .submit-row {
        width: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .submit-row p.deletelink-box a,
    .submit-row input[type="submit"].default,
    .submit-row input[type="submit"] {
        margin: 0 0 15px 0;
    }

    body.login div#container .submit-row input[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }

    .subscription-page.single__inner .submit-row .main-button {
        margin-left: 0;
    }

    .form-row input,
    .aligned .form-row .select2-container--jet .select2-selection,
    .single__inner .aligned .form-row input,
    .app-system_alerts .single__inner .aligned .form-row input,
    .app-articles .single__inner .aligned .form-row input {
        width: 100%;
    }

    .form-row.ecloud__tooltip-initialized {
        width: 88%;
    }

    .single__inner .select2-container--jet {
        min-width: auto;
    }

    .changelist-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .changelist-footer .paginator .pages-wrapper {
        margin-right: auto;
    }

}


.wizard-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.wizard-btn {
    appearance: none;
    width: 40px;
    height: 40px;
    color: #fff;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    padding: 0;
    border: 1px solid var(--general-font-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--general-font-color);
}

.wizard-btn-close {
    width: 34px;
    height: 34px;
    margin: 0;
}

.wizard-container {
    position: relative;
    overflow: hidden;
    width: 920px;
    height: 597px;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    margin-left: auto;
    margin-right: auto;
}

.wizard-block {
    width: 100%;
    max-width: 920px;
}

.wizard-title {
    text-align: center;
    color: #fff;
    font-size: 28px;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.wizard-description {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 16px;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@media (max-width: 1024px) {
    .wizard-container {
        width: 630px;
        height: 408px;
    }

    .wizard-block {
        max-width: 630px;
    }

    .wizard-title {
        font-size: 24px;
    }

    .wizard-description {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wizard-container {
        width: 400px;
        height: 259px;
    }

    .wizard-block {
        max-width: 400px;
    }

    .wizard-title {
        font-size: 20px;
        padding: 0 15px;
    }

    .wizard-description {
        font-size: 16px;
        padding: 0 15px;
    }
}

@media (max-width: 500px) {
    .wizard-container {
        width: 300px;
        height: 198px;
    }

    .wizard-title {
        font-size: 18px;
    }

    .wizard-description {
        font-size: 14px;
    }
}

.wizard-iframe {
    position: absolute;
    border: 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.fade-in {

}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
