@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Roboto+Mono|Roboto+Slab';
.rblpBody {
	font-family: 'Roboto', sans-serif;
	background-image: url('../images/Graphic_language.png');
	background-repeat: no-repeat;
	background-position: 100% 60px;
	font-weight: 400;
	font-stretch:normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pagemiddle {
	padding-left:10%;
	padding-right:10%;
	padding-bottom:20px;
}
.rblpTop {
	/*the DrakGrey Banner heading used for course title*/

	height: 30px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: #373a3e;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #ffffff;
	padding-top: 15px;
	padding-left: 10%;
	padding-bottom: 10px;
	padding-right: 10%;
	border-bottom: #43a700 2px solid;
	/* Adding ellipsis for long titles */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rblpBlockWrap{
    float: right;
    position: static;
    background-repeat: no-repeat;
    background-position: 100% 0px;
    display: block;
    padding: 10px;
    margin-top: 75px;
    margin-bottom: 10px;
    height: auto;
    vertical-align: top;
    font-size: 15px;
    color: black;
    line-height: 30px;
    width: 25%;
    border-left: 1px solid #d5d5d8;

}
.rblpTitle {
	font-family:'Roboto';
	font-stretch:normal;
	    color: #8285a0;
    font-weight: bold;
}
.rblpLine{
	padding-top:25px;
	padding-bottom:20px;
	height:auto;
	font-size:1px;
	border-top:#d5d5d8 1px solid;
}

.rblpBlockWrap a{
	color:#018db6 ;
	font-family:'Roboto';
	font-stretch:narrower;
	font-size:13px;
	font-weight:bold;
}
.rblpBlockWrap a:hover{
	text-decoration:underline ;
}
.rblpBlock{
	display:block;
	padding-left:20px;
	padding-bottom:10px;
	width:auto;
	height:auto;
	line-height:25px;
	vertical-align:top;	
}
.rblpMidBlock{
	display:inline-block;
	padding:20px;
	padding-left:30px;
	padding-right:30px;
	margin-left:20px;
	margin-right:20px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	width:auto;
	height:auto;
	vertical-align:top;	
}
.rblpPriceBox{
    margin: 10px;
    background-color: #484848;
    color: #d8d8d8;
    padding: 10px;
    width: auto;
    line-height: 20px;
    font-size: 14px;	
}
.rblpcontentwrapper {
	/*Defines the wrapper for content*/
	max-width: 80%;
	min-height: 90%;
	margin: 20px 5px 20px 10px;
}
.rblpcontent {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 10px;
}
img {
	height:auto;
	width:auto;
}
.imgResposive {
	width:100%;
	height:auto;
}
svg {
	width: 100%;
	height: auto;
	margin-left: 0px;
}
iframe{
	margin-left:0px;
	margin-bottom:30px;
}
a {
		text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.textcls {
	font-size: 11px;
	fill: #fff;
	font-family: 'Roboto';
	font-weight:400;
	line-height:12px;
}

.oe10_rect {
	fill: #5f2367;
}

.oe10_rect:hover  {
	fill: #81338E;
}

.oe11_rect {
	fill: #84329b;
}

.oe11_disable {
	fill: #a970b9 ;
}

.oe11_rect:hover
 {
	fill: #973EB5;
}

.gotoTop {
	position:fixed;
	right:10px;
	bottom:50px;
	
}
.gotoTop a
{
color:grey;
font-size:30px;
}
.gotoTop a:hover
{
color:#018db6;
text-decoration:none;
background-color: #e5e5e5;
border-radius: 5px
}
.gotoTop a:after
{
content: '\1f51d';	
}

.rblpfooterwrapper {
    height: 25px;
    bottom: 0px;
    /* left: 10px; */
    width: 100%;
    position: fixed;
    background-color: #373a3e;
    font-size: 11px;
    padding: 15px 5px 5px 10%;
    border-top: #f9f9f9 1px solid;
    color: white !important;
}
.rblpfooterwrapper:before {
	content:'Copyright © 2017 Progress Software Corporation. All Rights Reserved.';
}
.newCourse 
{
	font-size:8px;
	fill:#5ce500;
	font-family: 'Roboto', Roboto;
	}

@media only screen and (max-width: 1400px) {
.rblpBlockWrap{
	width:auto;
	margin-top:0px;
	border-left:none;
}
	
}
