@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*.login-container {
    font-family: arial;
    font-size: 24px;
    margin: 25px;
    width: 350px;
    height: 200px;
    outline: dashed 1px black;*/
/* Setup */
/*position: relative;
}

.login-card{
    width: 50px;
    height: 50px;
    background-color: red;*/
/* Center vertically and horizontally */
/*position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;*/ /* Apply negative top and left margins to truly center the element */
/*}*/

.login-container {
    height: 100vh;
}

.cw-480 {
    max-width: 480px;
    width: 100%;
}

.fs-825 {
    font-size: 0.825rem;
}

.tm-8 {
    opacity: 0.8;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.infofloat-box {
    position: absolute;
    top: 95px;
    right: 60px;
    width: 425px;
    background-color: white;
    z-index: 100;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
    border: 0px;
}

.infofloat-box-users {
    position: absolute;
    bottom: 25px;
    left: 25px;
    max-width: 350px;
    background-color: white;
    z-index: 100;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
    border: 0px;
    max-height: 1000px;
}

.set-map-mode-box {
    position: absolute;
    top: 10px;
    left: 215px;
    z-index: 1000;
}

.set-map-settings-box {
    position: absolute;
    bottom: 25px;
    right: 60px;
    /*width: 150px;*/
    z-index: 1000;
    /*padding: 16px;*/
    /*box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;*/
    /*border-radius: 8px;*/
}

.set-map-settings-button {
    background: none padding-box padding-box rgb(255, 255, 255);
    /*display: table-cell;*/
    border: 0px;
    margin: 0px;
    padding: 0px 17px;
    text-transform: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    border-bottom-right-radius: 2px;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    min-width: 66px;
}

.set-map-settings-button-selected {
    color: black;
    font-weight: 500;
    background-color: RGB(235,235,235);
}

    .set-map-settings-button:hover {
        color: black;
        /*background-color: RGB(235,235,235);*/
    }

.set-map-settings-button:active {
    color: black;
    font-weight: 500;
    background-color: RGB(235,235,235);
}

.grid-card {
    background-color: white;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
    position: relative;
    margin: 5px;
    position: relative;
}

.type-image-grid-card {
    position: absolute;
    top: 10px;
    right: 10px;
}

.call-list-notes {
    /*white-space: pre-wrap;*/
    border-width: 2px;
    padding: 5px;
    border-radius: 5px;
    background-color: #e0e0e0;
    max-height: 10rem;
    overflow-y: auto;
    margin-bottom: 6px;
    margin-top: 3px;
    margin-left: 0px;
}

.call-grid {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.call-edit-grid {
    height: 175px;
    background-color: lightgray;
    border-radius: 3px;
}

.call-edit-grid-container {
    max-height: 175px;
    max-width: 100%
}

.card-button-container {
    margin-top: 3px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    flex-wrap: nowrap;
}

.call-grid-card-button {
    /* position: relative;
    float: right;*/
    /*    position: absolute;
    bottom: 10px;
    right: 10px;*/
    margin-left: 5px;
    float:right;
}

.map-sidebar {
    background-color: WhiteSmoke;
    height: 100%;
}

.dxbs-grid-selected-row {
    background-color: darkgray;
}

/*.dxbs-grid-selected-row > td:not(.dxbs-grid-empty-cell):not(.dxbs-grid-indent-cell) {
    background-color: red;
}*/
.new-call-button {
    position: relative;
    float: right;
    margin-top: 10px;
}

.align-vertically {
    display: flex;
    flex-direction: column;
}

.align-horizontally {
    display: flex;
    flex-direction: row;
}

.popup-confirm-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.required-caption:after {
    content: '*';
    color: red;
}

.left-panel-header {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 24px;
}

.left-panel-header-users {
    padding-top: 5px;
    font-size: 24px;
}

.left-panel-header-above-group{

    font-size: 24px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 24px;
    line-height: 20px;
}

.left-panel-header-no-margin {
    margin-bottom: 0px;
}

.left-panel-header-with-back {
    display: inline-block;
    position: relative;
    top: 5px;
    left: -2px;
    font-size: 24px;
    display: inline-block;
}

.search-text-input {
    margin-top: 5px;
}

.nav-tabs .nav-item.show .nav-link, .tabs-history .nav-link.active {
    color: #495057;
    background-color: #e9ecef;
    border-color: #5f368d;
}

.assigned-orange {
    background-color: #F9A742;
    color: black;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    white-space: pre-wrap;
    margin-top: 3px;
    margin-left: 0px;
    margin-bottom: 3px;
}

.assigned-red {
    background-color: #FA595C;
    color: black;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    white-space: pre-wrap;
    margin-top: 3px;
    margin-left: 0px;
    margin-bottom: 3px;
}

.assigned-green {
    background-color: #60C0A3;
    color: black;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    white-space: pre-wrap;
    margin-top: 3px;
    margin-left: 0px;
    margin-bottom: 3px;
}

.loading-full {
    height: 100vh;
    width: 100vw;
    background-color: #009945;
    z-index: 1000 !important;
}

.loading-full-blue {
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 148, 255, 0.4);
    z-index: 10000 !important;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    z-index: 10001 !important;
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.right-layout-content-item {
    position: relative;
    float: right;
}

.no-top-margin {
    margin-top: 0;
}

.flat-bottom {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.grid-row-red > td {
    background-color: #FA595C;
}

.grid-row-orange > td {
    background-color: #F5874C;
}

.grid-row-yellow > td {
    background-color: #F8CA5F;
}

.grid-row-green > td {
    background-color: #60C0A3;
}

.x-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .x-icon:hover {
        cursor: pointer;
    }

.grid-container {
    max-height: 100%;
    overflow-y: auto;
}

.date-input-progress {
    margin-bottom: 5px;
}

.button-group-right {
    float: right;
    margin-left: 5px;
}

.memo-popup {
    margin: 10px;
}

.instruction-popup {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.center-text {
    text-align: center;
    margin: auto;
    width: 50%;
}

.logo-container {
    display: inline-block
}

.site-logo {
    height:3rem;
    margin-left: 20px;
}

.right-item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info-item {
    text-align: center;
}

.header-item {
    padding-right: 10px;
    padding-left: 10px;
}

.header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-items {
}

.header-text {
    color: #4a4a4a;
    font-weight: 600;
    font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial;
    font-size: 15px;
}

.site-name {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.logo-box {
    /*margin-bottom: 15px;*/
}

.red-button {
    background-color: #FA595C;
}

.orange-button {
    background-color: #F5874C;
}

.top-logo {
    margin-bottom: 20px;
}

.logout-button {
    color: #FA595C;
}

.no-padding-layout-item {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.padding-left-layout-item {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 10px;
}

.login-result {
    color: red;
    text-align: center;
}

.new-call-button-large-container {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.large-button {
    line-height: 80%;
    font-size: 17px;
}

.btn-icon-back {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url("/SVG/back2.svg");
    mask-image: url("/SVG/back2.svg");
    margin: 0 0 0 0;
    background-color: currentColor;
}
.btn-back {
    padding:5px;
    margin: 10px;
}

.header-by-back {
    display: inline-block;
    position: relative;
    top: 4px;
    left: -5px;
}

.info-history-container {
    /*overflow-y: auto;*/
    max-height: 18vh;
}

.call-card-title {
    max-width: 290px;
}

.control-group-container {
    /*background-color: lightgray;*/
    border-color: lightgray;
    border-radius: 3px;
    margin: 5px;
    border-style: solid;
}

.group-container-more-space {
    padding-top: 4px;
    padding-left: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
}

.progress-item {
    padding-top: 0 !important;
    margin-top: -.5rem;
}

.closed-items-left {
    flex-basis: 50%;
    margin-right: auto;
}

.closed-items-right {
    flex-basis: 50%;
    margin-left: auto;
}

.closed-text {
    color:red;
    font-weight:600;
}

.header {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
    z-index: 100;
}

.call-origination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.case-search-control-container {
    padding-top: 7px;
}

.control-label-text {
    font-weight: 600;
    font-size: 13px
}

.fill-button {
    margin-left: 10px;
    margin-right: 10px;
    height:90%;
    width:95%
}

.fill-button-container {
    margin-bottom: 5px; 
}

.container-centered-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.dxbs-grid-header-row {
    display: none;
}*/

.no-top-margin {
    margin-top: 0px;
}

.panel-header-subtitle {
    font-weight: 600;
    font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial;
    font-size: 15px;
    margin-left:8px;
}

.panel-info-card {
    white-space: pre-wrap;
    border-width: 2px;
    padding: 5px;
    max-height: 100px;
    overflow-y: auto;
    margin: 10px;
    text-align: left;
}

.trim {
    padding: 0px;
    margin: 0px;
}

.item-by-box {
    margin-left: 0px;
    padding-left: 8px;
}

.center-parent {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.select-other-button {
    width:110px;
}*/

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

.layout-in-group {
  padding-bottom: 10px;
}


.narrative-text {
    max-width: 270px;
    white-space: pre-wrap;
}

.note-text {
    font-weight: 600;
    font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial;
    font-size: 11px;
    color: darkblue;
    /*float: right;*/
    /*margin-left: 5px;*/
}

.followup-info {
    font-weight: 600;
    font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial;
    font-size: 11px;
    /*color: darkblue;*/
    float: right;
}

.disable-result {
    background-color: lightgray;
}

.call-note-container {    
   padding-top: 5px;
}

.call-note-container-date {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    flex-wrap: nowrap;
    font-size: 9px;
    font-weight: 600;
    color: #706f6f;
}

.call-note-container-text {
    white-space: pre-wrap;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
}

.call-note-container-text-map {
    white-space: pre-wrap;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
}

.call-note-container-text-adjustments {
    white-space: pre-wrap;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
    max-height: 10em;
    background-color: #ededed;
    overflow-y: auto;
}

.adjustment-change-text {
    max-width: 270px;
    white-space: pre-wrap;
    overflow-y: auto;
    max-height: 10em;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 12px;
}

.call-note-container-text-background {
    background-color: #ededed;
}

.call-note-container-text-background-map {
    background-color: #f2f2f2;
}

.adjustment-group-title {
    font-weight: 600;
    padding-top: calc(0.20313rem + 1px);
    padding-bottom: calc(0.20313rem + 1px);
    font-size: .8125rem;
}

.adjustment-history-caption {
    font-weight: 600;
    font-size: 11px;
}

.adjustment-history-value {
    font-size: 12px;
}