﻿/* 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 {
    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-items-dropdown-item {
    background-color: transparent !important;
    color: #0a2463 !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: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    color: #909090;
}

.ic-request-body-subtitle {
    font-size: 16px;
    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 {
    width: 92px;
    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 {
    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 {
    width: 77px;
    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 {
    width: 130px;
    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 {
    width: 150px;
    height: 44px;
    border-radius: 4px;
    margin-left: auto !important;
    background-color: #00a0ff;
}

.ic-refresh-button {
    background-color: transparent !important;
    color: #007bff !important;
    border-color: #007bff !important;
}

    .ic-refresh-button:hover:not(:disabled) {
        background-color: #e2e6ea !important;
        color: #909090 !important;
        border-color: #007bff !important;
    }

.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;
    }

.cell-width5 {
    width: 5%;
}
.cell-width10 {
    width: 10%;
}

.cell-width15 {
    width: 15%;
}

.cell-width20 {
    width: 20%;
}

.cell-width25 {
    width: 25%;
}

.cell-id-width {
    width: 53px;
}

.cell-priority-width {
    width: 77px;
}

.cell-type-width{
    width: 62px;
}

.cell-assigned-width{
    width: 120px;
}

.cell-changedby-width {
    width: 92px;
}

.cell-state-width {
    width: 63px;
}
.cell-tags-width{
    width: 77px;
}

.cell-date-width {
    width: 87px;
}

.cell-project-width {
    width: 77px;
}

.cell-actions-width {
    width: 120px;
}

.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: 600px;
    padding: 34px 20px;
}

.ic-request-info-part table {
    width: 100%;
}

.ic-request-info-part table tr {
    padding: 10px 0;
}

.ic-request-info-part__title {
    font-weight: 600;
    font-size: 13px;
    color: #8F9193;
    width: 175px;
}

.ic-request-info-part__value {
    font-weight: 600;
    font-size: 13px;
    color: #212529;
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto;
    margin-bottom: auto;
}

.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 {
    width: 80px;
    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;
}

.project-selection {
    width: 300px;
}

.container-custom {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.request-details-left {
    padding: 20px;
    background-color: #ffffff;
}

.request-details-left__buttons {
    display: flex;
    gap: 30px;
}

.ic-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
