.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.panel-default > .panel-heading {
    padding: 11px 15px;
    background: #ADB7BD none repeat scroll 0% 0%;
}

.panel-title {
    font-size: 18px;
    color: black;
}

a:hover{
    color:#6B2B90;
}

.glyphicon {
    color:#6B2B90;
}

*.stretchedMargin {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:80px;
    margin-left:80px;
    background-color: green;
}

body {
    color: #666;
    background-color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    padding: 0 !important;
}

body.boxed #wrapper {
    background-color: #FFF;
    margin: 0px auto !important;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

body.boxed #topBar {
	border-top:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

body.boxed {
    background-color: #AF8DC0;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

#topBar a {
    color: #fff;
}

section {
    padding-top: 30px;
    padding-bottom: 0px;
}

section.page-title {
    background-color: #CCC;
    color: white;
    padding-bottom: 15px;
}

section.page-title h2 {
    border-bottom: 0px;
    color: #5C717B;

}

.tabpane-border {
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    border-left: solid 1px #DDD;

}

.breadcrumb a {
    color: #6B2B90;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.report h4 {
    padding-top: 20px;
    padding-bottom: 14px;
}

.report h5 {
    padding-top: 14px;
}

.report a {
    color: #6B2B90;
}
.bigsection {
    padding-top: 60px;
    padding-bottom: 40px;
}

#footer {
    color: #777;
    display: block;
    background-color: #fff;
    border-top: #fff 0px solid;
    z-index: 101;
    min-height: 200px;
}

.btn-default {
    color: #6B2B90;
    background-color: transparent;
    border-color: #6B2B90;
}

.btn-default:hover {
    color: #fff;
    background-color: #6B2B90;
    border-color: #6B2B90;

}
div#header{
	background-color: #6B2B90;
	background-repeat: no-repeat;
    background-position: center bottom;
	min-height: 130px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative;
}

.frontpage-featured h1{
	color: #5880b1;
}
.frontpage-featured i.fa {
    background-color: transparent;
    color: #5880b1;
    padding: 0px;
    margin-right: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    text-align: center;
}

.centered {
	text-align:center;
}

.container {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.rbutton img{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.rbutton img:hover{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.rbutton_s img{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.rbutton_n img {
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}
.text-underline{
    text-decoration: underline;
}

.sky-form .button {
    background-color: white;
    color: #6B2B90;
    border-color: #6B2B90;
    opacity: 0.8;
    transition: opacity 0.2s ease 0s;
    float: right;
    height: 39px;
    overflow: hidden;
    margin: 10px 15px 10px 20px;
    padding: 0px 25px;
    outline: medium #6B2B90;
    -moz-outline-color: #6B2B90;
    border: thin #6B2B90;
    border-style: solid;
    -moz-border-top-colors: #6B2B90;
    -moz-border-right-colors: #6B2B90;
    -moz-border-bottom-colors: #6B2B90;
    -moz-border-left-colors: #6B2B90;
    font: 300 15px/39px "Open Sans",Helvetica,Arial,sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.sky-form .button:hover {
    color: #fff;
    background-color: #6B2B90;
    border-color: #6B2B90;

}
