/*
Theme Name: 
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: General Styles for
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 1.0 General Styles (35,49)
 2.0 Resets
 3.0 Links (203*, 213*)
 4.0 Lists
 5.0 Alignment
 6.0 Video Modal Full-Width
 7.0 Custom Class
 8.0 Font Class (331, 334, 338, 343*, 347*, 351*)
 9.0 Custom Theme Colors (357)
10.0 Custom Button Colors (364)
11.0 Forms
12.0 Alerts
13.0 Universal Class
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Styles
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800&display=swap');

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 0.8125rem;
	line-height: 24px;
}

input,
select,
.primary-notes-textarea {
	font-size: 0.8125rem !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	padding: 0px;
	font-family: 'Open Sans', arial, sans-serif;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 20px;
	line-height: 23px;
	font-style: italic;
	line-height: 1.7;
	margin: 15px;
	overflow: hidden;
	padding: 15px;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

figcaption {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: """";
}

q {
	quotes: "“""”""‘""’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/*--------------------------------------------------------------
2.0 Resets
--------------------------------------------------------------*/
.reset-padding {
	padding: 0 !important
}

.reset-margin {
	margin: 0 !important
}

.modal-header {
	border-bottom: none !important;
}

.modal-footer {
	border-top: none !important;
}

.modal-video {
	background: rgba(0, 0, 0, 0.9);
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

.container img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*disable lines on table*/
/*.table {
	border-bottom: 2px solid rgba(0,0,0,0) !important;
}

.table .row {
	border-top: 2px solid rgba(0,0,0,0) !important;
}*/

/*--------------------------------------------------------------
3.0 Links
--------------------------------------------------------------*/
a {
	color: #2D2D2D;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	/*color:*/
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
4.0 Lists
--------------------------------------------------------------*/
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
6.0 Video Modal Full-Width
--------------------------------------------------------------*/
.modal-video {
	background: rgba(0, 0, 0, 0.75);
}

.modal-video .modal-content {
	background: transparent;
}

.modal-video .modal-dialog {
	position: absolute;
	top: -10px;
	right: 10px;
	max-width: 100%;
	z-index: 3000 !important;
}

.modal-video-close {
	cursor: pointer;
	display: inline-block;
}

.video-modal-content {
	display: block;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.video-modal-content iframe {
	width: 100% !important;
	height: 100% !important;
}

/*--------------------------------------------------------------
7.0 Custom Class
--------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.center {
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

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

.border {
	/*border: 1px solid red;*/
}

.border-red {
	border: 1px solid red !important;
}

.inline {
	display: inline-block !important
}

.w100 {
	width: 100%
}

.modal-hr-notifications {
	border-top: 3px solid rgba(0, 0, 0, .1);
}

.show-important {
	display: block !important;
}

.hide-important {
	display: none !important;
}

/*--------------------------------------------------------------
8.0 Font Class
--------------------------------------------------------------*/
.bold,
strong,
b {
	font-family: 'Open Sans', arial, sans-serif !important;
}

.bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.regular {
	font-family: 'Open Sans', arial, sans-serif;
}

.italic,
em {
	font-weight: 400;
	font-style: italic;
}

.semi-bold {
	font-family: '', arial, sans-serif;
}

.medium {
	font-family: '', arial, sans-serif;
}

.light {
	font-family: '', arial, sans-serif;
}

.font-gray {
	color: #666 !important;
}

/*--------------------------------------------------------------
9.0 Custom Theme Colors
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.0 Custom Button Colors
--------------------------------------------------------------*/
/* TODO: CAN BE REMOVED
.btn-custom {
	color: ;
	background-color: ;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open>.dropdown-toggle.btn-custom {
	color: ;
	background-color: ;
}
*/

.btn-inactive {
	color: #999999;
}

.btn-save {
	background-color: #333333;
}



.button-primary {
	padding: .25rem 1rem !important;
	font-size: 13px !important;
	background: #136990;
	border: 1px solid #136990;
	color: #fff;
}

.button-primary:hover {
	background: #0f5473;
	border: 1px solid #0f5473;

}

.button-primary-outline {
	padding: .25rem 1rem !important;
	font-size: 13px !important;
	border: 1px solid #136990;
	color: #136990;
	background: #FFF;
}

.button-primary-outline:hover {
	border: 1px solid #0f5473;
	background: #0f5473;
	color: #FFF;
}

.button-primary-light {
	padding: .25rem 1rem !important;
	font-size: 13px !important;
	color: #136990;
	background: #FFF;
}

.button-primary-light:hover {
	background: #0f5473;
	color: #FFF;
}


.button-secondary {
	padding: .25rem 1rem !important;
	font-size: 13px !important;
	background: #6c757d;
	color: #fff;
}

.button-secondary:hover {
	background: #5a6268;

}

.button-secondary-outline {
	padding: .25rem 1rem !important;
	font-size: 13px !important;
	border: 1px solid #6c757d;
	color: #6c757d;
	background: #FFF;
}

.button-secondary-outline:hover {
	border: 1px solid #5a6268;
	background: #5a6268;
	color: #FFF;
}

.button-secondary-light {
	padding: .25rem 1rem !important;
	font-size: 13px !important;
	color: #6c757d;
	background: #FFF;
}

.button-secondary-light:hover {
	background: #5a6268;
	color: #FFF;
}

/*--------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
body select {
	background: url('../img/arrow.png') no-repeat right;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background-color: #fff;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

/*--------------------------------------------------------------
12.0 Alerts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.0 Universal Class
--------------------------------------------------------------*/
.dropdown-custom-addon-menu::after {
	content: none;

}

input:disabled,
select:disabled {
	background-color: white !important;
	border: #EBEBEB 1px solid !important;
	color: #D5D5D5;
}

input:disabled::placeholder {
	color: #D5D5D5;
}

.employee-input-label.disabled-label {
	color: #D5D5D5;
}

.employee-input-label-groups span.disabled-label {
	color: #D5D5D5;
	background-color: #F2F2F2;
	border: #EBEBEB 1px solid !important;
}

/*radio buttons css adjust here */
.custom-control-label::before {
	border: #666 solid 1px;
	background-color: white;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: white;
	border: #666 solid 1px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23666'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: white;
	border: #666 solid 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23666' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/** remove active state of dropdowns **/
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}

/** Case Management **/
#error-modal{
	z-index: 99999;
}

.view-test-video{
	color: #337ab7 !important;
}

.cursor-pointer {
    cursor: pointer;
}

/** Checkbox switcher **/
/* The switch - the box around the slider */
.tcw-switch {
  position: relative;
  display: inline-block;
  width: 19px; /* (circle size + left) * 2 */
  height: 12px; /* circle size + (bottom * 2) */
  margin-top: 7px;
}

/* Hide default HTML checkbox */
.tcw-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.tcw-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.tcw-slider:before {
  position: absolute;
  content: "";
  height: 8px; /* the circle size */
  width: 8px; /* the circle size */
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .tcw-slider {
  background-color: #2196F3;
}

input:focus + .tcw-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .tcw-slider:before {
  -webkit-transform: translateX(9px); /* the circle size */
  -ms-transform: translateX(9px); /* the circle size */
  transform: translateX(9px); /* the circle size */
}

/* Rounded sliders */
.tcw-switch .tcw-slider.round {
  border-radius: 16px; /* the height */
}

.tcw-switch .tcw-slider.round:before {
  border-radius: 50%;
}
/** End of Checkbox switcher **/


/* Added by Kevin (5/17/22) */
/* -- Add Client / Edit Client views */
.social-security-num-input {
	margin: 14% 0;
}

/* -- Client Messaging view */
#form-feature-log .compose-new-message-textarea {
    height: 160px;
}

/* TODO: CAN BE REMOVED (SUMMERNOTE HAS BEEN REMOVED PREVIOUSLY) */
/* ---- Hacky solution for the WYSIWYG wrapper to be hidden and to retain textarea height */
#form-feature-log .note-editor {
	width: 100%;
}

#form-feature-log .note-editor .note-toolbar-wrapper {
	display: none;
}

#form-feature-log .note-editor .note-editing-area,
#form-feature-log .note-editor .note-editing-area .note-editable {
	height: 150px !important;
}

/* -- Triage intake only */
.services-media-checkbox:not(
	/* Level 6 contributing constraints */
	#modal-list-session-progress-notes .services-media-checkbox, /* New Note */
	#modal-list-goals-notes .services-media-checkbox, /* Goals */
	#modal-list-planning-notes .services-media-checkbox /* Plan */
	) {
	align-items: center;
}

/* -- Triage intake, Level 4, Level 5, Level 6 */
.services-media-container {
	display: flex;
	justify-content: space-between;
}

/* -- Messaging */
.highlight {
	padding: 0 4px;
	background: #f5f5f5;
	border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 8px;
	border: 1px solid #cccbcb;
	color: #222;
}