﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*font-size: 1.6rem;*/
    font-size: 12pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    /*line-height: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

/*
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1630px;
}*/


.btn-complete {
    color: #fff;
    background-color: #6d41a1;
    border-color: #6d41a1;
}

    .btn-complete:hover {
        color: #fff;
        background-color: #593485;
        border-color: #593485;
    }

    .btn-complete:focus, .btn-complete.focus {
        color: #fff;
        background-color: #593485;
        border-color: #593485;
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

    .btn-complete.disabled, .btn-complete:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding-left: 2px;
        padding-right: 2px;
    }
}
td:has(> input[readonly]) {
    background-color: #cfcfcf !important;
}

input[readonly] {
    background-color: #cfcfcf !important;
}
.body-content {
    margin-left: 10px;
    margin-right: 10px;
}

.dxgvEditFormDisplayRow_SoftOrange td.dxgv, .dxgvDetailCell_SoftOrange td.dxgv, .dxgvAdaptiveDetailCell_SoftOrange td.dxgv, .dxgvDataRow_SoftOrange td.dxgv, .dxgvAdaptiveDetailRow_SoftOrange td.dxgvAIC {
    overflow: hidden;
    border-bottom: 1px Solid #c5c5c5;
    border-right: 1px Solid #c5c5c5;
    border-top-width: 0;
    padding: 2px 8px 3px;
}

.text-light {
    color: #0080ff !important;
}

.loadingPanel {
    font-size: 24px;
}


.close {
    font-size: 2rem;
}

span.star {
    color: #ba2a3e;
    font-size: 12pt;
}

ul > li > ul > li:nth-child(n) > a {
    padding-left: 22px;
}

ul > li > ul > li > ul > li:nth-child(n) > a {
    padding-left: 28px;
}

#hellouser {
    font-size: 24px;
}

.dropZoneExternal > div,
.dropZoneExternal > img {
    position: absolute;
}

.dropZoneExternal {
    position: relative;
    border: 1px dashed #f17f21 !important;
    cursor: pointer;
}

.dropZoneExternal,
.dragZoneText {
    width: 100%;
    max-width: 350px;
    min-width: 286px;
    height: 350px;
}

#dragZone {
    width: 100%;
    display: table;
}

#uploadedImage {
    width: 100%;
}

.dropZoneText {
    width: 300px;
    height: 150px;
    color: #fff;
    background-color: #888;
}

#dropZone {
    top: 0;
    padding: 100px 25px;
}

.uploadControlDropZone,
.hidden {
    display: none;
}

.dropZoneText,
.dragZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20pt;
}

.dragZoneText {
    color: #808080;
}

.dxucInlineDropZoneSys span {
    color: #fff !important;
    font-size: 10pt;
    font-weight: normal !important;
}

.validationMessage {
    padding: 0 20px;
    text-align: left;
}

.table td, .table th {
    padding: 0.15rem;
}

.uploadFailed, .uploadSucceeded {
    margin-top: 5px;
    padding: 5px;
    font-size: 18px;
    max-width: 500px;
    overflow-wrap: break-word;
    border: 2px solid;
}

.uploadSucceeded {
    background-color: #3cb371;
    color: white;
}

#UploadControl_TextBox0_FakeInput {
    height: 34px;
    font-size: 16px;
}

.font16 {
    font-size: 16px;
}

a.underline:link {
    text-decoration: underline;
}

a.underline:visited {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: underline;
}

a.underline:active {
    text-decoration: underline;
}

.white {
    background-color: white;
}

.light-blue {
    background-color: #26A9E1 !important;
}

.blue {
    background-color: #292874 !important;
}

.orange {
    background-color: #F7921E !important;
}

.dxbButton_SoftOrange:not(.dxbDisabled_SoftOrange) > .dxb {
    color: white;
    background-color: #F7921E;
}

.dxbButton_SoftOrange.dxb-outline {
    background: #F7921E;
    border-color: #F7921E;
    color: #F7921E;
}

.DevExGridHeader {
    background-color: #292874;
}

.white-text {
    color: white !important;
}

.light-blue-text {
    color: #26A9E1 !important;
}

.blue-text {
    color: #292874 !important;
}

.orange-text {
    color: #F7921E !important;
}

.navbar {    
   padding: 0;
}

.btn {
    font-weight: bold;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #292874 !important;
    justify-content: space-between;
}

.bootstrap-dialog .bootstrap-dialog-title {
    font-size: 20px;
    font-weight: bold;
}

.bootstrap-dialog-empty {
    min-width: 35px;
}

.modal-header .close, .modal-header .mailbox-attachment-close {
    color: white;
}

.modal-header {
    border-bottom: 0px;
    border-bottom: 10px solid #26A9E1;
}

.modal-body {
    border-top: 10px solid #292874;
    border-left: 10px solid #292874;
    border-right: 10px solid #292874;
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
    border-bottom: 10px solid #292874;
    border-left: 10px solid #292874;
    border-right: 10px solid #292874;
}

.card-header {
    background-color: #292874 !important;
    color: white;
}

.card-body {
    padding: 0.5rem;
}

.bootstrap-select > .dropdown-toggle:after {
    color: #F7921E;
}

.bootstrap4-dialog-button {
    min-width: 80px;
}

.body-content {

}

.main-footer {
    padding: 0;
}

.dropdown-toggle {
    border: 1px solid #6c757d !important;
}

@media screen and (max-width: 768px) {
    #logo {
        max-height: 15vw !important;
        /*margin-left: -70px;*/
        left: 0px;
        margin-bottom: -30px;
    }
}

.dxbs-edit-caption.col-form-label {
    min-width: 200px;
}

/*.portrait_mode {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    top: .8rem;
    width: 1.55rem;
    height: 1.55rem;
}

.checkbox-lg .custom-control-label {
    padding-top: 13px;
    padding-left: 8px;
}


.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
    top: 1.2rem;
    width: 1.85rem;
    height: 1.85rem;
}

.checkbox-xl .custom-control-label {
    padding-top: 23px;
    padding-left: 12px;
}
td:has(> input[readonly]) {
    background-color: #cfcfcf !important;
}
input[readonly] {
    background-color: #cfcfcf !important;
}

.buttonDeleteRed {
    background: #dc3545 !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.dxbs-dropdown-area .modal-body {
    border-top: none;
    border-left: none;
    border-right: none;
    /* no need to reset border-bottom since it's already set to 0px */
}
.pageTitleInBar {
    position: relative;
    margin: 10px auto;
    color: #fff;
    padding-right: 300px;
}

.agentsSection .left-half {
    width: 27%;
    min-width: 90px;
    z-index: 10;
}

.agentsSection .right-half {
    width: 73%;
}

.agenthome-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.agenthome-flex-item {
    width: 380px;
    margin: 5px 10px;
}

.agentsContainer {
    max-width: 2024px !important;
}

.static-bottom {
  position: static; 
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}

/* Desktop view: footer sticks to the bottom */
@media (min-width: 1200px) { /* Adjust the breakpoint as needed */
    .static-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

}
.flex-column {
    flex: 1;
}

.ui-autocomplete {
    z-index: 10000 !important;
}

.dxbs-combobox {
    max-width: 280px;
}

.audit_div {
    background-color: #f5f5f5;
    padding-bottom: 2px;
}

.audit_date {
    color: #ff6100;
    /*color: #555;*/ /* Dark grey for date */
    font-weight: bold; /* Optional: makes date stand out */
}

.audit_user {
    color: #0047ab; /* Dark blue for user name */
    font-weight: bold; /* Makes user name stand out */
}

.audit_action {
    color: #333; /* Dark grey for action */
}

.audit_action_subject {
    color: #800000; /* Maroon for subject */
    font-weight: bold; /* Makes subject stand out */
}

.audit_action_from,
.audit_action_to {
    color: #000;
    font-style: italic; 
}

.audit_action_original_value {
    color: #b14b60;    
}

.audit_action_new_value {
    color: #00c200;
}

.modal-xl {
    width: 96% !important;
    height: 90% !important;
}

.flex-cb label {
    display: flex;
}

.flex-cb label input {
    order: 1;
}

.highlightedSearchTerm {
    background-color: yellow;
    color: darkblue;
}

span.image.excel {
    display: inline-block;
    width: 32px; /* Set the width of the icon */
    height: 32px; /* Set the height of the icon */
    background-image: url('../Images/excel.png'); /* Path to your PNG image */
    background-size: contain; /* Ensure the image scales properly */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    vertical-align: middle; /* Align the icon vertically with the text */
    margin-right: 8px; /* Add some space between the icon and the text */
}

.small-badge {
    padding: 0;
    font-size: inherit;
}

#agentProfile tr:nth-child(even) {
    background-color: #f8f8f8;
}

#agentProfile tr:nth-child(odd) {
   
}
#agentProfile td {
    font-size: 16px;
    /*overflow: hidden;*/
    border-bottom: 1px Solid #c5c5c5;
    border-right: 1px Solid #c5c5c5;
    border-top-width: 0;
    padding: 2px 8px 3px;
}

#agentProfile th {
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px Solid #c5c5c5;
    border-right: 1px Solid #c5c5c5;
    border-top-width: 0;
    padding: 2px 8px 3px;
    background-color: #292874;
    color: #ffffff;
}

/* Hide the default checkbox */
#agentProfile input[type="checkbox"],
.showAllFields-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 2;
}

/* Create a custom checkbox */
    #agentProfile input[type="checkbox"] + label,
    .showAllFields-checkbox input[type="checkbox"] + label {
        position: relative;
        padding-top: 4px;
        padding-left: 38px; /* Adjust padding to make space for the custom checkbox image */
        /*line-height: 23px;*/
        cursor: pointer;
    }

/* Unchecked state */
    #agentProfile input[type="checkbox"] + label:before,
    .showAllFields-checkbox input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 32px; /* Width of the custom image */
        height: 32px; /* Height of the custom image */
        background: url('../images/unchecked_o_32.png') no-repeat center center;
        background-size: cover;
    }

/* Checked state */
    #agentProfile input[type="checkbox"]:checked + label:before,
    .showAllFields-checkbox input[type="checkbox"]:checked + label:before{
        content: "";
        background: url('../images/checked_o_32.png') no-repeat center center;
        background-size: cover;
    }

#MainContent_lblStatus {
    font-size: 15px;
    color: #6c6c6c;
}

    #agentProfile input[type="checkbox"]:disabled, .showAllFields-checkbox input[type="checkbox"]:disabled {
        opacity: 1;
    }


  
#agentProfile ::placeholder {
    font-size:14px;
    color: red;
    opacity: 1; /* Firefox */
}

#agentProfile ::-ms-input-placeholder { /* Edge 12 -18 */
    font-size: 14px;
    color: red;
}

[data-val-controltovalidate*="MainContent_rptItems_txtNewValue"] {
    /* Your styles here */
    color: red;
    font-weight: bold;
}
[data-val-controltovalidate*="MainContent_rptItems_txtNewValue"]::after {
    content: "\A"; /* \A represents a line break */
    white-space: pre; /* Ensure the line break is respected */
}

.downloadableForms {
    max-width: 640px;
    border: 1px solid #c5c5c5;
    padding: 5px;
    margin-top: 5px;
}

.rejectedNotes {
    color:crimson;
}

.bootstrap-dialog-message red {
   // color:crimson;
}

.bootstrap-dialog-message table {
    width:100%;
}

.bootstrap-dialog-message table td:nth-last-child(-n+2) {
    text-align: right;
    color: black;
}

.template {
    font-size: 1.25em;
    font-weight: 600;
}
#sv-nav-next {
    margin-left: auto;
}

.right-half .completed, .completed {
    color: white;
    bottom: 13px;
    padding: .375rem .75rem;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    background-color: #439535;
    border-color: #439535;
    box-shadow: none;
    min-width: 50px;
}

.right-half .begin,.begin {
    bottom: 13px;
    padding: .375rem .75rem;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}

.right-half .inprogress,.inprogress {  
    bottom: 13px;
    padding: 3px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: .375rem .75rem;
    background-color: #ffc107;
    border-color: #ffc107;
}
#sv-nav-complete {
    margin-left: auto;
}

.notification-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 20px; /* Add some padding to make room for the notification */
    margin-right: 20px;
    color: white;
}

.notification-number {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 20px;
    text-align: center;
    border: 2px solid white; /* Optional: adds a border for better visibility */
    display: none;
}


a.notification-number:hover {
    color: white;
    background-color: #f7921e;
}

.center-table {
    width: 90%;
    padding: 20px;
    margin-left: 5%;
}

#notifications {
    width: 100%;
    border: 0px solid #e9e9e9;
}
    #notifications .unread {
        background-color: #f0f8ff;
        font-weight: bold;
    }
    #notifications td {
        padding: 5px;
    }

.scrollable-container {
    height:300px;
    overflow: auto;
   /*border: 1px solid #ccc; /* Optional: Add a border for better visualization */
}

#t1 td {
    border: 0px solid #ffffff;
}

#t1 {
    background-color: #f0f8ff;
}

label.required-field:after {
    content: " *";
    color: red;
}

label em {
    color: red;
}

.yellow-cell {
    background-color: #fafac3;
    border: 1px solid #c5c5c5;
    padding-left: 5px;
}

.green-cell {
    background-color: #9cdba6;
    border: 1px solid #c5c5c5;
    padding-left: 5px;
}

.red-cell {
    background-color: #ffc4b4;
    border: 1px solid #c5c5c5;
    padding-left: 5px;
}

#MainContent_rblSendTo label {
    padding-right: 10px;
    padding-left: 5px;
}
.btn.btn-purple {
    background-color: #6a0dad; 
    border-color: #6a0dad;
    color: #fff;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    .btn.btn-purple:hover {
        background-color: #5c0b99;
        border-color: #5c0b99;
    }

a.scrollup span {
    z-index: 10000;
    position: fixed;
    background-color: black;
    opacity: 0.3;
    top: 21px;
    left: 50%;
    /*right: 156px;*/
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

a.scrollup span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate( 135deg );
    transform: rotate( 135deg );
    box-sizing: border-box;
}

a.scrolldown span {
    z-index: 10000;
    position: fixed;
    background-color: black;
    opacity: 0.3;
    /*top: 85%;*/
    bottom: 25px;
    left: 50%;
    /*right: 156px;*/
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

a.scrolldown span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
    box-sizing: border-box;
}

.dxpcLite .dxpc-header, .dxdpLite .dxpc-header {
    color: white;
    font-size: 16px;
    text-align: center;
    background-color: #292874 !important;
    border-bottom: 10px solid #26A9E1;
    padding: 2px 2px 2px 12px;
    padding: 10px;
}

.dxpcLite .dxpc-content, .dxdpLite .dxpc-content {
    white-space: normal;
    padding: 9px 12px;
    font-size: 14px;
    border-top: 10px solid #292874;
    border-left: 10px solid #292874;
    border-right: 10px solid #292874;
    border-bottom: 10px solid #292874;
}

.dxbButton div.dxb {
    padding: 3px 8px 4px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    font-size: 14px;
    box-shadow: none;
}

.dxbButtonSys.dxbTSys {
    border: none;
}

#pageTitle {
    font-weight: bold;
}

@media (max-width: 600px) {
    #pageTitle {
        font-size: 1em;
    }

    #pictures img {
        width: 150px;
        height: auto;
    }

    .body-content {
        margin-left: 3px;
        margin-right: 3px;
    }

    .notification-wrapper {
        font-size: 2.4vw;
    }
}

@media (min-width: 601px) {
    #pageTitle {
        font-size: 2.5em;
    }

    .body-content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.sd-root-modern--mobile .sd-body.sd-body--responsive, .sd-root-modern--mobile .sd-body.sd-body--static {
    padding: calc(1*(var(--sjs-base-unit, var(--base-unit, 4px))));
}

.sd-item__decorator.sd-checkbox__decorator {
    border: 1px solid #999;
}

    .sd-item__decorator.sd-checkbox__decorator:hover {
        border-color: #666;
    }

.sd-item__decorator, .sd-item__decorator {
    border: 1px solid #999;
}

.sd-body.sd-body--static {
    padding-top: calc(2*(var(--sjs-base-unit, var(--base-unit, 8px))));
}

.dxgvBatchEditModifiedCell_SoftOrange table {
    background: #d7f9c7;
}

