#clinicmap {
	min-width: 300px;
	min-height: 300px;
}

.select2-container .select2-search--inline {
    width: 100%;
}

.bootstrap-table>.fixed-table-toolbar>.search {
	min-width: 280px !important;
}

.text-size-300 {
	font-size: 2.5em !important;
}

.logo-lk {
	width: 32px;
	height: 32px;
}

.login-logo {
	width: 84px;
	height: 84px;
}

.resource-item .avatar { 
    width: 69px; 
	height: 69px; 
	overflow: hidden;
}

 .avatar img { 
	width: 65px;
    border-radius: 4rem !important;
	padding: 2px;
 }
 
 .resource-item .avatar-large { 
    width: 128px; 
	height: 128px;
	overflow: hidden;
}

 .avatar-large img { 
 	width: 124px;
    border-radius: 4rem !important;
	padding: 2px;	
 }
 
 .modal-dialog>.modal-content>.modal-body>.photo {
	 max-height: 90%;
	 max-width: 300px;
 }