/*
Theme Name: Prosoft Portal
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Main CSS for Global Partials
*/

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
body.main-page{
	display: flex;
	flex-direction: column;
	height: 100vh;
}

body.main-page #main-wrapper{
	flex: 1 0 auto;
	width: 375px;
}

body.main-page footer {
	position: relative;
	display: block;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.logo img {
	width: 100%;
}

header .header-content {
	display: flex;
	padding-top: 0.75rem;
}

.header__logo-container {
	width: 110px;
	max-width: 110px;
	display:flex;
	align-items:center;
	margin-right: 0.5em;
}

.header__nav-text {
	margin-left: auto;
	margin-right: 1rem;
	text-align: right;
	line-height: 1.5;
}

.header__menu-dropdown #header-options-menu {
	font-size: 2em;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-item {
	color: #2d2d2d;
	font-weight: bold;
	font-size: 0.8rem;
	border-bottom: 1px solid #e6e6e6;
}

.page-header {
	margin: 8px 0;
	display: flex;
	align-items: center;
}

.page-header h2 {
	display: inline-block;
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
}

.page-header .btn-invite {
	margin-left: auto;
	border-radius: 100px;
	height: 36px;
	width: 36px;
	padding: 4px;
}

.page-header .btn-invite img {
	width: 24px;
}

.consent-content label {
	line-height: 1.95;
}


.header__therapist_nametag{
	line-height: 1;
}

.header__therapist_nametag small{
	font-weight: 700;
}


/*--------------------------------------------------------------
Home / Dashboard
--------------------------------------------------------------*/
.home-login__icon {
	margin: 16px auto;
}

.recording-log:not(:first-child) {
	margin-top: 8px;
}

.recording-header {
	padding: 2px 0 0;
	border-top: 1px solid #ccc;
}

.recording-header__date {
	margin-right: 0.5rem;
	font-weight: 700;
}

.recording-header__day {
	color: #333;
	font-weight: 300;
}

ul.recording-list {
	margin: 0;
	margin-right: -4px;
	margin-left: -4px;
	padding: 0;
	padding-left: 64px;
}

ul.recording-list li {
	margin: 2px 0;
	margin-left: -15px;
}

.recording-item {
	border-radius: 4px;
	display: block;
	height: 100%;
	/* min-height: 46px; */
	/* padding: 4px 8px; */
}

.recording-item:not(:first-child) {
	padding-top: 0;
}

.archive-meeting,
.view-notes {
	color: #007bff
}

/* .recording-item:hover {
	background-color: #eee;
} */

.recording-item > span,
.open-client-profile-edit > span
{
	display: block;
	line-height: 1.5;
}

.recording-item__client-fullname {
	font-weight: 700;
}

.recording-item__therapist {
	font-size: 10px;
	font-weight: 300;
}

.recording-item__phone,
.recording-item__email {
	font-size: 10px;
	font-weight: 300;
}

.typeahead { 
	z-index: 1051; 
}

/*--------------------------------------------------------------
Pre-call
--------------------------------------------------------------*/

.btn-pre-call-test.join-page{
	margin-top: 25px;
}


/*--------------------------------------------------------------
Boostrap Modifiers
--------------------------------------------------------------*/
.btn-primary--action {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
	padding: 6px 24px;
	font-weight: 600;
}

.modal-sm{
	/*max-width: 350px;*/
}

@media (min-width: 576px){
	.modal-max-w-350px{
		max-width: 350px;
	}
}

.form-label-inline{
	display: block;
	padding-top: 10px;
  line-height: 1;
}

.timepicker-popover{
	margin-top: 0 !important;
}

.timepicker-popover .fa-chevron-up,
.timepicker-popover .fa-chevron-down
{
	color: #d1d1d1;
}
.timepicker-popover .fa-chevron-up:hover,
.timepicker-popover .fa-chevron-down:hover
{
	color: #000000;
}

.arrow{
	display: none !important;
}
