﻿html {
    position: relative;
    min-height: 100%;
}

a {
    color: #006CE0;
    text-decoration: underline;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* #endregion */
.btn {
    text-align: left;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

.k-widget.k-notification .k-icon {
    min-width: 1em;
}

/*Make the Kendo Upload Validation message larger Dev Ops 279098*/
.k-file-validation-message {
    font-size: .9rem !important;
}

/*Make the Kendo Upload error text bold Dev Ops 279098*/
.k-file-validation-message.k-text-error {
    font-weight: bold;
}

#formProgress:not(.useNames) li:hover {
    background: #3f51b596 !important;
    cursor: pointer !important;
}

@media (min-width: 990px) {
    .min990visible {
        display: none !important
    }
}

.modal-header, .modal-header:active {
    background: #3f51b5 !important;
    color: white;
    font-size: 28px;
}

/* #region Footer styles */
.footer {
    position: fixed !important;
    background-color: #245e39;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
    color: white
}

    .footer a {
        color: white
    }

.form_footer_links {
    background-color: #245e39;
}
/* #endregion */
/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

.k-grid tr.k-state-selected {
    background-color: #576bdb !important;
}


tr.k-state-selected > td {
    border-color: white !important;
}

.k-dropzone-hint {
    color: #444444 !important;
}
/* #endregion */
.modal {
    overflow: auto !important
}

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }


    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .desktop-only {
        display: none !important;
    }

    #formProgress {
        width: 100%;
    }

    .jumbotron.text-center {
        padding: .5rem 1rem 1rem;
        margin-bottom: 10px !important;
    }
}

.k-progressbar.k-item, .k-progressbar.k-item.k-state-selected {
}

@media (min-width:1460px) {
    .container {
        max-width: 1430px !important
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1330px
    }
}

@media (min-width: 767px) {
    .jumbotron.text-center {
        padding: .5rem 1rem 1rem;
        margin-bottom: 10px !important;
    }

    .navbar.navbar-expand-md.navbar-light.bg-light {
        height: 56px;
        max-width: 1440px;
        margin: 0 auto;
    }

    .navbar-btn-container, #toolbar {
        height: 56px;
        line-height: 2.4
    }

    .dropdown {
        height: 54px;
        line-height: 2.4
    }

    .navbar-btn-container a {
        height: 56px;
    }

    .dropdown-content > a {
        line-height: 1
    }

    .dropdown-content {
        z-index: 1040 !important
    }
}

/*.k-reset.k-tabstrip-items, li.k-item.k-state-default {
background: #001271;
}*/
.k-card-header {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .04em;
    z-index: 0;
    max-height: 45px;
    display: flex;
    align-items: center;
}

.form-active {
    /*background-color: #999;*/
    background: #3f51b5 !important;
    color: white;
}


    .form-active:hover {
        /*background-color: #999;*/
        background: #3f51b596 !important;
        color: white;
    }

.table {
    margin-bottom: 0
}

.form-outline {
    max-height: 45px !important;
}

    .form-outline > td {
        font-size: 14px;
    }

    .form-outline:focus, .form-outline:active, .form-outline:hover {
        background: #dee2e6;
        color: white;
        cursor: pointer
    }

.rad-pad {
    margin-right: 5px;
}

.visually-hidden {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
    white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.wrap-text {
    white-space: normal
}

.panel-default > .panel-heading {
    background: linear-gradient(0deg, #3579a5 0%, #356686 100%)
}

.panel-default > .panel-heading-search {
    background: #1f5d35;
    box-shadow: 0px 1px 6px #1f5d35;
    cursor: pointer;
}

.panel-default > .panel-heading > label {
    color: white
}

.panel-default > .panel-heading a {
    color: white
}

.panel-heading:focus, .panel-heading:hover {
    background: linear-gradient(0deg, #384d59 0%, #356686 100%)
}

.panel-heading label {
    color: white
}

.panel-heading[data-toggle="collapse"]:after {
    /*font-family: 'Glyphicons Halflings';*/
    content: "\25bc"; /* "play" icon */
    color: #b0c5d8;
    font-size: 18px;
    float: left;
    line-height: 1.1;
    margin-right: 10px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0deg);
}

.panel-heading[data-toggle="collapse"].collapsed:after {
    /* symbol for "collapsed" panels */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#ParcelInformation .row {
    margin-bottom: 5px;
}

.panel-title-font {
    font-size: 1.1em;
    color: black;
}

.panel-heading {
    padding: 10px 15px
}

.search-height {
    height: 23.53px !important;
    line-height: 1 !important;
    padding: 0 5px 0 5px !important;
    font-size: 13px !important;
}

.search-height-stacked {
    height: 23.53px !important;
    line-height: 1 !important;
    padding: 0 5px 5px 5px !important;
    font-size: 13px !important;
}

.-tooltip {
    position: relative;
    display: inline-block;
    cursor: help
}

    .-tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: #aaaaaa;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 3px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        line-height: 1;
        left: -150px;
        top: 35px;
    }

    .-tooltip:hover .tooltiptext {
        visibility: visible;
    }

@media (max-width: 767px) {
    .container {
        padding: 0 !important;
    }
}

select {
    cursor: pointer !important;
}

.k-button.k-button-icontext.k-grid-Remove {
    /*background: #dc3545;*/
    background: #C9DAF8 !important;
    border-color: #dc3545;
    color: white;
}

    .k-button.k-button-icontext.k-grid-Remove:hover {
        background: #f5808b;
        border-color: #f5808b;
        color: white;
    }

.k-button k-button-icontext {
    background: #ffa5007a;
    display: none;
    float: right;
    height: 35px;
    font-size: 10px;
}

.k-command-cell {
    padding: 7px !important
}

.k-upload-status.k-upload-status-total {
    display: none
}

.titleContainer {
    margin: 10px auto;
    font-size: 20px;
    font-style: italic;
    align-items: center;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.progressContainer {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.container {
    padding-top: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}

#MainContainer {
    padding-left: 5px;
    padding-right: 15px;
}

#progressOutlineContainer {
    padding-right: 5px;
}

.desktop-only col-md-3 {
    display: none;
}

.required {
    color: #EB0000;
}

a.k-header-column-menu.k-state-active {
    color: #EB0000;
}

.attention {
    color: #EB0000;
    font-weight: bold;
    font-size: smaller;
}

.k-pager-info.k-label {
    color: #737373;
}

.k-dropzone-hint {
    color: #737373;
}

/*.k-button {
    background: #ededed;
    border-color: #ededed;
}*/

/*we customize remove button
*/
.k-button.k-button-icontext.k-grid-Remove {
    color: #444 !important;
    /*background: #f5f5f5 !important;*/
    background: #C9DAF8 !important;
    border-color: #f5f5f5 !important;
}

    .k-button.k-button-icontext.k-grid-Remove:hover {
        background: #ebebeb !important;
        border-color: #ebebeb !important;
    }


.button-light-blue {
    background: #C9DAF8 !important;
    color: #444 !important;
    border: 1px solid #44444422;
}

    .button-light-blue:hover {
        background: #3f51b596 !important;
        border: 1px solid #7488f775;
        color: #ffffff !important;
    }


.button-light-grey {
    background: #f5f5f5 !important;
    color: #444 !important;
    border: 1px solid #00000022;
}

    .button-light-grey:hover {
        background: #dee2e6 !important;
        border: 1px solid #ccc;
    }





.ref-num {
    float: right;
    font-size: 15px;
    vertical-align: middle;
    margin: 5px 10px;
}

#ContactInfoText {
    cursor: pointer;
}

#previousFormOutlineIndex {
    float: left;
    font-size: 12px;
    margin: 10px 0 10px 0;
    color: blue;
    cursor: pointer
}

#nextFormOutlineIndex {
    float: right;
    display: none;
    margin: 10px 0 10px 0;
    font-size: 12px;
    color: blue;
    cursor: pointer
}

#ContactInformation {
    display: none;
}

#ContactInformationForm {
    display: none;
}

#PurchaseHistoryResults {
    display: none;
}

#PurchaseHistoryNoResults {
    display: none;
}

#PurchaseHistoryGrid {
    margin: 0;
    padding: 0;
    border-width: 0;
    height: 100%;
}

#PurchaseHistoryItemSearchGrid {
    font-style: normal;
}

#PurchaseHistoryItemSearch {
    width: 100px;
    margin-left: 10px;
}

#ReceiptInput {
    width: 100px;
}

#ReasonForRefund {
    display: none;
}

#ReasonForRefundFilesUploadDocs {
    text-align: left;
}

#ReasonForRefundFilesUploadReceipt {
    text-align: left;
}

#PurchaseHistorySignatureCertification {
    display: none;
}

#ReasonForRefundReceiptsFilesUpload {
    display: none;
}

#TermsCondDiv {
    padding: 5px;
}

.sig-cert-q {
    width: 300px;
}

.k-grid .k-grid-header .k-header {
    font-weight: bold;
    padding: .4em .6em;
    color: black;
}

    .k-grid .k-grid-header .k-header .k-link {
        color: black;
    }

.k-grid td {
    padding: .4em .6em;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: White
}

.navbar-toggler {
    background-color: white
}

#ExpressCart div {
    background: white;
    color: black;
}

#ExpressCart {
    min-width: 360px;
    background: white;
    background-color: white;
    font-size: 13px;
    line-height: 1.8;
}

    #ExpressCart .row {
        margin-top: 0
    }

#formProgress.useNames {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
    background: transparent;
    border: transparent;
}

#currentFormOutlineIndex_useNames_replacement {
    text-align: start;
}

#formProgress.useNames > .k-reset {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 5px;
    /*grid-template-columns: repeat(auto-fill, minmax(max({fill-your-percent}%, 8em), 1fr));*/
    vertical-align: middle;
    position: relative;
}

#formProgress.useNames .k-item {
    white-space: pre-line;
    vertical-align: middle;
    text-align: center;
    display: table;
    width: auto !important;
}

    #formProgress.useNames .k-item > * {
        padding: 8px 10px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

#formProgress.useNames .k-state-selected {
    color: white;
}

#formProgress.useNames .k-state-default {
    background: #f5f5f5;
}

.hideWhenUsingProgressBarNames {
    display: none !important;
}

#formProgress.useNames .availableToNav:not(.activeNav) {
    background: #C9DAF8 !important;
    /*border: 1px solid #8bb4fe;*/

    border: 1px 0 1px 1px solid white;
    color: black;
}

#formProgress.useNames .notAvailableToNav {
    background: #f5f5f5 !important;
    /* border: 1px solid #00000022;*/

    color: #444;
}

#formProgress.useNames .activeNav {
    background: #3f51b5 !important;
    /*border: 1px solid #8bb4fe; */

    color: white;
}

#formProgress.useNames .availableToNav:not(.activeNav):hover {
    background: #3f51b596 !important;
    /*border: 1px solid #3f51b5; */

    color: #444;
    cursor: pointer !important;
}

#formProgress.useNames .notAvailableToNav:hover {
    background: #bdbdbdaa !important;
    /* border: 1px solid #6d6d6d;*/

    color: #6d6d6d;
    cursor: not-allowed;
}

tr.form-outline:not(.notAvailableToNav) > td:not(.form-active) {
    background: #C9DAF8 !important;
}

    tr.form-outline:not(.notAvailableToNav) > td:not(.form-active):hover {
        background: #3f51b596 !important;
    }

tr.form-outline.notAvailableToNav {
    cursor: not-allowed;
    background: #f5f5f5 !important;
    /* border: 1px solid #00000022;*/

    color: #444;
}

.form-active:not(.notAvailableToNav) {
    /*background-color: #999;*/
    background: #3f51b5 !important;
    color: white;
}

    .form-active:not(.notAvailableToNav):hover {
        /*background-color: #999;*/
        background: #3f51b596 !important;
        color: white;
    }

.form-outline:not(.notAvailableToNav):focus, .form-outline:not(.notAvailableToNav):active, .form-outline:not(.notAvailableToNav):hover {
    background: #dee2e6;
    color: white;
    cursor: pointer
}

#formProgress.useNames .activeNav:hover {
    /*background: #3f51b5 !important;*/
    background: #3f51b596 !important;
    /*border: 1px solid black;*/

    color: white;
    cursor: pointer !important;
}

#formProgress.useNames li {
    border-color: white !important;
    border-style: solid !important;
    border-width: 1px 0 1px 1px;
}

.hide {
    display: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

#MultipleResultModal tr {
    cursor: pointer
}

.k-button {
    background-color: #C9DAF8;
}
