/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 */

/**
 * Common HTML elements
 */

#body {
	width: 100%;
}


#rightSidebar a:link{background-color: #fefefe;border-bottom: solid 1px rgba(0, 0, 0, 0.2);padding: 0.8em;display: block;text-decoration: none;color: #2B2A2A;font-weight: bold;}

#rightSidebar a:visited{/* background-color: #fefefe; *//* border: solid 1px rgb(107, 107, 107); *//* padding: 0.8em; *//* display: block; *//* text-decoration: none; *//* text-align: center; */color: #2B2A2A;/* font-weight: bold; */}

#rightSidebar a:hover{
    background-color: rgba(57, 103, 188, 0.05);
    color: #2c77ff;
    /* border: solid 1px #4d5158; */
    /* padding: 1em; */
}

#rightSidebar ul {
    list-style-type: none;
    padding: 0;
 }
    
#sidebarHelp {
    display: none;
}

#sidebarDevelopedBy {
    display: none;
}
    
* html #rightSidebar { margin-right: 5%; }




/* Mobile */
@media all and (max-width: 620px) {
	#headerTitle {
	/* text-align: center;
	width: 100%;
	padding: 15px 0px 15px 0px;
	box-shadow: 0px 1px 2px -1px;
	margin-bottom: 8px; */
	position: relative;
	width: 100%;
	height: auto;
	}

	/* classe criada por mim */





	#rightSidebar {
		float: right;
		width: 20%;
		padding: 0;
		font-size: 0.65em;
		height: 100%;
		margin-right: 60px;
		margin-left: 2%;
		display: none;
	}



	#main {
		float: left;
		width: 100%;
		margin-top: 85px;
	}

	#rightSidebar div.block {
		padding: 10px;
	}
}

@media all and (max-width: 719px) and (min-width: 621px) {
#headerTitle {
	/* text-align: center;
	width: 100%;
	padding: 15px 0px 15px 0px;
	box-shadow: 0px 1px 2px -1px;
	margin-bottom: 8px; */
	position: relative;
	width: 100%;
	height: auto;
}

/* classe criada por mim */





#rightSidebar {
	float: right;
	width: 20%;
	padding: 0;
	font-size: 0.65em;
	height: 100%;
	margin-right: 10%;
	margin-top: 85px;
}



#main {
	float: left;
	width: 65%;
	max-width: calc(100% - 0px);
	margin-left: 3%;
	margin-top: 85px;
	overflow: hidden;
}

#rightSidebar div.block {
    padding: 10px;
}

}



/* Desktop */
@media all and (min-width: 720px) and (max-width: 1079px) {
#headerTitle {
	/* text-align: center;
	width: 100%;
	padding: 15px 0px 15px 0px;
	box-shadow: 0px 1px 2px -1px;
	margin-bottom: 8px; */
	position: relative;
	width: 100%;
	height: auto;
}

/* classe criada por mim */




#rightSidebar {
	float: right;
	width: 28%;
	font-size: 0.65em;
	margin-right: 2%;
	margin-top: 85px;
	position: relative;
}



#main {
	float: left;
	width: 63%;
	max-width: calc(100% - 200px);
	margin-left: 5%;
	margin-top: 85px;
	position: relative;
}

#rightSidebar div.block {
    padding: 10px;
}

}



@media all and (min-width: 1080px) and (max-width: 1399px) {
#headerTitle {
	/* text-align: center;
	width: 100%;
	padding: 15px 0px 15px 0px;
	box-shadow: 0px 1px 2px -1px;
	margin-bottom: 8px; */
	position: relative;
	width: 100%;
	height: auto;
}

/* classe criada por mim */




#rightSidebar {
	float: right;
	font-size: 0.65em;
	margin-right: 6%;
	margin-top: 85px;
	position: relative;
	width: 23%;
}



#main {
	float: left;
	width: 63%;
	max-width: calc(100% - 200px);
	margin-left: 5%;
	margin-top: 85px;
	position: relative;
}

#rightSidebar div.block {
    padding: 10px;
}

}


@media all and (min-width: 1400px) {
#headerTitle {
	/* text-align: center;
	width: 100%;
	padding: 15px 0px 15px 0px;
	box-shadow: 0px 1px 2px -1px;
	margin-bottom: 8px; */
	position: relative;
	width: 100%;
	height: auto;
}

/* classe criada por mim */




#rightSidebar {
	float: right;
	font-size: 0.65em;
	margin-right: 12%;
	width: 18%;
	position: relative;
	margin-top: 85px;
}



#main {
	float: left;
	width: 63%;
	max-width: calc(100% - 200px);
	margin-left: 5%;
	margin-top: 85px;
	position: relative;
}

#rightSidebar div.block {
    padding: 16px;
}

}


