.mat-checkbox-checked .mat-checkbox-background, 
.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #01948e !important;
}

.mat-checkbox:not(.mat-checkbox-disabled) .mat-checkbox-ripple .mat-ripple-element {
  background-color: #01948e !important;
}
/*Temp*/
.mat-select-trigger {
	height:1em;
}
/*Temp End*/
.dpa-wrapper .dpa-header {
    letter-spacing: 0;
    position: relative;
    padding: 36px 0;
}
.dpa-wrapper h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1.1;
    color: #00958f;
    font-weight: 300;
    margin: 0;
    padding: 0 0 23px;
}

.stepper h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1.1;
    color: #00958f;
    font-weight: 300;
    margin: 0;
    padding: 27px 0 23px;
}
.btn-outline:hover {
    background-color: #04948d;
    color: #fff;
}
.progress-display-bar p {
    margin-bottom: 0px;
}
.progress-display-bar .col-left {
    padding: 0px;
}
.progress-display-bar .col-right {
    padding: 0px;
}
.dpa-wrapper p, .dpa-question-content ul li {
    font-size: 15px;
    line-height: 25px;
    color: #555;
    max-width: 750px;
    margin: 0;
    margin-bottom: 15px;
}
.dpa-question-content {
    padding: 36px 0;
    background-color: rgb(247 247 247);
}
.dpa-wrapper .dpa-question-content .questions {
    font-weight: bold;
}
.btn-bg {
    background: #01948e;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 15px;
    text-transform: none;
    color: #fff;
}
.btn-outline {
    border: 1px solid #00958f;
    background: #fff;
    color: #00958f;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 15px;
    text-transform: none;
    margin-right: 15px;
}
.dpa-wrapper .Link-section {
    padding: 36px 0;
}
.dpa-wrapper .panel,
.helpful-links-table .panel {
    border-radius: 0px;
    border-top: none;
}
.dpa-wrapper .panel-default > .panel-heading,
.helpful-links-table .panel-default > .panel-heading {
    background-color: #00958f;
    border-color: #00958f;
    color: #fff;
    border-radius: 0px;
}
.dpa-wrapper .panel .col,
.helpful-links-table .panel .col {
    padding: 0px 30px;
}
.dpa-wrapper .panel .Links,
.helpful-links-table .panel .Links {
    padding: 8px 0;
    border-bottom: 2px solid #ccc;
}
.dpa-wrapper .panel .Links .icon,
.helpful-links-table .panel .Links .icon {
    color: rgb(186 186 186);
    float: right;
}
/* .mat-snack-bar-container{
    color: #00958f !important;
} */
.mat-simple-snackbar-action {
    color: orange !important;
}
/* Stepper */



/* Radio Buttons */
.required-field {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #00958f;
}
#required-field-explanation {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #747474;
    margin-bottom: 1rem;
}
.radio-list {
	padding: 8px 0 0 !important; 
}
.radio-list .radio-wrap .radio-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	color: #555;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}
.radio-list .radio-wrap .radio-text .icon {
	position: absolute;
	left: 0;
	top: 1px;
	border-radius: 50%;
	border: 2px solid #00958f;
	width: 14px;
	height: 14px;
}
.radio-list .radio-wrap .radio-text .icon:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #00958f;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.radio-list .radio-wrap input[type="radio"] {
	position: fixed;
	opacity: 0;
	visibility: hidden;
}
.radio-list .radio-wrap input[type="radio"]:checked + .radio-text .icon:before {
	opacity: 1;
	visibility: visible;
}
.space-after {
    padding-top: 24px;
    padding-bottom: 24px;
}
.text-red {
    color: red;
}
.dpa-application {
    background-color: rgb(247 247 247);
}
.check-area {
    margin-bottom: 30px;
}
.dpa-application .mb-10 {
    margin-bottom: 10px;
}
.common-label {
    position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	color: #555;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}
.check-area .common-label .icon {
	position: absolute;
	left: 0;
	top: 1px;
	border-radius: 3px;
	border: 2px solid #00958f;
	width: 14px;
	height: 14px;
}
.check-area .newIcons:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: solid #00958f;
	border-width: 0 0 1px 1px;
	width: 6px;
	height: 3px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}
.check-area input[type="checkbox"] {
	position: fixed;
	opacity: 0;
	visibility: hidden;
}
.check-area input[type="checkbox"]:disabled + .newIcons {
	opacity: .5;
}
.check-area input[type="checkbox"]:checked + .newIcons:before {
	opacity: 1;
	visibility: visible;
}

.check-area input[type="checkbox"]:disabled + .common-label {
	opacity: .5;
}
.check-area input[type="checkbox"]:checked + .common-label:before {
	opacity: 1;
	visibility: visible;
}
   .check-area .common-label:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: solid #00958f;
	border-width: 0 0 1px 1px;
	width: 6px;
	height: 3px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}
.sm-text {
    font-size: 12px;
    color: #555;
    line-height: 18px;
    font-weight: 400;
}
.form-section .select-box {
    margin-bottom: 16px;
}
.text-lg strong {
    font-size: 13.5px;
}
.text-lg {
    margin-top: 5px;
    width: 210px;
}
.form-section .select-box .form-group {
    margin-bottom: 10px;
}
.helpful-links-table {
    background-color: rgb(247 247 247);
}
.field-option .text-field {
    background: none;
    border: none;
    /* width: 262px;
    height: 30px; */
    border-bottom: 1px solid #00958f;
    font-size: 15px;
    line-height: 18px;
}
.extra-space-bottom {
    padding-bottom: 24px;
}
mat-error {
    color: #ff0000;
    font-size: 10px;
    /* line-height: 15px; */
    padding: 0 !important;
}
.mat-tooltip{
    margin: 0px;
}
.progressbar li {
    height: 2.2em;
    margin-bottom: 2.2em;
}
.modal-open .cdk-overlay-container {
    z-index: 1040;
}
.existing-location {
	z-index: 1041;
	position:relative;
}
.modal-open .existing-location {
    z-index: auto;
	position:inherit;
}
.mat-table th.mat-header-cell:first-of-type, .mat-table td.mat-cell:first-of-type, .mat-table td.mat-footer-cell:first-of-type {
	padding:0px 5px 0px 10px;
}
.mat-table th.mat-header-cell, .mat-table td.mat-cell, .mat-table td.mat-footer-cell {
	padding:0px 5px;
}
.dpaError{
	text-align: center;
    font-weight: bolder;
    color: red;
}
#add-location-modal {
	z-index:auto;
}
.modal-open #add-location-modal {
	z-index: 1040;
}
@media only screen and (max-width: 767px) {
	.progressbar li.stepper-circle:before {
		box-shadow: inset 0 0 0 5px #fff !important;
		padding: 5px !important;
		top: -6px !important;
	}

	.progressbar li:before {
		height: 22px !important;
		width: 22px !important;
		line-height: 22px !important;
	}
	.progressbar li:after {
		top: 11px !important;
	}
	.btn {margin-bottom: 15px !important;}
}
.progressbar li:first-child {
    width: 9% !important;
}
@media only screen and (min-width: 1024px) {
	.trim-side-space {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media only screen and (max-width: 1023px) {
	.date-format-text { margin-left: 3rem;}
}