﻿/* 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;
}

.backToListBtn {
    color: #007bff!important;
    text-decoration: none!important;
    background-color: transparent!important;
}

    .backToListBtn:hover {
        color: #0056b3!important;
        text-decoration: underline!important;
    }

/* Provide sufficient contrast against white background */

.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;
}

.container{
    max-width: 95%;
}

.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;
    --userStatusOnline: #32CD32;
    --userStatusAway: #FFAC1C;
    --userStatusOffline: #808080;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.access-denied-message {
    text-align: center;
}
/*-------------------------------------------------*/
.icon-action-link {
    color: #007bff !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

    .icon-action-link:hover {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }

.z-index-9999 {
    z-index: 9999;
}

.font-weight-600 {
    font-weight: 600;
}

.custom-icon-color {
    color: #007bff;
}

.ticketMessagesDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.assigned-to-icon {
    font-size: 1.5rem;
    vertical-align: top;
}

.eye {
    position: absolute;
    right: 10px;
    top: 10%;
    font-size: 1.2rem;
    color: var(--textSecondaryColor);
    cursor: pointer;
}

    .eye ~ input {
        padding-right: 40px !important;
    }

.dropdown-menu-custom-width {
    min-width: 15rem !important;
}

.dropdown-item:active {
    background-color: transparent !important;
}

.userStatusOnline {
    color: var(--userStatusOnline);
}

.userStatusAway {
    color: var(--userStatusAway);
}

.userStatusOffline {
    color: var(--userStatusOffline);
}

.fa-stack {
    width:2rem;
}

.background-aliceblue {
    background-color:aliceblue;
}

#navbarUserStatusCircle {
    position: relative;
    top: 4px;
    left: -14px;
    font-size: 10px;
}

.user-status-circle {
    top: 11px;
    left: -14px;
    font-size: 10px;
    position: relative;
}

.dropdown-menu-arrow {
    top: -25px;
    left: 50%;
    width: 0;
    height: 0;
    position: relative;
}

    .dropdown-menu-arrow:before,
    .dropdown-menu-arrow:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-width: 7px 8px;
        border-style: solid;
        border-color: transparent;
        z-index: 1001;
    }

    .dropdown-menu-arrow:after {
        bottom: -18px;
        right: -100px;
        border-bottom-color: #fff;
    }

    .dropdown-menu-arrow:before {
        bottom: -17px;
        right: -100px;
        border-bottom-color: rgba(0,0,0,.15);
    }

.pageSpinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(255,255,255,0.5);
}

    .pageSpinner .pageSpinnerContent {
        position: relative;
        top: 45%;
/*        left: 50%;*/
        font-weight: bold;
    }

.lineChartContainer {
    max-width:65%;
    margin-left:auto;
    margin-right:auto;
}

#summaryTextArea {
    height: 250px;
}

.edit-invoice label {
    font-weight: bold;
}
.table-header-line {
    margin-top: 0px;
    border: 0.01em solid gray;
    border-top: 0px;
}

.table-footer-line {
    margin-top: 40px;
    border: none;
    border-top: 1px dashed gray;
    height: 1px;
}

.invoiced-services-header{
    margin-top: 40px;
}

.textElipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.showMoreLessBtn {
    color: #0366d6!important;
}

.showMoreLessBtn:hover {
    cursor: pointer;
    text-decoration:underline!important;
}

.textWhiteSpacePreWrap {
    white-space:pre-wrap
}

.customTextarea {
    padding: 2px;
    border: solid 1px #e0e0eb;
/*    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;*/
    white-space: pre-wrap;
}

.blueStatusLabel {
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    padding: 0.3rem;
    text-transform: uppercase;
    vertical-align: baseline;
    color: #0055CC;
    background-color: #E9F2FF;
}

.greenStatusLabel {
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    padding: 0.3rem;
    text-transform: uppercase;
    vertical-align: baseline;
    color: #216E4E;
    background-color: #DCFFF1;
}

.grayStatusLabel {
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    padding: 0.3rem;
    text-transform: uppercase;
    vertical-align: baseline;
    color: #172B4D;
    background-color: #091E420F;
}

.grayUserIcon {
    color: #e9ecef;
    /*color: #091E420F;*/
    font-size:1.5rem;
}

.navbarUserDropDownMenu {
    font-size:12px;
    margin-top:5px;
}

.navbarUserIcon {
    font-size: 32px;
    color: #e9ecef;
    cursor: pointer;
}

.navbarUserStatusIcon {
    float:left;
    padding-right:8px;
}


#ticketMessageDiv {
    /*height: calc(100% - 200px);*/
    max-height: 400px;
}
.ticketMessages {
    /*    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;*/
    /*height: calc(100% - 10px);*/
    max-height: 400px;
    overflow: auto;
}

    .ticketMessages img {
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        cursor: pointer;
    }

.hidden {
    display: none;
}

.max-height-700 {
    max-height: 700px;
}

.max-height-150 {
    max-height: 150px;
}

.issueDetails {
    font-size:12px;
}

.borderRadiusZero {
    border-radius: 0!important;
}

.borderRadiusLeftSide {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0rem;
}

.borderRadiusRightSide {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0.25rem;
}

.ticketMessagesDescription > p {
    margin-bottom:0px;
}

.deleteFileBtn {
    color: #0366d6 !important;
}

    .deleteFileBtn:hover {
        color: #0056b3 !important;
        text-decoration: underline;
        cursor: pointer;
    }

    .cursorPointer:hover {
        cursor:pointer;
    }

    .cursorNotAllowed:hover{
        cursor:not-allowed;
    }

.modalMergeContainer {
    background-color: lightgray;
    border:2px solid;
    border-radius: 10px;
    border-color: darkgray;
    padding:0.5rem;
}

.mergeTicketRequester {
    font-size: 14px;
    font-style: italic;
}

.search-filters-container > .input-group-append > span > .btn-group > .custom-select {
    border-radius: 0rem;
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
}

.issue-priority {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

.issue-lowest-priority {
    background: url("../img/IssuePriorities/lowest.svg") no-repeat;
}

.issue-low-priority {
    background: url("../img/IssuePriorities/low.svg") no-repeat;
}

.issue-medium-priority {
    background: url("../img/IssuePriorities/medium.svg") no-repeat;
}

.issue-high-priority {
    background: url("../img/IssuePriorities/high.svg") no-repeat;
}

.issue-highest-priority {
    background: url("../img/IssuePriorities/highest.svg") no-repeat;
}

.dropdown-item:active {
    color: #21252C
}

.ticketMessagesDescription > div.WordSection1.hidden {
    display: block !important;
}

@media (min-width: 992px) {
    .invoiceTableHead {
        font-size: 12px;
        font-weight: bold;
    }

    .invoiceTableCell {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .invoiceTableHead {
        font-size: 12px;
        font-weight: bold;
    }

    .invoiceTableCell {
        font-size: 12px;
    }

    .cardTest {
        max-height: 400px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .lineChartContainer {
        max-width:100%;
    }
}