.loadingIndicator { 
	display: none; 
	overflow: auto; 
	overflow-y: scroll; 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	z-index: 1040; 
	background: rgba( 55, 55, 55, .30 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}
.loadingIndicator.fade { 
	-webkit-transform: translate(0, -25%); 
	-ms-transform: translate(0, -25%); 
	transform: translate(0, -25%); 
	-webkit-transition: -webkit-transform 0.3s ease-out; 
	transition: transform 0.3s ease-out; 
}
.loadingIndicator.in { 
	-webkit-transform: translate(0, 0); 
	-ms-transform: translate(0, 0); 
	transform: translate(0, 0); 
}
/*.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer:after, .modal-footer:before {
    content: " ";
    display: table
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}*/
a.binary{
	float:right; 
	text-decoration:none; 
	background: #dfeffc url(../images/film.png) 50% 50% repeat-x;   
	padding:0 8px;   
	display:inline-block;
	height: 16px;
	border: none;
	margin:0 0 0 5px;
	line-height:16px;
}
a.pdfBinary{
	text-decoration: none;
	margin: 0 0 0 5px;
	color: #333;
	border: 1px solid #c5dbec;
	background: #dfeffc url(../images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	padding: 0 5px;
	display: inline-block;
	border-radius: 4px;
	float: right;
	line-height: 16px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.sf-authors-search {
    border-bottom: 1px solid #ccc;
    padding-bottom: .40em;
    margin-top: -5px;
    margin-bottom: 5px;
}
.sf-authors-bold {
    font-weight: bold !important;
}
#table_years_container {
    width: 430px;
    height: 400px;
    overflow-y: auto;
}
.ui-dialog-titlebar-close {
  visibility: hidden;
}
.selectize-box-height {
    height: auto !important;
    max-height: 110px !important;
    overflow-y: auto !important;
}
.displayInline {
	display: inline !important;
}
.sidebar_more {
	font-size: 12px !important; 
}
.ul-list-without-bullet {
    list-style-type: none;
    margin-left: -40px;
}
.link-alignment{
    width: 90px;
    top: 0px;
    left: 141px;
    position: absolute; 
}
.row2 {
    margin-left: 0px !important;
    margin-right: 0px !important
}
.sf-extra-expanded .sf-extra-expanded-toggle {
	float: left;
    display: inline;
    text-align: right;
}
.sf-extra-expanded-popup {
    float: left;
    position: absolute;
    display: none;
    max-width: 600px;
    min-width: 300px;
    top: -5px;
    left: 105%;
    z-index: 5;
    background: #e5e5e7;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #aaa;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2)
}
.sf-extra-expanded-popup:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    left: -18px;
    top: 15px;
    border: 9px solid #e5e5e7;
    border-color: transparent #e5e5e7 transparent transparent
}
.sf-extra-expanded-popup strong {
    display: block;
    margin: 0 0 5px;
    font-weight: 800
}
.sf-extra-expanded-popup ul {
    list-style: none inside;
    overflow: scroll;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    max-height: 400px
}
.sf-extra-expanded-popup .button {
    margin-right: 10px
}
.sf-expanded-popup ul {
    list-style: none inside;
    overflow: visible !important;
    margin: 10px 0;
    padding: 10px 20px;
    background: #fff;
    max-height: 400px;
    min-height: 270px;
}
.sf-expanded-popup {
	max-width: 650px !important;
	min-width: 650px !important;
}
.sf-expanded-popup-topics {
    float: right;
    position: absolute;
    display: none;
    max-width: 650px;
    min-width: 650px;
    top: -435px !important;
    left: 105%;
    z-index: 5;
    background: #e5e5e7;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #aaa;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2)
}
.sf-expanded-popup-author {
    float: right;
    position: absolute;
    display: none;
    max-width: 650px;
    min-width: 650px;
    top: -380px !important;
    left: 105%;
    z-index: 5;
    background: #e5e5e7;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #aaa;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2)
}
.sf-expanded-popup-years {
    float: right;
    position: absolute;
    display: none;
    max-width: 650px;
    min-width: 650px;
    top: -365px !important;
    left: 105%;
    z-index: 5;
    background: #e5e5e7;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #aaa;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2)
}
.sf-expanded-popup-years:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    left: -18px;
    top: 379px !important;
    border: 9px solid #e5e5e7;
    border-color: transparent #e5e5e7 transparent transparent
}
.sf-expanded-popup-topics:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    left: -18px;
    top: 450px !important;
    border: 9px solid #e5e5e7;
    border-color: transparent #e5e5e7 transparent transparent
}
.sf-expanded-popup-author:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    left: -18px;
    top: 394px !important;
    border: 9px solid #e5e5e7;
    border-color: transparent #e5e5e7 transparent transparent
}
.avs-close:hover, .button:hover, .reset:hover {
    cursor: pointer
}
.avs-modal {
    display: none;
    position: absolute;
    top: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    background: rgba(77, 77, 77, .25)
}
.avs-modal-content {
    overflow: visible !important;
    width: 500px;
    margin: 120px auto 0;
    top: 150px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    background: #fff;
    padding: 2em;
    cursor: pointer
}
.avs-modal-content label {
    display: block
}
.avs-modal-content label:active, .avs-modal-content label:hover {
    cursor: pointer;
    background: #eee
}
.avs-modal-content ul {
    max-height: 300px;
overflow-x: hidden !important;
overflow-y: scroll !important;
    padding: 0;
    list-style: none inside
}
.avs-modal-content ul ul {
    display: none;
    padding: 0 0 0 1em
}
.avs-modal-content .expandable {
    position: relative
}
.avs-modal-content .expandable:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 6px;
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-left-color: #999
}
.avs-modal-content .expanded:before {
    border-color: transparent;
    border-top-color: #999
}
.avs-modal-content .expanded + ul {
    display: block
}
.avs-modal-content .btn, .avs-modal-content .cancel, .avs-modal-content strong {
    margin-right: 1em
}
.login-dialog {
	max-width: 600px;
	margin: 30px auto;
}
.bio {position: relative; clear: left;}
