/********** General Styles **********/
.i_placeholder {
	width:200px;
	height:100px;
	text-align: center;
	font-size:100px;
	max-width: 100%;
}

.forgot_password {
	display:block;
	margin: 0 auto;
	margin-top:50px;
	font-style: italic;
	text-decoration: underline;
}

/********** Table Styles ***********/
.book_copy_details_box {
	font-size: 12px;
}

.prop_column {
	width: 140px;
}

.opt_column {
	max-width: 120px;
	min-width: 100px;
}
.narrow_column {
	width: 30px;
}

.datatable tr:hover {
	background-color: #dfdfdf !important;
}

.datatable td {
	cursor: pointer;
	transition: all 300ms ease;
}

.datatable td:hover {
	color:#428bca;
	text-shadow: 1px 1px 1px #ccc;
}

/* Sync Page Styles **/
.sync_page_icon {
	display: block;
	padding: 20px;
	background-color: #eee;
	border-radius: 50%;
	font-size:3em;
	margin:0 auto;
	width:82px;
	height: 82px;
	text-align: center;
}
.sync_page h4, .sync_page span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.sync_page button {
	margin:0 auto;
}

/*** Modal Styles ***/
.lib_form input {
	margin-bottom: 1em;
}
.modal {
	background: rgba(0,0,0,0.7);
}
.modal-body.modal-scroll {
	max-height: 450px;
	overflow: scroll;
}
.modal textarea {
	margin-top:1em;
	margin-bottom: 1em;
}
.inline_plus {
	margin-left: 0.5em;
}

.flash_message {
	display: none;
	position: fixed;
	z-index: 10000;
	right:0;
	top:0;
	margin-right:100px;
	margin-top:10px;
}

.flash_message_login {
	display: none;
	z-index: 10000;
	margin-top:10px;
	text-align: center;
}

.view_remarks {
	font-style: italic;
}

#issue_submenu li a span{
	padding-right: 10px;
}

#issue_submenu li:hover {
	background-color: #eee;
}

.nav li.active > a {
	margin-top:1px;
	background-color: #428bca;
	color:#fff;
}


#main_nav {
	transition: all 500ms ease;
}

#main_nav * {
	font-weight: bold;
}

.user_navbar {
	background-color: #333 !important;
}

.user_navbar *{
	font-weight: bold;
	color:#fff;
}

.user_navbar #issue_submenu {
	background-color: #333 !important;
}

.user_navbar #issue_submenu *{
	color:#fff;
}

.user_navbar ul.nav > li:hover > a, .user_navbar ul.nav > li:hover > a > span > i  {
	background-color: #fff;
	color:#333;
}

.secret_codes td {
	font-family: 'Monospace';
	font-weight: bold;
	font-size: 14px;
}

.fine_receive_button {
	font-size: 12px;
}

.navbar-fixed-top {
	border-bottom: solid 1px #ccc;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(200, 200, 200, 1);
}

.logo_img {
	width: 100%;
	max-width: 200px;
	display: block;
	height: auto;
	margin: 0 auto;
}

#logo_image {
	width: 30px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#institute_name {

}

#logo_image_mobile {
	width: 30px;
	display: inline;
}

#institute_name_mobile {
	display: none;
}

/*************** Library Card CSS (Landscape) ******************
.library_card_wrap {
	width:330px;
	padding:7px;
	border: solid 1px #333;
	overflow: hidden;
	margin:10px auto;
	box-shadow: 0px 0px 15px #888;
}
.library_card_wrap > .card_head >  img.campus_logo {
	width:30px;
	float:left;
}

.library_card_wrap > .card_head >  h3 {
	text-align: right;
	font-size:12px;
	width: 330px;
	margin-top:7px;
	position: absolute;
	font-family:'times';
	font-weight: bold;
	padding-right: 24px;
}
.library_card_wrap > .card_head >  h4 {
	font-size:12px;
	text-align: right;
	width: 330px;
	margin-top:30px;
	position: absolute;
	font-family:'times';
	padding-right: 24px;
}

.library_card_wrap > .user_info {
	height: 80px;
}

.library_card_wrap > .user_info > .card_table {
	margin-left: 10px;
	margin-top:10px;
	font-size:12px;
	font-family: 'times';
}

.library_card_wrap > .user_info > .card_table td, .library_card_wrap > .user_info > .card_table th {
	padding: 0px 5px;
}
td.colon-td {padding:0;}
.library_card_wrap > .barcode {
	padding:10px 0px;
}
.library_card_wrap > .barcode > img {
	display: block;
	margin-left: -10px;
	width: 336px;
	height: 25px;
	border: solid 1px #000;
}
/***************************************************/


/*************** Library Card CSS (Portrait) ******************/
.library_card_wrap {
	width:230px;
	padding:7px;
	border: solid 1px #ddd;
	overflow: hidden;
	margin:10px auto;
	box-shadow: 0px 0px 15px #888;
}
.library_card_wrap  img.campus_logo {
	width:130px;
	display: block;
	margin: 20px auto 40px auto;
}

.library_card_wrap > .card_head >  h3 {
	text-align: center;
	font-size:0.9rem;
	margin-top:7px;
	margin-bottom: 5px;
	font-family:'arial';
	font-weight: bold;
}
.library_card_wrap > .card_head >  h4 {
	font-size:0.8rem;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	font-family:'arial';
}

.library_card_wrap  .user_info {

}

.library_card_wrap  .user_info > .card_table {
	font-size:1rem;
	font-family: 'arial';
	width: 100%;
	/*border: solid 1px #000;*/
}

.library_card_wrap  .user_info > .card_table th {max-width: 58px; width: 58px;}

.library_card_wrap  .user_info > .card_table td, .library_card_wrap  .user_info > .card_table th {
	padding: 0px 5px;
}
td.colon-td {padding:0 !important; width: 3px;}

.library_card_wrap  .barcode {
	width: 30px;
	height: 275px;
	/*overflow: hidden;*/
	/*border: solid 1px #f00;*/
}
.library_card_wrap  .barcode > img {
	display: block;
	position: absolute;
	margin: 0;
	width: 30px;
	height: 265px;
	margin-top: 0px;
	/*border: solid 1px #000;*/
}

.user_info_left {
	float:left;
	width: 180px;
}
.user_info_right {
	float:right;
	width: 30px;
}
/***************************************************/