﻿.bg-login-image {
    background-image: url("../images/PE_Login_Photo.png");
    background-position: center;
    background-size: cover
}

.bg-password-image {
    background-image: url("../images/PE_Login_Photo.png");
    background-position: center;
    background-size: cover;
}

.bg-image {
    background-image: url("../images/Login_Background.png");
    background-position: center;
    background-size: cover
}

.login-description-text {
    color: black;
    font-family: Arial;
}

.login-address-text {
    font-size: 12px;
    font-family: Arial;
}

.detailsLabel {
    font-weight: bold;
    margin-bottom: 0;
}

.card-header-secondary {
    /*color: white !important;*/
    background-color: #4cb5b7;
    /*background-color: #fdfdfe;*/
}

.card-body-congratulations {
    font-weight: bold;
    font-size: 25px;
    color: #663399;
}

/*.date {*/
    /*This is for autocomplete in views for jquery to add calendar*/
/*}*/

.hscloginlogo {
    width: 100%;
}

.hsclogo {
    width: 50%;
}

/*[title]:hover::before {
    content: attr(title);
    position: absolute;
    width: 100%;
    top: -100%;*/
/*    border: 5px solid #cccccc;
    border-color: #cccccc transparent transparent transparent;*/
/*}*/
/*[title]:hover::after {
    content: attr(title);
    position: absolute;
    width: 100%;*/
/*    border: 5px solid #cccccc;
    border-color: #cccccc transparent transparent transparent;*/
/*}*/

.HelperTextDiv {
    position: absolute;
    width: 800px;
    font-size: 13px;
}

.HelperText {
    display: none;
    position: absolute;
    border-radius: .35rem;
    border: 2px solid #cccccc;
    padding: 5px 15px;
    background-color: white;
    box-shadow: 1px 1px 3px #cccccc;
}

    .HelperText:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 16px;
        top: 30px;
        border: 5px solid #cccccc;
        border-color: #cccccc transparent transparent transparent;
    }

    .HelperText:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 18px;
        top: 29px;
        border: 3px solid white;
        border-color: white transparent transparent transparent;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .hscloginlogo {
        width: 162px;
    }

    .hsclogo {
        max-width: 100px;
        width: 50%;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}


/* Form Basic Styles */
/******************************************************************************************************************************/
.BasicRow {
    padding-bottom: 5px
}

.BasicLabel {
    max-width: 10%;
    min-width: 10%
}

.BasicTextBox {
    margin-left: 5px;
    min-width: 75%
}
/******************************************************************************************************************************/

.AddressDisplaySpacing {
    border-top: 1px solid #e3e6f0;
}

.AddressSpacing {
    border-top: 1px solid #e3e6f0;
    padding: 10px 0px
}

#divTextCopyMsg {
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid #cccccc;
    border-radius: 5px;
    padding: 0px 10px;
}

.control-label{
    font-weight: bold;
}
/*.pcs:after {
    content: " pcs";
}

.cur:before {
    content: "$";
}

.per:after {
    content: "%";
}*/
* {
    box-sizing: border-box;
}

body {
    
}

table {
    width: 100%;
}

    /*    th {
        text-align: left;
        border-bottom: 1px solid #ccc;
    }*/

    /*    th,
    tr:nth-child(even):not(.fold),
    table.fold-table > tbody > tr.view:nth-child(4n-1){
        background-color: #f2f2f2;
    }*/
    table.fold-table > tbody > tr.view td,
    table.fold-table > tbody > tr.view th {
        cursor: pointer;
    }

    table.fold-table > tbody > tr.view.selected {
        background: #f2f2f2;
    }

    table.fold-table > tbody > tr.view td:first-child,
    table.fold-table > tbody > tr.view th:first-child {
        position: relative;
        padding-left: 20px;
    }

    table.fold-table > thead > tr > th {
        border-bottom: 2px solid #e3e6f0;
    }

    table.fold-table > tbody > tr.view td {
        border-top: 1px solid #e3e6f0;
    }

    table.fold-table > tbody > tr > td > div.fold-content:nth-child(2n-1) {
        background: #f2f2f2;
        margin-top: -1px;
        border-top: 1px solid #e3e6f0
    }

    table.fold-table > tbody > tr.fold {
        display: none;
    }

        table.fold-table > tbody > tr.fold.open {
            display: table-row;
        }

.table.table-simple > thead > tr > th {
    border: none;
}

.table-Totals {
    background-color: rgb(133,135,150, .1);
}

.table-borderless-body > tbody > tr > th:nth-child(n+2) {
    border-left: 1px solid rgb(133,135,150, .3);
}

#content {
    min-height: 92vh;
}

.verticalList {
    display: flex;
    flex-wrap: wrap;
}

    .verticalList > * {
        flex: 1 1 33%;
    }

.MultiSelect option:checked {
    background: #1E88E5;
    color: #FFF;
}

.SelectedAttachment {
    width: 125%;
    height: 100px;
    padding: 30px 10px;
    margin-left: 20px;
    background-color: white;
    text-align: center;
    box-shadow: 0px 0px 5px 1px turquoise;
    position: relative;
}

.AttachmentBackdrop {
    background-color: rgba(0,0,0,0.3);
}

.AttachmentDiv {
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
}

.AttachmentBorder {
    border-bottom: 1px solid #e3e6f0;
}

.AddressBorder {
    border-top: 1px solid #c3c3c3;
}

.hide {
    display: none;
}

.show {
    display: block;
}
fieldset {
    border: 1px solid rgba(195, 195, 195, .7);
    padding: 1em;
    padding-top: 0;
}

legend {
    width: auto;
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    padding-bottom: 0px;
}

/* Hides up/down clicks for number text boxes */
/****************************************************************************************************/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/****************************************************************************************************/

/* Hides date picker from date text boxes */
/****************************************************************************************************/
/*input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}*/
/****************************************************************************************************/

/* System Messages*/
/****************************************************************************************************/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: turquoise;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.LoadSpinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(60, 60, 60, .6) 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .LoadSpinner {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .LoadSpinner {
    display: block;
}

.spinner {
    position: fixed;
    top: 25%;
    left: 50%;
}

.systemNotification {
    background: rgba(75,181,67, 0.7);
    height: 35px;
    width: 100vw;
    margin-top: -23px;
    margin-left: -32px;
    position: absolute;
    z-index: 9999;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.tableRowHover tbody tr:hover {
    background: #70C4C6;
    color: white;
    cursor: pointer;
}

.alterRowColor .row:nth-child(even){
    background-color:lightgray;
}
/****************************************************************************************************/
/* Provider Enrollment Modal */
/****************************************************************************************************/
#dlgCustomerProviderEnrollmentModal {
    position: absolute;
    top: 6em;
    max-height: 70vh;
    z-index: 1000;
    overflow-y: auto;
}

    #dlgCustomerProviderEnrollmentModal table,
    #dlgCustomerProviderEnrollmentModal th,
    #dlgCustomerProviderEnrollmentModal td {
        border: solid black 1px;
        border-spacing: 0;
    }

    #dlgCustomerProviderEnrollmentModal table {
        margin-bottom: .5em;
    }

    #dlgCustomerProviderEnrollmentModal th,
    #dlgCustomerProviderEnrollmentModal td {
        text-align: center;
    }

    #dlgCustomerProviderEnrollmentModal #tblStatusDetails th {
        background-color: silver;
    }

    #dlgCustomerProviderEnrollmentModal #tblStatusDetails tbody th {
        text-align: left;
        padding-left: .5em;
    }


    #dlgCustomerProviderEnrollmentModal thead th:first-of-type {
        width: 20em;
    }

    #dlgCustomerProviderEnrollmentModal thead th:not(:first-of-type) {
        width: 9em;
    }

    #dlgCustomerProviderEnrollmentModal tr.sla-n-a td {
        background-color: grey;
        color: black;
    }

    #dlgCustomerProviderEnrollmentModal tr.sla-n-a td {
        background-color: silver;
        color: black;
    }

    #dlgCustomerProviderEnrollmentModal tr.sla-on-time td:is(.sla-processing-time, .sla-days-processing):not(:has(br)):not(:has(span.data-error)) {
        background-color: #92D050;
        color: black;
        font-weight: bold;
    }

    #dlgCustomerProviderEnrollmentModal tr.sla-slow td:is(.sla-processing-time, .sla-days-processing):not(:has(br)):not(:has(span.data-error)) {
        background-color: #FF0;
        color: black;
        font-weight: bold;
    }

    #dlgCustomerProviderEnrollmentModal tr.sla-late td {
        background-color: #FF0704;
        color: black;
        font-weight: bold;
    }

    #dlgCustomerProviderEnrollmentModal #divProviderInfoBlock {
        border: solid black 2px;
        position: relative;
        font-weight: bold;
        width: 15em;
        margin-bottom: 1em;
        padding: .5em;
    }

        #dlgCustomerProviderEnrollmentModal #divProviderInfoBlock > p {
            margin-top: 0;
            margin-bottom: 0;
        }

    #dlgCustomerProviderEnrollmentModal #divStatusKpiBlock {
        border: solid black 2px;
        width: 15em;
        font-weight: bold;
        margin-bottom: 1em;
        padding: 0;
        float: right;
    }

        #dlgCustomerProviderEnrollmentModal #divStatusKpiBlock table {
            margin-bottom: 0;
        }

    #dlgCustomerProviderEnrollmentModal #divStatusKpiBlock th {
        width: 70%;
    }

        #dlgCustomerProviderEnrollmentModal #divStatusKpiBlock td {
            width: 30%;
        }

.textarea {
    height: 200px;
}

.mt-6 {
    margin-top: 6rem;
}

.tooltip .tooltip-inner {
    max-width: 500px;
    white-space: normal;
}