:root {
	--vocera-green:#77bc1f;
}

/* Global / Base
**************************************************/
body {
	background-color: #f9f9f9;
	font-weight: 75;
	font-family: "Roboto", sans-serif;
}

p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

header, main, footer, article {
	padding-left: 250px;
}

@media only screen and (max-width : 992px) {
	header, main, container, footer, article {
		padding-left: 0;
	}
	body.home .nav-wrapper {
		padding-right: 0px;
	}
	nav>.nav-wrapper {
		padding-right: 0px;
	}
	.sidenav {
		width: 100% !important;
	}
	div>a.button-gap {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width : 1243px) {
	a.button-gap {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width : 992px) {
	a.button-gap {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width : 989px) {
	div>a.button-gap {
		margin-bottom: 5px !important;
	}
}

@media only screen and (max-width : 1243px) {
	div>a.button-gap {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width : 600px) {
	div>a.button-gap {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width : 414px) {
	div#survey-created>span {
		display: block;
	}
	div#patient-barcode>span {
		display: block;
	}
}

@media only screen and (max-width : 480px) {
	#reset-password {
		float: none !important;
		margin-top: 0px !important;
	}
}

@media only screen and (max-width : 356px) {
	div>a.button-gap {
		margin-bottom: 5px !important;
	}
}

.img_tile {
	height: 200px;
	margin: 5px;
	cursor: pointer;
}

select.activeDropdownMenu {
	display: block;
}

[type="checkbox"]:not (:checked ).activeCheckbox, [type="checkbox"]:checked.activeCheckbox
	{
	opacity: 1;
	pointer-events: auto;
}

.inline {
	display: inline;
}

/* Theme
**************************************************/

/* Theme: Colors
*************************/
.vocera-teal {
	background-color: #008995;
}
.vocera-green {
	background-color: #77bc1f;
}
.ease-gray{
	background-color: #f9f9f9 !important;
}
.ease-red {
	background-color: #FF0000 !important;
}

.vocera-teal:hover {
	background-color: #77bc1f;
}

.ease-red-item {
	color: #FF0000;
}

.ease-form-error {
	font-size: 16px;
	color: #FF0000;
}

.vocera-teal-item {
	color: #008995;
}

.ease-distress {
	background-color: #DFDFDF !important;
	opacity: 0.4;
	color: #9F9F9F !important;
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: bounding-box;
}

.gradient-background {
	background-color: #008995 !important;
}

.blue-shadow {
	box-shadow: 0 6px 20px 0 rgba(38, 198, 218, 0.5);
}

.btn {
	background-color: #008995;
}

/* Theme: Element Styles
*************************/
a {
	color: #008995;
	font-weight: 400 !important;
}

/* Theme: Buttons
*************************/
.btn {
	border-radius: 25px;
}

/* Layout
**************************************************/
.min-height-100 {
	min-height: 100px !important;
}

.padding-4 {
	padding: 4% !important;
}

.no-margin {
	margin: 0% !important;
}

.mb-0 {
	margin-bottom: 0% !important;
}

.mb-10-px {
	margin-bottom: 10px !important;
}

.no-margin {
	margin: 0px;
}

.container-small {
	padding: 0px 20px 20px 20px !important;
}

.background-round {
	background-color: rgba(0, 0, 0, 0.18);
	padding: 15px;
	border-radius: 50%;
	margin-top: 5px;
}

.success-access-key-row {
	background-color: rgba(44, 162, 47, 0.18);
	color: #0a0000;
	border: solid 2px rgb(22, 200, 40);
	border-radius: 5px;
	padding: 5px !important;
}

.success-access-key-header {
	color: #0f9d58;
	padding: 5px !important;
}

/* Modal
**************************************************/
div#confirmation-modal {
	height: 235px;
}

div#confirm-select-modal {
	height: 245px;
}

div#access-key-select-modal {
	height: 420px;
}

.base-modal .modal-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	border-radius: 0 0 2px 2px;
	background-color: #fafafa;
	padding: 18px 6px;
	height: 56px;
	width: 100%;
}

main>div.base-modal.modal {
	height: 80%;
	max-height: 80%;
}

.base-modal .modal {
	/* max-height: 100% !important; */
	/* overflow: visible; */
	width: 80% !important;
}

.base-modal .modal-content {
	top: 56px;
	bottom: 50px;
	padding: 20px !important;
	height: unset !important;
	/*overflow-y: scroll;*/
}

.base-modal.modal.modal-fixed-footer {
	padding: 0;
	height: 35%;
}

/* Modules
**************************************************/

/* Module: Collection
*************************/
.collection .text {
	color: #000 !important;
	display: inline;
}

.collection h4 {
	display: inline;
}

.collection h5 {
	display: inline;
}

.collection a {
	color: #008995;
}

.collection .title {
	color: #008995;
	margin-right: 5px;
}

/* Module: Cards
*************************/
.card-panel {
	padding: 20px !important;
	overflow: hidden;
}

.card {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	background-color: #008995;
	transition: box-shadow .25s;
	border-radius: 2px;
	overflow: hidden;
}

.card i {
	margin-bottom: 0px;
}

.card h5 {
	margin-top: 12px !important;
}

.alert-success {
	background: rgba(41, 172, 233, 0.3);
	border: solid 2px rgb(41, 172, 233);
}

.alert-failure {
	background: rgba(244, 67, 54, 0.3);
	border: solid 2px rgb(244, 67, 54);
}

/* Module: Loading
*************************/
.loading {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	/* margin-left: 0px; */
	padding: 0;
	position: relative;
}

.loading svg {
	width: 100%;
	height: 100%;
}

.loader-image {
	width: 75px;
}

.loading #pulsar {
	stroke-dasharray: 281;
	-webkit-animation: dash 3.0s infinite linear forwards;
}

/* Module: Tabs
*************************/
.tabs {
	border-radius: 20px;
	border: 2px solid #008995;
	height: 40px !important;
}

.tabs .tab a.active {
	color: #ffffff;
	background-color: #008995;
}

.tabs .tab a.active:hover {
	color: #ffffff;
	background-color: #008995;
}

.tabs .tab a:hover {
	color: #008995;
}

.tabs .tab a {
	color: #008995;
	background-color: #f9f9f9;
}

.tabs .tab {
	height: 40px !important;
	line-height: 40px;
}

.tabs .indicator {
	background-color: #008995;
	outline: none;

	/*your color*/
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
	background-color: #008995;
	outline: none;
}

/* Module: Navigation
*************************/
.sidenav li a {
	color: white;
}

.sidenav li a:hover:not(.no-hover) {
	color: #77bc1f;
}

nav ul a {
	font-size: 100%;
}

nav li a {
	color: black;
}

.sidenav li>a>i.material-icons {
	color: inherit;
}

.sidenav {
	width: 250px !important;
	min-height: 700px;
}

.sidenav {
	z-index: 1001 !important;
}

.sidenav-overlay {
	display: none !important;
}

.sidenav-close {
	margin-right: -30px;
	margin-top: -10px;
}

.home .nav-wrapper {
	padding-right: 250px;
}

.nav-wrapper {
	padding-right: 250px;
}

main {
	padding-bottom: 64px;
}

.home main {
	padding-bottom: 0px;
}

nav {
	z-index: 999;
}

.fixed-nav-wrapper {
	position: relative;
	height: 56px;
	z-index: 997;
}

.fixed-nav-wrapper nav {
	position: fixed;
	height: auto;
}

.support-text-menu {
	position: absolute;
	bottom: 0;
	margin-bottom: 75px;
	padding: 20px;
	font-size: 14px;
}

.support-text-menu a {
	color: #fff;
}

.facility-name {
	color: #008995;
	margin-left: 15px;
	font-weight: 400;
}

.facility-groups-dropdown {
	height: 64px;
}

.facility-groups-select {
	margin-top: 10px;
}

/* Module: Forms
*************************/

/* label focus color */
.input-field input:focus+label {
	color: #77bc1f !important;
}

input:focus {
	border-bottom: 1px solid #77bc1f !important;
	box-shadow: 0 1px 0 0 #77bc1f !important
}

textarea:focus {
	border-bottom: 1px solid #77bc1f !important;
	box-shadow: 0 1px 0 0 #77bc1f !important
}

/* label underline focus color */
.row .input-field input:focus {
	border-bottom: 1px solid #77bc1f !important;
	box-shadow: 0 1px 0 0 #77bc1f !important
}

.row .input-field textarea:focus {
	border-bottom: 1px solid #77bc1f !important;
	box-shadow: 0 1px 0 0 #77bc1f !important
}

[type="checkbox"]:checked+span:not (.lever ):before {
	border-right: 2px solid #77bc1f;
	border-bottom: 2px solid #77bc1f;
}

[type="checkbox"].filled-in:checked+span:not (.lever ):after {
	border: 2px solid #77bc1f;
	background-color: #77bc1f;
}

.checkbox-field {
	margin-bottom: 10px;
}

.collection-action {
	float: right;
	margin-top: -40px;
	margin-right: 20px;
}

.btn:hover:not(.no-hover), .btn-large:hover:not(.no-hover), .btn-small:hover:not(.no-hover) {
	background-color: #77bc1f;
	color: white;
}

.btn:hover.ease-red, .ease-red.btn-large:hover, .ease-red.btn-small:hover
	{
	background-color: #FF0000;
	color: white;
}

.secondary-actions {
	padding: 10px;
	padding-top: 45px;
}

.secondary-actions .row {
	margin: 0px !important;
}

.secondary-actions .col {
	margin: 0px !important;
}

.message-override {
	height: 65px;
}

#add-facility-group {
	cursor: pointer;
}

div#modal-groups {
	overflow-y: hidden;
}

div#modal-groups-remove {
	overflow-y: hidden;
}

div#max-age-modal>div.modal-header {
	overflow-y: hidden !important;
}

div#max-age-modal>div.modal-content::-webkit-scrollbar {
	-webkit-appearance: none;
}

.facility-groups .modal.bottom-sheet {
	max-height: 300px !important;
}

.facility-groups .modal-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	border-radius: 0 0 2px 2px;
	background-color: #fafafa;
	padding: 18px 6px;
	height: 56px;
	width: 100%;
}

.facility-groups .modal {
	/* max-height: 100% !important; */
	/* overflow: visible; */
	width: 80% !important;
}

.facility-groups .modal-content {
	top: 56px;
	bottom: 50px;
	padding: 20px !important;
	height: 300px !important;
	/*overflow-y: scroll;*/
}

.facility-groups.modal.modal-fixed-footer {
	padding: 0;
	height: 30%;
}

/* Module: Datepicker
*************************/
.datepicker-date-display {
	background-color: #008995;
}

.confirmation-btns .btn-flat {
	color: #008995;
}

.datepicker-table td.is-selected {
	background-color: #008995;
}

.datepicker-table td.is-today {
	color: #008995;
}

.datepicker-controls .select-month input {
	width: 5em !important;
}

/* Module: Physicians
*************************/
.delete-physician {
	text-align: center !important;
}

.delete-physician-btn {
	height: 46px !important;
	padding: 5px 25px !important;
	overflow: hidden;
}

/* Module: Users
*************************/
select.activeDropdownMenu {
	display: block;
}

[type="checkbox"]:not (:checked ).activeCheckbox, [type="checkbox"]:checked.activeCheckbox
	{
	opacity: 1;
	pointer-events: auto;
}

.user-chips {
	margin-top: 10px;
}

.chip {
	text-transform: capitalize;
}

div#import-modal {
	height: 75% !important;
	max-height: 75% !important;
}

div#import-modal>div.modal-content::-webkit-scrollbar {
	-webkit-appearance: none;
}

div#import-modal>div.modal-content::-webkit-scrollbar:vertical {
	width: 11px;
}

div#import-modal>div.modal-content::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white;
	/* should match background, can't be transparent */
	background-color: rgba(0, 0, 0, .5);
}

.button-row tr {
	border: none;
}

.button-border {
	border-bottom: none !important;
}

/* Module: Surveys
*************************/
#survey-created {
	margin-bottom: 20px;
}

.loading-text {
	font-size: 24px;
}

div.survey-tabs {
	margin-top: 15px;
	margin-bottom: 0;
}

div.survey>div.modal-content {
	overflow-y: scroll !important;
}

div.survey>div.modal-content::-webkit-scrollbar {
	-webkit-appearance: none;
}

div.survey>div.modal-content::-webkit-scrollbar:vertical {
	width: 11px;
}

div.survey>div.modal-content::-webkit-scrollbar:horizontal {
	height: 11px;
}

div.survey>div.modal-content::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white;
	/* should match background, can't be transparent */
	background-color: rgba(0, 0, 0, .5);
}

div.survey>div.modal-content::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 8px;
}

.pagination li.active.pagination-arrow {
	background-color: #f9f9f9;
}

.pagination li.active.pagination-arrow a {
	color: #999;
}

.survey-score-reaction {
	width: 36px;
	height: 36px;
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}

.survey-score-value {
	display: inline;
	font-weight: bold;
	font-size: 20px;
}

.survey .modal.bottom-sheet {
	max-height: 600px !important;
}

.survey .modal-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	border-radius: 0 0 2px 2px;
	background-color: #fafafa;
	padding: 18px 6px;
	height: 56px;
	width: 100%;
}

main>div.survey.modal {
	height: 80%;
	max-height: 80%;
}

.survey .modal {
	/* max-height: 100% !important; */
	/* overflow: visible; */
	width: 80% !important;
}

.survey .modal-content {
	top: 56px;
	bottom: 50px;
	padding: 20px !important;
	height: unset !important;
	/*overflow-y: scroll;*/
}

.survey .modal.modal-fixed-footer {
	padding: 0;
	height: 90%;
}

.recipient-comment {
	margin-top: 20px;
}

.question {
	border: 0px;
}

.question td {
	border: 0px !important;
	margin: 20px !important;
	padding: 10px;
}

.answer {
	background-color: rgb(230, 230, 230);
	margin: 20px !important;
	border: 0px !important;
}

.answer td {
	border: 0px !important;
	border-radius: 25px;
	margin: 20px !important;
	padding: 10px 15px 10px 15px;
	/* font-weight: 500; */
}

.value {
	background-color: rgb(230, 230, 230);
	margin: 10px !important;
	border: 0px !important;
	border-radius: 25px;
	padding: 10px 15px 10px 15px;
}

/* Module: Visits
*************************/
div#discharge-modal, div#discharge-block-modal, div#unblock-modal>div.modal-content {
	overflow-y: visible !important;
}

div#discharge-modal>div.modal-content::-webkit-scrollbar,
div#discharge-block-modal>div.modal-content::-webkit-scrollbar,
div#unblock-modal>div.modal-content::-webkit-scrollbar{
	-webkit-appearance: none;
}

div#discharge-modal>div.modal-content::-webkit-scrollbar:vertical,
div#discharge-block-modal>div.modal-content::-webkit-scrollbar:vertical,
div#unblock-modal>div.modal-content::-webkit-scrollbar:vertical {
	width: 11px;
}

div#discharge-modal>div.modal-content::-webkit-scrollbar:horizontal,
div#discharge-block-modal>div.modal-content::-webkit-scrollbar:horizontal,
div#unblock-modal>div.modal-content::-webkit-scrollbar:horizontal {
	height: 11px;
}

div#discharge-modal>div.modal-content::-webkit-scrollbar-thumb,
div#discharge-block-modal>div.modal-content::-webkit-scrollbar-thumb,
div#unblock-modal>div.modal-content::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white;
	/* should match background, can't be transparent */
	background-color: rgba(0, 0, 0, .5);
}

div#discharge-modal>div.modal-content::-webkit-scrollbar-track, 
div#discharge-block-modal>div.modal-content::-webkit-scrollbar-track, 
div#unblock-modal>div.modal-content::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 8px;
}

div#discharge-modal, div#discharge-block-modal, div#unblock-modal {
	height: 300px;
}

div#active-license-detail-view-modal {
	width: 55% !important;
	height: 25% !important;
}

div#active-license-detail-view-modal>div.modal-footer,
div#discharge-modal>div.modal-footer, 
div#discharge-block-modal>div.modal-footer, 
div#unblock-modal>div.modal-footer {
	height: 70px;
	border: none;
}

.discharge-patient {
	text-align: center !important;
}

.discharge-patient-btn {
	height: auto !important;
	padding: 5px 25px !important;
	overflow: hidden;
}

/* Module: Pagination
*************************/
.pagination li.active {
	background-color: #77bc1f;
}



.pagination li.disabled {
	background-color: rgba(0, 0, 0, 0) !important;
}

/* Module: Emoji Count
*************************/
.emoji {
	width: 50px;
}

/* Module: Logo
*************************/
.logo-image {
	margin: auto;
	width: 100%;
	padding: 40px 40px 0px 40px;
}

/* Module: World Map
*************************/
#world-map {
	overflow-y: hidden;
}

#consent-checkbox {
	display: inline-block;
	padding-right: 10px;
	white-space: nowrap;
	top: -35px;
}

#consent-checkbox input {
	vertical-align: middle;
	opacity: 1;
	transform: scale(1.4);
	pointer-events: auto;
}

#consent-checkbox label span {
	vertical-align: middle;
	color: #000000;
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 110%;
	margin: .7666666667rem 0 .46rem 0;
}

small#charNum {
	padding-right: 15px;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 5px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

label#send-er.active{
	color:#008995 !important;
}

input[type="date"] {
    position: relative;
}

input[type="date"]:after {
    content: "\25BC"; 
    color: var(--vocera-green);
    padding: 0 5px;
}

input[type="date"]:hover:after {
    color: var(--vocera-green);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
 
 .vertical-line {
	position: fixed;
	bottom: 5%;
	border-left: 1px solid #E0E0E6;
}

 @media only screen and (min-width: 0){
 textarea.materialize-textarea {
    height: 6rem;
}

.vertical-line {
	left: 66%;
	top: 15%;
}
 }
 @media only screen and (min-width: 768px){
 textarea.materialize-textarea {
    height: 6rem;
}
.vertical-line {
	left: 47%;
	top: 10%;
}
}
@media only screen and (min-width: 1024px){
 textarea.materialize-textarea {
    height: 6rem;
}
.vertical-line {
	left: 60%;
	top: 10%;
}
}
@media only screen and (min-width: 1200px){
 textarea.materialize-textarea {
    height: 4rem;
}
.vertical-line {
	left: 57%;
	top: 25%;
}
}
 input#confirm-video {transform: scale(1.4);}
 input#confirm-practices-and-tips {transform: scale(1.4);}
 
 .activeLabel{
  font-size: 15px;
  color: black;
 }
 
 img.read-count{
	 width: 13px;
    height: 12px;
}

img.external-user{
	width: 64px;
	height: 64px;
	border-radius: 32px;
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-color: #fffefe;
}

.active-speciality {
	background-color: #e0f7fa;
	font-weight: bold;
	border-left: 4px solid #00796b;
}