#primary {
	margin-left: 15px; width: 715px !important;
}
.record {
	width: 100%; border: 1px solid #eaeaea; border-top: 0px; overflow: hidden; padding: 5px; margin: 0px 0px 0px 0px;
}
.header {
	border-top: solid #eaeaea 1px !important;
	color: #000099;
	font-weight: bold;
}
.odd {
	background: #fafafa;
}
.even {
	background: #ffffff;
}
.preamble {
	margin-bottom: 15px;
}
.postamble {
	margin-top: 25px;
}
.record div {
	display: inline-block;
	vertical-align: top;
}
.module h3 a{
	color: #0052a0;
}
.module h3 a:hover{
	color: #5a95cc !important; 
	text-decoration: underline;
}
.lt-ie8 .wrapper {
	margin-top: 10px !important;
}

/*LOANS PAGE*/
.loan_renew a {
	line-height: 18px;
	height: 18px;
	font-size: 12px !important;
}
.loan_title {
	width: 480px;
}
.loan_duedate {
	width: 170px;
	text-align: center;
}
.loan_renew {
	width: 170px;
}
.loan_overdue
{
    font-weight:bold;
    color:Red;
}
.loan_renew input
{
    float:right;
}
.button_disabled, .button_disabled:hover
{
    background-color:#eee !important;
    color:#000 !important;
}
/*REQUESTS PAGE*/
.newrequest {
	margin-bottom: 30px;
	overflow: hidden;
}
.failed {
	margin-bottom: 30px;
	overflow: hidden;
	
	border:2px dotted red;
}
.newrequest h3 {
	margin-bottom: 0px;
}
.newrequest_title {
	font-weight: bold;
}
.newrequest_button a {
	line-height: 18px;
	height: 18px;
	font-size: 12px !important;
}
.newrequest_button {
	/*margin-top: 5px;*/
}
.newrequest_button input{
	float:right;
}
.newrequest_holder {
	margin-bottom: 50px;
}
.newrequest_copy {
	width: 285px;
}
.newrequest_copy select
{
    width: 275px;
}
.newrequest_location {
	width: 160px;
}
.newrequest_location select {
	width: 150px;
}
.newrequest_cancel {
	width: 150px; 
	margin-left:2em;
    display:none !important;
}
.newrequest_cancel input {
	width: 80px;
}
.newrequest_comment {
	width: 230px;
}
.newrequest_comment textarea {
	width: 230px; height:50px;
}
.requests_holder .record div {
	display: inline-block;
	vertical-align: top;
}
.request_cancel a {
	line-height: 18px;
	height: 18px;
	font-size: 12px !important;
}
.request_title  {
	width: 60%;
}
.ill .request_title  {
	width: 60%;
    padding-right:1.5em;
}
.ill .delete {
    margin-left:1em;
    background-color:#808080;
    height:18px;
    display:none;
}
.ill .delete:hover{
    background-color:red  !important;
}
.ill .request_status {
    padding-right:1.5em;
}
.ill .request_status {
    width: 25%; text-align: center;
}
.ill .request_cancel {
	width: 15%;
}
.request_status {
	width: 70px; text-align: center;
}
.request_queue {
	width: 100px; text-align: center; display:none !important;
}
.request_pickup {
	width: 100px; text-align: left;
	padding:0 0 0 10px;
    
}
.request_expiry {
	width: 100px; text-align: left;
    
    
}
.request_cancel {
	width: 60px;
}
.request_cancel input
{
   
}
/*DEMERITS / FEES*/
.demerits_holder .postamble {
	margin-top: 0px;
	margin-bottom: 40px;
}
.demerit_title {
	width: 540px;
}
.demerit_date {
	width: 100px;
}
.demerit_amount {
	width: 50px;
	text-align: right;
}
.total {
	border-top: #d0d0d0 1px solid;
    font-weight: bold;
}

.fees_title {
	width: 380px;
    /*display:none !important;*/
}

.fees_title span {
	display:none !important;
}
.total .fees_title::after {
	content:"Total Fines Accrued";
}

.fees_date {
	width: 100px;
}
.fees_fee {
	width: 60px;
	text-align: right;
}
.fees_payment {
	width: 70px;
	text-align: right;
}
.fees_balance {
	width: 60px;
	text-align: right;
}
.header .fees_fee {
	text-align: center;
}
.header .fees_payment {
	text-align: center;
}
.header .fees_balance {
	text-align: center;
}
.fees_holder .postamble {
	margin-top: 0px;
	margin-bottom: 40px;
}

/*SUMMARY*/
.summary {
	width: 292px; border-top: 1px solid #eaeaea;
}
.suspended {
	padding-bottom: 15px;
}
.suspended .red {
	color: red;
	font-weight: bold;
}
.summary_title {
	width: 80%;
}
.summary_amount {
	width: 15%;
	text-align: right;
}
.summary .record {
	width: 280px; border: 1px solid #eaeaea; border-top: 0px;
}

/*LOGIN*/
.login .entry {
	display: inline-block; vertical-align: top; width: 700px; padding: 5px; margin: 0px 0px 0px 0px;
}
.login_title {
	display: inline-block; width: 100px;
}
.login_value {
	display: inline-block; width: 150px;
}
.invalid .red {
	color: red;
	font-weight: bold;
}
.login_button {
	margin-top: 15px;
}
.login_button a.button:hover
{
	background-color: #789e14 !important;
	text-decoration: none;
}

.pnlDigitise {
    display:none !important;
}
