﻿@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css"); 
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    font-size: 12px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*MDB CSS*/

.primary-color,
ul.stepper li.active a .circle,
ul.stepper li.completed a .circle {
    background-color: #4285f4 !important
}

.warning-color {
    background-color: #fb3 !important
}

.warning-color-dark {
    background-color: #f80 !important
}

.danger-color,
ul.stepper li.warning a .circle {
    background-color: #ff3547 !important
}

.primary-color,
ul.stepper li.active a .circle,
ul.stepper li.completed a .circle {
    background-color: #4285f4 !important
}

ul.stepper {
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section
}

    ul.stepper li a {
        padding: 1.5rem;
        text-align: center
    }

        ul.stepper li a .circle {
            display: inline-block;
            width: 1.75rem;
            height: 1.75rem;
            margin-right: .5rem;
            line-height: 1.7rem;
            color: #fff;
            text-align: center;
            background: rgba(0, 0, 0, 0.38);
            border-radius: 50%
        }

        ul.stepper li a .label {
            display: inline-block;
            color: rgba(0, 0, 0, 0.38)
        }

    ul.stepper li.active a .label,
    ul.stepper li.completed a .label {
        font-weight: 600;
        color: rgba(0, 0, 0, 0.87)
    }

.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .stepper-horizontal li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .5s;
        transition: .5s
    }

        .stepper-horizontal li a .label {
            margin-top: .63rem
        }

        .stepper-horizontal li:not(:last-child):after {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 1px;
            margin: .5rem 0 0 0;
            content: "";
            background-color: rgba(0, 0, 0, 0.1)
        }

        .stepper-horizontal li:not(:first-child):before {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 1px;
            margin: .5rem 0 0 0;
            content: "";
            background-color: rgba(0, 0, 0, 0.1)
        }

        .stepper-horizontal li:hover {
            background-color: rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }

@media (max-width: 47.9375rem) {
    .stepper-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .stepper-horizontal li {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

            .stepper-horizontal li a .label {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                margin-top: .2rem
            }

            .stepper-horizontal li:not(:last-child):after {
                position: absolute;
                top: 3.75rem;
                left: 2.19rem;
                width: 1px;
                height: calc(100% - 40px);
                content: ""
            }
}

.display-block {
    display: block !important;
}

.stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important
}

.stepper-vertical {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .stepper-vertical li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .stepper-vertical li a {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: start;
            align-self: flex-start
        }

            .stepper-vertical li a .circle {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
            }

            .stepper-vertical li a .label {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                margin-top: .2rem
            }

        .stepper-vertical li.completed a .label {
            font-weight: 500
        }

        .stepper-vertical li .step-content {
            display: block;
            padding: .94rem;
            margin-top: 0;
            margin-left: 3.13rem
        }

            .stepper-vertical li .step-content p {
                font-size: .88rem
            }

        .stepper-vertical li:not(:last-child):after {
            position: absolute;
            top: 3.44rem;
            left: 2.19rem;
            width: 1px;
            height: calc(100% - 40px);
            content: "";
            background-color: rgba(0, 0, 0, 0.1)
        }

/*XDsoft datetimepicker overwrite size*/
.xdsoft_datetimepicker, .xdsoft_noselect, .xdsoft_ xdsoft_inline, .xdsoft_datepicker, xdsoft_calendar {
    width: 285px;
    height: 220px;
}

    .xdsoft_datepicker.active {
        width: 270px;
    }

.xdsoft_calendar > table {
    height: 175px;
    width: 270px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #000000;
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

input {
    display: block;
    margin-bottom: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/*Alerts*/

.navbar-icon .badge {
    opacity: 0;
    position: relative;
    top: -10px;
    right: 10px;
    padding: 5px 5px;
    border-radius: 50%;
    background: red;
    color: white;
}

/*Bootstrap overwrites*/
.dropdown-menu {
    font-size: 12px;
}

/*Sander*/

[hidden] {
    display: none !important;
}

h6 {
    margin: 0;
    padding-bottom: 8px;
}

label {
    cursor: default !important;
}

.breadcrumb {
    background-color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0;
}

.placeholder {
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.absolute-right {
    position: absolute;
    right: 0;
}

.absolute-right-300 {
    position: absolute;
    right: 300px;
}

.s-input, .s-input-bordered {
    border: none;
    background: none;
    margin: 0;
    background-color: #FFFFFF;
    width: 100%;
}

.s-input-bordered {
    border: 2px;
}

.profile-label {
    font-size: 16px;
}

.navbar-icon {
    padding-top: 12px !important;
}

.wizard-td {
    text-align: left;
}

.table th,
.table td {
    padding: 0.2rem;
    border-top: 1px solid #dee2e6;
}

td, th {
    text-align: left;
    vertical-align: middle;
}

.bg-edit {
    background-color: rgba(255,215,0,0.2) !important;
}

.bg-add {
    background-color: rgba(70,130,180,0.2) !important;
}

.button-border {
    border-style: solid;
    border-width: 1px;
    border-color: #B3B3B3;
}

.button-bg-white {
    background-color: #fff !important;
    color: #000000;
}

.border-separate {
    border-right-style: solid;
    border-right-width: 10px;
    border-right-color: #fff;
}

.status-icon {
    min-width: 10px;
}

.sort, .sort1, .sort2 {
    padding-right: 0 !important;
}

.modal-footer {
    padding-left: 0;
    padding-right: 0;
}

.s-button-small {
    width: 43px;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

.s-button {
    width: 86px;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

.s-button-medium {
    width: 129px;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

.s-button-large {
    width: 172px;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

.square {
    width: 5px;
    height: 5px;
    background-color: #000000;
    display: block;
}

.time-table-time-info-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.time-table-time-info-container-last {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.time-table-time-info-sd {
    position: relative;
    left: -13px;
}

.time-table-time-info-square {
    position: relative;
    left: -13px;
    top: 7px;
}

.time-table-time-info-dd {
    position: relative;
    left: -17px;
}

.time-table-time-info-last-left {
    position: relative;
    left: -3px;
    top: 7px;
}

.time-table-time-info-last-right {
    position: relative;
    right: -10px;
    top: 0;
}

.time-table-time-icon-last-right {
    position: relative;
    right: -15px;
    top: 0;
}

.time-table-row-header {
    height: 40px;
    width: 100%;
    border: 1px solid #dee2e6;
}

.time-table-cell, .time-table-col-header, .time-table-legend {
    height: 40px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 1px solid #dee2e6;
    width: 100%
}

.s-dl {
    min-height: 400px;
    padding: 15px;
}

.s-dt {
    padding-top: 10px;
}

.s-dd {
    padding-top: 10px;
}

.s-col-sm-1-half {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.s-table {
    width: 100%;
    vertical-align: top;
    border: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.s-table-cell-header {
    border-right: 1px solid #dee2e6;
}

.s-table-items {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #dee2e6;
}

.s-table-header {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #dee2e6;
}

.log-header {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    width: 100%;
    vertical-align: top;
    border: 1px solid #dee2e6;
    padding-right: 17px;
}

.history-search {
    margin-top: 20px;
}

.restore-user-h {
    padding: 8px 0 8px 8px;
}

.restore-user-archive {
    padding: 8px 8px 8px 0;
}

.scrollbar {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.restore-log-container {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    overflow-y: scroll;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.log-container {
    width: 100%;
    min-height: 550px;
    max-height: 550px;
    overflow-y: scroll;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.log-container-modal {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.restore-points-container {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    overflow-y: scroll;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.log-items {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #dee2e6;
}

.cell-header {
    border-right: 1px solid #dee2e6;
}

.cell {
    border-right: 1px solid #dee2e6;
}

.option-padding {
    padding: 20px;
}

.option-margin {
    margin-top: 25px;
}

.step-container {
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.backup-window-selected-cell {
    border: 4px solid #000000;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.backup-window-selected-left-row {
    border-left: 4px solid #000000;
    padding-left: 6px !important;
}

.backup-window-selected-top-row {
    border-top: 4px solid #000000;
}

.backup-window-selected-right-row {
    border-right: 4px solid #000000;
    padding-right: 6px !important;
}

.backup-window-selected-bottom-row {
    border-bottom: 4px solid #000000;
}

.selected-item {
    background-color: #dbdee1 !important;
}

.selected-listbox-item, .excluded-listbox-item {
    background-color: #dbdee1 !important;
}

.s-textarea {
    width: 100%;
    min-height: 80px;
    max-height: 400px;
    overflow-y: auto;
}

.listbox-wizard-header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.listbox-user-management {
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
}

.listbox-backup-wizard, .s-listbox {
    width: 100%;
    min-height: 160px;
    max-height: 160px;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
}

.s-listbox {
    padding-left: 0;
    padding-right: 0;
}

.listbox-backup-wizard-modal-container {
    width: 100%;
    min-height: 240px;
    max-height: 240px;
}

.listbox-backup-wizard-modal-header {
    width: 100%;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.listbox-backup-wizard-modal {
    width: 100%;
    min-height: 217px;
    max-height: 217px;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
}

.tenants-container {
    min-height: 400px;
    max-height: 400px;
}

.listbox-wizard {
    width: 100%;
    min-height: 95px;
    max-height: 95px;
    overflow-y: auto;
}

.listbox-medium {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

.listbox-resellers, .listbox-aggregators {
    width: 100%;
    min-height: 7.25rem;
    max-height: 7.25rem;
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

.listbox-resellers {
    overflow-y: scroll;
}

.listbox-resellers-certificates {
    width: 100%;
    min-height: 9.7rem;
    max-height: 9.7rem;
    /*margin: 0;*/
    padding: 0;
    overflow-y: scroll;
}

.listbox-certificates {
    width: 100%;
    min-height: 10rem;
    max-height: 10rem;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
}

s

.option-container:hover {
    cursor: pointer;
    background-color: #f8f9fa !important;
}

.listbox-container-margin {
    margin-left: 35px;
    margin-top: 5px;
}

.listbox-backup-wizard-item-header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.listbox-backup-wizard-item, .listbox-backup-wizard-excluded-item, .listbox-item {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
}

    .listbox-backup-wizard-item:hover, .listbox-backup-wizard-excluded-item:hover, .listbox-item:hover {
        cursor: pointer;
        background-color: #f8f9fa !important;
    }

.listbox-backup-wizard-item-modal {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
}

    .listbox-backup-wizard-item-modal:hover {
        cursor: pointer;
        background-color: #f8f9fa !important;
    }

.listbox-wizard-item {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
}

.listbox-wizard-settings-item, .listbox-repository-item, .listbox-medium-item:hover, .listbox-server-item,
.listbox-certificate-item, .listbox-tenant-item, .listbox-excluded-tenant-item {
    padding-top: 2px;
    padding-bottom: 2px;
}

.p-margin-option {
    margin-top: 10px;
    margin-bottom: 0;
}

.extra-addresses {
    margin-top: 5px;
}

.authentication-rows {
    margin-top: 5px;
}

.input-display {
    border: 1px;
    width: 100%;
    height: 30px;
    margin: 0;
}

button:hover:enabled {
    cursor: pointer;
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

a:hover, .sort:hover {
    cursor: pointer;
    background-color: #f8f9fa;
}

a:hover, .row-select > label:hover, .row-select > span:hover,
.row-select-mail:hover, .row-select-item > label:hover, .row-select-item > span:hover,
.row-select-file > label:hover, .row-select-file > span:hover,
.row-select-post > label:hover, .row-select-post > span:hover,
.row-select-tab > label:hover, .row-select-tab > span:hover,
.radio-container > label:hover, .radio-container > span:hover,
.checkbox-container > label:hover, .checkbox-container > span:hover
.radio-container > div:hover, .checkbox-container > div:hover,
.radio-container > div > span:hover, .checkbox-container > div > span:hover,
.radio-container > div > label:hover, .checkbox-container > div > label:hover
.radio-container > div > input:hover, .checkbox-container > div > input:hover,
.dropdown-select, listbox-wizard-settings-item, .navbar-icon, .time-table-cell:hover,
.time-table-row-header:hover, .time-table-col-header:hover, .sort-tenant:hover, .s-time-picker:hover, .button-remove-user:hover,
.sort1:hover, .sort2:hover {
    cursor: pointer;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.row-select:hover, .row-select-item:hover, .row-select-file:hover, .row-select-post:hover,
.row-select-tab:hover, .radio-container:hover, .checkbox-container:hover, .selectable:hover,
.server-select:hover, .listbox-repository-item:hover, .listbox-medium-item:hover, .listbox-server-item:hover,
.listbox-certificate-item:hover, .listbox-tenant-item:hover, .listbox-excluded-tenant-item:hover {
    cursor: pointer;
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa !important;
}

.flex-child > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

input[type=radio]:hover, input[type=checkbox]:hover, label:hover {
    cursor: pointer;
}

select, input, button {
    font-size: 12px;
}

.button-restore-bar {
    color: #000000;
    font-size: 12px;
    padding: 2px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.user-backup {
    color: #000000;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.user-backup-status {
    color: #666666;
    padding-bottom: 2px;
}

.dashboard-company-name {
    color: #000000;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.dashboard-tenant-name {
    color: #666666;
    padding-bottom: 2px;
}

.td-width-cap-medium {
    min-width: 200px;
    max-width: 200px;
}

.td-width-cap-small {
    min-width: 150px;
    max-width: 150px;
}

.td-width-cap {
    min-width: 100px;
    max-width: 100px;
}

.sub-option-top {
    margin-top: 10px;
    padding-left: 20px;
}

.sub-option {
    padding-left: 20px;
}

.menu-item {
    padding: 10px 5px;
}

.menu-button-header {
    font-size: 12px;
}

.menu-button-header-single {
    font-size: 12px;
    margin-left: 15px;
}

.menu-border-top {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #fff;
}

.menu-border-right {
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #fff;
}

.menu-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #fff;
}

.full-width {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    top: 0;
    left: 0;
}

.placeholder-height {
    height: 30px;
    padding-top: 10px;
    padding-left: 40px;
}

.repo-size {
    padding-left: 30px;
    padding-top: 10px;
}

.legend {
    padding: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-2 {
    padding-right: 2px !important;
}

.padding-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.button-extra-addresses {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 5px !important;
}

.listbox-extra-addresses-container {
    margin-right: 0;
}

.search-container-backup-wizard {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 30px;
    margin-left: 15px !important;
}

.backup-wizard-modal-margin {
    margin-left: 0 !important;
    margin-right: 30px !important;
}

.tp-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
    margin-left: 20px;
}

.margin-backup-legend {
    margin-left: 15px !important;
    margin-right: -15px !important;
}

.margin-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-left-n-15 {
    margin-left: -15px !important;
}

.margin-left-n-30 {
    margin-left: -30px !important;
}

.margin-top-large {
    margin-top: 40px;
}

.margin-vertical-large {
    margin-top: 40px;
    margin-bottom: 40px;
}

.restore-buttons-margin {
    margin-top: 50px;
}

.restore-buttons-height {
    height: 50px;
}

.checkbox-padding {
    padding-left: 30px;
}

.small-margin-top {
    margin-top: 15px;
}

.padding-top-2 {
    padding-top: 2px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.restorepoint-status {
    margin-top: 30px;
    margin-left: 15px;
}

.image-inline-repo {
    margin-left: -15px;
    margin-right: 5px;
    font-size: 20px;
}

.image-xs {
    height: 15px;
    width: 15px;
}

.image-s {
    height: 20px;
    width: 20px;
}

.image-container {
    padding: 10px;
    margin: 10px;
    border: 1px;
}

.image-small {
    height: 30px;
    width: 30px;
}

.image-switch {
    height: 20px;
    width: 20px;
}

.restore-tab {
    transition: all 0.3s linear;
}

.restore-tab:hover svg {
        transform: scale(1.5);
        color: black;
    }

.restore-tab:hover img {
    transform: scale(1.5);
}

.restore-tab > .tab-info {
        display: none;
        visibility: hidden;
    }

.restore-tab:hover > .tab-info {
        color: black;
        display: inline;
        visibility: visible;
        margin: 5px;
    }

.image-favicon {
    height: 32px;
    width: 32px;
}

.image-dashboard {
    height: 30px;
}

.image-landing {
    height: 35px;
    width: 35px;
}

.type-image {
    height: 35px;
    width: 35px;
}

.option-container {
    padding: 20px;
}

.restore-type-container {
    margin-top: 15px;
    padding: 20px;
}

.tenant-container {
    margin-top: 15px;
    padding: 10px;
}

.sandwich {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    height: 25px;
}

.sandwich-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    padding: 10px;
    border-radius: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #B3B3B3;
}

.sandwich-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.sandwich-name {
    margin-bottom: 0.75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.input-combo-margin {
    margin-top: 5px;
}

.checkbox-label {
    margin-top: 2px;
}

.radio-button {
    margin: 0;
}

.radio-button-padding {
    padding-top: 3px;
    padding-left: 0;
    padding-right: 5px;
    padding-bottom: 5px;
}

.radio-button-margin {
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 5px;
    padding-bottom: 0;
}

.settings-container {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.settings-item {
    padding: 20px;
}

.advanced-settings-item {
    padding: 10px;
}

.advanced-settings-radio-item {
    padding-left: 10px;
    padding-right: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-n-15 {
    margin-left: -15px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.main-container-holder {
    margin-top: 30px;
}

.dashboard-pie {
    height: 60% !important;
}

.storage-pie {
    height: 80% !important;
}

.homemade-border {
    position: relative;
    padding: 20px;
    border-radius: 25px;
    border-style: solid;
    border-width: 4px;
    margin-top: 25px;
    border-color: #343a40;
}

.checkbox-td-margin-header {
    margin-left: 10px;
    margin-right: -15px;
    margin-bottom: 5px;
}

.checkbox-td-margin {
    margin-left: 10px;
    margin-right: -15px;
    margin-bottom: 5px;
}

.homemade-border-title {
    position: relative;
    padding: 20px;
    border-radius: 25px;
    border-style: solid;
    border-width: 4px;
    margin-top: 25px;
    border-color: #343a40;
}

    .homemade-border-title > h3 {
        position: absolute;
        top: -25px;
        left: 50px;
        background: #fff;
        padding: 0 15px;
    }

.chart-container-landing, .pie-landing {
    position: relative;
    margin: auto;
    height: 500px;
    width: 300px;
}

.pie-landing {
    margin-top: -100px !important;
}

.canvas-size-line {
    width: 100%;
    height: 100%;
}

.canvas-size-pie {
    width: 100%;
    height: 60%;
}

.chart-container-landing-line {
    position: relative;
    margin: auto;
    height: 350px;
    width: 300px;
}

.chart-container-small {
    position: relative;
    margin: auto;
    height: 100%;
    width: 100%;
}

.chart-container-medium {
    position: relative;
    margin: auto;
    height: 75%;
    width: 100%;
}

.partial-wrapper {
    height: auto;
}

.partial-height-capped {
    height: 700px;
}

.list-height-capped {
    height: 600px;
}



.mail-from {
    font-size: 18px;
    font-weight: 500;
}

.mail-to {
    margin-left: 5px;
    font-size: 12px;
}

.mail-row-container {
    border-bottom-width: 2px;
    border-bottom-color: #343a40;
    border-bottom-style: solid;
    margin-right: 0;
}

.homemade-border-bottom-black {
    border-bottom-width: 2px;
    border-bottom-color: #343a40;
    border-bottom-style: solid;
}

.homemade-border-bottom-white {
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
}

.homemade-border-bottom-right-white {
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-right-width: 2px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
}

.homemade-header-container {
    height: 40px;
    border-bottom-width: 2px;
    border-bottom-color: #343a40;
    border-bottom-style: solid;
    margin-left: 0;
    margin-right: 0;
}

.horizontal-vertical-centered {
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.no-margin {
    margin: 0;
}

.image-height-20, .site-20 {
    height: 20px;
}

.site-20 {
    margin-right: 5px;
}

.image-height-menu-button {
    height: 20px;
}

.image-height-dropdown-button {
    height: 20px;
    margin-right: 10px;
}

.dropdown-button-image {
    font-size: 20px;
    margin-right: 10px;
}

.dropdown-button-image-m {
    font-size: 20px;
    margin-left: -3px;
    margin-right: 8px;
}

.dropdown-button-image-s {
    font-size: 20px;
    margin-right: 13px;
}

.dropdown-image-svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.dropdown-image-png {
    height: 20px;
    margin-right: 19px;
}

.items-page-label {
    padding-top: 7px;
    padding-right: 15px;
}

.user-select-header {
    margin-right: 10px;
}

.button-remove-user {
    font-size: 20px;
}

.font-size-xs {
    font-size: 15px;
}

.font-size-menu-button {
    font-size: 20px;
}

.font-size-small {
    font-size: 30px;
}

.font-size-medium {
    font-size: 45px;
}

.font-size-large {
    font-size: 75px;
}

.font-size-xl {
    font-size: 100px;
}

.error {
    color: #FF0002;
}

.color-white {
    color: #FFFFFF;
}

.color-seagreen {
    color: #4D9900;
}

.color-palegreen {
    color: #98FB98;
}

.color-darkorange {
    color: #FF8000;
}

.color-crimson {
    color: #CC0000;
}

.color-deepskyblue {
    color: #00BFFF;
}

.color-mediumblue {
    color: #0000CD;
}

.color-darkblue {
    color: #00008B;
}

.color-darkmagenta {
    color: #8B008B;
}

.color-darkpurple {
    color: #330066;
}

.color-grey {
    color: #808080;
}

.color-darkgrey {
    color: #606060;
}

.color-poop-brown {
    color: #7A5901;
}

.color-silver {
    background-color: #C0C0C0;
}

.color-black {
    color: #000000;
}

.color-moon {
    color: #0066CC;
}

.color-sun {
    color: #FF9933;
}

.color-veeam-green {
    fill: #005F4B;
}

.dropdown-blue {
    color: #0066CC;
}

.bg-darkpurple {
    background-color: #330066;
}

.background-grey {
    background-color: #808080;
}

.background-silver {
    background-color: #C0C0C0;
}

.bg-main-theme {
    background-color: #F5F5F5;
}

.bg-allowed {
    background-color: #330066;
}

.bg-disabled {
    background-color: #FFFFFF;
}

.not-allowed {
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.collapsable .card-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 2rem;
    float: right;
    padding: 0;
    margin: 0;
    margin-top: -.5rem;
    margin-right: .5rem;
    line-height: 1;
}

.collapsable .card-header.collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 2rem;
    float: right;
    padding: 0;
    margin: 0;
    margin-top: -.5rem;
    margin-right: .5rem;
    line-height: 1;
}

a.card-title {
    font-size: 1rem;
}

.collapsable {
    margin: 0 -15px 0 -15px;
}

.selected-listbox-item:hover, .excluded-listbox-item:hover {
    background-color: #abaeb1 !important;
}

.vh40-container {
    max-height: 40vh;
    overflow-y: scroll;
}

.reseller-wizard-step {
    min-height: 24rem;
}

.backup-wizard-step {
    min-height: 26rem;
}

.no-hover:hover {
    text-decoration: none;
    background-color: transparent;
}

.link {
    cursor: pointer;
}

.profile-card-body {
    padding: 0;
}

.scrollable {
    overflow-y: scroll;
    max-height: 10rem;
}

.iconpadleft {
    padding-left: 2.1rem;
}

.certificatesContainer {
    min-height: 8.1rem;
}

.certificatesPartial {
    min-height: 10rem;
}

.stepper-horizontal li a .label:hover {
    background-color: transparent
}

.stepper-horizontal li a:hover {
    background-color: transparent
}

.listbox-certificates-onboarding {
    width: 100%;
    margin: 0 15px;
    min-height: 14.7rem;
    max-height: 14.7rem;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
    border-top: 0px;
}

.listbox-certificates-onboarding2 {
    width: 100%;
    margin: 0 15px;
    min-height: 18.2rem;
    max-height: 18.2rem;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
    border-top: 0px;
}

.header-certificates-onboarding2 {
    margin-top: 0;
}

.header-certificates-onboarding {
    margin-top: .1rem;
}

.type-container-first {
    margin-top: 0;
    padding: 20px;
}

#body-row {
    float: left;
    z-index: 100;
}

#sidebar-container {
    min-height: 50vh;
    background-color: #fff;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}

.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: black;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #fff;
    height: 35px;
}

.sidebar-separator {
    background-color: #fff;
    height: 25px;
}

.logo-separator {
    background-color: #fff;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

#page-target {
    left: 0px;
}

body {
    overflow-x: hidden;
}

.cpr-3 {
    padding-right: 1.1rem;
}

.myprofile-container {
    min-height: 600px;
    max-height: 600px;
    overflow-y: scroll;
}

a.underlinedlink {
    text-decoration: underline !important;
}

.action {
    cursor: pointer;
}

.edge {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.text-disabled {
    color: #c0c0c0 !important;
    cursor: no-drop !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.align-checkbox {
    transform: translateY(3px);
}

.grey-underline {
    border-bottom: 1px solid #dee2e6;
}


.page-actions, .template-editor-actions {
    border-top: 1px solid #dee2e6;
    background-color: #F5F5F5;
    padding: 2px;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.template-editor-actions {
    padding: 2px 0 2px 0;
}

.tenant-page-search {
    margin-bottom: 0;
}

.action-menu-button {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
}

.sort {
    padding-right: 0 !important;
}

    .sort::after, .sort1::after, .sort2::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1rem;
        float: right;
        padding: 0;
        margin: 0;
        margin-right: .5rem;
        line-height: 1;
        content: "\f0dc";
    }

    .sort:hover, .sort1:hover, .sort2:hover {
        cursor: pointer;
        background-color: #f8f9fa;
    }

.tenant-image {
    height: 30px;
}

.tenant-image-container {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: inline-block;
}

.highlight.toggle-backup-restore-modal::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    float: right;
    padding: 0;
    margin: 0;
    margin-right: .5rem;
    line-height: 1;
    content: "\f303";
}

.action-container {
    position: relative;
}

.button-remove-tenant:hover {
    position: absolute;
    z-index: 100;
}

.highlight.select-certificate, .select-certificate:hover, .upload-image:hover, .button-remove-tenant:hover {
    transition: all 0.3s linear;
    font-weight: 900;
    font-size: 1.2rem;
    display: inline;
}

.status-container {
    padding-top: 7px;
    padding-left: 15px;
}

.log-status-container {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
}

.s-table-headers, .s-table-headers-log {
    background-color: #F5F5F5;
    width: 100%;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.s-table-content-log {
    overflow-y: scroll;
}

.s-table-content, .s-table-content-log {
    width: 100%;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.s-wizard-content {
    min-height: 319px;
    max-height: 319px;
}

.s-large-content {
    min-height: 600px;
    max-height: 600px;
}

.s-medium-content {
    min-height: 450px;
    max-height: 450px;
}

.s-small-content {
    min-height: 300px;
    max-height: 300px;
}

.s-table-footer-log, .page-actions-log, .s-table-headers-log {
    padding-right: 17px;
}

.s-table-footer, .s-table-footer-log {
    background-color: #F5F5F5;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.s-table-footer-log {
    border-top: 1px solid #dee2e6;
}

.placeholder-span {
    opacity: 0;
}

.s-table-white > .s-table-headers, .s-table-white > .s-table-headers-log,
.s-table-white > .s-table-body > .s-table-footer, .s-table-white > .s-table-body > .s-table-footer-log,
.s-table-white > .s-table-body > .s-table-content,
.s-table-mixed > .s-table-body > .s-table-footer, .s-table-mixed > .s-table-body > .s-table-footer-log {
    background-color: #FFF;
}

.s-table-mixed > .s-table-headers, .s-table-mixed > .s-table-headers-log {
    background-color: #F5F5F5;
}

.wizard-toggle-label {
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 15px;
}

.operator-img-container {
    padding: 5% 5% 0;
}
