/* US205462 Imports below have custom path because they are not
	customized, but this file is, and has been relocated
*/
@import "../../css/ppResponsive/pp.homeCard.css";
@import "../../css/ppResponsive/pp.bootstrap.css";
@import "../../css/ppResponsive/pp.signup.css";
@import "../../css/ppResponsive/pp.login.css";
@import "../../css/ppResponsive/pp.addressDetails.css";
@import "../../css/ppResponsive/pp.providersearch.css";
@import "../../css/ppResponsive/pp.addressSelect.css";
@import "../../css/ppResponsive/pp.verificationdocuments.css";
@import "../../css/ppResponsive/pp.confirmationMssg.css";
@import "../../css/ppResponsive/pp.newProviderDetails.css";
@import "../../css/ppResponsive/pp.clientReferral.css";
@import "../../css/ppResponsive/pp.viewProviderInfo.css";
@import "../../css/ppResponsive/pp.forgotPassword.css";
@import "../../css/ppResponsive/pp.updateProviderInfo.css";
@import "../../css/ppResponsive/pp.viewProviderServiceInfo.css";
@import "../../css/ppResponsive/pp.submitChangesVerification.css";
@import "../../css/ppResponsive/pp.updateProviderAddressInfo.css";
@import "../../css/ppResponsive/pp.updateproviderinfocard.css";
@import "../../css/ppResponsive/pp.unlinkUserAccess.css";
@import "../../css/ppResponsive/pp.securityrole.css";
@import "../../css/ppResponsive/pp.modal.css";
@import "../../css/ppResponsive/pp.serviceInfo.css";
@import "../../css/ppResponsive/pp.participantAttendanceConfirmation.css";
@import "../../css/ppResponsive/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
*********************************************************************************/
.new-header {
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: row;
	background-color: #2662de;
	opacity: 1;
	z-index: 6;
}

.new-header-pp-btn {
	background-color: #2662de;
	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-top: -60px;
	margin-left: 65px;
	color: white;
	/* Iowa Custom*/
	width: 160%;
	/* end custom*/
}

.new-header-home-logo {
	/* Iowa Custom*/
	margin-top: -15px;
	/* end custom*/
	margin-right: 15px;
}

.new-header-home-logo a {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    line-height: 24px; /* 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-login a, .new-header-signup a, .new-header-username a {
	color: white;
}

.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: -10%;
}

.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: #fff;
	background: #266CDE;
	width: 100%;
	font-size: 14px;
	padding: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.provider-footer p a {
	color: #fff;
	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: rgba(236, 236, 236, 0.5098039215686274);
    margin: 0px;
   	border-radius: 10px;
    border-width: 1px;
    border-color: rgba(204, 204, 204, 0.4);
}

.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: #0041DE;
	color: #0041DE;
	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: #e2e6ea;
}

.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: 0px;
}

.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: #ffff;
}

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

.card-footer-divider {
	border-bottom: 2px solid #ffffff;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.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: white;
}

.card-body-divider {
	border-top: 2px solid white;
	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: #1C365F; /* Iowa Custom*/
}

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

.panel-default>.panel-heading-main {
	padding: 0;
	border-radius: 0;
	background-color: #1C365F; /* Iowa Custom*/
	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;
}

/*added for BUG 316869 : start*/
.more-less.glyphicon.fa.fa-minus.hide-minus {
	position: static !important;
}
/*added for BUG 316869 : end*/

/*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-logo {
		/* Iowa Custom*/
		margin-top: 5px;
		/* Iowa Custom*/
		margin-right: 15px;
	}
	.login-user-nav-menu {
		margin-top: 50px !important;
		width: 162px !important;
	}
	.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: #4065AF !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;
	}
}

/*********************************************************************************
* 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;
	}
}

/*********************************************************************************
* 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: 140px;
	}
	.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;
	}
}

/*********************************************************************************
* 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;
}
/** PBI 312479 change start*/
.panel-default>.casestatus-heading-main {
	padding: 0;
	border-radius: 0;
	background-color:#1C365F;
	/**  Changes for PBI-312523 and bug 317324 start*/
	min-height: 99px !important;
	/**  Changes for PBI-312523 and bug 317324 end*/
}

.casestatus-heading-main .panel-title a {
	font-size: 15px;
	font-weight: 700;
	color: white;
}
.casestatus-heading-main .panel-title div {
	font-size: 12px;
	font-weight: 700;
	color: white;
	margin-left: 1.7%;
	/**  Changes for  bug 317324 start*/
	margin-top: .5%;
	/**  Changes for  bug 317324 end*/
}
.panel-default>.casestatus-heading-main+.panel-collapse>.panel-body {
	border-top: 4px solid #dddd;
}
/** PBI 312479 change end*/