/*Common*/	

a {
	color: #006CE0;
}
a:hover{
	text-decoration: none;
}

.outer-container{
	font-size: inherit;
}
.main-content{
	padding: 0px;
}
.group:before, .group:after {   
    display: unset;
}
.column-top-padding{
	padding-top : 2rem;
}
.ps-data-table{
	font-size: 1.125rem;
	border-collapse: collapse;
	table-layout: fixed;
}
.ps-data-table .user-name{
	width: 250px;
}
.ps-data-table .w-240{
	width: 240px !important;
}
.ps-data-table .last-name{
	width: 160px;
}
.ps-data-table .first-name{
	width: 130px;
}
.ps-data-table .role-assigned{
	width: 150px;
}
.ps-data-table .phone-number{
	width: 95px;
}
.ps-data-table .current-status{
	width: 106px;
}
.ps-data-table .current-status-accurate{
	width: 93px;
}
.ps-data-table .status-selection{
	width: 110px;
}

.ps-data-table tbody tr:nth-child(even) {
	background: #eaeaea !important;
}
.ps-data-table th{
    color: #222;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem !important;
    border-bottom: 1px solid #989898;
    font-size: 0.875rem;
    line-height: 100%;	
}
.ps-data-table th.min-width{
	min-width:130px;
}
.ps-data-table td{
	padding: 0.5rem !important;	
}
.ps-data-table a{
	color: #006CE0;
}
.m-l-xs{
	margin-left: .25rem !important;
} 
.m-r-xs{
	margin-right: .25rem !important;
}
.m-t-xs{
	margin-top: .25rem !important;
}
.m-b-xs{
	margin-bottom: .25rem !important;
}
.m-b-sm{
	margin-bottom: .5rem !important;
}
.m-t-md{
	margin-top: .75rem !important;
}
.m-b-md{
	margin-bottom: .75rem !important;
}
.m-l-lg{
	margin-left: 1.25rem !important;
}
.m-r-lg{
	margin-right: 1.25rem !important;
}
.m-t-lg{
	margin-top: 1.25rem !important;
}
.m-b-lg{
	margin-bottom: 1.25rem !important;
}
.p-l-lg{
	padding-left: 1.25rem !important;
}
.p-t-lg{
	padding-top: 1.25rem !important;
}
.p-b-lg{
	padding-bottom: 1.25rem !important;
}
.m-t-xl{
	margin-top: 2rem !important;
}
.m-l-xl{
	margin-left: 2rem !important;
}
.m-r-xl{
	margin-right: 2rem !important;
}
.m-b-xl {
	margin-bottom: 2rem !important;
}
.p-t-xl{
	padding-top: 2rem !important;
}
.p-l-xl{
	padding-left: 2rem !important;
}
.p-r-xl{
	padding-right: 2rem !important;
}
.p-b-xl {
	padding-bottom: 2rem !important;
}
.m-t-xxl {
	margin-top: 3.25rem !important;
}
.m-b-xxl {
	margin-bottom: 3.25rem !important;
}
.icon-style{
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.errorText{
	color: #222;
	margin-left: 0.5rem;	
}
.ps-modal .modal-title, .ps-delete-user-modal .modal-title{
	font-size: 2rem;
}
.ps-modal .modal-footer, .ps-delete-user-modal .modal-footer{
	background: #ebebeb;
	border-top: 1px solid #ccc;
	padding-left:25px;
	padding-right:25px;
}
.ps-modal .modal-header, .ps-delete-user-modal .modal-header{
	border: 0;
	padding: 0 2em;
}
.ps-modal .modal-body, .ps-delete-user-modal .modal-body{
	padding-left: 6.5rem;
}
.svg-icon-small{
	width: 1rem;
	height: 1rem;
}
.svg-icon{
	width: 1.5rem;
	height: 1.5rem;
}
.svg-icon-big{
	width: 3.125rem;
	height: 3.125rem;
}
h1.blt-heading{
	text-transform: none;
	font-size: 3.75rem;
	margin-bottom: 0;
	font-weight: 300 !important;
}

/*BootStrap*/
.bootstrap.container {
	font-size: 1.125rem;	
}
#usrMgmtBreadcrumb a{
	color: #0071EB;
	font-weight: 300;	
}
form label{
	color: #222;
    font-family: "nw-primary","proxima-nova","Helvetica Neue","Helvetica",sans-serif;
    font-weight: 400;
    margin-bottom: .5rem;
}
input.form-control{
	background: #f6f6f6;
	border: 0;
	border-bottom: 2px solid #6c6c6c;
	box-sizing: border-box;
	padding: calc(.75rem - 1px) .75rem calc(.75rem - 2px);
	font-size: 1.125rem;
    font-weight: 400;
    line-height: 100%;
	height: auto;
	border-radius: unset;	
}
input.form-control:hover{
	background: #D8D8D8;
}
input.form-control:focus{
	background: #DAE8ED;
    box-shadow: 0 0 0 1px #fff, 0 0 2px 4px #5BC6E8;
    outline: none;
    border-bottom: 2px solid #6c6c6c;
}
body{
	background-color: #fff;	
	line-height: 170%;
}
.btn{
	font-size: 1.125rem;
	padding: 0.875rem 1.563rem;	
}
.btn-primary{
	background: #0067C5;
}
.btn-primary:hover{
	background: #004d94 !important;
}
.btn-primary:active{
	background: #003463 !important;
}
.btn-outline-primary{
	border: 1px solid #0067C5;
    color: #0067C5;
}
.btn-outline-primary:hover{
	background: #0067C5 !important;
}
.btn-outline-primary:active{
	background: #004d94 !important;
}	
.btn-link{
	color:#0071eb
}
.btn:disabled {
    opacity: .50;
}
.btn-outline-primary:disabled:hover {
    background: none !important;
	color: #0067C5;
}
label span{	
    font-style: italic;
    font-weight: 400;
}
.invalid-feedback{
	font-style: italic;
    font-weight: 400;
    font-family: "nw-primary","proxima-nova","Helvetica Neue","Helvetica",sans-serif;
    font-size: 1.125rem;
    margin: 10px 0 0 0;
}
.textbox-info{
	font-size: 1rem;
	color: #757575;	
}
h2{
	font-size: 1.7rem;	
}
h2.sub-heading{
	font-size: 2rem;
	font-weight: 300 !important;
}
.bstrp-checkbox{
	width: 1.5rem;
	height: 1.5rem;	
}
 input:checked .bstrp-checkbox{
	background: red;
}
.bstrp-checkbox:after{
	background: red;
}
.bstrp-radio{
	width: 1.5rem;
    height: 1.5rem;
}
.form-check-label{
	display:inline-block;
}

/* User Account Management*/
.static-roleMgmt-table thead th.chkbox-label{
	border-top: 1px solid #989898;
	width: 5.6rem;
}
.static-roleMgmt-table thead th.role-title{
	width: auto;
}
.ps-uam-task-center-banner {
	background-color: #DAE8ED;
    font-size: 1.25rem;
    font-weight: 300;
}

.ps-uam-task-center-banner a {
	text-decoration: underline;
	text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
/*Create User Account*/
.pg-br{
	height: 12px;
	background-color: #D8D8D8;
}
.pg-br-completed{
	background-color: #008A07;
	height:12px;
}
.pg-br-static-16{
	width: 16%;		
}
.pg-br-static-25{
	width: 25%;		
}
.pg-br-static-32{
	width: 32%;		
}
.pg-br-static-48{
	width: 48%;		
}
.pg-br-static-64{
	width: 64%;		
}
.pg-br-static-75{
	width: 75%;		
}
.pg-br-static-80{
	width: 80%;		
}
.pg-br-text{
	margin-bottom: 8px;
}
.primary-text{
	font-weight : bold;
}
#usrMgmtBreadcrumb .breadcrumb-links{
	padding-bottom: 0.5rem;
}
.bolt-text-sm{
	font-size: 0.875rem;
}

.bolt-text-md{
	font-size: 1.125rem;
}

/* Role  Management */
.ps-data-table.w-1200 {
	width:1200px;
}  

.ps-data-table.roleMgmtTable {
	margin-bottom: 0;
}
.ps-data-table.roleMgmtTable td{
	padding: .5rem;
	border-top: none;
	border-bottom: none;
	border-right:1px solid #989898;
}
.ps-data-table th.role-title{
	background: #fff;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #989898;
	width: 60%;
	vertical-align: bottom;
	font-size: 0.875em;
	padding-bottom: .25rem;
	line-height: 100%;
}	
.ps-data-table td.role-indicator{
	width: 50px;	
}
.ps-data-table td.role-indicator:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #1d1d1d;
	border-radius: 50%;
	display: inline-block;
	margin-left: 45%
}
.ps-data-table td.role-indicator.primary:before{
	opacity:60%;
}

.ps-data-table th.chkbox-label{
	background: #fff;
    border-top: none;
    font-size: 0.875rem;
    text-align: center;
    border-width: 0px 1px 1px 1px;
    border-color: #989898;
    border-style: solid;
}
.ps-data-table th.chkbox-column{
	border-width: 1px 1px 0px 1px;
    width: 5.6rem;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 0;
    border-color: #989898;
    border-style: solid;
}
.ps-data-table.roleMgmtTable tr:last-child td{
	border-bottom:1px solid #989898;
}
.ps-data-table th.chkbox-column:nth-child(2){
	text-align: center;
	line-height: 135%;
}
.chk-even{
	background-color:  #d0dee2;
}
.chk-odd{
	background-color: #dbe9ee;
}
.chk-hdr{
	background-color: #dbe9ee !important;
}
.ps-data-table th.right-brdr{
	border: none;
}
.ps-data-table td.roleDesc {
	border-left: none;
	border-right: 1px solid #989898;
}
.bolt-row p {
	font-size: var(--bolt-font-size-sm);
}
.roleDisclaimer{
	margin-left: 1em !important;
	font-size: 0.925rem;
}
.disclaimerSymbol{
	float: left;
}
.pg-br-static-50 {
	width: 50%;
}
.primaryText{
	font-size: 0.875rem;
	font-weight: 600;
}
ul.rolle-capabilities-mobile{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.rolle-capabilities-mobile li{
	padding:0;	
	margin:20px 0 0 0;
}
ul.rolle-capabilities-mobile li.primary-role{
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.30);	
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.30);
}

ul.rolle-capabilities-mobile li .role-heading {
	background: #D8D8D8;
	padding:20px 20px 15px 20px;
}
ul.rolle-capabilities-mobile li.selected .role-heading {
	background: #cfdde1;
}
ul.rolle-capabilities-mobile li .role-heading label{
	position: relative;
	top:-5px;
	margin: 0 0 0 5px;
	display: inline;
	font-size: 20px;
    font-weight: 400;
}
ul.rolle-capabilities-mobile li .content{
	padding: 20px;
	width: 100%;
	background: #f6f6f6;
}
ul.rolle-capabilities-mobile li.selected .content{
	background: #ecf3f6;
}
ul.rolle-capabilities-mobile li.primary-role .role-heading{
	background: #fff;
	border: 1px solid #b7b7b7;
	border-bottom: 0;;
	padding:20px 20px 0 20px;
	
}
ul.rolle-capabilities-mobile li.primary-role .role-heading label{
	font-size: 22px;
	font-weight:700;
	color: #0067C5;
	line-height: 36px;
    display: inline-block;
}
ul.rolle-capabilities-mobile li.primary-role .role-heading .separator{
	width: 95%;
	margin: 0 auto;
	height: 10px;
	border-bottom: 1px solid #b7b7b7;
}
ul.rolle-capabilities-mobile li.primary-role .content{
	background: #fff;
	border: 1px solid #b7b7b7;
	border-top:0;
	padding: 20px 20px 20px 52px;
}
ul.rolle-capabilities-mobile li .content ul.access-List{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.rolle-capabilities-mobile li .content ul.access-List li{
	font-size: 18px;
	margin:0 0 12px 0;
}
ul.rolle-capabilities-mobile li .content ul.access-List li.list-title{
	font-weight: 700;
}
ul.rolle-capabilities-mobile li .content ul.access-List li.list-select{
	width: fit-content;
}
.svg-icon-small.mobile {
	position: relative;
	top: -10px;
	right: 10px;
}
.svg-icon-small.mobile .primaryText{
	position: relative;
	top: -8px;
	font-size: 14px;
    font-weight: 400;
}
.primary .svg-icon {
	margin: -3px 5px 0 0;
}
.icon-expanded, .icon-collapsed {
	display: none;	
}
.expanded .icon-expanded {
	display: block;
}
.collapsed .icon-collapsed {
	display: block;
}
.subRoleName{
	display: block;
	padding-bottom: .5rem;
	font-weight: 700;
}
.ps-data-table.roleMgmtTable tr.roleLast td{
	border-bottom: 1px solid #989898;
}
.ps-data-table.roleMgmtTable tr.subRoleSection td, .ps-data-table.roleMgmtTable tr.subRoleSectionPayRoll td {
	border: 0px;
	background-color: #fff; 
}
.ps-data-table.roleMgmtTable tr.subRoleSection td.subRoleContent, .ps-data-table.roleMgmtTable tr.subRoleSectionPayRoll td.subRoleContent{
	border: 1px solid #989898;
	border-top: none;
	background-color: #dbe9ee !important;
}
.ps-data-table.roleMgmtTable select{
	width: auto;
}
.ps-data-table.roleMgmtTable tr.subRoleSection, .ps-data-table.roleMgmtTable tr.subRoleSectionPayRoll {
	display: none;
}




.ps-data-table.roleMgmtTable tr.subRoleSection td, .ps-data-table.roleMgmtTable tr.subRoleSectionConsultant td {
	border: 0px;
	background-color: #fff; 
}
.ps-data-table.roleMgmtTable tr.subRoleSection td.subRoleContent, .ps-data-table.roleMgmtTable tr.subRoleSectionConsultant td.subRoleContent{
	border: 1px solid #989898;
	border-top: none;
	background-color: #dbe9ee !important;
}
.ps-data-table.roleMgmtTable select{
	width: auto;
}
.ps-data-table.roleMgmtTable tr.subRoleSection, .ps-data-table.roleMgmtTable tr.subRoleSectionConsultant {
	display: none;
}

.optionalText{
	font-size: 14px;
	text-align: center;
}

/*Reset Password*/
.pg-br-static-20{
	width: 20%;		
}
.pg-br-static-40{
	width: 40%;		
}
.pg-br-static-60{
	width: 60%;		
}
.pg-br-static-80{
	width: 80%;		
}
.pg-br-static-100{
	width: 100%;		
}
.ps-alert{
	font-size: 1rem;
	color: #3b3b3b;
	border-radius: 0;
	font-weight: 400;
	position: relative;
    min-height: 70px;
    padding: 0 5px 0 70px; 
}
.ps-alert.error{
	border: 2px solid #D32426;			
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
.ps-alert .my-auto {
	display: table-cell;
	vertical-align:middle;
	min-height:70px;
}
}

.ps-alert.success{
	border: 2px solid #58C140;
	color: initial !important;			
}
.ps-alert.warning{
	border: 2px solid #E85B16;			
}
.ps-alert.info{
	border: 2px solid #007D8A;			
}
.ps-alert .icon-section{
	display: inline-block;
	padding: 18px 13px 26px 13px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}	
.ps-alert.error .icon-section{
	background : #D32426;
}
.ps-alert.success .icon-section{
	background : #58C140;
}
.ps-alert.warning .icon-section{
	background : #E85B16;
}
.ps-alert.info .icon-section{
	background : #007D8A;
}
.of-wrap-anywhere{
	overflow-wrap: anywhere;
}

/* Update Password*/
ul.verify-otp{
	padding: 0 0 0 30px;
	margin: 20px 0;
}
ul.verify-otp li{
	margin-bottom: .5rem !important;
	list-style: disc;	
}
ul.verify-otp li:last-child{
	margin-bottom: 0px !important;
	list-style: disc;	
}
.verify-code-info{
	margin: 32px 0;
}
ul.verify-otp sup{
	font-size: 150%
}

/* Update username */
.current-username-container {
	background : #e3f0f5;
	padding: 10px 0px;		
}

/* Plans selection page  */

.ps-select-box{
	border:none;
	border-bottom: 2px solid #6c6c6c;
	background: #f6f6f6;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 100%;
	border-radius: 0;
	max-width: 100%;
}
.ps-select-box option{
	color:rgba(0,0,0,1);
}
.ps-select-box option:disabled{
	color:rgba(0,0,0,0.3)
}
.ps-check-box{
	padding-left: 1rem;
}
.ps-check-box .form-check-input{
	background: #f5f5f5;
	border: 1px solid #646464;
	width:25px;
	height:25px;
      }
.ps-check-box .form-check-label{
	font-size: 1.05rem;
}
.selected-items{
	background-color: #f6f6f6;
	border:1px solid #f6f6f6;
      }
.selected-items .heading{
	background:#767676;
	color:#fff;
	padding:18px 0 18px 10px;
	margin-bottom: 0 !important;
}
.selected-items .content{
	background: #f6f6f6;
	padding: 0 20px 20px 20px;
	max-height: 375px;
	min-height: 375px;
	overflow-y: auto;
	margin: 0 20px 25px 0;
	width: 100%;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #fff;
	border-color: #007bff;
}
.custom-heading{
	font-size: 2.2em;
}
.list-paycenters{
	margin: 10px 0 0 0;
	padding: 0 ;
	list-style: none;
	max-height:275px;
	overflow-y:auto;
	border-bottom: 1px solid #D8D8D8;	
}		
.show-results .list-paycenters, .show-results .title-paycenter{
	display:inherit;
}
.list-paycenters li{
	margin-bottom: 5px;	
}
.list-paycenters .list-departments{
	margin: 10px 0 0 10px;
	padding: 0 ;
	list-style: none;			
}		
.list-paycenters li.selected .list-departments{
	display: inherit;
}
.list-departments li{
	margin-bottom: 20px;
}
.ps-modal .modal-footer, .ps-delete-user-modal .modal-footer{
	background: #ebebeb;
	border-top: 1px solid #ccc;
	padding-left:25px;
	padding-right:25px;
}
.ps-modal .modal-header, .ps-delete-user-modal .modal-header{
	padding-left:25px;
	padding-right:25px;
}
.ps-modal .modal-body, .ps-delete-user-modal .modal-body{
	padding-left:25px;
	padding-right:25px;
}
.fas.big{
    font-size: 1.8em;
}
.fas.green{   
    color: #007e8b;
}
.list-selected-pay-center{
	margin: 20px 0 0 0;
    padding: 0 0 30px 0;
    list-style: none;
    border-bottom: 1px solid #979797;
}
.list-selected-pay-center:last-child{
    border-bottom: none;
}
.list-selected-pay-center li{
	padding: 5px 0 0 15px;
}
.list-selected-departments{
	margin: 0 0  0 20px;
	padding: 0 ;
	list-style: none;
}
.list-selected-departments li{
	padding: 5px 0;
	font-size:.9em;
}
div .selected-plan-name {
	font-weight: 700;
	text-transform: uppercase;
}
.cursor-pointer{
	cursor: pointer;
}
.plan-remove > a ,.pay-center-remove > a {
	color:#0067C5 !important;
}
.plan-container{
	padding-top: 30px;
}
#dynamicContentLeft{
	padding-right: 15px;
}
#noPlan{
	margin-top: 20px;
}

/* custom checkbox css */
	
input[type="radio"].ps-custom-control,
input[type="checkbox"].ps-custom-control {
	float: left;
	clear: both;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 1px;
	height: 1px;
}

input[type="radio"].ps-custom-control + label:before,
input[type="checkbox"].ps-custom-control + label:before {
	content: "";
	cursor: pointer;
	font-weight: 900;
	padding: 10px;
	margin:0 10px 0 -20px;
	color: transparent;
	border: 2px solid #303030;
	border-radius: 3px;
	background-color: #f5f5f5;
	display: inline-block;
}  
input[type="radio"].ps-custom-control + label.role-label:before,
input[type="checkbox"].ps-custom-control + label.role-label:before{
	margin-left:18px;
}

input[type="radio"].ps-custom-control + label.role-label-mobile:before,
input[type="checkbox"].ps-custom-control + label.role-label-mobile:before{
	position: relative;
    top: 5px;
    left: 7px
}
	
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
.ps-custom-control {
	display: inline-block;
	width: 24px !important;
	height:24px !important;
	float: none !important;
}
		
input[type="radio"].ps-custom-control + label:before,
input[type="checkbox"].ps-custom-control + label:before {
                display: none;
}
}

/** styles the checkbox */
input[type="checkbox"].ps-custom-control + label:before {
	width: 24px;
	height: 24px;
}

/** styles the radio button */
input[type="radio"].ps-custom-control + label:before {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
input[type="radio"].ps-custom-control + label,
  input[type="checkbox"].ps-custom-control + label {
    display:inline-flex;
  }

/**
 * handles checked
 */
input[type="checkbox"].ps-custom-control:checked + label:before {
	color: inherit;   
	background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33'><path d='M9 22l-10-10.598 2.798-2.859 7.149 7.473 13.144-14.016 2.909 2.806z'/></svg>");
	background-color:  #f5f5f5;
	background-repeat: no-repeat;
	background-size: 24px, 24px;
	background-position: 3px 3px;
}

input[type="radio"].ps-custom-control:checked + label:before {
	color: inherit;   
	background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><circle cx='12' cy='12' r='10'/></svg>");
	background-color:  #f5f5f5;
	background-repeat: no-repeat;
	background-size: 18px, 18px;
	background-position: 1px 1px;
}
 
 /** support focused on firefox  */
 @-moz-document url-prefix() {
   input[type="radio"].ps-custom-control:focus + label:before,
   input[type="checkbox"].ps-custom-control:focus + label:before {  
	 outline: 1px auto Highlight;
   }
 }
 
 /** handles disabled */ 
input[type="radio"].ps-custom-control:disabled + label,
input[type="radio"].ps-custom-control:disabled + label:before,
input[type="radio"].ps-custom-control:disabled:checked + label:before,
input[type="checkbox"].ps-custom-control:disabled + label,
input[type="checkbox"].ps-custom-control:disabled + label:before,
input[type="checkbox"].ps-custom-control:disabled:checked + label:before {
	cursor: default;  
	opacity: .5;
}
 

 input[type="radio"].ps-custom-control:disabled:checked + label:before,
 input[type="checkbox"].ps-custom-control:disabled:checked + label:before {
	opacity: .3;
 }
 
/* edit user */
.font-18px{
	font-size: 18px;
}
.font-21px{
	font-size: 21px;
}
/* edit user toggle */
.acc-status-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
  
.acc-status-switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
  
.acc-status-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
  
.acc-status-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
  
input:checked + .acc-status-slider {
	background-color: #34C759;
}
  
input:focus + .acc-status-slider {
	box-shadow: 0 0 1px #34C759;
}
  
input:checked + .acc-status-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

input:disabled + .acc-status-slider {
    cursor: not-allowed;
}  

.acc-status-slider.round {
	border-radius: 34px;
}
  
.acc-status-slider.round:before {
	border-radius: 50%;
}

.sentence-case:first-letter {
    text-transform: capitalize;
}

.sentence-case {
    text-transform: lowercase;
}
.horizontal-scroll{
	overflow-x:auto;
}

.form-control-plaintext:focus {
	outline: 0px;
}

/* media query for only wide screen */
@media only screen and (min-width:1200px){
	.bootstrap.container{
		max-width:1200px;
		padding:0;
	}
}


/* media query for ipad-portrait view */ 
@media only screen and (max-width: 768px) {	
	.selected-items .content{
		min-height: 75px;		
	}	
	.bootstrap.container {
		padding:0 15px;
	}	
	.rolle-capabilities-mobile .content {
		width: 100%;
	}	
}


/* media query for mobile view*/
@media only screen and (max-width: 576px) {	
	.btn {
		width: 100%;
		 margin-bottom: 0.75rem;
	}
	h1.blt-heading{
		font-size: 2.5rem !important;
	}
	h2.sub-heading{
		font-size: 1.5rem !important;
	}
	.ps-data-table.w-1200 {
		width:100%;
	}  
	.ps-data-table.ps-data-table-mobile th{
		display: none;
	}
	.ps-data-table.ps-data-table-mobile tr{
		width: 100%;
		outline: 1px solid #a2a2a2;
	}   
	.ps-data-table.ps-data-table-mobile tr td{
		border: none;
		float: left;		
		width: 100%;
		padding: 0.5rem 0.3rem !important;
		box-sizing: border-box !important;
	}
	.ps-data-table.ps-data-table-mobile tr td:before{
		content: attr(data-title);
		margin-right: 20px;
		color: #637379;
	}
	.ps-data-table.ps-data-table-mobile a {
		color: #006CE0;
	}
	.ps-modal .modal-header, .ps-delete-user-modal .modal-header{
		border: 0;
		padding: 0 1em;
	}
	.ps-modal .modal-body, .ps-delete-user-modal .modal-body{
		padding-left:1em
	}
	.ps-modal .modal-header .svg-icon-big, .ps-delete-user-modal .modal-header .svg-icon-big{
		   width: 1.5rem;
		height: 1.5rem;
	}
	.ps-modal .modal-title, .ps-delete-user-modal .modal-title {
		font-size: 1.2rem;
	}
	.ps-modal .modal-title .p-l-lg, .ps-delete-user-modal .modal-title .p-l-lg {
		padding-left: .5rem !important;
	}
	.ps-modal .modal-content, .ps-delete-user-modal .modal-content  {
    	background-color: rgba(255, 255, 255, 1) !important;
	} 	
	.plan-remove > a ,.pay-center-remove > a {
		color:#000 !important;
		font-weight: 999;
	}	
	.selected-items .content{
		margin:0;
		padding: 10px;
	}	
	.bg-blue-container{
		background: #DAEBF8 !important;
		max-width: 100%;
    	width: 100% !important;
    	margin-left: 0px !important;
	}
	.ml-m-n-20px{
		margin-left: -20px !important;
	}
}

/*Forgot Username*/
.pg-br-static-34{
	width: 34%;		
}

/* Edit User Details */
.roleSeparator{
	border-top: 1px solid #979797;
}
#editPersonalInfo{
	color: #0064C2;
}
#editPersonalInfo:hover{
	color:#fff;
}
#editPersonalInfo:disabled:hover {
    color: #0067c5;
}
.accountStatus{
	font-size: 1.5rem;
}

/* CTS Assign role */
table.ctsRoleTable .role-title{
	width: auto;
}
.text-blue{
	color: #0068D6 !important;
}
.seperator{
    border-left: 1px solid #000000;
    padding: 0 5px;
}
.clear-both{
	clear: both;
}

/* Verify User Accounts */
.save-attempt .status-not-selected .invalid-feedback{
 display:block;
 }
.save-attempt .status-not-selected .ps-select-box {
 border-color: #dc3545!important;
 }
 .ps-data-table.verify-user-acc-table tbody tr:nth-child(even) td{
 background-color: #eaeaea !important;
 }

 #resendEmail.disabled{
	opacity:1 !important;
}
.table-scroll-effect {
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .10), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .10), rgba(255, 255, 255, 0));
  overflow-x: auto;
  text-align: left;
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 30px 100%, 30px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
}

#input_page_number {
	width: 44px;
    border: none;
    border-bottom: 2px solid;
    background-color: #f5f5f5;
    text-align: center;
}
.btn-goto {
	min-width: 44px;
    min-height: 30px;
    border: 1px solid #0067c5;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: .875rem;
    font-weight: 400;
}
#pageSearch {
	padding-top: 48px;
}
/* media query for mobile view*/
@media only screen and (max-width: 576px) {
	.search-page {
	text-align: center;
	}
	#userMgmtTable_paginate {
	margin-bottom: 30px;
	}
}
/* media query for only wide screen */
@media only screen and (max-width:1023px) {
	.itemsPerPageRow {
	margin-left: 0px !important;
	}
}

/*create user account plan contacts*/

	  .cua-card {
        width: 265px;
        height: 332px;
        background: #f6f6f6;
        border-color: #d8d8d8;
      }
      .cua-card .btn {
        font-size: 1.125rem;
        padding: 4px;
        width: 225px;
      }
      .plancontacts-container .form-row ul {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
      }
      .cua-border-bottom {
        border-bottom: 1px solid #979797 !important;
      }
      .font-24px {
        font-size: 24px;
      }
      .font-32px{
	    font-size: 32px;
     }
      .plancontact-info{
      	font-weight: 300 !important;
      }
      .slider-container {
        flex-wrap: nowrap !important;
        align-items: center;
        position: relative;
        overflow-x: hidden;
      }
      ul.slider-main {
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
      ul.slider-main::-webkit-scrollbar {
        width: 0;
        display: none;
      }
      ul.slider-main li:last-child .card {
        margin-right: 0 !important;
      }
      .plancontacts-container .slider-scroll-effect {
        background-image: linear-gradient(to left, white, rgb(192, 192, 192)), linear-gradient(to right, white, rgb(192, 192, 192)), linear-gradient(to right, rgba(0, 0, 20, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.1), rgba(255, 255, 255, 0));
        overflow-x: auto;
        text-align: left;
        background-position: left center, right center, left center, right center;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 30px 100%, 30px 100%, 20px 100%, 20px 100%;
        background-attachment: local, local, scroll, scroll;
      }
      .cua-plancontacts-next-btn, .cua-plancontacts-prev-btn{
      	background-color: white
      }
      .slider-spinner-border{
      	width: 5rem;
      	height: 5rem;
      	border-width: thick;
      	color: #0067CD;
      } 
	     .plancontacts-container .selectContact{
		border: 1px solid #0067C5;
	  color: #0067C5;
	}
	ul.slider-main li.selected .selectContact{
	  color: #fff;
	  background: #0067C5 !important;
	  border-color: #007bff;
	}
	
	/*end of plan contacts style */
