﻿.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.well {
    background-color: white;
}

.dataTable #hdnDate {
    display: none;
}

.panel-info > .panel-heading {
    color: black;
    background-color: #F5F6FA;
    border-color: #F5F6FA;
}

/* Grid Summary */
.grid-header {
    background-color: #555d6e;
    color: #f9f9f9;
    /*font-size: 14px !important;*/
}

.label-txn {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal !important;
}

.label-txnhead {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600 !important;
    font-size: 20px;
}

.label-errorhead {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600 !important;
    font-size: 22px;
}

.label-txnheader {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700 !important;
    font-size: 19px;
}

.label-txnsubhead {
    display: inline-block;
    margin: 5px 0px 5px 0px;
    font-weight: normal !important;
    font-size: 16px;
}

.bg-gradient-primary {
    background-color: #66502e !important;
    /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#889eca),to(#555d6e));
    background-image: linear-gradient(180deg,#889eca 10%,#555d6e 100%);*/
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#3C4554),to(#3C4554));
    background-image: linear-gradient(180deg,#3C4554 10%,#3C4554 100%);
    background-size: cover;
}

.bg-gradient-primary-Staging {
    background-color: #66502e !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#4e73df),to(#224abe));
    background-image: linear-gradient(180deg,#630d07 10%,#630d07 100%);
    background-size: cover;
}

btn-primary {
    color: #fff !important;
    background-color: #E22526 !important;
    border-color: #cb2122 !important;
}

.btn-primary:hover {
    color: #E22526 !important;
    background-color: #f9d3d3 !important;
    border-color: #cb2122 !important;
}

/*btn-primary-white {
    color: #E22526 !important;
    background-color: #fff !important;
    border-color: #cb2122 !important;
}*/
.btn-primary-white {
    color: #E22526;
    background-color: #fff !important;
    border-color: #cb2122 !important;
    padding-left: 6px;
    padding-right: 6px;
}

    .btn-primary-white:hover {
        color: #E22526 !important;
        background-color: #f9d3d3 !important;
        border-color: #cb2122 !important;
    }


.nav-tabs .nav-link.active {
    /*font-weight: bold;*/
    background-color: transparent;
    border-bottom: 3px solid #649FFB;
    border-right: none;
    border-left: none;
    border-top: none;
}

.lightgray {
    /*background-color: #e4e5e6;*/
    background-color: #F7F8FA;
}

.SummaryLink {
    text-decoration: underline;
    color: #4e73df;
    cursor: pointer;
}

.txtContextBold {
    font-weight: bold;
}

.btn-previous {
    color: #ffffff;
    background-color: #9499a2;
    border-color: #9499a2;
}

    .btn-previous:hover,
    .btn-previous:focus,
    .btn-previous:active,
    .btn-previous.active,
    .open .dropdown-toggle.btn-previous {
        color: #ffffff;
        background-color: #83878e;
        border-color: #83878e;
    }

    .btn-previous:active,
    .btn-previous.active,
    .open .dropdown-toggle.btn-previous {
        background-image: none;
    }

    .btn-previous.disabled,
    .btn-previous[disabled],
    fieldset[disabled] .btn-previous,
    .btn-previous.disabled:hover,
    .btn-previous[disabled]:hover,
    fieldset[disabled] .btn-previous:hover,
    .btn-previous.disabled:focus,
    .btn-previous[disabled]:focus,
    fieldset[disabled] .btn-previous:focus,
    .btn-previous.disabled:active,
    .btn-previous[disabled]:active,
    fieldset[disabled] .btn-previous:active,
    .btn-previous.disabled.active,
    .btn-previous[disabled].active,
    fieldset[disabled] .btn-previous.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

.more-less {
    float: right;
    color: white;
    font-size: 10px;
}

.nowrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

/*Radio button focus[02/07/2021]*/
input[type=radio]:focus {
    outline: 2px solid #66AFE9 !important;
}

.RequestDate {
    width: 60%;
    margin-left: -50px;
}

.SecondaryButton {
    background-color: #dcdcdc !important;
    color: #141414 !important;
}

.LoginFontFamily {
    font-family: Arial, Helvetica, sans-serif !important;
}

.MoveTopNoDataAvailableSection {
    top: -15px;
}

.ColmdLeftSpace {
    margin-left: 15px
}

.RequestDateSpan {
    min-width: 50px;
}

.SecondaryNotes {
    font-size: 13px !important;
}

/*#14558f, #19385e*/
.btn-primary-blue {
    color: #fff;
    /*   background-color: #14558f !important;
    border-color: #14558f !important;*/
    /*font-family: math;*/
    /*font-weight: bold;*/
    min-width: 150px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #14558f !important;
    border-color: #14558f !important;
}

    /*##19385e*/
    /*.btn-primary-white {
    color: #14558f;
    background-color: #fff !important;
    border-color: #14558f !important;*/
    /*font-family: math;*/
    /*font-weight: bold;*/
    /*color: #0d6efd;*/
    /*min-width: 150px;
    padding-left: 6px;
    padding-right: 6px;
}*/

    .btn-primary-blue:hover, .btn-primary-blue:active {
        background-color: #889eca !important;
        border-color: #889eca !important;
        color: #fff;
    }

/*.btn-primary-white:hover, .btn-primary-white:active {
    background-color: #889eca !important;
    border-color: #889eca !important;
    color: #14558f !important;
}*/

.k-dropdown .k-input {
    background-color: #fff !important;
}

.heading-1 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 32px;
    font-weight: bold;
    color: #3C4554;
}

.heading-2 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    color: #3C4554;
}

.heading-3 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 21px;
    font-weight: bold;
    color: #3C4554;
}


.imageseal {
    background-image: url('/Content/images/state-seal.png');
    opacity: 1.2;
    background-size: 20% auto;
    background-position: left -3% top 5%;
    background-repeat: no-repeat;
}

.headerLine1 {
    padding: 0px;
    margin-bottom: -10px;
    font-family: Segoe UI;
    color: #717380;
}

.headerLine2 {
    padding: 0px;
    font-family: Segoe UI;
}

.copyright {
    font-family: Segoe UI;
}

.imagesealfooter {
    background-image: url('/Content/images/state-seal.png');
    background-size: 40% auto;
    background-position: left -3% top 5%;
    background-repeat: no-repeat;
}

.k-textbox.k-state-disabled {
    background-color: lightgray !important;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    text-align: center;
}

.darkcolor {
    color: #3a3b45 !important;
}

.headerText {
    font-size: 14pt;
    font-weight: 700;
}

hr.solid {
    height: 3px;
    width: 100%;
    border-width: 0;
    color: #E22526;
    background-color: #E22526;
    opacity: inherit;
    margin-top: 0;
    margin-bottom: 0;
}


/* The first selection of the drop down boxes have a gray border issue */
.k-list .k-item.k-state-focused {
    box-shadow: none !important;
}


.anchorcolor {
    cursor: pointer !important;
    text-decoration: underline !important;
}

input.input-validation-error {
    border: none !important;
}

.modal-lg, .modal-xl {
    max-width: 950px !important;
}

.k-multiselect-wrap .k-select {
    position: relative !important;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0.03em 0.2em;
}

.k-list .k-item.k-state-focused {
    box-shadow: none !important;
}
