:root {
	--border-color: #dee2e6;
	--background-color-v4: rgb(239, 239, 239);
	--border-radius: 3px;
	--font-size: 12px;
	--bottom-margin: 20px;
	--placeholder-color: #bababa;
	--active-color: #4a90e2;
	--light-gray: #f5f6f7;
	--hr-line: #d5d7dc;
	--nav-color: #293846;
	--nav-item-color: #5b5b5b;
	--font-family: 'Open Sans', sans-serif;
	--help-text-color: #5c5c5c;
	--table-header: #e9ecf0;
	--hover-color: #e9ecf0;
	--color-primary: #428bca;
	--text-gray: #bababa;
}

::-webkit-input-placeholder {
	color: var(--text-gray) !important;
	font-size: 14px;
}
::-moz-placeholder {
	color: var(--text-gray) !important;
	font-size: 14px;
}
:-ms-input-placeholder {
	color: var(--text-gray) !important;
	font-size: 14px;
}
:-moz-placeholder {
	color: var(--text-gray) !important;
	font-size: 14px;
}
button:focus {
	outline: 0 !important;
}

.ml-custom {
	margin-left: 20px;
}

.div-border {
	border: 1px solid var(--border-color);
	padding: 15px;
}

.mb-custom {
	margin-bottom: var(--bottom-margin);
}

.ml-40 {
	margin-left: 40px;
}

.width100 {
	width: 100%;
}

.height100 {
	height: 100%;
	font-family: var(--font-family);
}

.main-container {
	height: 100%;
	display: flex;
	font-family: var(--font-family);
}
.lh-danger-hover:hover {
	color: #ff0000 !important;
}

/* Navbar style */
.navbar-custom {
	background-color: var(--nav-color);
	height: 55px;
	margin: 0;
	display: flex;
	color: #fff;
	padding: 0px 20px;
}

.search-field {
	height: 30px !important;
	border-right: 0;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	background-color: #f5f6f7;
	width: 500px !important;
}

.nav-links {
	font-size: var(--font-size);
	font-weight: 100;
	text-align: right;
	margin: auto;
}

.search-field:focus {
	box-shadow: none;
	outline: 0;
}

.search-icon {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid var(--border-color);
	background-color: #f5f6f7;
	color: var(--nav-item-color);
	padding: 0px 10px;
}

.navbar-custom .user-info {
	width: 250px;
	border-left: 1px solid;
	height: 100%;
	padding: 0px 30px;
	display: flex;
	font-weight: 100;
}

.nav-tab {
	width: 203px;
	margin: auto;
	padding-left: 20px;
	padding-bottom: 3px;
}

.nav-middle-tab {
	width: calc(100% - 400px);
	color: #fff;
	background-color: #484747;
	height: 100%;
	margin-left: 0px;
}

.user-icon {
	background-color: #838383;
	width: 38px;
	height: 38px;
	border-radius: 40px;
	margin: auto;
}

.user-info .description {
	color: white;
	font-size: var(--font-size);
	width: 150px;
	text-align: right;
	padding: 5px;
	margin: auto;
	padding-right: 15px;
}

/*Secondary Nav and Tab CSS*/
.secondary-nav,
.tabs {
	height: 40px;
	margin: 0;
	background-color: #eef0f1;
	border-bottom: 1px solid var(--border-color);
	display: flex;
	font-size: 13px;
}

.lh-bill-setting-tabs-outer .secondary-nav,
.tabs {
	border-bottom: none;
}
.lh-bill-setting-tabs-outer .menu-item {
	position: relative;
}
.lh-bill-setting-tabs-outer .menu-item::after {
	content: '';
	position: absolute;
	right: 0;
	height: 20px;
	width: 1px;
	background: #ccc;
}
.lh-bill-setting-tabs-outer .menu-item:last-child::after {
	width: 0;
}
.tabs {
	background-color: #fff;
	font-size: 11px;
	height: 35px;
	padding: 0px 13px;
}

.nav-link-cu {
	margin: 0;
	font-size: 14px;
}

.nav-link-cu > .menu-item {
	padding: 7px 15px;
}

.secondary-nav > .menu-item {
	padding: 10px 30px;
}

.secondary-nav > .active-link,
.tabs > .active-link {
	border-bottom: 2px solid var(--active-color);
	border-left: 0;
}

.secondary-nav > .active-link > a {
	color: var(--active-color);
}

.secondary-nav > .active-link > a {
	color: var(--active-color);
}
/* Side bar CSS */

.sidebar {
	color: #000;
	background-color: var(--light-gray);
	height: calc(100vh - 57px);
	width: 270px;
	font-size: 11px;
	overflow-y: hidden;
	border-right: 1px solid var(--border-color);
}

.sidebar-content {
	padding: 15px 0px 15px 15px;
	font-size: 13px;
}

.sidebar-container {
	width: 10%;
	height: 100%;
	padding-top: 10px;
}

.sidebar-element {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0 3px 3px 0;
}

.content-panel {
	background-color: #fff;
	height: calc(100vh - 55px);
	width: 100%;
}

.element-panel {
	overflow-x: hidden;
}

.pull-right,
.cu-pull-right {
	text-align: right !important;
	float: right !important;
}

.label-margin {
	margin-left: 15px;
}

.menu-item {
	padding: 5px 10px;
}

.menu-item > a {
	color: var(--text-gray);
}

.menu-item > a:hover {
	text-decoration: none;
	color: #428bca;
}

.active-link > a {
	color: var(--active-color);
}

.active-link {
	border-left: 2px solid var(--active-color);
	font-weight: bold;
	color: #333;
}

.nav-link-cu > .active-link {
	border-right: 5px solid var(--active-color);
	font-weight: bold;
	background: #f1f1f1 !important;
	border-left: none;
}

.nav-link-cu .menu-link {
	color: #333;
}

.header-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

.child-container {
	padding: 15px 30px;
	width: 100%;
	height: 100%;
}

.header-subtitle {
	font-size: var(--font-size);
	font-weight: 100;
	color: var(--help-text-color);
	margin-bottom: 0;
}

.right-margin {
	margin-right: 10px !important;
}

.left-margin {
	margin-left: 10px !important;
}

.color-field {
	padding: 5px 7px;
}

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

.align-left {
	text-align: left !important;
}

.select-box {
	width: 200px;
	height: 35px;
	background-color: #fff;
	margin-bottom: 15px;
}

.is-invalid {
	border-color: red !important;
}

.tabDiv-Group button {
	margin-top: 10px;
}

.light-button {
	color: black;
	background-color: #f1f1f1;
}

.right-border {
	border-right: 1px solid var(--border-color);
}

.small-label {
	font-size: 13px;
	font-weight: 100;
	line-height: 2.5;
}

.remove-label-padding .col-sm-4 {
	padding-right: 0;
}

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

.checkbox-group-container {
	font-size: 12px;
	margin-left: 10px;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

/* React Select CSS */

.Select-control {
	height: 40px !important;
	border-radius: var(--border-radius) !important;
	font-size: var(--font-size) !important;
	border-color: var(--border-color) !important;
}

.danger-select .Select-control, .select .react-select-field__control {
	border-color: red !important;
}

.Select--single > .Select-control .Select-value,
.Select-placeholder {
	line-height: 40px !important;
	color: var(--placeholder-color) !important;
}

.Select-input > input {
	height: 22px !important;
}

.Select-option {
	font-size: var(--font-size);
}

.Select-control > *:last-child {
	padding-top: 5px !important;
}

.Select-arrow {
	border-width: 8px 4px 0.5px !important;
	border-color: #000 transparent transparent !important;
}

.Select-clear {
	font-size: 16px !important;
	color: #000 !important;
	padding-top: 7px !important;
}

/* react-data-grid CSS */

.react-grid-HeaderCell {
	background: var(--background-color-v4) !important;
	color: #777777;
	text-align: left;
	border: none;
	line-height: 24px;
}

.react-grid-Cell:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
}
.remove-column {
	text-align: right !important;
	float: right !important;
	margin-top: -1px !important;
	padding: 0px 10% !important;
}

.react-grid-HeaderCell-sortable--descending > span {
	font-size: 11px;
	margin: 2px 1px 4px 0px;
}

.react-grid-HeaderCell-sortable--descending > .remove-column,
.react-grid-HeaderCell-sortable--ascending > .remove-column {
	display: none;
}

.header-span {
	font-size: 13px !important;
}

.header-label {
	position: absolute;
	left: 7px;
	top: 15px;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px !important;
}

.react-grid-Container {
	padding-top: 0px;
	padding-bottom: 15px;
	background: var(--background-color-v4);
}

.bulk-edit .react-grid-Container,
.bulk-edit .react-grid-HeaderRow,
.bulk-edit .react-grid-Canvas {
	width: 100% !important;
}

input.form-control.input-sm {
	height: 33px !important;
	margin-top: -10px;
	font-size: 12px;
	border: 0;
	border-radius: 2px !important;
}

.radio-custom + .radio-custom-label:before,
.react-grid-checkbox + .react-grid-checkbox-label:before {
	width: 15px !important;
	height: 15px !important;
}

.react-grid-checkbox:checked + .react-grid-checkbox-label:before {
	box-shadow: inset 0 0 0 2px #fff !important;
	border: 2px solid #005295 !important;
}

.react-grid-Toolbar .tools {
	display: flex !important;
	float: left !important;
}

.tools .Select-control {
	width: 240px !important;
	height: 38px !important;
}

.tools .Select--single > .Select-control .Select-value,
.tools .Select-placeholder {
	line-height: 40px !important;
}

.tools .Select-input > input {
	height: 23px !important;
}

/* .react-grid-Cell__value {
	font-size: 14px;
} */

/* Custom checkbox and radio CSS */

.custom-checkbox,
.custom-radio {
	display: flex;
	position: relative;
	padding-left: 50px;
	margin-bottom: 28px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox-policymanager {
	display: flex;
	padding-left: 50px;
	margin-bottom: 28px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-radio {
	position: relative;
	margin-bottom: 0px;
	font-size: 12px;
	padding-left: 28px;
}

.custom-checkbox input,
.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-checkbox-policymanager input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	right: 40%;
	height: 25px;
	width: 25px;
	background-color: #ccc;
}

.checkmark-policymanager {
	position: absolute;
	top: 0;
	right: 40%;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid var(--border-color);
	border-radius: 3px;
}

.white .checkmark {
	background-color: #fff;
	border: 1px solid var(--border-color);
}

.white input:checked ~ .checkmark {
	border: 1px solid #2196f3;
}
.custom-radio .checkmark {
	border-radius: 50%;
	margin-top: -1px;
	left: 0%;
	height: 18px;
	width: 18px;
}

.custom-radio .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.checkmark-policymanager {
	margin-top: -1px;
	left: 0%;
}

.checkbox-group-container .custom-checkbox .checkmark {
	left: -13px;
}

.checkmark-policymanager {
	left: 0%;
}

.checkbox-group-container .custom-checkbox label {
	font-size: 13px;
	margin-left: -25px;
}

.custom-checkbox:hover input ~ .checkmark,
.custom-radio:hover input ~ .checkmark {
	background-color: #ccc;
}

.custom-checkbox-policymanager:hover input ~ .checkmark-policymanager {
	background-color: #b7b7b7;
}

.custom-checkbox input:checked ~ .checkmark,
.custom-radio input:checked ~ .checkmark {
	background-color: #2196f3;
	color: #fff;
}

.custom-checkbox-policymanager input:checked ~ .checkmark-policymanager {
	background-color: #2196f3;
}

.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

.checkmark-policymanager:after {
	content: '';
	position: absolute;
	display: none;
}

.white .checkmark::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 3px;
	width: 7px;
	height: 14px;
	border: solid var(--border-color);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
}

.custom-checkbox input:checked ~ .checkmark:after,
.custom-radio input:checked ~ .checkmark:after {
	display: block;
}

.custom-checkbox-policymanager input:checked ~ .checkmark-policymanager:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom-checkbox-policymanager .checkmark-policymanager:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.white .checkmark:after {
	left: 9px;
	top: 3px;
	width: 7px;
	height: 14px;
	border-width: 0 2px 2px 0;
}

.receipt-container .checkmark {
	height: 16px;
	width: 16px;
}

.checkmark-policymanager {
	height: 19px;
	width: 19px;
}

.receipt-container .custom-checkbox .checkmark:after {
	top: 3px;
	border-width: 0 2px 2px 0;
	left: 6px;
	width: 4px;
	height: 9px;
}

.custom-checkbox-policymanager .checkmark-policymanager:after {
	top: 3px;
	border-width: 0 2px 2px 0;
	left: 6px;
	width: 4px;
	height: 9px;
}

.receipt-container .checkbox-group-container .custom-checkbox label {
	margin-left: -43px;
}

.round .checkmark {
	border-radius: 50%;
}

.receipt-container .custom-checkbox {
	margin-bottom: 0px;
}

.table-custom-select {
	width: 75px !important;
	height: 24px !important;
	background-color: #fff !important;
}

.id-column {
	display: none !important;
	width: 1px !important;
}

.cell-button {
	font-size: 10px !important;
	height: 24px;
	padding: 2px 5px !important;
}

.bold-font {
	font-weight: bold;
}

.breadcrumb > .active {
	font-weight: bold;
	color: #000 !important;
}
.breadcrumb > li > a {
	color: #000 !important;
}

.breadcrumb {
	font-size: 12px;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	background: transparent;
}

.version-4 input:not([type='checkbox']):not([type='radio']):not([type='file']) {
	border-radius: 2px;
	font-size: var(--font-size) !important;
	border-color: #ccc;
}

.version-4 textarea {
	font-size: 14px !important;
	height: 60px;
	border-color: #ccc;
}

.input-30 input:not([type='checkbox']):not([type='radio']):not([type='file']):not([id*="react-select"]) {
	height: 30px !important;
}
.btn {
	border-radius: var(--border-radius);
	/* font-weight: 100; */
	font-size: 13px;
}

.btn-lg {
	height: 35px;
}

.input-label {
	margin: auto 0;
	font-size: var(--font-size);
}

.version-4 ::placeholder {
	color: var(--placeholder-color) !important;
	font-size: var(--font-size);
	font-weight: 500;
	opacity: 1; /* Firefox */
}

.btn-large {
	height: 35px;
	padding: 0px 100px;
	font-weight: 100;
}

.item-center {
	display: table;
	margin: auto;
}

.cu-popover {
	top: -11px !important;
	width: 288px;
	left: 2px !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cu-popover > .arrow,
.cu-date-picker-popover > .arrow {
	display: none;
}

.list-sample {
	padding: 50px 0px;
}

.br-none {
	border-right: none !important;
}

.tabs .menu-item {
	padding: 12px 15px;
}

.popover-icon {
	width: 40px;
	height: 40px;
	background-color: #ccc;
	margin-right: 20px;
	border-radius: 50px;
}

.receipt-container {
	height: calc(100vh - 225px);
	display: flex;
	width: 95%;
	margin: auto;
}

.priority-list-container {
	height: calc(100vh - 300px);
}

.bill-setting-input {
	margin-right: 30px;
	border: 1px solid var(--border-color);
	max-width: 47%;
	padding: 0;
	border-bottom: none;
}

.bill-setting-preview {
	border: 2px dashed var(--border-color);
	margin-left: 10px;
	width: 49%;
}

.btn-tab {
	width: 51%;
	border: none;
	border-bottom: 1px solid var(--border-color);
	border-radius: 0;
	font-size: 14px;
}

.btn-inactive {
	background-color: #fff;
	color: #000;
	border-left: 1px solid var(--border-color);
}

.bill-setting-input .btn:focus {
	box-shadow: none;
}

.image-preview {
	width: 100%;
	min-height: 60px;
	border: 1px dashed var(--border-color);
}

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

/*Policy Manager*/

.main-frame-policymanager {
	height: 100%;
}

.header-frame-policymanager {
	padding: 20px;
	padding-bottom: 1px solid var(--border-color);
	height: 90px;
}

.header-title-policymanager {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.sub-header-policymanager,
.normal-header {
	font-size: 13px;
	font-weight: 300;
}

.section-25-policymanager {
	width: 275px;
	border-right: 1px solid var(--border-color);
	overflow-y: auto;
	padding-bottom: 25px;
	position: relative;
}

.section-75-policymanager {
	width: calc(100% - 275px);
	overflow-y: auto;
}

.flex-container-policymanager {
	display: flex;
	height: calc(100% - 100px);
}

.label-btn-addnew-policymanager {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.btn-addnew-policymanager {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	padding-top: 5px;
	width: 90%;
	margin-left: 5%;
	border-radius: 2px;
	border: 1px solid var(--border-color);
	background: #f3f3f3;
}

.btn-addnew-policymanager:hover {
	background: #e8e8e8;
}

.policy-list-policymanager {
	padding-bottom: 50px;
}

.input-seach-policymanager {
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	border-radius: 2px !important;
}

.list-header-policymanager {
	margin-top: 10px;
	width: 100%;
	background: #e9ecf0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 7%;
	border-bottom: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
}

.allpolicies-label-policymanager {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 600;
}

.policies-element-policymanager {
	padding-top: 10px;
	padding-left: 7%;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--border-color);
	cursor: pointer;
	display: flex;
}

.policyname-element-policymanager {
	font-size: 13px;
	margin-bottom: 0;
	width: 85%;
	padding-top: 5px;
}

.policies-element-policymanager:hover {
	background: #e9ecf0;
}

.policies-element-policymanager:hover .custom-dropdown-policymanager {
	background-color: #e9ecf0;
}

.selected-policyelement-policymanager {
	font-weight: 600;
	background-color: #e9ecf0;
}

.policies-element-policymanager:hover .policyname-element-policymanager {
	font-weight: 600;
}

.Collapsible {
	background-color: white;
}

.Collapsible__contentInner {
	padding: 10px;
	border: 1px solid #ebebeb;
	border-top: 0;
}

.Collapsible__contentInner p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.Collapsible__contentInner p:last-child {
	margin-bottom: 0;
}

.Collapsible__trigger {
	display: block;
	font-weight: 400;
	text-decoration: none;
	color: #333333;
	position: relative;
	padding: 10px;
	background: #f5f7fa;
	width: 100%;
	font-size: 14px;
}

.collapsible-container-policymanager {
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.hide {
	display: none;
}

.custom-checkbox-policymanager {
	display: flex;
	padding-left: 50px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	margin-top: 14px;
	margin-right: -10px;
}

.Collapsible__trigger:after {
	font-family: 'FontAwesome';
	content: '\f055';
	position: absolute;
	right: 10px;
	color: #63707b;
	top: 10px;
	/*display: block;*/
	display: none;
	transition: transform 300ms;
}

.fixed-bottomlist-policymanager {
	position: fixed;
	bottom: 0;
	border-top: 1px solid var(--border-color);
	margin-top: 10px;
	padding-bottom: 1px;
	background: #fff;
	width: inherit;
	border-right: 1px solid var(--border-color);
}

.Collapsible__trigger.is-open:after {
	content: '\f056';
}

.Collapsible__trigger.is-disabled {
	opacity: 0.5;
	background-color: grey;
}

.CustomTriggerCSS {
	background-color: lightcoral;
	transition: background-color 200ms ease;
}

.CustomTriggerCSS--open {
	background-color: darkslateblue;
}

.Collapsible__custom-sibling {
	padding: 5px;
	font-size: 12px;
	background-color: #cbb700;
	color: black;
}

.flex-header-collapsible,
.display-flex {
	display: flex;
}

.collapsible-subheader-policymanager {
	font-size: 12px;
	margin-left: 50px;
	margin-bottom: 10px;
	color: #717171;
}

.flex-header-container-collapsible {
	padding-left: 4%;
	border: 1px solid var(--border-color);
	cursor: pointer;
	background-color: #f5f7fa;
	margin-top: 5px;
}

.container-chk {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-chk input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark-chk {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-chk:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chk input:checked ~ .checkmark {
	background-color: #007bff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-policymanager input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-policymanager .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-container-policymanager {
	display: flex;
	flex-wrap: wrap;
	padding-left: 5%;
}

.chkbox-label-policymanager {
	width: 150px;
	padding-left: 15px;
}

.chkbox-gridelement-policymanager {
	width: 33.3333333%;
	padding-left: 20px;
	font-size: 12px;
}

.policyname-inputcontainer-policymanager {
	display: flex;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 25px;
	padding-right: 15%;
	margin-bottom: 25px;
}

.policy-name-policymanager {
	font-size: 12px;
	width: 175px;
	padding-top: 11px;
}

.policy-input-policymanager {
	margin-left: 30px;
	font-size: 14px;
}

.btn-save-policymanager {
	width: 100px;
	margin-left: 25px;
}

.btn-clear-policymanager {
	width: 100px;
}

.btn-saveclear-container-policymanager {
	text-align: right;
	padding-right: 5%;
	padding-top: 13px;
	position: fixed;
	bottom: 0;
	background: white;
	border-top: 1px solid var(--border-color);
	padding-bottom: 14px;
}

.labuser-list-policymanager {
}

.labuser-element-policymanager {
	font-size: 14px;
}
.cu-default-panel {
	padding: 15px 40px;
}

/* signing doctor CSS */
.add-avatar {
	height: 300px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
}

.add-staff-form {
	padding: 29px 25px;
	height: calc(100vh - 193px);
	overflow-y: auto;
}

.tab-form-container {
	width: 100%;
}

.error-label-text {
	font-size: 11px;
	color: red;
}

.input-help-text {
	margin-top: -15px;
	padding: 0px 0px 15px 10px;
	font-size: 11px;
	color: var(--help-text-color);
}

.input-help-text-color {
	padding: 0px 0px 15px 10px;
	font-size: 11px;
	color: var(--help-text-color);
}

.help-text {
	font-size: 11px;
	color: var(--help-text-color);
}

/* Date picker CSS */
.react-datepicker-wrapper,
.react-datepicker-wrapper .react-datepicker__input-container {
	width: 100%;
}

.react-datepicker-wrapper input {
	width: 100%;
	border: 1px solid #b9b0b0;
	padding-left: 10px;
	height: 34px;
	border-radius: 3px;
}

/* Toggle Switch CSS */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: '';
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

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

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

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.field-button > span {
	font-size: var(--font-size) !important;
	cursor: pointer;
}

.input-group-append > span,
.input-group-append > button {
	border-bottom-right-radius: var(--border-radius) !important;
	border-top-right-radius: var(--border-radius) !important;
}

/* Card CSS */
.cu-card {
	cursor: pointer;
	font-size: 12px;
	width: 100%;
	height: 70px;
	display: flex;
	border-bottom: 1px solid var(--border-color);
}

.cu-card-pdf-style {
	height: 50px;
	background-color: #efefef;
}

.cu-card:hover {
	background-color: #f1f2f7;
}

.card-active {
	background-color: var(--hover-color);
}

.white .checkmark,
.disable-events {
	pointer-events: none;
}

/*---------------------------------------------*/
/*Upload pic CSS*/

.small-container {
	height: 222px;
	width: 100%;
	margin-left: -30px;
	padding: 20px 18px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
}

.image-uploader {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.image-container {
	width: 60px;
	height: 60px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	padding: 0;
}

.remove-pic {
	position: absolute;
	right: -9px;
	top: -12px;
	font-size: 22px;
	z-index: 1;
	background-color: white;
	cursor: pointer;
	height: 25px;
	border-radius: 50%;
}

.sup-policymanager {
	color: red;
}

.info-box {
	background-color: var(--light-gray);
	padding: 15px;
}

.btn-flat-info {
	background-color: #fff;
	color: #4a90e2;
	border: 1px solid;
}

.btn-flat-info:hover {
	color: #fff;
	background-color: #4a90e2;
	border: 1px solid var(--light-gray);
}

.btn-flat-info:focus,
.btn-flat-info:active {
	box-shadow: none;
}

.sidebar-logo-container {
	width: 220px;
	position: absolute;
	bottom: 5px;
	text-align: center;
	padding: 0px 25px 0px 10px;
	color: #727272;
}

.custom-dropdown-policymanager {
	background-color: #ffffff;
	border: none;
	color: #000000;
	border-radius: 50%;
	outline: none;
}

.custom-dropdown-policymanager:focus {
	outline: none !important;
}

.custom-dropdown-policymanager:hover {
	color: #000000;
}

.dropdown-item {
	font-size: 12px;
	padding-left: 20px;
}

.custom-color-policymanager {
	color: #c82333;
}

.tabbtn-container-policymanager {
	display: flex;
	text-align: center;
}

.tab-primary-policymanager {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff !important;
}

.tab-secondary-policymanager:hover {
	background-color: #e6edf5;
}

.tab-middle-policymanager {
	border-right: 0;
	border-left: 0;
}

.tab-left-policymanager {
	border-left: none !important;
}

.tab-right-policymanager {
	border-right: none !important;
}

.tab-btn-policymanager {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	border: 1px solid var(--border-color);
	margin-bottom: 15px;
	cursor: pointer;
}

.department-container-policymanager {
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.badge {
	font-weight: normal;
}

.badge-cu {
	border: 1px solid var(--border-color);
	background-color: #f9f9f9;
	color: #000;
}

.btn {
	z-index: 0;
}

.btn-flat,
.btn-flat:focus,
.btn-flat:active,
.btn-flat:hover,
.btn-flat:active:focus {
	border: 1px solid var(--border-color) !important;
	background: #f3f3f3 !important;
	color: #000 !important;
	box-shadow: none !important;
}

.button-section {
	border-top: 1px solid var(--border-color);
	height: 60px;
	width: 100%;
}

.btn-100 {
	width: 100px;
}

.cu-time-picker select {
	font-size: 12px;
	height: 31px !important;
}

.day-selector select {
	font-size: 12px;
	width: 100%;
	height: 31px;
	background-color: #fff;
}

.hours {
	margin-top: 3px;
	font-size: 12px;
}

.marginAuto0 {
	margin: auto 0;
}

.Select--multi .Select-value {
	vertical-align: middle !important;
}

.react-datepicker {
	font-size: 0.4rem !important;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
	line-height: 1.3rem !important;
	text-align: center !important;
	margin: 0.1rem 0.2rem !important;
}

.file-input {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	width: 70%;
	background: transparent;
}

.list-department td {
	font-size: 12px;
	padding: 0.5rem;
	border-bottom: 1px solid #dee2e6;
	border-top: 0;
	text-overflow-ellipsis: 50px;
}

.width65 {
	width: 65px;
}

.confirmation-container {
	width: 70%;
	margin: 20px auto;
	padding: 20px;
	border-radius: var(--border-radius);
	text-align: center;
	color: #5b5b5b;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.detail-container {
	border: 1px solid var(--border-color);
	width: 50%;
	margin: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	.confirmation-container {
		width: 100%;
		margin: auto;
		height: 100vh;
	}
	.detail-container {
		width: 100%;
	}
}

.detail-container {
	font-size: 13px;
	padding: 15px;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.privileges-child-container {
	padding: 10px;
}

.privileges-tab {
	background-color: #fff !important;
	font-weight: bold;
	color: #000 !important;
	text-align: left;
	border-color: #ccc !important;
	width: 100% !important;
	height: 40px;
}

.privileges-collapsible-container .flex-header-container-collapsible {
	padding: 0 !important;
}

.margin-auto-0 {
	margin: auto 0;
}

.margin-auto {
	margin: auto;
}

.category-container {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px 0px;
}

.lab-name-container {
	cursor: pointer;
	color: #505050;
	padding: 10px 0px 0px 18px;
}

.lab-name-container:hover {
	color: var(--active-color);
}

.btn-light {
	border: 1px solid var(--border-color);
}

.hight-below-secondary-nav {
	height: calc(100vh - 115px);
}

.cu-select-label {
	background-color: #fff !important;
	width: 100px;
	margin-left: 10px;
	padding: 0;
	color: #000;
}

.setting-button-section {
	border-top: 1px solid var(--border-color);
	height: 45px;
	width: 100%;
	padding: 0px 15px;
}

.padding-7-0 {
	padding-top: 7px;
}

.receipt-container .form-group,
.receipt-container label {
	margin-bottom: 0px;
}

.setting-flags .form-group {
	margin-bottom: 15px;
}

.padding-5-40 {
	padding: 5px 40px;
}

.activity-date-info {
	font-size: 14px;
}

.activity-checkbox {
	padding-top: 9px;
	width: 102px;
	margin-left: 15px;
}
.activity-log {
	width: 100%;
}

.activity-log .form-group {
	margin-bottom: 10px;
}

.log-container {
	height: 300px;
}

.activity-log .row {
	margin-right: 0;
}

.log-container p {
	margin-bottom: 0;
	font-size: 12px;
}

.log-container {
	padding: 10px 40px;
	height: 400px;
	overflow-y: auto;
}

.cu-modal-header {
	font-size: 16px;
}

.modal-body {
	font-size: 14px;
	color: #000c;
}

.filter-panel {
	padding: 10px 20px;
	background-color: var(--light-gray);
	border: 1px solid var(--border-color);
	margin: 10px;
	height: 60px;
}

.filter-label {
	margin-left: 5px;
	font-size: 13px;
}

.max-width-85 {
	max-width: 85% !important;
}

.tab-view-full,
.padding-0 {
	padding: 0;
}

.padding-0 {
	padding: 0 !important;
}
.tab-view-full-child {
	height: calc(100vh - 225px);
	padding: 20px 250px;
	overflow-y: auto;
}

.btn-tab:active,
.btn-tab:hover,
.btn-tab:focus {
	box-shadow: none !important;
}

.tab-view-full-child .form-group {
	margin-bottom: 10px;
}

.checkbox-container {
	font-size: 12px;
	margin-bottom: 10px;
}

.table-border-bottom {
	border-top: none !important;
	border-bottom: 1px solid var(--border-color);
}

.priority-index {
	padding: 15px;
	border-radius: 1px;
	border-bottom: 1px solid var(--border-color);
	text-align: center;
	font-size: 13px;
}

.priority-list-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: none;
	cursor: all-scroll;
	color: rgb(0, 0, 0);
	font-size: 13px;
	font-weight: 100;
	border-bottom: 1px solid var(--border-color);
}

.priority-list-header {
	background: var(--table-header) !important;
}

.DateRangePicker {
	display: flex !important;
}

.DateRangePicker__CalendarSelection--is-pending,
.DateRangePicker__CalendarHighlight--single,
.DateRangePicker__CalendarSelection {
	background-color: var(--active-color) !important;
	border: none !important;
	color: #fff !important;
}

.DateRangePicker__CalendarSelection {
	background-color: #fff;
}

.fa-times-thin:before {
	content: '\00d7';
}

.cu-date-picker-popover {
	max-width: 800px;
}

.width-320 {
	width: 320px;
}

.width-100-320 {
	width: calc(100% - 320px);
}

.float-right {
	float: right;
}

.disable-parameter-icon {
	width: 5%;
	color: var(--danger);
	margin: auto;
	text-align: right;
}

.format-list-header {
	background-color: rgb(233, 236, 240);
	padding: 10px 0px;
	border-bottom: 1px solid var(--border-color);
	font-size: 12px;
	font-weight: bold;
}

.parameter-list-header {
	padding: 0 20px 7px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.parameter-checklist {
	font-size: 13px;
	margin: 0;
	padding-left: 120px;
	padding-top: 20px;
	border-top: 1px solid var(--border-color);
}

a.active.nav-link {
	color: var(--active-color) !important;
}

.range-format
	input:not([type='checkbox']):not([type='radio']):not([type='file']) {
	height: 35px !important;
	font-size: 11px !important;
}

.active-report-format {
	border-left: 6px solid var(--active-color) !important;
	background-color: #e9ecf0 !important;
}

.report-description {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7d7d7d;
	margin-top: -8px;
	padding: 0px 10px 10px 10px;
}

.gender-range-header {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid var(--border-color);
}

.service-label .badge {
	background-image: none;
	border: none;
	height: 13px;
	border-radius: inherit;
	padding: 2px 15px;
}

.list-input-table {
	max-height: 173px;
	overflow-y: auto;
}

.report-format-full-screen {
	font-size: 13px;
	padding: 10px 0px;
	border: 1px solid var(--border-color);
	display: flex;
}

.mstv-input {
	height: 30px !important;
	margin-top: 3px;
}

.mstv-total-input {
	width: 120px !important;
	margin-left: 72% !important;
	height: 31px !important;
}
.header-with-line {
	width: 204%;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--border-color);
}

.display-hidden {
	visibility: hidden;
	padding-bottom: 11px;
}

.parameter-search-input {
	height: 26px !important;
	width: 80px;
	margin: -1px 10px;
	border: 1px solid #a6a6a6;
}

.age-range-table-headers {
	width: 30%;
	background: #293846;
	border: 1px solid;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: #fff;
}

.range-parameter-table td {
	border: 1px solid var(--border-color) !important;
	position: relative;
	padding: 5px 10px;
	height: 40px;
}

.range-parameter-table {
	font-size: 12px;
	width: 30%;
}

.table-value-wrapper,
.range-parameter-table td > div {
	width: 83%;
	position: absolute;
	padding: 4px 5px;
	cursor: pointer;
}

.range-table-text-field {
	position: relative;
	width: 137%;
	left: -11px;
	top: -10px;
	height: 41px !important;
}

.table-value-wrapper > div {
	min-width: 100%;
	min-height: 40px;
}

.right-side-input {
	text-align: right;
	margin: 10px 10%;
	position: relative;
	font-size: var(--font-size);
}

.list-input-table td,
.list-input-table th {
	border: 1px solid var(--border-color) !important;
}

.middle-table-cell-value {
	padding: 0px !important;
	vertical-align: middle !important;
	text-align: center !important;
}

.child-test-warming {
	height: 45px;
	padding: 10px;
	text-align: center;
	background: #ffdb2cbf;
	font-size: 14px;
	color: #696969;
	box-shadow: 0px 8px 45px -10px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: 0px 8px 45px -10px rgba(0, 0, 0, 0.59);
	-webkit-box-shadow: 0px 8px 45px -10px rgba(0, 0, 0, 0.59);
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: var(--primary);
	color: #fff;
}

.report-format .cu-card {
	background: #fff;
	width: 94%;
	border-bottom: 1px solid var(--border-color);
	border: 1px solid #ccc;
	margin: 5px 10px 0px 8px;
}

.report-format .cu-card:hover {
	background-color: #e9ecf0;
}

circle {
	r: 2;
}

.tt-dropdown-menu {
	width: 100%;
	margin-top: 1px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#search input {
	height: 35px !important;
}

.v3-modal .modal-container {
	position: relative;
}
.v3-modal .modal-container .modal,
.modal-container .modal-backdrop {
	position: absolute;
}

.cursor-pointer {
	cursor: pointer;
}

.hoverable-card {
	cursor: pointer;
}
.hoverable-card:hover {
	background-color: #e6f3fd;
}
.react-grid-Toolbar .tools .btn {
	right: 0;
}
.align-items-center {
	display: flex;
	align-items: center;
}

.text-ellipsis {
	position: relative;
	font-size: 14px;
	color: black;
	width: 90%;
}

.text-concat {
	position: relative;
	display: inline-block;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 3.6em;
	line-height: 1.2em;
	text-align: justify;
	margin-bottom: -3px;
}

.text-ellipsis::after {
	content: '...';
	position: absolute;
	right: -14px;
	bottom: 2px;
}

.btn-outline-cu,
.btn-outline-cu:hover {
	color: var(--active-color);
	border: 1px solid var(--active-color);
	border-radius: 3px !important;
	font-weight: 500;
}

.tooltip {
	z-index: 111111;
	border: var(--background-color-v4);
}

.no-mb-form .form-group {
	margin-bottom: 0;
}

.lh-34 {
	line-height: 34px;
}

.accession-list {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}

button,
input,
optgroup,
select,
textarea {
	font-weight: normal;
}

/* Tooltip */
.tooltip-inner {
	background: #fff;
	color: #333;
	border: 1px solid #aaa;
	max-width: 300px;
	padding: 10px;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
	border-top-color: #aaa;
	border-bottom-color: #aaa;
	/* left: 20% !important; */
}

/* END Tooltip */
.justify-content-center {
	display: flex;
	justify-content: center !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.secondary-nav .menu-item {
	position: relative;
}
.secondary-nav .menu-item::after {
	content: '';
	position: absolute;
	right: 0;
	height: 20px;
	width: 1px;
	background: #ccc;
}
.secondary-nav .menu-item:last-child::after {
	width: 0;
}

/* Pending-Acknowledgement-Table */
.lh-list-table-3 .table > tbody > tr > td,
.table > tfoot > tr > td {
	border: 1px solid #e1e1e1;
	color: #9a9d9d;
}
.lh-list-table-3 .table > thead > tr > th {
	border-bottom: 0;
	color: #9a9d9d;
}
.lh-list-table-3 p {
	margin-bottom: 0;
	line-height: 34px;
	color: #2a2a2a;
}
.lh-list-table-3.lh-pending-acknowledgement-table .table > tbody > tr > td,
.table > tfoot > tr > td {
	border: none;
}
.lh-list-table-3.lh-pending-acknowledgement-table .table > tbody > tr {
	border: 1px solid #e1e1e1;
}
.lh-list-table-3.lh-pending-acknowledgement-table td {
	padding: 4px 8px;
	vertical-align: middle;
}
/* END Pending-Acknowledgement-Table */
.justify-content-center {
	display: flex;
	justify-content: center;
}

/* button outline primary for accession settings */

.btn-outline-primary-light {
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
	background-color: transparent;
}

.btn-outline-primary-light:hover,
.btn-outline-primary-light:focus {
	color: var(--color-primary);
	background-color: rgba(66, 139, 202, 0.1);
	border-color: var(--color-primary);
}

/* END button outline primary for accession settings */

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
	border-top-color: #aaa;
	border-bottom-color: #aaa;
	/* left: 20% !important; */
}

/* END Tooltip */

.text-gray {
	color: gray;
}

.text-resize-12px {
	font-size: 12px;
}

.table-responsive-operationalStatus {
	display: block;
	width: 100%;
}

.table-responsive-operationalStatus hr {
	margin: 4px 0 !important;
}
.fixed-to-corner {
	position: absolute;
	right: 6px;
	top: 10px;
}

.fixed-to-bottom {
	position: absolute;
	bottom: 10px;
}

.modal-xl .modal-dialog {
	width: 100% !important;
	padding: 0 3%;
	margin: 0;
}

.mlp-0 {
	margin-left: 0% !important;
}

.ml-neg-18 {
	margin-left: -18% !important;
}


.modal-compact .modal-dialog {
	width: 950px !important;
}

.modal-cu .modal-content {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.modal-cu .modal-lg {
	margin: 0 auto;
}

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

.is-valid {
	border: 1px solid #5cb85c !important;
}
/* referral management country code css */
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type='tel'],
.intl-tel-input.allow-dropdown input[type='text'] {
	width: 100%;
	height: 34px;
	border: 1px solid #b9b0b0;
	border-radius: 3px;
}
.react-intl-tel-input {
	position: relative;
	display: inline-block;
}

/* referral management country code css */
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type='tel'],
.intl-tel-input.allow-dropdown input[type='text'] {
	width: 100%;
	height: 34px;
	border: 1px solid #b9b0b0;
	border-radius: 3px;
}
.react-intl-tel-input {
	position: relative;
	display: inline-block;
}
/* end referral management country code css */

.pull-bottom {
	display: inline-block;
	vertical-align: bottom;
	float: none;
}


.pull-center {
	display: inline-block;
	vertical-align: middle;
	float: none;
}



@keyframes fadeout {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.toggleOut {
  animation: fadeout 400ms;
  opacity: 0;
}

.toggleIn {
  animation: fadein 400ms;
  opacity: 1;
}

#app {
  margin-top: 40px;
}

#progressInput {
  margin: 20px auto;
  width: 30%;
}

.circle-background,
.circle-progress {
  fill: none;
}

.circle-background {
  stroke: #ddd;
}

.circle-progress {
  stroke: red;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circle-text {
  font-size: 3em;
  font-weight: bold;
  fill: red;
}

react-select-field__placeholder {
	color: var(--text-gray);
}

.extraStyle { 
    padding: 0px 5px;
}

.extraButtonStyle {
    padding: 6px 3px;
}

.addButton {
    margin-right: 11px !important;
    padding: 0px;
}

.time-picker-extra-style {
    padding: 0px 2px !important;
}

.add-all-button {
    padding: 0px;
}

.setup-view-entity-title {
	color: grey;
}

.setup-view-entity-title-inline {
	color: grey;
	margin-top: 6px;
	display: inline-block;
}

.setup-view-entity-value {
	font-size: 16px;
}

.login-time {
	color: black;
	font-size: 11pt;
}

.setup-view-ratings {
	color: black;
	font-size: 11pt;
}


.read-receipt-btn-container > .popover{
	min-width: 470px;
}

.read-receipt-btn-container > .tooltip{
	width: 200px;
}

.pos-modal {
	min-height: 250px;
	background: #FFF;
	padding: 13px;
}

.pos-body {
	width: 80%;
    margin: auto;
}

.pos-relative { 
	position: relative;
}

.pos-absolute {
	position: absolute;
}

.pos_close {
	position: absolute;
	right: 14px;
}


.pos_back {
	position: absolute;
	left: 14px;
}

.pos-body-full {
	width: 100%;
	margin: 0px auto;
}

.pos-amount {
	margin-top: 40px;
    text-align: center;
    font-size: 24px;
	font-weight: 900;
}

.bg-white {
	background: white;
}

.time-input-field{
	padding: 5px 0px;
    font-size: 12px;
    color: #6e6e6e;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
	width: 100%;
}

.time-input-label{
	margin: 0;
	font-weight: 400;
	font-size: 12px;
}

.lab-timing-container{
	display: flex;
	align-items: end;
}