/*****************************************************************************************/

/*		   Table of Content																 */

/*																						 */

/*		1. Common CSS																	 */

/*		2. Dashboard 																	 */

/*		3. Patients 																	 */

/*		4. Admin Records																 */

/*																						 */

/*		5. Overriding React CSS															 */

/*																						 */

/*****************************************************************************************/

/**********************************/

/*		1. Common CSS 			  */

/**********************************/

/* tbody {
	 display: block; overflow-y: scroll; max-height: 100px;
}
tr {
	float: left; display: block;
}
td {
	float: left; display: block;
}
tr {
	width: 100%; height: auto;
}
td {
	width: 49%; float: left;
} */

:root {
	--dripperfont-color: #1e85af;
}

body {
	/* background-color: rgb(246, 249, 250) !important; */
	background-color: #F6F8F9 !important;
	font-family: 'Roboto';
	color: var(--dripperfont-color) !important;
}

/* .btn btn-primary{

} */

.table-striped tbody tr:nth-of-type(odd) {
	background-color: white !important;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: white !important;
}

.table-bordered {
	border: none !important;
}

.table-bordered td {
	border: none !important;
}

.table th {
	background-color: var(--dripperfont-color) !important;
	color: white !important;
}

.table-bordered th {
	border: none !important;
}

.table-bordered th {
	border-bottom: 1px solid #dee2e6 !important;
}

.table-bordered td {
	border-bottom: 1px solid #dee2e6 !important;
}

.Reporttabs {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.ui.table thead th {
	background: var(--dripperfont-color) !important;
}

.nav-link {
	color: var(--dripperfont-color) !important;
}

.dynamicCss {
	color: var(--dripperfont-color) !important;
}

.dynamicCssBg {
	background: var(--tableHeader-color) !important;	
	font-size: 14px;
	color: #ffffff !important;
	border-radius: 0 !important;
}

.no-click-backdrop {
	pointer-events: none;
}

.DOBStyle {
	margin-right: 67px;
}

.ForgotPwdLink {
	color: black !important;
}

.ForgotPwdLink:hover {
	color: var(--dripperfont-color) !important;
}

.centerScreen {
	height: 400px;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/* .customDateFilter{
	width: 75% !important;
} */

.react-confirm-alert-body {
	text-align: center !important;
}

.react-confirm-alert-button-group {
	text-align: center !;
}

.react-confirm-alert-button-group {
	display: flex;
	justify-content: center !important;
	margin-top: 20px;
}

.react-confirm-alert-button-group>button {
	outline: none;
	background: var(--dripperfont-color) !important;
	border: none;
	display: inline-block;
	padding: 6px 18px;
	color: #eee;
	margin-right: 10px;
	border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
}

.dropdownBorder {
	border: none !important;
	text-align: right !important;
}

.dropdownBorder.ui.dropdown>.menu>.item {
	color: var(--dripperfont-color) !important;
	text-align: right !important;
	border: none !important;
	padding-right: 13px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}

/* margin-left: -9px; */

.loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid var(--dripperfont-color);
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
	left: 45%;
	top: 30%;
	transform: translate(-50%, -50%);
}

.innerLoader {
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #0069D9;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: relative;
	left: 45%;
	top: 15%;
	transform: translate(-50%, -50%);
}

.Treatmentloader {
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #0069D9;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
	left: 45%;
	top: 15%;
	transform: translate(-50%, -50%);
}

.Inboundloader {
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #0069D9;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
	left: 45%;
	top: 75%;
	transform: translate(-50%, -50%);
}

.Adminloader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid var(--dripperfont-color);
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
	left: 45%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.ui.message {
	color: var(--dripperfont-color) !important;
}

/* tooltip */

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	/* If you want dots under the hoverable text */
}

/* Tooltip text */

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* Safari */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.main-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	height: 100%;
	min-height: 100vh;
}

.dropdown-item:hover {
	background-color: var(--dripperfont-color) !important;
	color: #ffffff !important;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a:hover * {
	color: inherit;
}

.h1,
h1 {
	font-size: 1.8rem;
}

.h2,
h2 {
	font-size: 1.5rem;
}

.h3,
h3 {
	font-size: 1.3rem;
}

.h4,
h4 {
	font-size: 1.2rem;
}

.h5,
h5 {
	font-size: 1.1rem;
}

.form-control {
	border: 1px solid #bfcade;
	padding: .375rem 1rem;
	min-height: 38px;
}

.form-control.text-muted {
	color: #bfcade !important;
}

.form-group select {
	height: 35px !important;
	padding: 7px .75rem !important;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2rem;
	background: url('../images/chevron-down.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
}

.nav-pills {
	width: 100%;
}

.nav-pills .nav-link.active {
	background-color: #d4deff !important;
	color: var(--dripperfont-color) !important;
}

.nav-pills .nav-item {
	border: 1px solid transparent;
}

.nav-pills .nav-link:hover {
	background-color: #c6d3ff !important;
}

.nav-link {
	padding: 1rem 2rem !important;
}

.text-blue {
	color: var(--dripperfont-color) !important;
}

.text-ccc {
	color: #cccccc;
}

.text-999 {
	color: #999
}

.box-shadow {
	background-color: #ffffff;
	box-shadow: 0px 0px 16px rgba(200, 200, 200, 0.3);
}

.icons {
	max-width: 30px;
	min-width: 30px;
}

.user-img {
	border-radius: 100%;
	margin-right: 5px;
	width: 40px;
}

.cursor-pointer {
	cursor: pointer;
}

.has-notification {
	position: relative;
}

.has-notification:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #4eb790;
	display: block;
	right: 0;
	top: 0;
}

.table thead th {
	font-weight: normal;
}

.rsdt.rsdt-sortable-icon:after {
	/* content: '\2195' !important; */
	content: '' !important;
	width: 15px;
	height: 15px;
	background-image: url('../images/sort.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	display: inline-block;
}

.rsdt.rsdt-sortable-asc:after,
.rsdt.rsdt-sortable-desc:after {
	content: '' !important;
	background-image: url('../images/sort-single.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.rsdt.rsdt-sortable-asc:after {
	transform: rotate(180deg);
}

.dropdown .icon:before {
	transform: rotate(180deg) !important;
}

.ui.mini.menu {
	margin-bottom: 15px !important;
}

.table-bordered {
	border: 0;
	color: var(--dripperfont-color);
}

.table-bordered thead tr th:first-child,
.table-bordered tbody tr td:first-child {
	border-left: 0;
}

.table-bordered thead tr th:last-child,
.table-bordered tbody tr td:last-child {
	border-right: 0;
}

.table-bordered tr:first-child th {
	border-top: 0;
	border-bottom: 0;
}

.table-bordered tr:last-child td {
	border-bottom: 0;
}

.table-bordered td,
.table-bordered th {
	border-color: #e8f0f8;
}

.table-bordered.table-md td,
.table-bordered.table-md th {
	padding: .5rem 1rem;
	vertical-align: middle;
}

.table-hover tbody tr:hover {
	background-color: #edf1ff;
}

.fa-rotated {
	transform: rotate(-90deg);
	color: var(--dripperfont-color) !important;
	font-size: 80%;
	line-height: 1.5;
	margin-left: 10px;
}

.placeholder-user-initials {
	height: 30px;
	border-radius: 100%;
	background: var(--dripperfont-color) !important;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	color: #ffffff;
	font-weight: 200;
}

.table-expandable-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.table-expandable .handle {
	cursor: pointer;
}

.table-expandable .expansion:hover {
	background-color: #fff;
}

.table-expandable .expansion,
.table-expandable .handle-expanded {
	display: none;
	visibility: hidden;
}

.table-expandable .expansion,
.table-expandable .expansion td {
	padding: 0;
}

.table-expandable .expansion.expanded {
	display: table-row;
	visibility: visible;
	transition: all 0.3s ease;
}

.expansion-content {
	margin-left: -45px;
	margin-right: -45px;
	margin-top: -1px;
	margin-bottom: -1px;
	background-color: #fff;
	box-shadow: 0px 0px 16px rgba(200, 200, 200, 0.3);
	position: relative;
	z-index: 999;
}

.btn-primary {
	background: var(--dripperfont-color) !important;
	border-color: var(--dripperfont-color) !important;
	border-radius: 0;
}

.btn-xsm {
	padding: 2px 10px !important;
	font-size: 13px !important;
}

.border-x-0 {
	border-left: 0 !important;
	border-right: 0 !important;
}

.nav-link-sm {
	padding: 0.5rem 1rem;
}

.custom-checkbox-right {
	padding-right: 1.5rem;
}

.custom-checkbox-right .custom-control-label::after,
.custom-checkbox-right .custom-control-label::before {
	left: auto;
	right: -1.5rem;
}

@media all and (min-width: 1501px) {
	.container-xxl {
		max-width: 1500px;
	}
}

/**********************************/

/*		2. Dashboard 			  */

/**********************************/

.patient-details .name {
	font-weight: bold;
}

.redeemed .date,
.patient-details .date
{
	font-size: 0.8rem;
	/* margin-left: 3px; */
}

.patient-details .location {
	font-size: 0.8rem;
	margin-left: 3px;
}

.search-wrapper .input-group-prepend {
	max-width: 20px;
}

.search-wrapper .form-control {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid transparent;
	background-image: url('../images/search.svg');
	background-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.search-wrapper .form-control:focus {
	box-shadow: none;
	border-bottom: 2px solid var(--dripperfont-color) !important;
}

.dashboard-table {
	font-size: 14px;
}

.dashboard-table th {
	font-size: 16px;
}

.dashboard-table .name .user-img {
	width: 30px;
}

.dashboard-table .name {
	font-size: 1rem;
	padding-right: 0 !important;
	padding-left: 6px !important;
}

.dashboard-table .dob {
	font-size: 0.7rem;
}

.dashboard-table .name,
.dashboard-table .dob {
	border-left: 0;
	border-right: 0;
}

/**********************************/

/*		3. Patients 			  */

/**********************************/

/**********************************/

/*		4. Admin Records  		  */

/**********************************/

.chattered-form-control .form-control {
	max-width: 70px;
}

.admin-records .form-inline label {
	font-weight: bold;
}

.admin-records .form-inline input.form-control,
.admin-records .form-inline textarea.form-control,
.admin-records .form-inline select.form-control {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
	padding-left: 0;
}

/**********************************/

/*		5. Overriding React CSS	  */

/**********************************/

.ui.compact.table th {
	border-top: 0;
}

.treatmentStyle {
	width: 400px !important;
}

.treatmentStyle.ui.dropdown>.menu {}

.treatmentStyle.ui.dropdown>.menu>.item {
	display: table-row;
}

.treatmentStyle.ui.dropdown>.menu>.item>span {
	display: table-cell;
	border: 1px solid #eee;
	padding: 3px;
}

.treatmentStyle.ui.dropdown>.menu>.item>td {
	font-size: 20px;
	padding: 10px;
}

.DashboardAccordians {
	font-size: 20px !important;
	color: var(--dripperfont-color) !important;
}

.requiredFieldGeneralTab {
	font-size: 20px !important;
	color: red !important
}

.requiredFieldGeneralTabGreen {
	font-size: 20px !important;
	color: green !important
}

.requiredFieldCatheterTab {
	font-size: 20px !important;
	color: red !important
}

.requiredFieldTreatmentTab {
	font-size: 20px !important;
	color: red !important
}

.nav-pills .title:not(.active) .nav-item .nav-link .dropdown.icon {
	transform: rotate(270deg) !important;
}

.dropdownSemanticSeperator {
	font-size: 18px !important;
}

/* .dropdownSemanticSeperator, .dropdownSemanticSeperator span {
	display: block !important;
	padding: 0 !important;
	border: none !important;
} */

.ui.table {
	border: none !important;
}

.ui.table thead th {
	background: #dee6fd !important;
}

.ui.default.dropdown:not(.button)>.text,
.ui.dropdown:not(.button)>.default.text {
	color: var(--dripperfont-color) !important;
}

.table td,
.table th {
	border-bottom: 1px solid #dee2e6;
	vertical-align: middle !important;
}

.Toastify__toast-body {
	text-align: center !important
}

Type a message .HoverTD tr:hover {
	background-color: white !important;
}

#pills-tabContent .tab-pane.active .title.active {
	background-color: #d4deff !important;
	color: var(--dripperfont-color);
	border-radius: 3px !important;
	height: 45px !important;
}

.errormessage {
	color: red !important;
}

/* .ui button {
	width: 50px !important;
} */

.table-editable td input {
	padding: 10px 15px;
	width: 100%;
	height: 100%;
	display: block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
}

.TreatmentTabTable td input {
	padding: 5px 8px;
	width: 100%;
	height: 100%;
	display: block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: white;
}

.table-editable td {
	padding: 0 !important;
}

.fixed_header th {
	position: sticky;
	top: 1px;
	background-color: #F0F2F3;
	border: 1px solid #dee2e6;
	box-shadow: 0px 0px 0px 1px #dee2e6;
}

.fixed-header-wrapper .rsdt-container {
	overflow-y: scroll !important;
	height: 250px !important;
}

.view-table .rsdt-container {
	overflow-y: scroll !important;
	height: 320px !important;
}

.fixed-header-wrapper.height-150 .rsdt-container {
	height: 250px !important;
}

.fixed-header-wrapper.height-auto .rsdt-container {
	height: auto !important;
}

.dropdown-item {
	padding: 10px 20px !important;
	font-size: 15px !important;
	color: var(--dripperfont-color) !important;
}

.customCheckbox {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

.dimmed.dimmable>.ui.animating.dimmer,
.dimmed.dimmable>.ui.visible.dimmer,
.ui.active.dimmer {
	background-color: rgba(0, 0, 0, 0.5) !important;
	overflow: hidden;
}

.ui.primary.button {
	background-color: var(--dripperfont-color) !important;
}

.ui.primary.button:hover {
	background-color: var(--dripperfont-color) !important;
}

.ui.button {
	background-color: #dc3545 !important;
	color: white !important;
}

.ui.button:hover {
	background-color: #c82333 !important;
}

.react-confirm-alert-overlay {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.react-confirm-alert-body {
	border-radius: 5px !important;
	font-size: 17px !important;
}

.ui.modal {
	background: none !important;
	box-shadow: none !important;
}

.ui.modal>.content {
	font-size: 17px !important;
}

.ui.modal>.header:not(.ui) {
	font-size: 1.5rem !important;
	color: var(--dripperfont-color) !important;
	font-weight: normal !important;
}

.ui.mini.modal>.header:not(.ui) {
	font-size: 1.5rem !important;
	color: var(--dripperfont-color) !important;
	font-weight: normal !important;
}

.modals.dimmer .ui.scrolling.modal {
	display: inline-block !important;
	position: fixed !important;
	top: 350px !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	/* width: 200px; */
	/* height: 100px; */
	margin: auto !important;
}

.ui.button {
	padding: .375rem .75rem !important;
	line-height: 1.7 !important;
	font-weight: normal !important;
	font-family: sans-serif !important;
}

.ui.modal .actions>.button {
	margin-left: 0.25rem !important;
}

/* .react-confirm-alert-body h1 {
	border-bottom: 2px !important;
	border-color: #000 !important;
	margin-top: -25px;
	margin-left: -211px;
	font-size: 1.5rem;
	border-bottom: dashed !important;
	border-width: 20px;
	text-align: left;
} */

/* Changing Color of Text as per client Feedback */

body,
.form-control,
.ui.dropdown,
table,
table td,
table th,
.fa,
.fas {
	color: var(--dripperfont-color) !important;
}

.dropdown-item:hover,
.custom-control-input:checked~.custom-control-label::before {
	background-color: var(--dripperfont-color) !important;
}

.dropdown-item:hover .fa {
	color: #ffffff !important;
}

.profile-items:hover {
	background-color: var(--dripperfont-color) !important;
	color: white !important;
	border-radius: 5px !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--dripperfont-color) !important;
}

.dropdown-item.active,
.dropdown-item:active .fa {
	color: #ffffff !important;
}

.form-group label {
	font-weight: bold !important;
}

/* input::placeholder{
	color: #a2d1e4  !important;
} */



.StatusBadge {
	background-color: #a8acad !important;
	color: white !important;
	border-radius: 14px !important;
	padding: 5px 15px;
}

.TotalCountSmall {
	background-color: var(--dripperfont-color) !important;
	color: #ffffff !important;
	border-radius: 14px !important;
	padding: 4px 12px;
}

table.no-wrap-table th {
	white-space: nowrap;
}

@media all and (max-width:991px) {
	.editPatientModal .modal-dialog {
		min-width: 90vw;
	}
}

/** Table Sortable icon changes dt 31 Mar 2020 */

.rsdt-sortable-icon:after {
	opacity: 0;
	transition: 0.2s ease;
}

.rsdt-sortable-icon:focus {
	outline: none;
}

th:hover .rsdt-sortable-icon:after {
	opacity: 1;
}

.OptionText {
	font-size: 20px !important;
	color: rgb(41, 38, 38) !important;
}

.VitalTableFont * {
	color: var(--dripperfont-color) !important;
}

.ui.message>.close.icon {
	color: white !important;
}

/* .ui.selection.dropdown{
	min-width: 0px !important;
	width: 100% !important;
} */

.tab-body-border {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
}

.tab-border {
	border: 1px solid #D4DEFF;
	border-radius: 5px;
}

.MuiInput-underline:after {
	border-bottom: 2px solid var(--dripperfont-color) !important;
}

.MuiInput-underline:before,
.MuiInput-underline:hover:not(.Mui-disabled):before {
	border-bottom: 2px solid transparent !important;
}

.MuiAutocomplete-endAdornment {
	display: none !important;
}

.Labelheader {
	text-align: center;
	font-size: 1.50em;
}

.orderDropdown {
	background-color: var(--dripperfont-color) !important;
	color: white !important;
}

/* 
.MuiInputBase-root{
	color: #000 !important;
} */

.dropdown-container {
	min-width: 250px;
	height: 35px;
}
.textboxHeight
{
	height: 38px !important;
}
.LoginMessage{
	background-color: #f8f8f9;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #a8acad  !important;
	border-top: 1px solid #a8acad !important;
	margin-top: 20px;
	/* border-width: 10px; */
}
.border-radius-2 div {
	border-radius: 2px !important;
	border-width: 2px;
	border-color: var(--dripperfont-color);
  }
.notify-badge{
    position:relative;
    right:-10px;
    top:5px;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:1px 1px;
    font-size:15px;
	margin-top: -23px;
	float: right;
	cursor: pointer;
}
.shorten-text {
	display: block;
	white-space: nowrap;
	width: 10em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blinkText{
	color: red;
	float: left;
    padding-left: 2px;
	animation: animate  0.5s linear infinite; 
}
@keyframes animate { 
	0% { 
		opacity: 0; 
	} 

	50% { 
		opacity: 0.7; 
	} 

	100% { 
		opacity: 0; 
	} 
} 

body.modal-open > :not(.modal) {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.printWithPageBreak {
    display: 'block';
	page-break-after: always;
}
.printCatalogTab
{
	border-collapse: collapse; 
	width: 100%; 
}
.printCatalogTab th
{
	background-color: white; 
	color: black !important;
}
.printCatalogTab tr:nth-child(odd)
{
	background-color: skyblue; 
}
.printCatalogGridFooter
{
	font-weight: 600;
	font-size: 15px;
	color: black !important;
}

.printCatalogPageFooter
{
	font-weight: 600;
	font-size: 15px;
	color: black !important;
	padding-top: 50px;
}

.fa-icon-red
{
	color: red !important;
}
.fa-icon-green
{
	color: green !important;
}
.menuBorder
{
	border: 0px !important;
	border-radius: 0px !important;
	box-shadow: 0px !important;
	font-size: 17px !important;
	
}
.buttonActive
{
	color: #FFC300 !important;
	text-decoration:underline !important;
	font-size: 17px !important;
	
	/*bold, 2px increase */
	/* background-color: black !important; 
	font-weight: bolder !important;
	font-style: italic !important; */
}

.outerDiv{
	margin: 30px;
}

.controls{
	margin-top: 30px;
}

.rangeText{
	margin-left: 20px;
}

.icon{
	margin-top: 30px;
	margin-left: 20px;
	font-size: 40px;
}