:root{
	--red: #D73238;
	--green: #0DA400;
}

.navbar {
    background-color: white ! important;
    border-bottom: 1px solid;
    border-bottom-color: gray;
}

.navbar-title {
    font-size: 1.7rem;
    margin-left: 3rem !important;
}

.navbar-light .navbar-toggler {
    border-color: #f8f9fa00 !important;
}


.sidebar {
    padding-top: 5%;
    height: 100%;
    width: auto;
    0 position: absolute;
    z-index: 20 !important;
    top: auto;
    left: 0;
    background-color: #aeaeae;
    overflow-x: hidden;
    transition: 0.5s;
}


.sidebar a {
    padding: 8px 8px 8px 14px;
    text-decoration: none;
    font-size: 25px;
    color: #666666;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: black;
}

.active {
    color: black;
    background-color: #caced2;
}


.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #ffffff;
    color: #212529;
    padding: 10px 8px;
    border: none;
}

.link-font {
    font-size: large;
}

.card-border {
    border: transparent;
}


div.card > div.card-header {
    background-color: #eee9ea;
    color: #666;
    padding: 4px;
    padding-left: 12px;
}


.container-padding {
    padding-bottom: 20px;
    width: 95%;
    border-radius: 6px;
    background-color: white;
    padding-right: initial;
    padding-left: initial;
}


.font-label {
    font-size: 14px;
    font-weight: bold;
}

.card-padding {
    border-color: #005587;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 2%;
}

.captcha-button {
    margin-left: inherit;
    height: 38px;
    cursor: pointer;
    width: 8%;
}

.login-container {
    width: 70%;
    margin-left: 15%;
    padding-top: 6%;
}

.proc-padding {
    margin-top: 25px;
}

.landingTitle {
    color: #e02526;
    color: #005587;
    text-align: center;
    margin-top: 20px;
}

.box-shadow {
    box-shadow: 2px 3px 28px 0px #d2d1d1;
}

.text-color {
    color: #005587 !important;
}

.card-margin {
    width: 95%;
    margin-left: 5%;
}

.std-Label {
    width: 90%;
    margin-left: 5%;
    background: #666666;
    color: white;
    padding: 8px 8px 8px 10px;
}

.uib-title, .uib-right, .uib-left {
    background-color: white !important;
    color: black !important;
    border-color: white !important;
}

.uib-day button {
    background-color: white !important;
    color: black !important;
    border-color: white !important;
}

.uib-day button:hover {
    background: #eee9ea !important;
    color: black ! important;
}


.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 1rem;
    color: #495057;
    opacity: 0.9;
    top: 0.7em;
}

.has-float-label .form-control {
    box-shadow: 0 0 0 0.2rem rgb(255, 255, 255) ! important;
}

/* .dn-error-display span{
    display : none;
} */

.form-group.required > .float-label span:before {
    content: "*";
    color: red;
}

.hr-color {
    background: #495057;
}

.summary-key {
    text-align: left;
    color: gray;
    padding-left: 10%;
    padding-right: 15px;
}

#incomeTable .table td, .table th {
    padding: 0.35rem !important;
}

.incomeDetailsTable {
    width: 70%;
    margin-left: 9%;
    display: table ! important;
}


.radio-error {
    display: inline-table;
    width: fit-content;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid red;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.radio-error-message {
    color: #dc3545 !important;
    display: block
}

.edit-button {
    text-align: right;
}

.panel-footer {
    padding-right: 45%
}

.print-link {
    text-align: right;
}

@media print {
    .summaryPage {
        display: block
    }

    #mySidebar {
        display: none ! important;
    }

    .page-title {
        display: none ! important
    }

    .title-heading {
        display: none ! important;
    }

    .edit-button {
        display: none ! important
    }

    .panel-footer {
        display: none ! important;
    }

    #summary-heading {
        display: none ! important;
    }

    .print-link {
        display: none;
    }
}

.summary-div-disabled {
    pointer-events: none;
}


.navbar {
    background-color: white ! important;
    border-bottom: 1px solid;
    border-bottom-color: gray;
}

.navbar-title {
    font-size: 1.7rem;
    margin-left: 3rem !important;
}

.navbar-light .navbar-toggler {
    border-color: #f8f9fa00 !important;
}


.sidebar {
    padding-top: 5%;
    height: 100%;
    width: auto;
    0 position: absolute;
    z-index: 20 !important;
    top: auto;
    left: 0;
    background-color: #aeaeae;
    overflow-x: hidden;
    transition: 0.5s;
}


.sidebar a {
    padding: 8px 8px 8px 14px;
    text-decoration: none;
    font-size: 25px;
    color: #666666;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: black;
}

.active {
    color: black;
    background-color: #caced2;
}


.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #ffffff;
    color: #212529;
    padding: 10px 8px;
    border: none;
}

.link-font {
    font-size: large;
}

.card-border {
    border: transparent;
}


div.card > div.card-header {
    background-color: #eee9ea;
    color: #666;
    padding: 4px;
    padding-left: 12px;
}


.font-label {
    font-size: 14px;
    font-weight: bold;
}

.card-padding {
    border-color: #005587;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 2%;
}

.captcha-button {
    margin-left: inherit;
    height: 38px;
    cursor: pointer;
    width: 8%;
}

.login-container {
    width: 70%;
    margin-left: 15%;
    padding-top: 6%;
}

.proc-padding {
    margin-top: 25px;
}

.landingTitle {
    color: #e02526;
    color: #005587;
    text-align: center;
    margin-top: 20px;
}

.box-shadow {
    box-shadow: 2px 3px 28px 0px #d2d1d1;
}

.text-color {
    color: #005587 !important;
}

.card-margin {
    width: 95%;
    margin-left: 5%;
}

.std-Label {
    width: 90%;
    margin-left: 5%;
    background: #666666;
    color: white;
    padding: 8px 8px 8px 10px;
}

.uib-title, .uib-right, .uib-left {
    background-color: white !important;
    color: black !important;
    border-color: white !important;
}

.uib-day button {
    background-color: white !important;
    color: black !important;
    border-color: white !important;
}

.uib-day button:hover {
    background: #eee9ea !important;
    color: black ! important;
}


.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 1rem;
    color: #495057;
    opacity: 0.9;
    top: 0.7em;
}

.has-float-label .form-control {
    box-shadow: 0 0 0 0.2rem rgb(255, 255, 255) ! important;
}

/* .dn-error-display span{
    display : none;
} */

.form-group.required > .float-label span:before {
    content: "*";
    color: red;
}

.hr-color {
    background: #495057;
}

.row .summary-header {
  background-color: #E8E9ED;
  padding-top:5px; 
  padding-right:0px;
}

.summary-key-right {
    float: right;
    text-align: right;
    color: gray;
    padding-left: 10%;
    padding-right: 15px;
    padding-bottom: 10px;
}

.summary-key-left {
    float: left;
    text-align: left;
    color: gray;
    padding-left: 10%;
    padding-right: 15px;
}


.summary-value {
    font-weight: normal;
    padding-right: 15px;
    color: gray;
    word-wrap: break-word;
}

#incomeTable .table td, .table th {
    padding: 0.35rem !important;
}

.incomeDetailsTable {
    width: 70%;
    margin-left: 9%;
    display: table ! important;
}


.radio-error {
    display: inline-table;
    width: fit-content;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid red;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.radio-error-message {
    color: #dc3545 !important;
    display: block
}

.edit-button {
    text-align: right;
}

.panel-footer {
    padding-right: 45%
}

.print-link {
    text-align: right;
}

@media print {
    .summaryPage {
        display: block
    }

    #mySidebar {
        display: none ! important;
    }

    .page-title {
        display: none ! important
    }

    .title-heading {
        display: none ! important;
    }

    .edit-button {
        display: none ! important
    }

    .panel-footer {
        display: none ! important;
    }

    #summary-heading {
        display: none ! important;
    }

    .print-link {
        display: none;
    }
}

.summary-div-disabled {
    pointer-events: none;
}

.summary-text {
    text-align: left;
    padding-left: 10%;
    padding-right: 15px;
}

.intro-message {
    margin-left: 1rem;
    margin-top: 6%;
    background: white;
    padding: 2rem 1rem;
}

.message-over-image-no-background {
    position: absolute;
    margin-left: 1rem;
    margin-top: 6%;
    padding: 2rem 1rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .intro-message {
        left: 0;
        right: 0;
        margin-left: 9rem;
        margin-top: 6%;
        background: white;
    }
}


.line {
    height: .01em;
    width: 3em;
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
    border-color: #DAD9D7 !important;
    border: 1px solid #DAD9D7 !important;
    background-color: #DAD9D7 !important;
}

.stepper-circle {
    height: 3rem;
    width: 3rem;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #DAD9D7 !important;
    border-color: #DAD9D7;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;
    color: #DAD9D7;
    font-family: 'Roboto-Regular', 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

.stepper-circle-filled {
    height: 3rem;
    width: 3rem;
    background-color: #DAD9D7;
    border-radius: 50%;
    border: 1px solid #DAD9D7 !important;
    border-color: #DAD9D7;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Roboto-Regular', 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

.stepper-circle:hover,
.stepper-circle-filled:hover {
    background-color: #6F6E6C;
    border: 3px solid #6F6E6C !important;
    border-color: #6F6E6C;
}

.circle-background-filled {
    height: 3rem;
    width: 3rem;
    background-color: #DAD9D7;
    border-radius: 50%;
    border: 1px solid #DAD9D7 !important;
    border-color: #DAD9D7;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #FFFFFF;
    font-family: 'Roboto-Regular', 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

.circle-number {
    vertical-align: middle !important;
    line-height: 3rem;
}

@media (max-width: 629px) {
    .desktop-only {
        display: none;
    }
}

.accordion > .card {
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.accordion > .card .card-header {
    background-color: transparent;
    color: transparent;
    border-top: 0px solid;
    border-bottom: 0px solid;
}

.accordion > .card .card-body {
    padding: 1rem;
}

@media only screen and (min-width: 900px) {
    .single-column-indent {
        padding-left: 15%;
    }
}

.greyBlock{
	background-color: #E8E9ED;
	padding-left:16px;
	padding-right:16px;
	padding-top:16px;
	margin: 16px;
}

.greenBlock{
	background-color: #CCEDD2;
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:12px;
	margin: 0px;
}

.pagination li > a { 
	padding: 7px 10px !important; 
	font-size: 16px !important; 
}
