@import "pp.homeCard.css";
@import "pp.bootstrap.css";
@import "pp.signup.css";
@import "pp.login.css";
@import "pp.addressDetails.css";
@import "pp.providersearch.css";
@import "pp.addressSelect.css";
@import "pp.verificationdocuments.css";
@import "pp.confirmationMssg.css";
@import "pp.newProviderDetails.css";
@import "pp.clientReferral.css";
@import "pp.viewProviderInfo.css";
@import "pp.forgotPassword.css";
@import "pp.updateProviderInfo.css";
@import "pp.viewProviderServiceInfo.css";
@import "pp.submitChangesVerification.css";
@import "pp.updateProviderAddressInfo.css";
@import "pp.updateproviderinfocard.css";
@import "pp.unlinkUserAccess.css";
@import "pp.securityrole.css";
@import "pp.modal.css";
@import "pp.serviceInfo.css";
@import "pp.participantAttendanceConfirmation.css";
@import "pp.submitParticipantActSummary.css";

body {
	height: 100% !important;
	line-height: 1.42857143 !important;
}

html {
	position: relative;
	min-height: 100%;
	height: unset !important;
}

html, body {
	overflow: unset !important;
}

input {
	border: 1px solid #d7d7d7;
}

/*********************************************************************************
* New Header Navigation
*********************************************************************************/
#header-div.new-header {
  min-height: 64px;
  display: flex;
  align-items: center;
}

.new-header-left,
.new-header-right,
.top-nav,
.new-header-left-vertical-line {
  display: flex;
  align-items: center;
}

.app-logos-new {
  display: flex;
  align-items: center;
  gap: 10px;            
}

.app-logos-new-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.desktopLogo,
.mobileLogo {
  display: inline-block;
  min-width: 44px;
  min-height: 44px;
  line-height: 44px;
  text-decoration: none;
}

.desktopLogo img,
.mobileLogo img,
#ohioLogo {
  display: block;
  height: auto;
  width: auto;
  max-height: none;
  vertical-align: middle;
}

.mobileTitleText {
  color: var(--Theme-Primary, #0E3F75) !important;
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 768px) {
  .mobileTitleText { display: none; }
}

.chat-container {
  display: flex;
  align-items: center;
}

.chat-container .circle {
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
  margin-right: 10px;
}

.res-menu table { border-collapse: collapse; }
.res-menu tr, .res-menu td { padding: 0; }
.res-menu p.title {  margin: 0 0 6px;   line-height: 1.2; }
.res-menu p.title hr {
  margin: 6px 0 12px !important;   
}
.res-menu hr { margin: 8px 0; }
.res-menu .menu-links,
.res-menu .menu-links { 
  margin-top: 35px;
}
.res-menu .menu-links * { margin: 0; padding: 0; }
.res-menu .menu-links li { list-style: none; }
.res-menu .menu-links a,
.res-menu p.title a {
	  display: block;
	  padding: 6px 0;
	  line-height: 1.3;
}

.new-header {
/*  background-image: linear-gradient(to right, #a1a1a1,#ffff,#700017); */
	box-shadow: 10px 0px 10px 4px rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: row;
    background-color: #ffff;
	opacity: 1;
	z-index: 6;
}

.new-header-pp-btn {
	background-color: #ffff;
	border: none;
	padding-right: 0;
	outline-style: revert !important;
}

.new-header-left {
	position: fixed;
	left: 0px;
	margin-right: 5%;
}

.top-nav {
	position: fixed;
	margin-top: 16px;
}

.top-nav img {
	width: 80%;
}

.new-header-left-vertical-line {
	border-left: 1px solid white;
	margin-top: 6px;
	height: 50px;
	margin-left: 53px;
}

.new-header-title {
	margin-left: 65px;
	color: white;
	width: 100%;
	padding-top:5px;
}

.new-header-home-logo {
	margin-top: -4px;
	margin-right: 15px;
}

.new-header-home-logo a {
    display: inline-block;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px; /* Ensure the clickable area is at least 24px */
}

.new-header-right {
	position: fixed;
	right: 20px;
	display: flex;
	flex-direction: row;
}

.new-header-right-vertical-line {
	border-left: 1px solid white;
	margin-top: 5px;
	height: 50px;
}

.new-header-right a {
	font-weight: bold;
}

.new-header-login {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16px;
}

.new-header-signup a, .new-header-username a {
	color: white;
}
.new-header-login a {
	color: #000000;
}

.new-dropdown-login-link-margin {
	margin-right: 15px;
}

.new-header-mobile-unauth-menu {
	display: none;
}

.new-header-mobile-auth-menu {
	display: none;
}

.login-user-nav-menu {
	display: none;
	position: fixed;
	width: 182px;
	right: 0;
	margin-top: 45px;
	margin-left: 1%;
	margin-right: 1%;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	font-size: 16px;
}

.new-header-login-menu-row {
	margin-top: 17px;
	margin-bottom: 17px;
}

.new-header-login-menu-row a {
	text-decoration: underline !important;
}

.new-header-dropdown-link {
	margin-left: 10px;
}

.new-header-dropdown-link:hover {
    color: #00f;
}

.new-header-username {
	font-size: 16px;
	color: white;
	margin-left: 20px;
	align-self: center;
}

.new-header-username span {
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-header-wrapping-name {
	min-width: 0px;
	max-width: 145px;
	display: inline-flex;
}

.ffssp-text-home {
	font-family: tahoma;
	font-weight: 700;
	font-size: 24px;
}

.topnav {
	position: fixed;
	margin-top: 15px;
}

.res-menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

.menu-layout {
	font-size: 16px;
	margin-left: 3%;
}

#res-menu-id {
	display: none;
}

.res-menu-home {
	display: none;
}

.acssp-Help {
	display: flex;
	margin-top: -15px;
}

.pp-info-links {
	margin-left: -15px !important;
}

.closebtn {
	width: 6%;
	height: 6%;
	margin-left: 88%;
}

.menu-layout .titleColumn {
	display: none;
}

.menu-layout .blueFont {
	font-size: 30px;
}

.menu-layout a:link, a:active, a:visited {
	text-decoration: underline !important;
}

.menu-layout hr {
	border: 1px solid lightgray;
	width: 250px;
	margin-top: 4px;
}

.menu-layout .dashboardTable {
	margin-top: 0%;
}

.menu-layout i {
	color: #4065AF;
}

.menu-layout table {
	border-spacing: 15px;
}

.mainScreenOverlay {
	background-color: #EFEFEF !important;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 15;
	top: 0px;
	left: 0px;
	opacity: .4; /* in FireFox */
	filter: alpha(opacity = 50);
}
/*End of Header Navigation*/

/*********************************************************************************
* New Footer
*********************************************************************************/
.provider-footer {
	text-align: center;
	color: #000;
	background: ffffff;
	width: 100%;
	font-size: 14px;
	padding: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.provider-footer p a {
	color: #000;
	text-decoration:underline;
}

.provider-footer p a:hover, .provider-footer p a:focus {
	font-weight:bold;
}
/*End of Footer*/

/*********************************************************************************
* Default Layout 
*********************************************************************************/
.provider-outer-container {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.provider-main-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
	background-color: #fff;
    margin: 0px;
   	border-radius: 10px;
    border-width: 1px;
    border-color: rgba(204, 204, 204, 0.4);
    box-shadow: 0 0 10px #999;
}

.wlp-bighorn-window {
	margin: 0px 0px 10px 0px;
}

#provider-card-div-id form div.question label, #provider-card-div-id form div.answer label, 
#provider-card-div-id form div.answer input, #provider-card-div-id form div.question input, li, form label,
#provider-card-div-id , #provider-card-div-id .formLayout, .accordion-card-wrapper,
.question-answer-group, .question, .answer, .interviewQuestion, .questionGroup,
.instructions, .information, .marginLeft, .form-card-layout, .card{
	font-size: 16px !important;
}

.form-control-phone {
		position : relative;
}

.home-margin-top {
	margin-top: -10px !important;
}

.p-0 {
	padding: 0px;
}

.pl-0, .px-0 {
	padding-left: 0px!important;
}

.mt-0 {
	margin-top: 0px!important;
}

.mt-40 {
	margin-top: 40px!important;
}

.mb-1, .my-1 {
	margin-bottom: 20px!important;
}

.mb-3 {
	margin-bottom: 3px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-20 {
	margin-bottom: 20px;
}

.ml-0 {
	margin-left: 0!important;
}

.pl-5{
	padding-left: 5px;
}

.pl-15{
	padding-left: 15px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pb-10 {
    padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-35 {
	padding-top: 35px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-8 {
	padding-bottom: 8px;
}

.pb-15 {
	padding-bottom: 15px;
}

.mb-20-pl-15 {
	margin-bottom: 20px;
	padding-left: 15px;
}

.m-bottom {
	margin-bottom: 5px;
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
}

.bold {
    font-weight: bold;
}

.pl-0 {
	padding-left: 0px;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.padding-top-5 {
	padding-left: 0px;
}

.hidden-label-508 {
	position:absolute;
	left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.calendar-input-pp {
    width: 85%;
    margin-right: 10px;
}

.skip a {
	position: relative !important;
}

.row-ml-13 {
	margin-left: 13px !important;
}

.position-left-11 {
	position: relative;
	left: -11px;
}

.position-left-2 {
	position: relative;
	left: -2px;
}

.position-left-22 {
	position: relative;
	left: -22px;
}

.pl-6 {
	padding-left:0.6rem;
}

/*End of Default Layout*/

/*********************************************************************************
* Responsive buttons
*********************************************************************************/
.button-blue-white {
	float: left;
}

.button-blue-white .save-button {
	color: white;
}

.button-blue-white .back-button, .button-blue-white .cancel-button,
.button-blue-white .save-button, .button-blue-white .save-continue-button {
	min-width: 85px;
	width: auto;
	margin-bottom: 20px;
	margin-top: 15px;
	margin-left: 5px;
}

.button-blue-white .delete-button, .button-blue-white .edit-button {
	min-width: 85px;
	width: auto;
	margin-top: 15px;
	margin-left: 5px;
}

.button-blue-white .back-button, .button-blue-white .cancel-button, .button-blue-white .delete-button {
	border-radius: 100px;
	background-color: #fff;
	border-color: #0E3F75;
	color: #0E3F75;
	font-weight: 700;
	border-width: 2px;
}

.button-blue-white .save-button, .button-blue-white .save-continue-button, .button-blue-white .edit-button {
	border-radius: 100px;
	font-weight: 700;
}

.button-blue-white .back-button:hover, .button-blue-white .cancel-button:hover, .button-blue-white .delete-button:hover  {
	background-color: #EEEEEE;
	border-color: #0E3F75;
	color: #0E3F75;
}

.button-blue-white .back-button:focus, .button-blue-white .cancel-button:focus, .button-blue-white .delete-button:focus {
	background-color: #dcdcdc;
}

.float-right-button {
	float: right;
}

.search-provider-button {
	margin-top: -5px !important;
}
/*End of Responsive buttons*/

/*********************************************************************************
* Dynamic Questions/ Card Layouts
*********************************************************************************/
.question-answer-group-wrapper {
	float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 92%;
	overflow: visible;
}


 .questionAnswer {
    margin-bottom: 5px;
	float: left;
	width: 100%;
} 

.question-answer-group .question-answer {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	position: relative;
}

.question-answer-group .question {
	float: left;
	margin-right: 3%;
	margin-left: 0%;
	width: 67%;
}

.question.summaryQuestion {
	width: 30%;
	text-align: left !important;
}

.question-answer-group .question-submit-participant {
	float: left;
	margin-right: 3%;
	margin-left: 0%;
	width: 67%;
}

.question-answer-group .answer {
	float: left;
	margin-right: 0%;
	margin-left:3%;
	width: 27%;
}

.answer.summaryAnswer {
	width: 50%;
	margin-left: 10%;
}

.question-answer-group fieldset .aswSpace label {
	max-width: 88%;
}

.question-answer-group select {
    width: 100% !important;
}

.question-answer-group input[type=text]{
	width: 100% !important;
}

.question-answer-group textarea {
	width: 100% !important;
}

.question-answer-group .checkbox {
	float: left;
	width: 100%;
}

.question-answer-group .nestedMonth {
	width: 100% !important;
}

.question-answer-group  input.monthPicker {
	width: 60% !important;
}

form label {
	margin-right: 5px;
}


.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.title-section {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana;
	padding-left: 0px;
}
.pp-required {
	color: #940000;
	position: relative;
	left: auto;
	top: auto;
	margin-right: 0px;
}

.pp-error-container {
	padding-bottom: 20px;
}

.pp-error {
	color: #940000;
	font-style: italic;
	text-align: left;
	float: left;
	padding: 1px;
}

a.apspErrorLabel, span.pp-error, span.pp-required{
	font-size: 14px !important;
}
a.apspErrorLabel {
	color: #0A58CA !important;
}

.pp-error-countyChatCenter {
	color: #940000;
	font-style: italic;
	text-align: left;
	float: left;
	padding: 1px;
	margin-bottom: 20px;
}

.pp-instructions {
	font-style: italic;
}

.pp-skip {
	position: absolute;
	left: -1000px;
}

.btn-form-hidden {
	display: none;
}

h2.title-section, h3.title-section, 
h4.title-section, h5.title-section{
	margin-top: 0px;
	margin-bottom: 10px;
}

.card {
	font-size: 16px;
}

.card-title {
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
    padding: 20px;
    margin: 10px 15px 0px 15px;
}

.card-sub-title {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 8px;
}

.card-text {
	margin-left: 0px;
	margin-right: 0px;
}

.card-header {
	background-color: #FFF;
}

.card-footer {
	padding-top: 5px;
	padding-bottom: 10px;
}

.card-footer-divider {
	border-bottom: 2px solid #ECECEC;
	float: left;
	box-shadow: 0 0 1px #999;
	width: 100%;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    background: transparent;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0px 20px 10px 20px;
	margin: 0px 15px 5px 15px;
	display: flex;
    flex-direction: column;
}

.ml {
	margin-left: 45px;
}
#provider-card-div-id p {
    margin: 0;
    padding: 0px 0px 20px 0px;
}

#provider-card-div-id .pp-outer-paragraph {
    padding: 0px 20px 10px 20px !important;
    margin: 0px 15px 0px 15px !important;
}

.card-body-search-tax-id {
	padding: 2rem;
	margin: 1.25rem;
	display: flex;
	flex-direction: column;
}

.pp-divider {
    height: 2px;
    background-color: #ECECEC;
}

.card-body-divider {
	border-top: 2px solid #ECECEC;
	padding: 2rem !important;
	margin: 0px !important
}

.form-label {
	width: 103%;
	padding-bottom: 0.5rem;
}

.participant-table-row, .participant-table-column, .participant-table-header 
.provider-table-row, .provider-table-column, .provider-table-header {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 16px;
}
/*End of Question/Card Layouts*/

/*********************************************************************************
* Accordions
*********************************************************************************/
.accordion-card-wrapper {
    overflow: visible;
    padding-bottom: 0px;
}

.accordion-card-wrapper .accordion-card {
    background: #FFF;
    overflow: visible;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion-title {
    line-height: 20px;
}

.summary-accordion-message {
    top: 0px;
    margin-top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}

.accordian-show-hide-all {
	display: flex;
	cursor: pointer;
	justify-content: flex-end;
}

.accordian-show-hide-all a {
	color: #2662DE;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-width: 2px !important;
	border-color: #2662de !important;
}

.panel-group .panel {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.panel-group-main .panel {
	margin-bottom: 8px !important;
	border-radius: 0px;
	border-color: #2662de;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	background-color: white;
	border-color: #0E3F75;
	min-height: 47px !important;
}

.panel-default>.panel-heading-main {
	padding: 0;
	border-radius: 0;
	background-color: #0E3F75;
	min-height: 47px !important;
}

.panel-heading-main .panel-title a {
	font-size: 15px;
	font-weight: 700;
	color: white;
}

.panel-heading .panel-title a {
	font-size: 15px;
	font-weight: 700;
	color: #2662de;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-default>.panel-heading-main+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE;
}

.glyphicon {
	position: relative !important;
}
/*End of Accordions*/

/*********************************************************************************
* Hyperlinks
*********************************************************************************/
#link-change-pssw {
	color: #2662DE;
	text-decoration: underline;
}

#link-change-pssw:focus, #link-change-pssw:hover {
	color: #23527c;
	text-decoration: underline;
}
/*End of Hyperlinks*/


/********************************************************************************* 
* Mobile
*********************************************************************************/
@media screen and (max-width: 767px) {
	.new-header-mobile-unauth-menu {
		display: block !important;
		font-size: 37px;
		color: white !important;
		margin-left: 26px;
		float: left;
		margin-top: 3px;
	}
	.login-user-un-auth-nav-menu {
		display: none;
		position: fixed;
		width: 162px !important;
		right: 0;
		margin-top: 50px;
		margin-left: 1%;
		margin-right: 1%;
		background: white;
		box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
		border-radius: 10px;
		font-size: 16px;
	}
	.new-header-title .ffssp-text-home {
		display: none;
	}
	.new-header-title .new-header-home-logoPE {
		margin-top: 6px;
		
	}
	.login-user-nav-menu {
		margin-top: 50px !important;
		width: 162px !important;
	}
	.header-nav-icon-pe{
		padding-bottom: 35px;
	}
	.new-dropdown-login-link-margin, 
	.new-dropdown-signup-link-margin {
		margin-left: 10px;
		text-decoration: underline !important;
		margin-bottom: 17px;
	}
	.provider-footer {
		height: 155px;
	}
	.acssp-Help {
		display: none !important;
		margin-top: -15px;
	}
	.new-header-login {
		display: flex;
		flex-direction: column;
		margin-top: 17px !important;
		margin-left: unset !important;
	}
	.new-header-login a, .new-header-signup a {
		color: #000000 !important;
	}
	.container-home-layout {
		width: 345px;
		margin: auto;
		margin-top: 25px;
	}
	.provider-main-section {
		width: 100%;
		margin-top: 90px;
		margin-bottom: 165px;
	}
	#main-container {
		margin-top: 65px;
		margin-bottom: 150px;
	}
	.card-body {
		margin: 0px 5px 5px 5px !important;
	}
	.card-title {
		margin: 10px 5px 0px 5px !important;
	}
	.questionGroup .question {
		width: 100% !important;
		margin-right: 0% !important;
		margin-top: 5px !important;
		margin-bottom: 10px !important;
		text-align: unset !important;
	}
	.question-answer-group-wrapper {
		margin-left: 0% !important;
		margin-right: 0% !important;
		width: 100% !important;
	}
	.questionGroup .answer {
		width: 100% !important;
		margin-left: 0% !important;
		text-align: unset !important;
	}
	.question-answer-group .question {
		width: 100% !important;
		margin-right: 0% !important;
		margin-top: 5px !important;
		margin-bottom: 10px !important;
		text-align: none !important;
	}
	.question-answer-group .question-submit-participant {
		width: 100% !important;
		margin-right: 0% !important;
		margin-top: 5px !important;
		margin-bottom: 10px !important;
		text-align: none !important;
	}
	.question-answer-group .answer {
		width: 100% !important;
		margin-left: 0% !important;
	}
	.question-answer-group fieldset .answer .fullrow .checkbox label {
		width: 85% !important;
	}
	.float-right-button {
		float: none !important;
	}
	.button-blue-white {
    	margin-top: 5px;
		float: none;
	}
	.button-blue-white-wrapper {
		display: flex;
    	flex-direction: column;
    	align-items: center;
    	place-items: center;
    	text-align: center;
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.button-blue-white-wrapper-edit-delete {
		display: flex;
    	flex-direction: column;
    	align-items: center;
    	place-items: center;
    	text-align: center;
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.button-blue-white .back-button, .button-blue-white .cancel-button,
	.button-blue-white .save-button, .button-blue-white .save-continue-button,
	.button-blue-white .delete-button, .button-blue-white .edit-button	{
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		margin-left: 0px !important;
	}
	.participant-table-row, .provider-table-row {
		padding-top: 5px;
		padding-bottom: 35px;
	}
	.participant-table-column, .provider-table-column {
		padding-top: 5px;
		padding-bottom: 15px;
		padding-left: 0px;
	}
	.participant-table-header, .provider-table-header {
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
	}
	
	.calendar-input-pp {
    	width: 87%;
    	margin-right: 10px;
	}
	.participantSummary{
		width:100%;
	}
}

/*********************************************************************************
* Tablet
*********************************************************************************/
@media screen and (min-width:768px) and (max-width: 1023px) {
	.provider-footer {
		height: 115px;
	}
	.acssp-Help {
		display: none !important;
	}
	.container-home-layout {
		width: 90% !important;
		margin-right: 5%;
		margin-left: 6%;
	}
	.form-control-md {
		width: 40%;
	}
	#main-container {
		margin-top: 65px;
		margin-bottom: 115px;
	}
	.provider-main-section {
		width: 100%;
		margin-top: 90px;
		margin-bottom: 140px;
	}
	.button-blue-white-wrapper {
		padding-right: 35px !important;
		padding-left: 30px !important;
	}
	.button-blue-white-wrapper-edit-delete {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.header-table-new {
		display: none;
	}
	.display-mobile-only {
		display: none;
	}
	.display-mobile {
		display: block;
	}
	.provider-table-row {
		padding-top: 5px;
		padding-bottom: 35px;
	}
	.provider-table-column {
		padding-top: 5px;
		padding-bottom: 15px;
		padding-left: 0px;
	}
	.provider-table-header {
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
	}
	.question-answer .question {
		text-align: right;
	}
	.questionGroup .question {
		float: left;
		margin-right: 3% !important;
		margin-left: 0% !important;
		width: 67%;
	}
	.questionGroup .answer {
		float: left;
		margin-right: 0% !important;
		margin-left:3% !important;
		width: 27%;
		text-align: none !important;
	}
	
	.calendar-input-pp {
    	width: 80%;
    	margin-right: 10px;
	}
	.display-none-tablet {
		display : none;
	}
	
	.participantSummary{
		width:12%;
	}
}

/*********************************************************************************
* Laptop
*********************************************************************************/
@media screen and (min-width: 1024px) {
	button {
		outline-style: none !important;
	}
	#repInfo button.calendarButton.ui-datepicker-trigger {
	    margin-top: 8px;
	}
	.provider-footer {
		height: 115px;
	}
	.res-menu {
		display: none;
	}
	.acssp-Help {
		display: flex !important;
		margin-top: -15px;
	}
	#main-container {
		margin-top: 65px;
		margin-bottom: 115px;
	}
	.container-home-layout {
		margin: 2% 5% 0% 6%;
		width: 90%;
	}
	.provider-main-section {
		width: 100%;
		margin-top: 90px;
		margin-bottom: 250px;
	}
	.provider-outer-container {
		max-width: 975px;
	}
	.button-blue-white-wrapper-edit-delete {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.button-blue-white-wrapper {
		padding-right: 35px !important;
		padding-left: 30px !important;
	}
	.header-table-new {
		display: none;
	}
	.display-mobile-only {
		display: none;
	}
	.question-answer .question {
		text-align: right;
	}
	.display-tablet-only {
		display: none;
	}
	.questionGroup .question {
		float: left;
		margin-right: 3%;
		margin-left: 0% !important;
		width: 65%;
	}
	.questionGroup .answer {
		float: left;
		margin-right: 0%;
		width: 29%;
		text-align: none !important;
	}
	.information {
		margin-left: 4% !important;
		margin-right: 3% !important;
		padding-top: 10px !important;
		margin-bottom: 2% !important;
		padding-bottom: 0px !important;
		line-height: 1.5rem;
	}
	.formLayout1 {
		width:95%;
		float:left;
		margin-left: 89px !important;
	}
	.participantSummary{
		width:10%;
	}
	.portletTitle{
		visibility:unset !important;
	}
}

/*********************************************************************************
* Tablet horizontal screen
*********************************************************************************/
@media screen and (min-width: 1024px) and (max-width: 1200px){
	.provider-table-row {
		padding-top: 5px;
		padding-bottom: 35px;
	}
	.provider-table-column {
		padding-top: 5px;
		padding-bottom: 15px;
		padding-left: 0px;
	}
	.provider-table-header {
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
	}
}

@media screen and (min-width: 1200px) {
	.hidden-header {
		display: none !important; 
	}
}
.card-footer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border:0px;
}
#providerInfo .pt-5 {
	padding-top: 0rem ! important;
}
.form-control-dd {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-appearance: none;
    border-radius: .375rem;
    padding-left: 5px;
    height: 37px;
}

.mrgnLft{
	margin-left: 35px;
	padding-bottom: 20px; 
}
.left-padding {
  	padding-left: 13px !important;
}
  	
.left-padding-smaller {
    padding-left: 10px !important;
}
.form-control-dd {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-appearance: none;
    border-radius: .375rem;
    padding-left: 5px;
    height: 37px;
}
.ohioLangFontWeight {
		font-weight: initial;
		font-size: 16px !important;
}
.ohioLangOptionsStyling1 {
		text-align: left;
		padding-bottom: 10px;
}
.ohioLangOptionsStyling2 {
		text-align: left;

}
.header-with-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chat-container {
	display: flex;
	align-items: center;
}
.chat-container .circle {
	width: 20px;
	height: 20px;
	background-color: black;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.ppChatMessageTextArea {
	    width: 100%;
	    height: 50px;
	    text-align: left;
	    background-color: #ffffff;
	    white-space: pre-line;
	    resize: none;
	}
}
@media screen and (min-width: 768px) {
	.ppChatMessageTextArea {
	    width: 85%;
	    height: 50px;
	    text-align: left;
	    background-color: #ffffff;
	    white-space: pre-line;
	    resize: none;
	}
}
.ppChatConversationArea {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    min-height: 50px;
    max-height: 350px;
    overflow-y: scroll;
}
@media (min-width: 992px){
	.twoLineSize{
		width:90%;
		padding-bottom: 19px;
	}
	.threeLineSize	{
		width:90%;
	}
	.twoLineSizeGoodCause{
		width:90%;
		padding-bottom: 15px;
	}
	.ohioFormControl{
		width:25% !important;
	}
	.ohioPadForServAct{
		padding-top:24px !important;
	}
	.ohioPadForSearch{
		padding-top:35px !important;
	}
	.ohioCancel{
		width:50% !important;
	}
	.ohioSave{
		width:60% !important;
	}
	.ohioEdit{
		width:60% !important;
	}
	.ohioPartColumnLong{
		width: 30% !important;
	}
	.ohioPartColumnShort{
		Width: 20% !important;
	}
}
@media (max-width: 991.999px)){
	.twoLineSize {
		width:100%;	
	}
	.threeLineSize	{
		width:100%;
	}
	.twoLineSizeGoodCause{
		width:100%;
	}
	.ohioFormControl{
		width:100%;
	}
}

.message-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
	border-radius: 20px;
	width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    min-height: 50px;
    max-height: 350px;
    overflow-y: scroll;
}

.message {
	border-radius: 20px;
	word-wrap: break-word;
	display: inline-block;
	max-width: 70%;
	width: auto;
}

.message.provider {
	padding: 10px 15px;
	background-color: #ead9dd;
	align-self: flex-end;
	text-align: right;
}

.message.providerHeader {
	align-self: flex-end;
	text-align: right;
}

.message.worker {
	padding: 10px 15px;
	background-color: white;
	align-self: flex-start;
	text-align: left;
}

.message.workerHeader {
	align-self: flex-start;
	text-align: left;
}

.left-aligned-countyChatCenter {
	margin-left: 0px !important;
}

.search-button-countyChatCenter {
	padding: 20px 20px 0 0;
	float: right;
}

.date-input-countyChatCenter {
	padding-left: 25px;
}

.mrgnLft{
	margin-left: 35px;
	padding-bottom: 20px; 
}
.oldHeaderPortletTitle {
	color: var(--Theme-Primary, #0E3F75) !important;
	font: 1em verdana, geneva, helvetica, arial, sans-serif !important;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
