.patient-list > li {
	border-bottom: dotted 1px gray;
	padding: 15px;
}

.fc-header-title h2 {
	font-size: 18px;
}

.notifications {
	margin: 10px 30px;
}

.user-file, .user-folder, #trash, #archive, #email-queue, #permanenttrash ,#recover{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 middle;
	width: 75px;
	height: 70px;
	padding-top: 50px;
	float: left;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	margin: 25px 10px;
	z-index: 400;
	word-wrap: break-word;
}

.tab-pane.file-active, .user-file.file-active, #trash.file-active, #archive.file-active,#permanenttrash.file-active,#recover.file-active {
	background-color: #D4DEF0;
}

.user-folder.file-active {
	background-color: #EBD5BB !important;
}

.loading{
	background: url('../images/loader.gif') no-repeat scroll center center transparent;
	width:50px; height:30px;float: left; 
	background-size: 30px;
}
.dn{display:none;}

.user-folder {
	background-image: url(../img/user-folder.png);
}

.user-file {
	background-image: url(../img/user-file.png);
}

.user-folder > .invisible-icon , .user-file > .invisible-icon {
	display: inline-block !important;
	position: absolute;
	top: -5px;
	right: 15px;
}

.user-file > .complete-icon {
	display: inline-block !important;
	position: absolute;
	top: 15px;
	right: 42px;
}

#trash {
	float: right !important;
	background-image: url(../img/trash.png);
	z-index: 100;
}

#permanenttrash {
	float: right !important;
	background-image: url(../img/trash.png);
	z-index: 100;
}

#recover {
	background-image: url("../img/restore.png");
    background-size: 100% auto;
    float: right !important;
    
    z-index: 100;
}

#archive {
	display: inline-block;
	float: right !important;
	background-image: url(../img/archive-icon.png);
	z-index: 100;
}

#email-queue {
	display: inline-block;
	background-image: url(../img/email.png);
	z-index: 100;
}

#email-queue span {
	position: absolute;
	top: 1px;
	right: -3px;
	display: inline-block;
	padding: 3px;
	background-color: #FF7D7D;
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.user-folder > span, .user-file > span {
	width: 100%;
	text-align: center;
	display: block;
}

#bookings li {
	padding: 5px;
	margin-bottom: 5px;
}

#comments li {
	padding: 5px 2px;
	border-bottom: 1px solid gray;
}

#comments > ul {
	max-height: 300px;
	overflow-y: auto;
}

.comment-by {
	font-size: 12px;
}

.exercise-sheet-icon {
	display: inline-block;
	padding: 2px 4px;
	width: 30px;
	height: 20px;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	background-color: #EF5A5A;
	color: white;
	font-weight: bold;
	z-index: 1000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: .9;
}

.statement-row {
	cursor: pointer;
	-moz-user-select: none;
}

#transactions {
	padding: 0;
	margin: 0;
}

#transactions div.txn {
	margin: 25px 2% 0 0;
	border: 1px solid #6388B5;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 28%;
	float: left;
	display: block;
	background-color: white;
	min-height: 220px;
}

.patient-note {
	background-color: white;
	border: 1px solid #6388B5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}

.patient-note .note-header {
	font-size: 13px;
	background-color: #0088CC;
	color: white;
	padding: 5px;
}

.patient-note .note-header a {
	color: white;
	float: right;
	margin-right: 6px;
}

.patient-note .note-body {
	display: block;
	padding: 10px;
}

#pt-notes {
	height: 360px;
	overflow-y: auto;
}

#user-folders .folder.active, #user-folders .file.active {
	background-color: #83A7E4;
}

#booking-notes {
	position: absolute;
	z-index: 3000;
}

.active-section {
	border: 1px solid gray;
	padding: 10px;
}

.btn.active {
	background-color: #4E4E4E !important;
	color: white !important;
	text-shadow: none !important;
}

.wysiwyg-color-red {
  color: red;
}
.wysiwyg-color-green {
  color: green;
}
.wysiwyg-color-blue {
  color: blue;
}


.borderleft
{
border-left:1px solid #ccc;
padding-left:18px;
}


.borderright
{
border-right:1px solid #ccc;
padding-right:18px;
}

.orleft
{
float: left;
margin-left: -18px;
}

.orright
{
float: right;
margin-right: -15px;
}

.notesarea
{
width:100% !important;
height:150px !important;
      
}

.notesareapatient
{
width:100% ;
height:100px !important;
      
}

.add-on{cursor:pointer;}

.expandfull
{
		position: fixed;
		right: 0;
		top: 30%;
		width: 32px;
		height: 32px;
		z-index: 50000;
		
		background-image: url(/img/exitfullscreen.png);
		background-Repeat: no-repeat;
		background-Color: #C8C8C8;
		background-Position: center center;
		cursor: pointer;
		padding: 15px 10px;
		-webkit-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
        border: 1px solid #5C5959;
        border-Right: 0	;
        display:none;
    
}

.flderror
{
border: 2px solid #b94a48 !important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;	
}
.errortext
{
 color:#b94a48;
 display:none;
}

.dividetext{color: red;
font-size: 18px;
font-weight: bold;}

.notesyear
{
font-size:18px !important;
color:#000 !important;
}


/* New-Style CSS */


ul.typeahead.dropdown-menu {
    top: unset !important;
    left: unset !important;
}