.viviSend {
	font-family: Raleway;
	font-size: 16px;
	position: relative;
}
.viviSend_section {
	margin: 10px 15px;
	display: flex;
	flex-wrap: wrap;
}
.viviSend_section_title {
	margin-right: 30px;
	min-width: 150px;
	flex: 1;
}
.viviSend_section_content {
	flex: 4;
	min-width: 250px;
}
.row .viviSend_frequency_channel_wrapper>* {
	width:50%;
}
.viviSend_timeline {
	display: flex;
	align-items: center;
	width: 100%;
}
.viviSend_timeline_circleContainer {
	text-align: center;
	min-width: 50px;
}
.viviSend_timeline_circle {
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	height: 24px;
	z-index: 1;
}
.viviSend_timeline_bigCircle {
	width: 24px;
	height: 24px;
}
.viviSend_timeline_smallCircle {
	width: 12px;
	height: 12px;
	margin: 6px auto;
}
.viviSend_timeline_date {
	font-family: Comfortaa;
	color: #757575;
	font-size: 16px;
	min-height: 14px;
	cursor: pointer;
}
.viviSend_timeline_baseline {
	background-color: #8a8a8a;
	height: 2px;
	max-width: calc(100% - 48px);
	width: 450px;
	margin: 0px -15px;
}
.viviSend_checkIn {
	position: absolute;
	left: calc(75% - 48px);
}
.viviSend_therapy_inputArea {
	display: flex;
	align-items: center;
}
.viviSend_therapy_input {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	width: 175px;
	padding: 2px 5px;
	font-family: Helvetica;
	font-size: 16px;
}
.viviSend_therapy_input::placeholder {
	color: #b2b2b2;
}
.viviSend_therapy_inputArea .careButton {
	margin-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.viviSend_stopCurrent {
	display: none;
	cursor: pointer;
	margin: 5px 0px;
}
.viviSend_stopCurrent input {
	margin: 0px;
	margin-right: 5px;
}
.viviSend_stopCurrent_inputArea_text {
	font-size: 16px;
}
.viviSend_stopCurrent-show {
	display: flex;
	align-items: center;
}
.viviSend_timeline_input {
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
}
.ui-widget-content .ui-state-active {
	border: 1px solid #fbd850;
	color: #eb8f00;
	background: #fff;
}
.viviModal_title {
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.viviSend_frequency {
	display: flex;
	align-items: center;
}
.viviSend_frequency-label {
	margin-right: 10px;
}
.viviModal_patientDetails {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 16px;
	margin: 10px 0px 20px 0px;
}
.viviModal_patientDetails_column {
	/*margin-right: 40px;*/
	margin-left: auto;
	min-width: 150px;
}
.viviModal_patientDetails_buttons {
	display: flex;
	align-items: center;
}
.viviModal_patientDetails_buttons .careButton {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 10px;
}
@media (min-width: 600px) {
	.viviModal_patientDetails {
		margin: 10px 15px 20px 15px;
	}
}
