body
{
	/*background-color: rgba(192,206,216,.2);*/
	background-color: #fff;
}


a,
a:visited
{
	color: #005191;
}


input,
select,
textarea
{
	margin: 0;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	width: 250px;
}

input[type="radio"],
input[type="checkbox"]
{
	min-width: 0px;
	width: 20px;
	margin-top: 10px;
	margin-bottom: 12px;
}


.btn
{
	border: 1px solid #005191;
	border-right-color: #0074cc;
	border-top-color: #0074cc;
	background-color: #2196F3;
	color: #fff;
	padding: 7px;
	border-radius: 5px;
	font-weight: bold;
	text-shadow: -1px 1px #333;
}

.btn:hover
{
	background-color: #1a7ece;
}


.underline
{
	text-decoration: underline;
}

.backLink
{
	margin: 50px 0px;
}

.alert
{
	margin-top: 5px;
	padding: 20px;
	background-color: #f44336;
	color: #fff;
	opacity: 0.83;
	transition: opacity 0.6s;
	margin-bottom: 15px;
}

.alert-error
{
	background-color: #f44336;
}

.alert-success
{
	background-color: #4CAF50;
}

.alert-warning
{
	background-color: #ff9800;
}

.alert-info
{
	background-color: #2196F3;
}


.success
{
	color: #4CAF50;
}

.error
{
	color: #f44336;
}



/* Alert close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the alert close button */
.closebtn:hover {
    color: black;
}


.contentDiv
{
	width: 1100px;
	margin: 0 auto;
}


#homepageLogin
{
	margin-top: 50px;
	background-color: #a9eef9;
	width: 300px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 12px 1px #ccc;
}


#homepageLogin #inner
{
	margin: 0 auto;
	width: 250px;
}


#homepageLogin #inner input
{
	width: 100%;
}




#header
{
	width: 100%;
	border-bottom: 10px solid #005191;
	background-color: #fff;
}

#headerContent
{
	max-width: 1000px;
	margin: 0 auto;
}

#headerContent ul
{
	float: right;
}


#headerContent ul li
{
	display: block;
	float: left;
	margin-left: 25px;
}

#headerContent ul li a,
#headerContent ul li a:visited
{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 19px;
}

#headerContent ul li a:hover
{
	color: #000;
}


#footer
{
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #005191;
	padding: 5px 0;
	background-color: #fff;
	height: 15px;
}

#footerContent
{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	color: #777;
}



#console
{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}



#activeReports
{
	margin-top: 50px;
}



.reportListHeader
{
	font-weight: bold;
	border-bottom: 1px solid #005191;
}



.reportListEdit
{
	float: left;
	width: 70px;
	text-align: center;
}
.reportListClient1,
.reportListClient2
{
	float: left;
	text-align: left;
	width: 200px;
	overflow: hidden;
}
.reportListMessages
{
	float: right;
	width: 130px;
	overflow: hidden;
	text-align: center;
}
.reportListFiles
{
	float: right;
	width: 65px;
	overflow: hidden;
	text-align: center;
}
.reportListInvoices
{
	float: right;
	width: 140px;
	overflow: hidden;
	text-align: center;
}
.reportListReportStatus
{
	float: right;
	width: 100px;
	overflow: hidden;
	text-align: center;
}
.reportListCreated
{
	float: right;
	width: 120px;
	text-align: center;
}
.reportListUpdated
{
	float: right;
	width: 120px;
	text-align: center;
}



.reportListRow
{
	padding: 10px 0;
	font-size: 16px;
}

.reportListRowEven
{
}


.reportListRowOdd
{
	background-color: #c0ced8;

}


.lawyerName
{
	font-weight: bold;
}

.lawyerFirm
{
	text-decoration: underline;
}

#reportsList a,
#reportsList a:visited
{
	color: blue;
}



#reportClients,
#reportFiles,
#reportFileUpload
{
	margin-top: 50px;
}


#reportClients #member,
#reportLawyers #member,
#reportFiles #member
{
	width: 470px;
	float: left;
	text-align: left;
}

#reportClients #nonmember,
#reportLawyers #nonmember,
#reportFiles #nonmember
{
	width: 470px;
	float: right;
	padding-left: 20px;
	text-align: left;
}


#reportFiles #admin
{
	width: 700px;
	margin: 0 auto;
}


#reportLawyers #member ul,
#reportLawyers #nonmember ul
{
	list-style-type: none;
	padding-left: 5px;
}


#reportFiles #member ul,
#reportFiles #nonmember ul,
#reportFiles #admin ul
{
	max-height: 200px;
	overflow-y: scroll;
	list-style-type: none;
	padding-left: 5px;
}


#uploadArea
{
	width: 900px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 20px;
	border-radius: 10px;
	height: 100px;
	font-weight: bold;
}


#reportLawyers h3
{
	margin: 0;
	font-size: 16px;
}



#footerLinks
{
	float: right;
}


#uploadResult img
{
	height: 15px;
	margin-right: 5px;
}


.checklist
{
	margin-bottom: 10px;
}

.checklist .list
{
	display: none;
}

.checklist a
{
	cursor: pointer;
	text-decoration: underline;
}


#member .lawyerTitle,
#nonmember .lawyerTitle
{
	font-weight: bold;
}

#member .lawyerName,
#nonmember .lawyerName
{
	font-weight: normal;
}

#member .lawyerFirm,
#nonmember .lawyerFirm
{
	text-decoration: none;
	font-style: italic;
}



#member h3,
#nonmember h3
{
	text-decoration: underline;
}


#member h3 span,
#nonmember h3 span
{
	font-size: 15px;
	font-weight: normal;
}

.checklist ul
{
	overflow-y: auto !important;
}


#messageDiv
{
	display: none;
	width: 650px;
	margin: 0 auto;
}


#messageDiv textarea
{
	width: 100%;
	display: block;
	margin: 10px 0;
	height: 70px;
}


#messageList
{
	width: 100%;
	max-height: 400px;
	overflow: scroll;
	background-color: #f7faff;
	padding: 10px;
	margin-top: 20px;
}



.message
{
	float: left;
	border: 1px solid gray;
	border-radius: 5px;
	width: 450px;
	padding: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 7px 1px #ccc;

	background: rgb(255,255,255);
	background: linear-gradient(360deg, rgba(255,211,38,1) 50%, rgba(201,166,28,1) 100%);
}

.message .from
{
	margin-bottom: 5px;
}

.message .date
{
	font-size: 12px;
}

.message.user
{
	float: right;
	background-color: rgba(221,238,250,1);
	background: linear-gradient(360deg, rgba(221,238,250,1) 50%, rgba(170,211,241,1) 100%);
}


.message.otherLawyer
{
	background: rgb(238,238,238);
	background: linear-gradient(360deg, rgba(238,238,238,1) 50%, rgba(201,201,201,1) 100%);
}


.message.admin
{
	background: linear-gradient(360deg, rgba(255,211,38,1) 50%, rgba(201,166,28,1) 100%);
}


.filesList
{
	background-color: #f7faff;	
	padding: 5px;
}


.filesList li
{
	margin-bottom: 15px;
}


.fileIcon
{
	float: left;
	width: 25px;
	margin-right: 5px;
}

.fileInfo
{
	float: left;
	width: 400px;
}


#messageCloseLink
{
	margin-bottom: 15px;
}

#messageCloseLink .messageCloseBtn
{
	float: left;
	margin-right: 10px;
}


#messageCloseLink:hover
{
	cursor: pointer;
}


.messageCloseBtn
{
	float: right;
	clear: both;
	background-color: none;
	padding: 3PX;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding-bottom: 1px;
	width: 20px;
}

.messageCloseBtn:hover
{
	cursor: pointer;
}


#reportMessages
{
	margin-top: 60px;
}

.invoicePaid
{
	color: green;
}

.invoicePending
{
	color: orange;
}


.checklistSubmitButton
{
	display: none;
}

.checklistSubmitButton .btn
{
	width: 100%;
	margin-bottom: 40px;
}



#preMessage
{
	background-color: #f7faff;
	padding-left: 30px;
}

#preMessage #icon
{
	float: left;
	margin-right: 30px;
}

#preMessage #message
{
	float: left;
}


h3 .iconFile
{
	width: 25px;
	margin-right: 10px;
}


.deleteBtn
{
	float: right;
	width: 25px;
}

.deleteBtn:hover
{
	cursor: pointer;
}



#accountEmail,
#accountPassword,
#accountLawyer
{
	float: left;
	width: 450px;
	padding-right: 30px;
}


#accountLawyer .sendUpdates
{
	margin-left: 25px;
}


.tooltip
{
	font-weight: bold;
	color: #005191;
}

.tooltip:hover
{
	cursor: pointer;
}



#headerContent h1
{
	display: inline;
}


#headerContent a
{
	text-decoration: none;
}



.date-picker-close
{
	position: relative;
	top: -32px;
	right: -21px;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background: #990000;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
}



.date-picker
{
	display: none;
	background: #eee;
	border: 2px solid #5C6670;
	padding: 11px;
	border-radius: 15px;

	-webkit-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 13px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 13px 0px rgba(50, 50, 50, 0.75);
}

.date-picker select
{
	margin-right: 5px;
	color: #5C6670;
	background-color: #fff;
}


#date-picker-day
{
	width: 55px;
}


#date-picker-month
{
	width: 100px;
}


#date-picker-year
{
	width: 75px;
}


button,
.button
{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #1c73ff;
	border: none;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

button:hover,
.button:hover
{
	background-color: #0d4399;
	color: #fff;
	cursor: pointer;
}


.sectionBordered
{
	border: 1px #999 solid;
	padding: 15px;
	border-radius: 10px;
	padding-top: 0px;
	margin-bottom: 50px;
	box-shadow: 0px 0px 10px 3px #ccc;
	background: rgba(240,240,240,.9);
}


.labelFrequency
{
	margin-left: 10px;
	font-style: italic;
}

.inputSelectSub,
.inputSub
{
	margin-left: 3px !important;
	width: 172px;
}

.inputSelect
{
	margin-left: 13px !important;
	width: 172px;
}

.inputYear
{
	width: 150px;
	margin-left: 3px !important;
}


.inputSelectNoLabel
{
	width: 162px;
	margin-left: 13px !important;
}

.inputSelectSubNoLabel
{
	width: 172px;
	margin-left: 13px !important;
}

.inputYearNoLabel
{
	width: 150px;
	margin-left: 13px !important;
}

.vspacer50
{
	margin-top: 50px;
	
}



 .inputNormal,
 .inputPercentage
 {
 	margin-left: 13px;
 	width: 160px;
 	
 }

 .inputPercentageSub
 {
 	margin-left: 3px;
 	width: 160px;
 	
 }

 .inputDollar
 {
 	width: 160px !important;
 	
 }


.inputDate
{
	width: 160px;
	text-align: center;
	margin-left: 13px;
}