h1,h2,h3,h4,h5 {
	color: #00A5C3;
	font-weight: 500;
	margin: 0;
}
a, 
a:visited,
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1rem;
}

.font08 {
	font-size: 0.8rem;
	line-height: 1rem;	
}

.bg-light {
	background-color: rgba(190,189,184,0.2) !important;
}

.bg-light-blue {
	background-color: rgba(0, 165, 195, 0.2);
	color: #00A5C3; 
}

.text-blue {
	color: #00A5C3;
}

.full-height {
	height: 100%;	
}

.flex-1 {
	flex: 1;		
}
.pos-relative {
	position: relative;
}

.hover-pointer:hover {
	cursor: pointer;
}
.overflowxauto {
	overflow-x: auto;
}
.overflowyauto {
	overflow-y: auto;
}
.overflow-ellipses {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.cbtn {
	cursor: pointer;
	font-size: 1rem;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
}

.cbtn.medium {
	min-width: 100px;
}

.cbtn-small {
	font-size: 0.9rem;	
	line-height: 1rem;
}

.cbtn-small .cicon {
	font-size: 1rem;	
	vertical-align: middle;
}

.cbtn:focus {
	outline: none;
}

.cbtn:disabled,
.cbtn[disabled] {
	opacity: 0.5;
	pointer-events: none;
}

.cbtn-icon .icon {
	font-size: 18px;
	vertical-align: middle;
}

.cbtn-rounded {
	border-radius: 29px;
}
.cbtn-primary {
	background: #00A5C3;   
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
}

.cbtn-primary:not([disabled]):hover,
.cbtn-primary:not([disabled]):focus,
.cbtn-primary:not([disabled]):active {
	border: 1px solid #004682;
	background: #00A5C3; 
	color: #fff;
}

.cbtn-secondary,
a.cbtn-secondary {		
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 3px #00000029;	
	opacity: 1;	
	color: #00A5C3;
}

.cbtn-secondary i {
	color: #00A5C3;
	font-size: 20px;
}

.cbtn-secondary:hover,
.cbtn-secondary:focus {
	background: #F2F2F2 0% 0% no-repeat;
	cursor: pointer;
	box-shadow: 0px 1px 3px #00000029;	
}

.cbtn-secondary:hover i,
.cbtn-secondary:active i,
.cbtn-secondary:focus i {
	color: #00A5C3
}

.cbtn-danger,
a.cbtn-danger {		
	background: #ff0000;
	box-shadow: 0px 1px 3px #00000029;	
	opacity: 1;	
	color: #fff;
}

.cbtn-danger i {
	color: #fff;
}

.cbtn-danger:hover,
.cbtn-danger:hover i,
.cbtn-danger:active i,
.cbtn-danger:focus i {
	color: #fff
}


.cbtn-danger:hover,
.cbtn-danger:active,
.cbtn-danger:focus {
	background: #ff0000;
	cursor: pointer;
	box-shadow: 0px 1px 3px #00000029;	
}

.cbtn-danger:hover i,
.cbtn-danger:active i,
.cbtn-danger:focus i {
	color: #fff;
}

.cbtn-icon-circle {
	background: #00A5C3;
	color: #fff;
	width: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	font-size: 24px;
	display: inline-block;
}

.cbtn-blue {
	background: rgba(0,165,192,0.2);
	border-radius: 8px;
	color: #00A5C3;
}
.cbtn-blue:hover,
.cbtn-blue:active,
.cbtn-blue:focus {
	border: 1px solid #00A5C3;
	background: rgba(0,165,192,0.2);
	cursor: pointer;
	color: #00A5C3;
}


.cbtn-blue-text {
	color: #00A5C3;
	background: transparent;
	border: 0;
	padding: 0;
}

.cbtn-blue-text:hover,
.cbtn-blue-text:active,
.cbtn-blue-text:focus {
	border: 0;
	background: transparent;	
	color: #00A5C3;
}

.cbtn-blue-icon {
	background: rgba(0,165,192,0.2);
	border-radius: 8px;
	color: #00A5C3;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	padding: 0;
}
.cbtn-blue-icon i {
	vertical-align: middle;
	font-size: 20px;
    line-height: 30px;
}
.cbtn-blue-icon:hover,
.cbtn-blue-icon:active,
.cbtn-blue-icon:focus {
	border: 1px solid #00A5C3;
	background: rgba(0,165,192,0.2);
	cursor: pointer;
	color: #00A5C3;
}

.cbtn-blue-icon.small {
	width: 28px;
	height: 28px;
	font-size: 18px;
	line-height: 25px;	
}

.cbtn-blue-icon.small i {
	font-size: 16px;
}




.cbtn-primary-icon {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 3px #00000029;	
	opacity: 1;	
	color: #00A5C3;
}	
.cbtn-primary-icon i {
	vertical-align: middle;
	font-size: 20px;
    line-height: 30px;
}
.cbtn-blue-icon:hover,
.cbtn-blue-icon:active,
.cbtn-blue-icon:focus {
	border: 1px solid #00A5C3;
	background: rgba(0,165,192,0.2);
	cursor: pointer;
	color: #00A5C3;
}

.cbtn-blue-icon.small {
	width: 28px;
	height: 28px;
	font-size: 18px;
	line-height: 25px;	
}

.cbtn-blue-icon.small i {
	font-size: 16px;
}

.cbtnCancel {
	background: #BEBDB8;
	color: #fff;
}

.cbtnCancel:hover,
.cbtnCancel:active,
.cbtnCancel:focus {
	background: #BEBDB8;
	cursor: pointer;
	border: 1px solid #868686;
	color: #fff;	
}

.cbtn > label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	color: transparent;
	outline: none;	
	z-index: 100;	
}

.cbtn-link,
.cbtn-link:hover, .cbtn-link:active, .cbtn-link:focus {
	background: transparent;
	color: #00A5C3;
	text-decoration: none;
}

.cbtn i {
	vertical-align: middle;
}
.cbtn .badge {
	position: absolute;
	top: -5px;
	right: -5px;
}

/* button group */

.btn-toggle {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 3px #00000029;
	padding: 5px;
	border-radius: 25px;	
	opacity: 1;	
	color: #00A5C3;
}

.btn-toggle button {
	color: #00A5C3;
}

.btn-toggle .cbtn {
	background: #fff;
	border: 0;
	color: #00A5C3
}
.btn-toggle .active {
	background: #00A5C3;
	color: #fff;
}

/** page loader **/
.pageloading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 8000;
}

.pageloading img {
	width: 100px;
}

/*** icons **/
.mIcon {
	display: inline-block;
	vertical-align: middle;	
}


.mR10{
	margin-left: 10px;
	margin-right: 10px;
}

.allMargin3{
	margin:3px;
}

.commonActivated{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

.activatedPrescription{
background: url("../../images/icons/prescription_active.svg") no-repeat;
}

.activatedDocument{
	background: url("../../images/icons/document_active.svg") no-repeat;
}

.activatedInvestigation{
	background: url("../../images/icons/investigation_active.svg") no-repeat;
}

.activatedTreatment{
	background: url("../../images/icons/treatment_active.svg") no-repeat;
}

.inactivatedPrescription{
	background: url("../../images/icons/inactive_prescription.svg") no-repeat;
	}
	
	.inactivatedDocument{
		background: url("../../images/icons/inactive_document.svg") no-repeat;
	}
	
	.inactivatedInvestigation{
		background: url("../../images/icons/inactive_investigation.svg") no-repeat;
	}
	
	.inactivatedTreatment{
		background: url("../../images/icons/inactive_treatment.svg") no-repeat;
	}

	.inactivatedTrash{
		background: url("../../images/icons/trash.svg") no-repeat;
	}

.reportButton{
	background: url("../../images/icons/download-report.svg") no-repeat;
	top: 118px;
    left: 1747px;
    width: 23px;
    height: 24px;
}

.disabledBackground{
background-color: #e9ecef!important ;
cursor: not-allowed!important;
}
.inactivatedReportButton{
	background: url("../../images/icons/files-and-folders.svg") no-repeat;
}

.mIcon-pdf {
	background: url("../../images/icons/pdf-file-format-symbol.svg") no-repeat;
	background-size: contain;
	width: 18px;
	height: 24px;
}

.mIcon-xls {
	background: url("../../images/icons/xls-file-format-symbol.svg") no-repeat;
	background-size: contain;
	width: 18px;
	height: 24px;
}

.mIcon-history {
	background: url("../../images/icons/history.svg") no-repeat;
	background-size: contain;
	width: 30px;
	height: 35px;
}
.mIcon-history-active {
	background: url("../../images/icons/history-acitve.svg") no-repeat;
	background-size: contain;
	width: 30px;
	height: 35px;
}

.mIcon-document {
	background: url("../../images/icons/document.svg") no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
}

.mIcon-history[disabled],
.mIcon-history-active[disabled] {
	opacity: 0.5;
    pointer-events: none;
}

/** form control **/

label,
.form-group label {
	font-size: 14px;
}

label.small {
	font-size: 12px;
	color: #5B5A57;
	font-weight: 400;
}

.boldFont{
	font-weight: bolder;
}

/** custom card**/

.page-header {
	margin: 0!important;
	padding: 10px 0;
	
}

.page-header h3 {
	font-size: 1.3rem;
}
.card.customCard {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 5px 6px #9DCEFF29;
	border-radius: 10px;
	margin: 0;
	border: 0;	
}

.customCard .card-head,
.customCard .card-title {
	font-size: 18px;
	line-height: 20px;
	color: #00407E;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.customCard .card-head { 	
	box-shadow: 0px 5px 6px #9DCEFF29;	
	padding: 10px;
	/* margin-bottom: 5px; */
}
.notesCard .card-body {
	padding: 10px 5px;
}

/** custom table **/
.mCustomTable tr th {
	color: #00407E;
	font-weight: 600;
	box-shadow: 0px 5px 6px #9DCEFF29;
}

.mCustomTable tr:nth-child(odd) td {
	background: #f1fcfe;
}

.mCustomTable tr>td:nth-child(2) {
	width: 20vh;
  }

table.mCustomTable thead th, 
table.mCustomTable thead td {
	border: 0;
	padding: 10px;
}
 
table.mCustomTable tr td {
	padding: 5px 10px;
	border: 0;
}

.bootstrap-table .fixed-table-toolbar{
	padding: 0 10px;
}
.bootstrap-table .fixed-table-pagination {
	padding: 10px;
}
table.mCustomTable {
	width: 100% ;
}

table.mCustomTable thead th {
	text-transform: uppercase;
}
table.mCustomTable.no-footer {
	border: 0;	
	padding: 0 !important;
}

.detailsTable tbody tr:nth-child(2) td {
	font-weight: 600;
}

.mCustomTableWrapper .dataTables_paginate {
	float: none;	
	text-align: center;
	margin: 10px 0;
}

.mCustomTableWrapper .dataTables_filter, 
.mCustomTableWrapper .dataTables_info { 
	display: none; 
}

.mCustomTableWrapper .dataTables_paginate .paginate_button {
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	margin: 0 5px;
}

.mCustomTableWrapper .dataTables_paginate .paginate_button.next,
.mCustomTableWrapper .dataTables_paginate .paginate_button.last,
.mCustomTableWrapper .dataTables_paginate .paginate_button.first,
.mCustomTableWrapper .dataTables_paginate .paginate_button.previous {
	border: 0.5px solid #5B5A57;
	opacity: 1;	
}
.paginationTitle {
	display: block;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	border: 0.5px solid #5B5A57;
	opacity: 0.3;
}

.mCustomTableWrapper .dataTables_paginate .paginate_button:hover {
	border: 1px solid #5B5A57;
}

.mCustomTableWrapper .dataTables_paginate span .paginate_button {
	background: #BEBDB8 0% 0% no-repeat padding-box;
	color: #fff !important;	
}

.mCustomTableWrapper .dataTables_paginate span .paginate_button.current, 
.mCustomTableWrapper .dataTables_paginate span .paginate_button.current:hover {	
	background: #000;	
	color: #fff !important;
}

.mCustomTableWrapper .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0;
}

div.dataTables_length {
    display: none;
}

.headerFixed #treatmentData tr th {
	z-index: 100;
    background: #fff;
}


/** tabs **/
.mCustomTab .nav-tabs {
	border: 0;
}

.mCustomTab .nav-tabs li {
	padding: 0;
}
.mCustomTab .nav-tabs li a {
	background: rgba(0,165,195,0.2);	
	font-size: 16px;
	color: #00A5C3;
	border: 0;
	text-align: center;
	padding: 12px 15px;
}

.mCustomTab .nav-tabs li a.active{
	border: 0;
	background: #fff;
	color: #000;	
}

.mCustomTab .tab-content{
	max-height: 100% !important;
	overflow-x: hidden !important;
	overflow-y: auto;
	position: relative !important; 
}

.sidePanelInfo  {
	display: flex;
	height: 100%;	
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -1000px;
    width: 525px;
    z-index: 400;
    background: #fff;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.pr30{
	padding-right: 30px;
}

.sidePanelInfo.active {
	right: 0;
	 -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.sidePanelInfo .panelClose {
	cursor: pointer;
}

.sidePanelInfo .sidePanelHeader {	
	display: flex;
	justify-content: space-between;
	background: rgba(0,165,195,0.2);
}

.sidePanelInfo .sidePanelHeader h3 {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.sidePanelInfo .sidePanelContent {
	height: 100%;
    overflow-y: auto;
    flex: 1;
}

.sidePanelInfo .sidePanelFooter {
	height: 80px;
	background: rgba(0,165,195,0.2);
	z-index: 100;
}
.sidePanelInfo .sidePanelFooter .btn {
	padding: 8px 15px;
	min-width: 160px;	
}


/** custom checkbox **/

.custom-checkbox {
	position: absolute; 
  	opacity: 0; 
}
.custom-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 25px;
    word-break: break-word;
}

.custom-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #BEBDB8;
	border-radius: 6px;  
	position: absolute;
	left: 0;  
}
@media (min-width: 768px) {
.custom-checkbox:hover + label:before {
    background: #00A5C3;
    border: 1px solid #00A5C3;
}
}

.custom-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.custom-checkbox:checked + label:before {
    background: #00A5C3;
    border: 1px solid #00A5C3;
}  

.custom-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
} 

.custom-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

/* Checkmark. Could be replaced with an image */
.custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 white;
    transform: rotate(45deg);
}

.searchControl {
	position: relative;
}

.searchControl input {
	border-radius: 25px;
}

.searchControl .searchIcon {
	position: absolute;
	right: 5px;
	top: 8px;
	color: #00A5C3;
}
.form-control:disabled, 
.form-control[readonly] {
	cursor: not-allowed;
}
.flatpickr-input[readonly] {
	background: #fff;	
	cursor: pointer;
}
/** notes */
.notes .note {
	border: 1px solid #BEBDB8;
	border-radius: 10px;	
	position: relative;
	overflow: hidden;
	min-height: 150px;
}
.notesItem {
	overflow: hidden;
	padding: 0 5px;
}

.notesItem.expand-active .note {
	border-color: rgba(0,165,192,0.5)
}

.notesItem .overlay-card-panel {
	display: none;	
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.notesItem:hover .overlay-card-panel {	
	display: block;
}

.notesItem .overlay-card-panel {
	background: transparent linear-gradient(180deg, #00A5C399 0%, #00407E 100%) 0% 0% no-repeat padding-box;
}
.notes .notesItem  .text {
	font-size: 0.9rem;
}

.notes .notesItem  .title {
	font-size: 1rem;
}
.overlay-card-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	z-index: 100;
	border: 1px solid rgba(0,167,196,0.5);
	background: #fff;		
}


.placeholder-overlay-text {
	position: absolute;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 100%;	
	background: #fff;
	padding: 20px;
	z-index: 100;
	color: #c2c2c2;	
}

.notes.list .note {
	min-height: auto;	
}

.notes.list .title {
	font-weight: 600;
	font-size: 0.9rem;
}

.notes.list .accordianAction i {
	font-size: 18px;
}

.notes.list .expand-active  .accordianAction i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.notes.list .noteActionsItem {
	opacity: 0;
	display: none;
}

.notesItem.expand-active .noteActionsItem {
	opacity: 1;
	display: block;
	display: inline-block;
} 
.activatedNotes,.activatedNotes:hover,.activatedNotes:active,.activatedNotes:focus{
	color: white;
    background-color: #00A5C3;
}

/** treatment Table **/
#treatmentData tbody tr:first-child td {
	font-weight: 600;
}

.gutter-sizer {
	width: 15px;
}

/** custom modal **/
.mcustomModal .modal-body {
	padding: 10px 5px;
}
.mcustomModal .modal-header,
.mcustomModal .modal-footer {
	border: 0;
	padding: 20px 10px;
}

.mcustomModal .modal-content,
.mcustomModal .modal-content p{
	font-size: 1.2rem;
}

.mcustomModal .modal-title {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #232323;
}

.mcustomModal .close {
	position: absolute;
    top: 10px;
    right: -40px;
    background: #000000;
    border-radius: 0px 10px 10px 0px;
    width: 40px;
    height: 40px;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
}


.mcustomModal .modal-header .mIcon {
	font-size: 3.5rem;
	color: #ff0000;	
}

.addPatientForm label {
	margin: 0;
}

/** loaders **/
.cbtn .loader-inner {
  transform: scale(0.4, 0.4);
  vertical-align: middle;
}

.cbtn .ball-clip-rotate > div {
	margin: 0;
	width: 20px;
	height: 20px;
}

.customFileBox {
	border: 1px solid #ddd;
	position: relative;
	background: #eee;	
	overflow: hidden;
	cursor: pointer
}

.customFileBox:hover {
	cursor: pointer;	
}

.customFileBox input,
.customFileBox .customFileBoxPlaceholder,
.customFileBox .customFileBoxPreview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	cursor: pointer;
}

.customFileBox .customFileBoxPlaceholder {
	top: auto;
	font-size: 10px;
}

.customFileBox .customFileBoxPlaceholder i {
	font-size: 14px;
	vertical-align: middle;
}

.customFileBox .customFileBoxPreview  {
	z-index: 105;
}

.customFileBox input {
	width: 100%;
	height: 100%;
}

.customFileBox .customFileBoxPlaceholder {
	z-index: 110;
    background: rgba(0,0,0,0.4);
    padding: 2px;
    color: #fff;
}

.customFileBox:hover .customFileBoxPlaceholder {
	background: rgba(0,0,0,0.7);
}
.customFileBox input {
	opacity: 0;
}

.customSignBox {
	width: 150px;
	height: 60px;
}

.customProfileImageBox {
	width: 150px;
	height: 150px;	
}

.customHeaderImageBox {	
	height: 150px;	
}

/** custom select2 **/
.customSelect2 .select2-container {
	width: 100%;
	height: 40px;
	color: #495057;   
	position: relative; 
}

.customSelect2 .select2-container-active .select2-choice {
	box-shadow: none;
	border: 1px solid #00A5C3;
}

.customSelect2 .select2-choice {
	height: 40px;
	line-height: 40px;
	background: #fff;  
	border: 0;
	border-radius: 0;
    border-bottom: 1px solid #BEBDB8;	
    position: relative;
}

.customSelect2 .select2-choice .select2-arrow {
	display: none;
}

.customSelect2 .select2-choice:after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: '';
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
.customSelect2 .select2-dropdown-open .select2-choice:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)	
}

.select2-drop-active {
	border: 1px solid #00A5C3;		
}

.customSelect2 .select2-container .ui-select-focusser {
	display: none;
}
.customSelect2 .select2-container.open .ui-select-dropdown {
	opacity: 1;
	display: block;
	padding-top: 5px;
}

.customSelect2 .select2-container.open .ui-select-focusser {
	opacity: 0;
}

.customSelect2 .select2-container ul {
	margin: 0;
	padding: 0;
}

.customSelect2 .search-container {
	margin-bottom: 10px;
}


.colfirst.expandActive {
	display: none !important;
}

.colsecond .card-head {
	position: relative;
	padding-left: 20px;
}

.colsecond .dirIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	bottom: 0;
	background: rgba(0,165,192,0.2);
	color: #00A5C3;
	z-index: 10;
}

.dirIcon:before {
	position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -5px;
    left: 4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #00A5C3;
}

.colsecond.expandActive {
	max-width: 100% !important;
	flex-grow: 1;
}


.colsecond.expandActive .dirIcon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.leftFixedTitle {
	width: 150px;
}


/** patient list view **/
.patientListView li{
	padding: 10px 10px 20px;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #f1fcfe;
	font-size: 14px;
	line-height: 18px;
	border-radius: 5px;
	overflow: hidden;
}

.patientListView li > div {
	margin-bottom: 3px;
}

.patientListView li .cbtn-blue-icon {
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 24px;
}
.fieldWithIcon {
	position: relative;
}
.fieldIcon {
	display: inline;
	font-size: 1rem;
	color: #00A5C3;
	vertical-align: middle;
	margin: 3px 5px 0 0;
}

.patientStatus  {
	font-size: 12px;
	padding: 5px 10px;
	background: #e0e0e0;	
	position: absolute;
	top: 10px;
	right: 5px;
	border-radius: 20px;
	font-weight: 400;
}

.patientStatus_1,
.patientStatus_2,
.patientStatus_6 {
	background: #016EBB;
	color: #fff;
}

.patientStatus_3 {
	background: #E60000;
	color: #fff;
}

.patientStatus_4,
.patientStatus_5 {
	background: #108246;
	color: #fff;
}

.patientListView li .patientListCardLabel {
	font-weight: 600;
}

.patientListCardActionCol {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.dragDropUploader {
	position: relative;
	height: 160px;
	background: #f9f9f9;
	border: 2px dashed #ccc;
	text-align: center;
	padding: 35px 10px;	
}

.dragDropUploader.dragover {
	border-color: #00A5C3;
}

.dragDropUploader label {
	margin: 0;
}

.dragDropUploader .inputFile {
	width: 0.1px;
	height: 0.1px;
	position: absolute;
	opacity: 0;
	overflow: hidden;
}


.uploadList .list-item {		
	padding: 5px;
	border-bottom: 1px solid #ddd;
	margin: 5px 0;
	background: #f2f2f2;
	position: relative;	
	min-height: 60px;	
}

.uploadList .list-item .actionWrapper {
	position: absolute;
	top: 5px;
	right: 5px;
	left: 0;
	text-align: right;
}

.list-item .actionWrapper  .cbtn-blue-icon {
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
}
.uploadList .list-item.success-item {
	border: 1px solid #069006;	
}

.uploadList .list-item .icon-done {
	color: #0ec70e;
}

.uploadList .list-item.error-item {
	border: 1px solid #f00;	
}


.uploadedContent {
	font-size: 14px;
	word-break: break-word;
	margin-left: 60px;
    margin-right: 65px;
}

.uploadedContent .smalltext {
	font-size: 10px;
}
.uploadList figure  {
	width: 50px;
	height: 50px;
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	margin: 0 10px 0 0;
	float: left;
}
.uploadList figure img {
	max-height: 100%;
}
.uploadList .figure-icon  {
	text-align: center;
}
.uploadList .figure-icon .icon {
	line-height: 45px;
}
.uploadList .iconDelete {
}
.modalTreatmentList li {
	padding: 0 10px;
	height: 50px;
	cursor: pointer;	
}

.modalTreatmentList li .col-content {
	padding: 10px 10px;
	background: #f2f2f2;
	border: 1px solid #ddd;
}

.modalTreatmentList li:hover .col-content {
	border: 1px solid #bbb;
	cursor: pointer;
}

#confirmCopyTreatmentModal {
	z-index: 1080;
}
