﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    width: 100%;
    min-height: 100vh;
}

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 */
}

/* new styles classes */

.ic-navbar {
    background-image: linear-gradient(to left, #1959a3, #0a2463);
    height: auto;
    min-height: 80px;
}

.ic-navbar-title {
    color: #ffffff !important;
    letter-spacing: 4px;
}

.ic-navbar-right-items {
    color: #ffffff !important;
    letter-spacing: 2px;
}

.ic-navbar-right-items-dropdown {
    background-color: transparent !important;
    color: #ffffff !important;
    letter-spacing: 2px;
}

.ic-navbar-right-border {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.ic-body-title {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: #909090;
}

.ic-request-body-title {
    font-size: 23px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    color: #909090;
}

.ic-body-subtitle {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 2px;
    color: #909090;
}

.ic-body-title-row {
    padding-bottom: 20px;
}

.ic-body-subtitle-row {
    padding-top: 40px;
}

.ic-delete-user-button {
    min-width: 100px;
    display:flex;
    justify-content: center;
    height: 30px;
    border-radius: 15px;
    background-color: #e9ebf2;
}

.ic-delete-user-button-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: normal;
    color: #e53a4e !important;
}

.ic-manage-user-button {
    min-width: 80px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-clickonce-button {
    width: 78px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-clickonce-button-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: normal;
    color: #ffffff !important;
}

.ic-edit-user-button {
    min-width: 100px;
    display: flex;
    justify-content: center;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-edit-user-button-img {
    /*margin-bottom: 4px;*/
}

.ic-edit-user-button-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: normal;
    color: #ffffff !important;
}

.ic-rename-user-type-button {
    width: 90px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-manage-user-button-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: normal;
    color: #ffffff !important;
}

#serviceGridContainer {
    max-width: 100% !important;
}

.ic-add-new-user {
    height: 44px;
    border-radius: 4px;
    margin-left: auto !important;
    background-color: #00a0ff;
}

.ic-add-new-user-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: normal;
    color: #ffffff !important;
}

.ic-add-new-user-text:hover {
        color: #ffffff;
  }

.ic-add-new-user-type {
    height: 44px;
    border-radius: 4px;
    margin-left: auto !important;
    background-color: #00a0ff;
}

.ic-model-cancel-button {
    background-color: #ffffff !important;
    color: #909090 !important;
    border-color: #909090 !important;
}

.ic-model-cancel-button:hover:not(:disabled) {
    background-color: #e2e6ea !important;
    color: #909090 !important;
    border-color: #909090 !important;
}

.ic-model-save-button {
    background-color: #00b4eb !important;
    color: #ffffff !important;
    border-color: #00b4eb !important;
}

.ic-model-save-button:hover {
    background-color: #00b4eb !important;
    color: #ffffff !important;
    border-color: #00b4eb !important;
}

.UserMailInfo {
    font-size: 8px;
    overflow: hidden;
    width: 105px;
    text-overflow: ellipsis;
    margin-top: auto;
    margin-bottom: auto;
}

.sidebar-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #909090;
}

.sidebar-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4a4a4a;
}

.sidebar-input-field {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #dcdfea;
    background-color: #ffffff;
}

.sidebar {
    height: 100%;
    width: 0;
    margin-top: 56px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }


.support-label {
}

.support-input {
    max-width: 650px;
}

.support-textarea {
    min-height: 210px;
}

.support-attached-files {
    padding-top: 7px;
}

.support-uploaded-file {
    width: 300px;
    margin-bottom: 7px;
    background: #f0f0f0;
}

    .support-uploaded-file:hover {
        background-color: #ddd;
    }

.support-uploaded-file-name {
    overflow: hidden;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: initial;
}

.support-upload-file-cancel-button {
    float: right;
    cursor: pointer;
}

.ic-request-subject {
    color: #0056b3;
    cursor: pointer;
}

    .ic-request-subject:hover {
        color: #0056b3;
        text-decoration: underline;
    }


.service-action-cell{
    width: unset;
}
.cell-width5 {
    width: 5%;
}
.cell-width10 {
    width: 10%;
}

.cell-width15 {
    width: 15%;
}

.cell-width20 {
    width: 20%;
}

.cell-width25 {
    width: 25%;
}

.ic-request-status-text {
    height: 90% !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: normal;
    color: #ffffff !important;
    cursor: default !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ic-request-status-open {
    width: 65px;
    height: 30px;
    border-radius: 5px;
    background-color: #00a0ff;
}

.ic-request-status-pending {
    width: 65px;
    height: 30px;
    border-radius: 5px;
    background-color: #ffc107;
}

.ic-request-status-hold {
    width: 65px;
    height: 30px;
    border-radius: 5px;
    background-color: #ffc107;
}

.ic-request-status-default {
    width: 65px;
    height: 30px;
    border-radius: 5px;
    background-color: #a9a9a9;
}

.ic-request-time {
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
}

.ic-request-comment-body {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
}

.ic-request-info-part {
    background-color: #e9e9e9;
    min-height: 250px;
    max-height: 400px;
}

.ic-request-info-fields-title {
    color: #909090;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
}

.ic-request-info-fields-value {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
}

.ic-request-comment-img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0px;
    background-color: #dddddd;
    border-radius: 25px;
}


.ic-request-new-comment-upload-file {
    background-color: #dddddd !important;
    position: relative;
    overflow: hidden;
}

    .ic-request-new-comment-upload-file input {
        position: absolute;
        font-size: 50px;
        opacity: 0;
        right: 0;
        top: 0;
    }

.ic-documentation-div {
    width: 100%;
    max-width: 100%;
}

    .ic-documentation-div img {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-left: auto;
        margin-right: auto;
    }

.ic-manage-vm-button {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-service-data-button {
    width: 115px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-icm-button {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-manage-persona-button {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-monitoring-button {
    width: 115px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-deployment-button {
    width: 70px;
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-deployment-restart-button {
    height: 30px;
    border-radius: 15px;
    background-color: #00a0ff;
}

.ic-adminCenter-password-icon {
    position: absolute;
    padding: 12px;
    margin-left: -40px;
    cursor: pointer;
}

.ic-adminCenter-generate-password-button {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
}

#deploymentsContainer {
    max-width: 1200px !important;
}

    #deploymentsContainer .modal-content {
        margin: 15px;
    }

        #deploymentsContainer .modal-content .modal-body {
            margin: 15px;
        }

#icmContainer {
    max-width: 1000px !important;
}
    #icmContainer .modal-content {
        margin: 15px;
    }

        #icmContainer .modal-content .modal-body {
            margin: 15px;
        }

#serviceDataContainer {
    max-width: 1000px !important;
}

#operationDataContainer {
    max-width: 1000px !important;
}

#editResourcesContainer {
    max-width: 500px !important;
}

#addResourcesContainer {
    max-width: 500px !important;
}

#editUserTypeContainer {
    max-width: 700px !important; 
}

#addUserTypeContainer {
    max-width: 700px !important;
}

.vertical-center {
    vertical-align: middle !important;
}

.disabled-button {
    background: #dddddd;
}

    .disabled-button .btn {
        cursor: default;
        color: #909090 !important
    }

.dx-datagrid {
    margin-bottom: 20px
}

.ic-icm-status-0 {
    width: auto;
    height: 30px;
    border-radius: 5px;
    background-color: #a9a9a9;
}

.ic-icm-status-1 {
    width: auto;
    height: 30px;
    border-radius: 5px;
    background-color: #00a0ff;
}

.ic-icm-status-default,
.ic-icm-status-2 {
    width: auto;
    height: 30px;
    border-radius: 5px;
    background-color: #ffc107;
}



/*#region licenses*/

.licenses-container {
    margin: 0 auto;
    max-width: 1110px;
    min-height: 500px;
    padding: 30px 0;
}

    .licenses-container > h1 {
        font: normal normal normal 30px/24px Roboto;
        letter-spacing: 2.25px;
        color: #3578f6;
        text-align: center;
        margin-bottom: 30px;
    }

.license-buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.license-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    min-height: 50px;
    background: #e9ebee 0% 0% no-repeat padding-box;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    padding: 0 30px;
    gap: 20px;
}

.btn-arrow img {
    width: 19px;
    height: 10px;
}

.license-btn .license-btn-title {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #222529;
    text-align: left;
}

.license-description {
    background-color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #222529;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
}

.description-wrapper {
    padding: 30px;
}

.components-container {
    display: flex;
    border-bottom: 1px solid #dddddd;
    align-items: center;
    padding: 30px 0;
    gap: 93px;
}

    .components-container:last-child {
        border-bottom: none;
    }

    .components-container:first-child {
        padding-top: 0;
    }

    .components-container:nth-child(3) .components-list-wrapper {
        display: flex;
        gap: 87px;
    }

.icron-platform-name {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #222529;
    min-width: 235px;
}

.component-list-item {
    display: flex;
}

    .component-list-item a {
        color: #222529;
        cursor: pointer;
        text-decoration: none;
    }

        .component-list-item a:hover {
            color: #3578f6;
            text-decoration: underline;
        }

    .component-list-item img {
        margin-top: 8px;
        margin-right: 10px;
        width: 10px;
        height: 7px;
    }

    .component-list-item:hover img {
        filter: invert(38%) sepia(39%) saturate(3751%) hue-rotate(208deg) brightness(100%) contrast(94%);
        -webkit-filter: invert(38%) sepia(39%) saturate(3751%) hue-rotate(208deg) brightness(100%) contrast(94%);
    }

.license-btn-active + .license-description {
    max-height: 10000px;
    margin-bottom: 30px;
}

.license-btn-active > .btn-arrow {
    transform: rotateX(180deg);
}


.go-to-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #232429;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

    .go-to-top:hover {
        background-color: #3578f6;
    }

    .go-to-top img {
        width: 18px;
        height: 18px;
    }



/*#endregion*/

/*#region licenses footer*/
.footer {
    background: #bdc6d1 0% 0% no-repeat padding-box;
    /*position: sticky;*/
    width: 100%;
    bottom: 0;
    padding: 0 10px;
}

.footer-inner-wrapper {
    min-height: 40px;
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.footer-left {
    /*font-family: "Roboto";*/
    font-weight: 400;
    font-size: 11px;
    margin:0;
    line-height: 20px;
    letter-spacing: 0px;
    color: #232429;
}

.footer-right {
    /*font-family: "Roboto";*/
    font-size: 13px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0px;
    background-color: #8896a7;
    cursor: pointer;
    color: #fff;
    width: 80px;
    height: 40px;
    text-align: center;
}

    .footer-right:hover {
        background-color: #3578f6;
    }

.btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/*#endregion*/