﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@charset "utf-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
	border: none
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block
}

/***************************************************
			      Global styles
***************************************************/

html, body, form {
	height: 100%;
	width: 100%;
	margin: 0;
}

body {
	text-rendering: optimizeLegibility;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #333333;
	color: #303030;
	margin: 0 0 1px;
	margin-top:0px;
	/*max-height:100vh;*/
	line-height: 1.2;
	
}

html, body, dd, dt, p, th, td {
font: 1em 'Open Sans', Arial, Helvetica, sans-serif;
}

html,
button,
input,
select,
textarea, h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;  
}

h1 {
	font-size: 1.5em;
	line-height: 1.8;
	color: #303030;
	text-align: center;
	margin-bottom: 7px;
	padding-bottom: 12px;
}

h2 {
	font-size:1em;
	line-height: 1.1;
	color: #303030;
	text-align: center;
	margin-bottom: 7px;
	padding-bottom: 12px;
}
	
h3 {
	font-size: 1.25em;
	line-height: 0.9;
	color: #303030;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

h4 {
	font-size: 1.125em;
	line-height: 1.8;
	color: #303030;
	text-align: center;
	padding-top: 12px;
}

h5 {
	font-size: .88em;
	line-height: 1.8;
	color: #303030;
	text-align: center;
	padding-top: 12px;
}

h6 {
	font-size: .8em;
	line-height: 1.0;
	color: #303030;
	text-align: left;
	margin-bottom: 12px;
}

.TextBox 
{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	background-color: #FFFFFF;
	color: #303030;
	
    padding: 2px 0px 2px 5px;
	text-align: left;
    background-color: #fff;
    border-top: 1px solid #686868;
    border-bottom: 1px solid #686868;
    border-left: 1px solid #686868;
    border-right: 1px solid #686868;	
}

/***************************************************
			      Bootstrap Overides
***************************************************/

header {
  
	text-align: center;
}

.container 
{
    font-family: 'Open Sans', sans-serif;
    width:100%;
    /*max-width:480px;*/
    padding:0px;
    margin:0px;
    background-color:#ffffff;
    margin-right: auto;
    margin-left: auto;  
    height:100vh; 
}
.container h1
{
    font-family: 'Open Sans', sans-serif;
    font-size:1.8em;
    font-weight:normal;
	line-height: 0.9;
	margin-bottom: 0px;
}

.container h1 a {
	text-decoration: none;
	color: #cc0000;
}

.container h1 a:hover {
	text-decoration: underline;
    color: #990000;
}

.container h2
{
    font-weight:normal;
    color:#303030;
}

.container h3
{
    font-size:1.25em;
    color:#303030;
    font-weight:normal;
    line-height: 1.2;
}

.container h4
{
    font-size:1.125em;
    color:#303030;
    font-weight:normal;
    line-height: 1.1;
}

.container p
{
    color:#303030;
}

#sticky 
{
  font-family: 'Open Sans', sans-serif;
  width:100%;
  max-width:477px;
  height:40px;
  padding-top:20px;
  background:#303030;
  color:white;
  font-size:20px;
  text-align:center;
  position:fixed;    /*Here's what sticks it*/
  bottom:0px;          /*to the bottom of the window*/
  left:0;            /*and to the left of the window.*/
}

footer {
	align-self: flex-end;
	flex: 0 0 auto;
	background: #303030;
	color: #fff;
	overflow: hidden;
	text-align: center;
	height:40px;
	border-top:1px solid white;
	width:100%;
	padding:0;
	
}

form {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
}

#logo {
   max-width:100%;   
}

#ad {
   max-width:100%;   
}

#conf-logo {
   
    width:100%;
    height:auto;
}

#conf-title 
{
    font-family: 'Open Sans', sans-serif;
     display: table; 
     height: 5vh; 
     width:100%; 
     overflow: hidden;
     background-color: #686868;
     text-align:center;
}

#conf-title-row 
{
    font-family: 'Open Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size:1.1em;
}

#conf-title-row h1 {
    font-family: 'Open Sans', sans-serif; 
    font-size:1.5em;
    font-weight:normal;
    color: #fff;	
}

#lblConferenceName {
    font-size:.90em;
}

select{
font-size: 15px;
}

#DropDownList1 
{
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
    width: 150px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    height:26px;
}

#DropDownList1 select:active, select:hover 
{
    font-family: 'Open Sans', sans-serif;
  outline: none
}

/* make it red instead (with with same width and style) */
#DropDownList1 select:active, select:hover 
{
    font-family: 'Open Sans', sans-serif;
  outline-color: red
}

.toolbar 
{
    font-family: 'Open Sans', sans-serif;
    /*height: 6vh;
    max-height: 6vh;*/
    width:100%;
    /*max-width:480px;*/    
    background: #303030;
    color: white;
    
}

.toolbar .row {
    background: #303030;
    vertical-align: top;
}

.toolbar .row .col-md-6 {
    width:50%;
    float:left;
    margin-top:8px;
}

.toolbar .row .col-md-3 {
    width:25%;
    float:left;
    margin-top:5px;
}


.pull-left {
    text-align:center !important;
}

.modal-dialog 
{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 30px auto;
    position: absolute;
    top: 115px;
    
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    white-space: nowrap;
}

.modal-body {
    position: relative;
    padding: 0px 15px;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    display:inline-block;
    width:24px;
    height:24px;
    margin:2px 10px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-sprite.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label {
    background:url(../images/checkbox-sprite.png) -24px top no-repeat;
}
input[type="checkbox"]:disabled + label {
    background:url(../images/checkbox-sprite.png) -48px top no-repeat;
}
input[type="checkbox"]:disabled:checked + label {
    background:url(../images/checkbox-sprite.png) -72px top no-repeat;
}

input[type="checkbox"] + label span{
    display:inline-block;
    width:24px;
    height:24px;
    margin:2px 10px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-sprite.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span{
    background:url(../images/checkbox-sprite.png) -24px top no-repeat;
}
input[type="checkbox"]:disabled + label span{
    background:url(../images/checkbox-sprite.png) -48px top no-repeat;
}
input[type="checkbox"]:disabled:checked + label span{
    background:url(../images/checkbox-sprite.png) -72px top no-repeat;
}





.list-inline li {
	/* Adding on to Bootstrap's list-inline class */
	padding: 0;
	list-style-type: none;
	list-style: none;
}

.go-to-mode-pdf
{
    font-size:.95em;
    color:#ffffff;
    background-color: #990000;
    padding: 6px 12px 6px 12px;
    border: 1px solid #f3f3f3;
    margin-right:10px;
    border-radius: 3px;
}

.go-to-mode-pdf:hover {
    color: #ffffff;
    background-color: #555555;
    border-color: #ffffff;
    border: 1px solid #f3f3f3;
}

.btn, .btn-default
{
	font-family: 'Open Sans', sans-serif;
    font-size:.95em;
    color:#ffffff;
    background-color: #000000;    
}

.btn {
	 border-radius: 0px; 
	 width: 175px;
	 padding: 5px 12px;
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.navtext a {
    color:#686868;
    background-color: #ffffff;
    text-decoration:none;
	font-size: 1.25em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
	border-color:#d8d8d8;
}    
.navtext a:hover {
    color: #990000;
    background-color: #D8D8D8;
    text-decoration:none;
	font-size: 1.25em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
	border-color:#d8d8d8;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: black;
}

.anchor:before {
    content:"";
    display:block;
    height:85px;
    margin:-85px 0 0;
}

.fill { 
    min-height: 100%;
    height: 100%;
}


#tabs .nav-pills > li > a {
  border-radius: 0px;
  margin-right:3px;
  margin-left:3px;
  padding-top:12px;
  padding-bottom:12px;
  font-size: 1em;
}
#tabs .nav-pills > li + li {
  margin-left: 2px;
}
#tabs .nav-pills > li > a {
  color: #ffffff;
  background-color: #686868;
}
#tabs .nav-pills > li > a:hover {
  color: #686868;
  background-color: #bbbbbb;
  font-size: 1em;
}
#tabs .nav-pills > li.active > a,
#tabs .nav-pills > li.active > a:hover,
#tabs .nav-pills > li.active > a:focus {
  color: #686868;
  background-color: #ffffff;
}

.table-bordered th,
  .table-bordered td {
    border: 0;
  }

th {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-align:center;
    background-color:#686868;
    color:#ffffff;
}

.gutter100 {
    margin-left:100px;
    margin-right:100px;
}

.gutter200 {
    margin-left:300px;
    margin-right:200px;
}

.panel-left {
     padding:20px 30px 20px 30px;
     background-color:#f8f8f8;
     margin-left:15px;
     width: calc(58% - 30px);
}
.panel-right {
     padding:20px 35px 20px 30px;
     background-color:#f8f8f8;
     margin-left:30px;
     width: calc(42% - 30px);
}

#myNavbar {
    margin-top:0px;
}
.small {
    color: #000000;
}

 #right-column {
        padding-top:5px;
        overflow-y:auto;
        overflow-x:hidden;
        max-height:87vh;
        margin-left:-15px;
        padding-left:-15px;
        margin-right:-30px;
        background-color:#ffffff;
        border-top:1px solid #aaaaaa;
        border-left:1px solid #aaaaaa;
        border-right:1px solid #aaaaaa;
        background-color:#ffffff;
    } 



#paginator {
    background-color:#303030;
    padding-right: 20px;
}

#paginator1 {
    background-color:#303030;
    padding-right: 20px;
}

/* selects first two inputs */
#paginator input:nth-of-type(-n+2) {
	float: left;
	padding-left:5px;
}

/* last two inputs */
#paginator input:nth-of-type(n+3) {
	float: right;
	padding-right:5px;
}

/* selects first two inputs */
#paginator1 input:nth-of-type(-n+2) {
	float: left;
	padding-left:5px;
}

/* last two inputs */
#paginator1 input:nth-of-type(n+3) {
	float: right;
	padding-right:5px;
}

#search-block {
    background-color:#303030;
}

#left-side-menu {
    background-color:#303030;
}

#menu-left {
     padding:0;
}

.pagercss {
    font-size:75%;
    font-weight:normal;
    color:#ffffff;
    background-color: #303030;
    text-align:center;
}

#Panel3 .col-sm-12 {
     /*height:666px;*/ 
     overflow:scroll;
     border-right: #000000 solid 1px;
     -ms-overflow-style: none;
}

.col-sm-12::-webkit-scrollbar { display:none; }

#data {
    width:100%;
    /*max-width:480px;*/
    padding-right:15px;
}

#ListView1 {
    width:100%;
    /*max-width:480px;*/
}

#poster-row {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*max-width: 375px;*/
} 

#poster-row a, #poster-row a:visited {
   color: #303030; 
} 

#poster-row a:hover {
   color: #990000; 
   text-decoration:none;   
} 

#poster-row .linkBtn {
    color:#303030;
}

#selected-row 
{
    background-color:#990000;
    color:#ffffff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap; 
    /*max-width: 375px;  */ 
}   

td .selected-link {
     color:#ffffff;
     text-decoration:none;
}

#align-buttons {    
     float:left;
}

.a2a_kit {    
    margin-right:4px;
    float:right;
    padding: 1vh 0;

}

.a2a_svg {    
     margin-right:3px; 
}

/*
#poster-row a:focus, #poster-row a:active {
   color: #ffffff; 
   text-decoration:none;
   background-color:#990000;
   
} 
*/

.col-sm-3 h1 {
    color:#990000;
    font-size:1.6em;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:0px;
    padding-bottom:0px;
    text-align:left;
}

.col-sm-3 h2 {
    color:#303030;
    font-size:1.4em;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:0px;
    padding-bottom:0px;
    text-align:left;
}

.left-panel {
    background-color: #ffffff;
    padding-top:.95em;
    padding-right:15px;
    width:25vw;
    color:#303030;
    margin-left:-15px;  
} 

.right-panel 
{
    width:75vw;
    background-color: #d9d9d9;
    padding-top:0px;
    color:#303030;
    margin-left:5px;      
} 

#txtSearch {
   height:25px;
   width:240px;
   text-transform: uppercase;
   font-size:80%;
   margin-bottom:15px;
   margin-top:15px;
   color:#777777;
   text-align:center;
   line-height:20px;
}

#imgMagGlass {
     max-width:20px;
     margin-right:8px;
}

.center {
    background-color: #7f7f7f;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    height: 100%;
}

 #Panel1 {
     padding:0;
     margin:0;
     height:94vh;
     background-color: #404040;
 }
 
 #fav {
     max-width:20px;
     margin-right:5px;
 }
 
 #notes {
      max-width:40px;
      margin-right:8px;     
 }
 
 #imgAward {
     max-width:40px;
     margin-right:6px;
     cursor:pointer;
 }
 
 #cont-sub {
     border:0;
     padding:0;
 }
 

.row {
    background-color: #ffffff;
    overflow: hidden;
    margin:0px;
}

h3 {
	font-size: 1.25em;
	line-height: 0.9;
	color: #303030;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

h4 {
	font-size: 1.125em;
	line-height: 0.9;
	color: #ffffff;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

.left-side {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

.navbar-toggle {
   display : block;
   float:left;
   margin-left:3px;
   margin-right:3px;
   padding:5px 6px; 
   margin-top:2px;
   border:0; 
}

.navbar-collapse {
     width:100%; 
     border-top:0;     
     margin-left:0px;
     padding-left:0px;
     position:relative;
     background-color:#686868;
}
.navbar-collapse.collapse {
   display : none!important;
   margin-left: -15px;
   margin-top: 0px;
}
.navbar-nav {
   float : left;
   width:100%;
   height:auto;
   padding-left:0px;
   background-color:#686868;
   z-index:9999;
   position: relative;
   left:0px;
   top:0px;
   margin: 0px 0px;
   text-align: left;  
   margin-top:15px; 
}

.navbar-nav>li {
   float : none;
   margin-top:0px;  
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 152px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus
{
    font-size:1.2em;
    color: #ffffff; 
    line-height: 15px;
    /*border-bottom:1px #303030 solid;
    border-left:1px #303030 solid;
    border-right:1px #303030 solid;*/
}

.navbar-default .navbar-nav > li > a:hover {
    font-size:1.2em;
    color: #222222;
}

.navbar-default .navbar-nav > .open > a {
    color: #FFF;
    background-color: #686868;
}

.navbar-default .navbar-nav > .open > a:hover {
    color: #222222;
    background-color: #686868;
}

.dropdown-toggle {
    padding-bottom:-20px;
}  

.dropdown-menu {
    border-bottom: 1px #ffffff solid;
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:0px;
    top:-2px;
    z-index:8888;
    min-width: 185px;
    background-color: #990000;
    border-radius: 0px;
    text-align: center;    
}  

select {
    font-size: 110%;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-top:0px;
    margin-right: 2px;
    border-radius: 0px;
    
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    text-align: center;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a {
    font-size:1em; 
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #990000;
    border-top: 1px #ffffff solid;  
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid; 
    font-size:1em;      
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none;
    background-color: #303030;
    color: #fff;
}

.bootstrap-select > .dropdown-toggle {
    padding-right: 15px;
}

.dropdown-menu > li > a {
   display: block;
    padding: 4px 20px;
    margin-top: 0px;
    clear: both;
    font-weight: 400;
    color: #fff;
    border-top: 1px #686868 solid;  
    font-size:1em;
outline: none;
}

.navbar-collapse.collapse.in{
   display :block !important;
   width:100%;
   padding-right:0px;  
   
}
.col-sm-3 .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.col-sm-3 .navbar-toggle:hover {
    background-color: #303030;
}

.col-sm-3 .navbar-toggle:focus {
    background-color: #303030;
}
.col-sm-3 .navbar-toggle {
    border:0;
}

#Panel2 {
    padding:0 0 15px 0;
    margin-bottom:15px;
    
    -ms-overflow-style: none;
    width:100%;
    /*max-width:480px;*/
    	 overflow-y:scroll;
}

#Panel2 h1 {    
    font-family: 'Open Sans', sans-serif; 
    font-size:1.8em;
    font-weight:bold;
	line-height: 0.9;
	margin: 15px 0px 5px 0px;	
	padding: 0px;
	color: #990000;
	text-align:left;
}

#Panel2 h2 {    
    font-family: 'Open Sans', sans-serif; 
    font-size:1.5em;
    font-weight:bold;
	line-height: 1.2;
	margin: 15px 0px 5px 0px;	
	padding: 0px;
	color: #303030;
	text-align:left;
}

#Panel4 {
    background-color: #e1e1e1;
    -ms-overflow-style: none;
    width:100%;
    max-width:480px;   
}

#Panel4 h1 {    
    font-family: 'Open Sans', sans-serif; 
    font-size:1.8em;
    font-weight:bold;
	line-height: 0.9;
	margin: 15px 0px 5px 15px;	
	padding: 0px;
	color: #990000;
	text-align:left;
}

#Panel4 h2 {    
    font-family: 'Open Sans', sans-serif; 
    font-size:1.5em;
    font-weight:bold;
	line-height: 1.2;
	margin: 15px 0px 5px 0px;	
	padding: 0px;
	color: #303030;
	text-align:left;
}

#Panel4 td {
    border:none;
    line-height:0px;
    padding-left:20px;
    padding-right:20px;
}   

#Panel4 tr {
    height: 0px;
}

#Panel4 table {    
    margin-left:0;
}




#lblTitle {
    font-weight: bold;
}

#lblTitleP4 {
    font-weight: bold;
}

#lblAbstract {
    height: 100%;
    padding-bottom:15px;
    margin-bottom:15px;
}
   
#lblAbstract img {
    max-width:90vw !important;
    height:auto !important;
    margin-top:2vh !important; 
}

.container-fluid {
    background-color:#f3f3f3;
    padding-left:0;
    height:87vh;
}

.row-fluid {
    width:100%;
}

#left-column {
     background-color:#ffffff;
     padding-top:15px;
}

#posttable tbody tr.selected {
    color: white !important;
    background-color: #990000 !important;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*max-width:480px;*/
    margin-left:-15px;
    margin-right:0;
}

td {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    text-align: left;
    max-width: 100vw;
    padding: 8px 8px 8px 8px;
    z-index:2;
}

tr {
    height:5.8vh;
}

/*
tr a.selected {
    color: white;
    background-color: #990000;
}
*/

#left-column h1 {
     line-height:22px;
     text-align:left;
     color:#990000;
     padding:0;
     margin:0;
     margin-top:0px;
     margin-bottom:10px;
}

#left-column h2 {
     text-align:left;
     margin-bottom:15px;
     margin-right:8px;
}

#left-column p {
     text-align:left;
     margin-bottom:20px;
     font-size:.8em;
}

#left-abstract {
     overflow-y:auto;
     max-height:51vh;
     width:103.7%;
     padding:0 15px 20px 0;
     margin-bottom:15px;
     background-color:#ffffff;
     font-size:.88em;
}

.white-link {
    text-align:left;
    font-size:100%;
}

.white-link > a {
   color: #ffffff;
}
.white-link > a:hover {
   color: #A8A8A8;
   text-decoration: none;
}

.row .col-sm-6 h3 {
	font-size: 1.125em;
	line-height: 1.0;
	color: #ffffff;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

.row .col-sm-6 h4 {
	font-size: 1em;
	line-height: 1.1;
	color: #ffffff;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
.row .col-sm-6 h5 {
	font-size: .95em;
	line-height: 1.0;
	color: #ffffff;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.caret-right 
{
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid;
    display: inline-block;
    width: 0;
    height: 0;
    color:#ffffff;
    margin-top:0px;
    margin-left:5px;
    vertical-align: top;    
    padding-right:20px;
}

.btn .caret {
    margin-left: 20px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top:7px;
  vertical-align: top;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  
}

.navbar-nav .open .dropdown-menu {
    background-color:#ffffff;
    margin-left:10%;
    top:10px;
    text-align:left;
}

.btn-reset
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:.8em;
    color:#555555;
    background-color: #ffffff;
    padding: 5px 12px 5px 12px;
    border: 1px solid #f3f3f3;
    margin-bottom:3px;    
}

.btn-reset {
	 border-radius: 3px; 
}

.btn-reset:hover {
  color: #ffffff;
  background-color: #555555;
  border-color: #f3f3f3;
}

.btn-reset-big
{
   vertical-align:middle;
    font-size:.95em;
    color:#777777;
    background-color: #cacaca;
    padding: 10px 20px 10px 20px;
    line-height:14px;
    border: 1px solid #ffffff;
    margin-bottom:3px;
}

.btn-reset-big {
	 border-radius: 3px; 
}

.btn-reset-big:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-send-email 
{
    font-family: 'Open Sans', sans-serif;
    vertical-align:middle;
    font-size:1.0em;
    color:#fff;
    background-color: #990000;
    padding: 12px 20px 12px 20px;
    line-height:14px;
    border: 1px solid #303030;
    margin-bottom:3px;
    border-radius: 0px;
}

.btn-send-email:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1;
  color: #990000;
  filter: alpha(opacity=60);
  opacity: .6;  
}

.close:hover,
.close-it:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: .8;
}

.top-row {
    height: 8vh;
    width:100%;
    margin: 0px; 
    background-color:#ffffff;
    vertical-align:middle;
    padding-right:0;
}

#left-side {
   background-color: #ffffff;
   height: 8vh;
}

#logo {
   max-width:100%;   
}

#top-middle {
   line-height:20px;
   background-color: #686868;
   padding:15px;
   height:8vh;
}

#top-middle h4, #top-middle h5 {
   text-align:center;
   padding:0;
   margin:0 0 5px 0; 
   color:#ffffff;
}

#right-side {
    background-color: #686868;
    padding-left:0;
    padding-right:0;
 }
 

#row-format {
    font-size:1em;
    padding:10px 30px 10px 30px;
    border-bottom:1px solid #aaaaaa;
    border-right:1px solid #aaaaaa;
}

.main {
    height: 87vh;
    background: ffffff;
    padding: 1rem;
	flex: 1 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#LinkButton1 {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.pdfobject-container {
    position:relative;    /*Here's what sticks it*/
  bottom:0px;          /*to the bottom of the window*/
  left:0;     
    background-color:#F2F2F2;
    display:block;
    padding:0;
    margin:0;
    margin-left:-8px;
    margin-right:-8px;
/*    margin-top:-14px; */
    height:95vh;
}

.pdfobject { 
    border: none;
    margin: 0px;
    background: white;
    padding-right:0px;
}
.loadingInProgress #outerContainer #mainContainer {
    top: 12px;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/ajax-loader1.gif') 50% 50% no-repeat rgb(242,242,242);
}
.author
{
    font-family: 'Open Sans', sans-serif;
    font-size:1.0em;
    color:#303030;
    background-color: #f3f3f3;
    padding: 5px;
    border: 1px solid #303030;
    margin-bottom:10px;
    margin-top:-10px;
    width:100%;
}

.author:hover 
{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background-color: #555555;
    border-color: #ffffff;
    border: 1px solid #303030;
}

.go-to-mode
{
    font-size:.95em;
    color:#ffffff;
    background-color: #990000;
    padding: 5px 12px 5px 12px;
    border: 1px solid #f3f3f3;
    margin-right:8px;
    border-radius: 3px;
}

.go-to-mode:hover {
    color: #ffffff;
    background-color: #555555;
    border-color: #ffffff;
    border: 1px solid #f3f3f3;
}
        
.pending-container {
    background-color: #686868;
    text-align: center;
    height: 100%;
}

.pending-container p {
    padding-top: 30vh;
    font-size: 20px;
    font-weight: 200;
    color: #ffffff;
}

.view-poster
{
    font-size:.95em;
    color:#ffffff;
    background-color: #990000;
    padding: 5px 12px 5px 12px;
    border: 1px solid #303030;
    margin-bottom:5px;
    margin-top:-10px;
    border-radius: 3px;
}

.view-poster:hover {
    color: #ffffff;
    background-color: #555555;
    border-color: #ffffff;
    border: 1px solid #303030;
}
        
span.link {	    	
	margin: auto;
    width: 50%;  
    text-decoration: none;  	   	
}
		
span.link a span {
	display: none;
	text-decoration: none;
}
		
span.link a:hover {
	font-size: 99%;
	color: #303030;	
	text-decoration: none;
}
		
span.link a:hover span {
	display: block;
	border: 1px solid #aaaaaa;
	position: absolute; 
	margin-top: 40px; 
	margin-left:30%;
	padding: 5px; 
	z-index: 100; 
	color: #303030;
	width:200px; 
	height:auto;
	background: #ffffff; 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: center; 
	text-decoration: none;
}

.Star {
    background-image: url(../images/Star.png);
    background-repeat: no-repeat;
    background-position:center;
    height: 5vh;
    max-height: 5vh;
    width: 25px;   
}
.WaitingStar {
    background-image: url(../images/WaitingStar.png);
    background-repeat: no-repeat;
    background-position:center;
    height: 5vh;
    max-height: 5vh;
    width: 25px;   
}
.FilledStar {
    background-image: url(../images/FilledStar.png);
    background-repeat: no-repeat;
    background-position:center;
    height: 5vh;
    max-height: 5vh;
    width: 25px;
}

#rating0 
{
    position:relative;
    margin-left:20%;
    background-color:#303030;
   
}

#rateNum {
     float:left;
     margin-left:10px;
     margin-top:9px;
     font-family: 'Open Sans', Arial, Helvetica, sans-serif;
     font-size: 14px;
}

@media screen and (max-width: 1024px)
{
    #left-abstract {
        overflow-y:auto;
        height:100vh;
        max-height:55vh;
        width:103%;
        padding:0 15px 20px 0;
        margin-bottom:15px;
        background-color:#ffffff;
        font-size:.875em;
    }
    #Panel2 {
        padding:0 0 15px 0;
    }
    .go-to-mode {
        font-size:.85em;
        padding: 5px 5px 5px 5px;
        line-height:.9em;
        border: 1px solid #f3f3f3;
        margin-right:2px;
    }
    .a2a_kit {    
        padding: 1.1vh 0;
    }
    .a2a_svg {    
        margin-right:2px;
        height:20px!important;
        width:20px!important;
    }
    #paginator input:nth-of-type(-n+2) {
        padding-left:4px;
        height: 38px;
        padding-top:4px; 
    }
    #paginator input:nth-of-type(n+3) {
        padding-right:4px;
        height: 38px;
        padding-top:4px; 
    }
    .pagercss {
        font-size:65%;
        margin-left: -6px;
        margin-right: -6px;
    }
    #txtSearch {
       width:180px;
    }
    #imgMagGlass {
         /*max-width:2vw;*/
    }
}

#container { display:block; }

@media only screen and (orientation:landscape){
  .adSlideshow {
    margin-bottom:65px;
  }
}

@media screen and (orientation:portrait) {
  #container {
    -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  .adSlideshow {
    margin-bottom:33px;
  }   
}
/*
@media screen and (min-width: 319px) {    
   table, tr, td, .container, .row, #Panel1, #Panel2, #Panel3, #Panel4, .pdfobject-container {
       max-width: 319px;
   }
}

@media screen and (min-width: 359px) {    
   table, tr, td, .container, .row, #Panel1, #Panel2, #Panel3, #Panel, .pdfobject-container {
       max-width: 359px;
   }
}

@media screen and (min-width: 374px) {    
   table, tr, td, .container, .row, #Panel1, #Panel2, #Panel3, #Panel4, .pdfobject-container {
       max-width: 374px;
   }   
}

@media screen and (min-width: 383px) {    
   table, tr, td, .container, .row, #Panel1, #Panel2, #Panel3, #Panel4, .pdfobject-container {
       max-width: 383px;
   }
}

@media screen and (min-width: 411px) {    
   table, tr, td, .container, .row, #Panel1, #Panel2, #Panel3, #Panel4, .pdfobject-container {
       max-width: 411px;
   }
}

@media screen and (min-width: 413px) {    
   table, tr, td, .container, .row, #Panel1, #Panel2, #Panel3, #Panel4, .pdfobject-container {
       max-width: 413px;
   }
}


@media screen and (min-width: 479px) {    
   table, tr, td, .container, .row, #Panel1, #Panel2, #Panel3, #Panel4, .pdfobject-container {
       max-width: 479px;   
   }
}*/
