/**
 * common.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared stylesheet.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */

@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
 
body {
	background-color: #FFFFFF;
	color: #333;
	font-family: "Roboto";
	margin: 0;
	padding: 0;
}

div {
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 0.95em;
}

form {
	margin: 10px 0 0 5px;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
}

a.plain {
	text-decoration: none;
}

a:link {
	color: #335;
}

a:active {
	color: #253;
}

a:visited {
	color: #FFBA0D;
}

a:hover {
	color: red;
	background: transparent;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 1.5em;
}

tt {
	font-size: 0.95em;
}

label {
}

label.error {
	font-weight: bold;
	color: red;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: "Roboto Condensed";
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 0.95em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 0.95em;
}

input.defaultButton {
	background-color: #FFBA0D;
	color: #FFFFFF;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#body {
	width: 1100px;
}

#rightSidebar {
  position:relative;
	top:40px;
	float: right;
	width: 200px;
	padding: 10px 0px 10px 0px;
	font-size: 0.95em;
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

* html #rightSidebar { margin-right: 0px; }

#main {
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px;
	width: 860px;
	margin: 0 auto;
}


#main h2 {
	position:absolute;
	top:360px;
	margin: 0px;
	padding-top: 0em;
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 2em;
	width: 870px;
	color: white;
}

#content > h2:nth-child(1){
	display:none;
}

#content > h2:nth-child(2){
	display:none;
}

/*by chandra*/
#content {
	border-top: none !important;
}

#sidebar div.block span.blockTitle{
	border-left: 4px solid #000;
}  

#breadcrumb a.current {
    color: #000000 !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: "Roboto Condensed";
	font-weight: normal;
}

#container {
	width: 1100px !important;
	min-width: 1100px !important;
	margin: 0px auto;
	text-align: center;
}

#header {
	width: 1100px;
	height: 300px;
	text-align: center;
	background-color: #FFFFFFF;
	padding-top:25px;
}

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header h1 {
	margin: 0 auto;
	padding: 0px;
	font-family: "Roboto Condensed";
	font-weight: normal;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	text-align: center;
	background-color: #CAA;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}


#navbar {
	position:absolute;
	top:2px;
	width:1100px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	letter-spacing: 5px;
	text-align: left;
	border-bottom: 1px solid white;
	background: #008000;
	height:30px;
}

#navbar a {
	display:block;
	color: white;
	padding: 0 15px;
	border-right:1px dotted white;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0px;
	height:30px;
	line-height: 30px;
	float:left;
}

#navbar a:hover {
	color: #FFFFFF;
	background: #008000;
	height:30px;
	line-height: 30px;
}

#breadcrumb {
	display:block;
	height:30px;
	line-height: 30px;
	border:none;
	padding:0px;
	width:1100px;
	position: absolute;
	top: 320px;
	font-size: 0.95em;
	background:#008000;
	color:white;
	font-family: "Roboto Condensed";
}

#content {
	position: absolute;
	top:360px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	font-size: 0.95em;
	width: 800px;
	border-top: 5px solid #008000;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0em;
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 1.6em;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: "Roboto Condensed";
	font-weight: normal;
	font-size: 1.4em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1.1em;
}


/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	text-align: center;
	display: block;
}

#sidebarHelp {
	text-transform: uppercase;
	text-align: center;
}
#sidebarFontSize {
	display: none;
}

#sidebar div.block {
	font-size: 0.95em;
	padding-bottom: 10px;
	border-bottom: 2px solid #008000;
	margin-bottom: 15px;
}

#sidebar div.block span.blockTitle {
	display: block;
	background: #008000;
	color:#FFFFFF;
	font-weight: bold;
	padding: 8px;
	font-size: 0.95em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding-top: 5px;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 0.95em;
	width: 120px;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

#breadcrumb a.current {
	font-weight: bold;
	color:orangered;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.95em;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
	width: 100%;
}


/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;	
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px solid #000;
	font-size: 0.95em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px solid #000;
	font-size: 0.95em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px solid #DDDDD0;
	font-size: 0.95em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top; 
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}

/**
 * Organizing Team Lists
 */

ol.organizingTeam {
}

ol.organizingTeam li {
	list-style: none;
}

ol.organizingTeam, ol.organizingTeam li {
	margin-left: 0;
	padding-left: 0;
}

/**
 * Drag and drop styles
 */
.draggable {
	position: relative;
	cursor: move;
}

.borderBox {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
}

.floatLeft {
	float: left;
}

/**
 * Scheduler styles
 */
.scrollContainer {
	overflow: auto;
}

.scheduleTable {
	min-width: 100%;
}

.schedulerEvent {
	color: #880000;
	background-color: #FFFFFF;
}

.schedulerPresentation {
	color: #008800;
	background-color: #FFFFFF;
}

.schedulerEventHeader {
	color: #FFFFFF;
	background-color: #880000;
}

.schedulerPresentationHeader {
	color: #FFFFFF;
	background-color: #008800;
}


td.hole {
	background-color: #777777;
}

td.timeRowLabel {
	border-style: solid none none none;
	border-width: 1px;
}

.droppable {
}

td.notificationContent {
	padding-left: 5px;
	padding-right: 5px;
}

td.notificationFunction {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

/**
 * Additional text styles
 */

 pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 0.95em;
}

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.95em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.95em;
}

span.instruct {
}

span.heading {
	font-size: 0.95em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px solid #000;
}

.nowrap {
	white-space: nowrap;
}


/**
 * Table styles
 */

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
	border-collapse: collapse;
}

table.listing tr.data td {
	border-top: 1px solid #DDDDD0;
	border-bottom: 1px solid #DDDDD0;
}

table.listing tr.data td.drag {
	cursor: move;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.95em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px solid #000;
	font-size: 0.95em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px solid #000;
	font-size: 0.95em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px solid #DDDDD0;
	font-size: 0.95em;
	line-height: 1%;
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.95em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 0.95em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 0.95em;
}

span.formSuccess {
	color: #090;
	font-weight: bold;
	font-size: 0.95em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.95em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}


/**
 * Other organizational elements
 */

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px solid #000;
	font-size: 0.95em;
	line-height: 25%;
}

#conferenceTitleInfo > img:nth-child(5){
	width:100%;
	height:auto;
}

#conferenceTitle > img:nth-child(5){
	width:100%;
	height:auto;
}