﻿.rp-info-box{
	height: 30px
}

.kpi-query{
	/*float: right;*/
    color: black;
    font-size: 18px !important;
    position: absolute;
    cursor: help;
    right: 12px;
    bottom: -12px;
}

.portal_spacer_20{
    float: left;
}

.no-display {
    display: none;
}

#datesPicker{
    margin-left: 0px;
}
/*******Stat tips css***********/
.stat-topic {
	margin-top: 20px;
	margin-bottom: 20px;
}

.stat-topic ol,.stat-topic ul {
	margin-bottom: 0;
}

.stat-topic-title {
	margin-bottom: 20px;
}

.stat-question,.stat-answer {
	line-height: 1.5em;
}

.stat-question {
	margin-bottom: 20px!important;
	font-weight: 600;
}

.stat-answer {
	margin-bottom: 40px!important;
}

.stat-question>div:nth-child(1),.faq-answer>div:nth-child(1) {
	height: 27px;
	width: 27px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 12pt;
	font-weight: bold;
	margin-right: 20px;
	text-align: center;
}

.stat-question>div:nth-child(1) {
	background-color: #007da4;
	color: #fff;
}

.stat-answer>div:nth-child(1) {
	background-color: #f09400;
	color: #000;
}

.stat-topic>div:nth-child(1) {
	padding: 0;
}

.stat-tooltip {
	position: absolute;
	top: 8px;
	left: 86%;
	background: #007da4;
	color: #fff;
	width: 265px;
	margin-left: 20px;
	padding: 10px;
	border-radius: 5px;
	display: none;
	font-size: initial;
	font-weight: 100;
	line-height: 1.3em;
	z-index: 10;
	-webkit-box-shadow: 3px 3px 15px 1px rgba(0,0,0,.75);
	-moz-box-shadow: 3px 3px 15px 1px rgba(0,0,0,.75);
	box-shadow: 3px 3px 15px 1px rgba(0,0,0,.75);
	text-transform: initial;
}

.stat-tooltip:after {
	right: 100%;
	top: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0,125,164,0);
	border-right-color: #007da4;
	border-width: 10px;
	margin-top: -10px;
}

.stat-topic a,.stat-topic a:link,.stat-topic a:visited,.stat-topic a:hover,.stat-topic a:active {
	color: #337ab7;
	text-decoration: underline;
}

.stat-topic .stat-tooltip-container {
	position: relative;
	font-weight: 200;
}

.stat-topic .stat-tooltip-container a,.stat-topic .stat-tooltip-container a:link,.stat-topic .stat-tooltip-container a:visited,.stat-topic .stat-tooltip-container a:hover,.stat-topic .stat-tooltip-container a:active {
	color: #f09400;
}

#body-main .stat-topic .paragraph {
	margin-bottom: 1em;
}

#body-main .stat-topic .paragraph ul,#body-main .stat-topic .paragraph ol {
	padding-left: 40px;
}

.stat-tooltip-toggle {
	display: none;
	visibility: hidden;
}

.stat-tooltip-toggle:checked+.stat-tooltip-container>.stat-tooltip {
	display: block;
}

.stat_icon_bg {
	display: inline-block;
	background-color: #fff;
	color: #007da4;
	padding: 2px 0;
	font-size: 20px;
}

header, footer{
    padding: 1em;
    color: white;
    clear: left;
    background-color: black;
    text-align: center;
    margin: 15px;
}

.uploadFileFooter {
    padding: 1rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;

}

.uploadForm {
    margin: 10vh;
}

.rTableCell.access-icon {
    width: 25px;
    height: 25px;
    border: none;    
}

.rTable {
    display: block;
    /*width: fit-content;*/
}

.rTable.border-bottom {
    border-bottom: 1px solid #ccc;
}

.rTableRow::after {
    content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
    clear: both;
}
.rTableHead, .rTableFoot{
    background-color: #DDD;
    font-weight: bold;
}
.rTableCell, .rTableHead {
    border: 1px solid #999999;
    float: left;
    /*width: 22vw;*/
}
.rTable:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.narrowCell {
    width: 5vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.dateCell {
    width: 14vw;
}

.linkCell {
    width: 10vw;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.filesContainer {
    background-color: white;
    width: 55%;
    padding: 20px 70px;
    box-shadow: 0 0 32px rgba(108,108,108,.2);
    margin: auto;    
}

.mainContainer {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.end { 
    float: right;
}

.borderless {
    border: none;
}
.width-fitContent {
    width: fit-content; 
    padding-top: 10px;
}

.height-6vh {
    height: 6vh;
}

.headerDocumentation {
    color: #007da6;
    font-family: 'Montserrat-Bold';
}

.imageIconCell {
    width: 45px;
    height: 45px;
    text-align: left;
    margin-left: auto;
    margin-right: 25px;
    display: block;
}
.margin-bottom-1vh {
    margin-bottom: 1vh;
}
.margin-bottom-5vh {
    margin-bottom: 5vh;
}
.margin-top-5vh {
    margin-top: 5vh;
}

.margin-top-20px {
    margin-top: 20px;
}

.enquiry-Button {
    width: 170px !important;
    margin: 20px;
    color: White !important;
}

.secondary-Heading {
    font-size: 32px;
    line-height: 42px;
    padding: 16px 0 0 0;
    font-family: 'Montserrat';
}

@media only screen and (max-width:767px) {
    .secondary-Heading {
        padding: 16px;
    }
}

.font-size-1em {
    font-size: 1.3em;
}

.contactTextLink {
    font-size: 21px;
    text-decoration: underline;
    font-family: 'Montserrat';
    line-height: 28px;
}

.contactTextLink:focus {

    color: #007da6;
    text-decoration: underline;
}

.contactTextLink:hover {

    color: #72afd2;
    text-decoration: none;
}



.banner-Image {
    height: 360px;
    width: 540px;
}

@media only screen and (max-width:767px) {
    .banner-Image {
        display:none;
    }
}

.position {
    position: relative;
}

.hr {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 20px 0px 5px;
}

.rTableCell[rel=".pdf"] {
    background: url("../Images/Icons/icon_pdf.svg") no-repeat center !important;
}

.rTableCell[rel=".ppt"], .rTableCell[rel=".pptx"] {
    background: url("../Images/Icons/icon_ppt.svg") no-repeat center !important;
}

.rTableCell[rel=".doc"], .rTableCell[rel=".docx"],
.rTableCell[rel=".html"], .rTableCell[rel=".xml"],
.rTableCell[rel=".xls"], .rTableCell[rel=".odt"],
.rTableCell[rel=".sxw"], .rTableCell[rel=".ps"],
.rTableCell[rel=".rft"],.rTableCell[rel^=".wp"] {
    background: url("../Images/Icons/docIcon.svg") no-repeat center !important;
}

.rTableCell[rel=".jpg"], .rTableCell[rel=".jpeg"],
.rTableCell[rel=".png"], .rTableCell[rel=".svg"]{
    background: url("../Images/Icons/imageIcon.svg") no-repeat center !important;
}
 
.rTableCell[rel=".mp4"],.rTableCell[rel=".mov"],
.rTableCell[rel=".wmv"], .rTableCell[rel=".avi"]  {
    background: url("../Images/Icons/videoIcon.svg") no-repeat center !important;
} 
 
.rTableCell[rel=".zip"], .rTableCell[rel=".rar"], 
.rTableCell[rel=".arj"], .rTableCell[rel=".tgz"], 
.rTableCell[rel=".7z"]{
    background: url("../Images/Icons/folderIcon.svg") no-repeat center !important;
}

.rTableCell[rel] {
    background: url("../Images/Icons/docIcon.svg") no-repeat center;
    background-size: contain;
}

.rTableCell[rel=false] {
    background: url("../Images/Icons/private.png") no-repeat center;
    background-size: contain;
}

.rTableCell[rel=true] {
    background: url("../Images/Icons/public.png") no-repeat center;
    background-size: contain;
}


.margin-Bottom-Left-10 {
    margin-bottom: 10px;
    margin-left: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.width-100 {
    width: 100%;
}

.boldBlueLabel {
    color: #007da6;
    font-weight: bold;
}

.colorBlack {
    color: Black !important;
}