body {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
}
a {
color: #656565;
text-decoration: none;
}
a:hover {
color: #086abd;
}

header {
display: block;
text-align: left;
}
.top-header {
border-bottom: 1px solid rgba(243, 243, 243, 0.8);
}
.site-header:not(.sticky-header) .header-image-wrap {
height: 100px;
width: 100%;
position: relative;
top: -10px;
}
.site-header .header-image-wrap {
/*
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
*/
}
#lang .nav-link{
 color: #656565;
 text-decoration: none;
 --bs-nav-link-padding-x: 0.5rem;
}
/*
#lang .nav-link:hover{
    color: #ffffff;
    background: #539ef3;
    text-decoration: none;
   }
   */
#lang .nav-link.disabled{
    color: #ffffff;
    background:#1b3d6c;
    text-decoration: none;
   }
.mid-header {
/* border-bottom: 1px solid rgba(243, 243, 243, 0.8); */
}
.bottom-header {
position: relative;
z-index: 9;
/* border-top: 1px solid rgba(243, 243, 243, 0.8); */
}
#offcanvas-menu {
background-color: #F7F7F7;
position: fixed;
padding: 85px 20px 30px;
top: 0;
height: 100%;
right: -100%;
width: 340px;
visibility: hidden;
overflow-y: auto;
z-index: 999999;
-webkit-transition: right 0.5s, visibility 0.5s;
-moz-transition: right 0.5s, visibility 0.5s;
-ms-transition: right 0.5s, visibility 0.5s;
-o-transition: right 0.5s, visibility 0.5s;
transition: right 0.5s, visibility 0.5s;
}
.container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}

.header-one .mid-header .site-branding {
/* text-align: center; */
}
.site-header .site-branding {
position: relative;
z-index: 99;
}
img {
height: auto;
max-width: 100%;
vertical-align: top;
}
header.site-header .site-branding a ~ .site-title {
    margin-top: 0px;
}
.site-header .site-branding > a {
/*max-width: 270px;*/
max-width: 64px;
overflow: hidden;
display: inline-block;
}
.header-one .site-branding .site-title, .header-two .site-branding .site-title, .header-three .site-branding .site-title {
color: #030303;
}
.site-header .site-branding .site-title {
/*color: #030303;
font-size: 22px;*/
color: #254751;
font-size: 15px;
font-family: "Poppins", sans-serif;
line-height: 1;
margin-bottom: 0;
font-weight: 600;
}
.site-header .site-branding .site-title a {
    color: #254751;
    font-size: 25.6px;
}
.site-branding p {
    font-family: "Poppins", sans-serif;    
    color: #254751;
    font-size: 15px;
}
.main-navigation .menu-toggle {
display: none;
}
.header-search {
background-color: #ffffff;
display: none;
position: absolute;
width: 100%;
height: 100%;
z-index: 9;
top: 0;
left: 0;
right: 0;
}
.main-navigation ul.menu {
list-style: none;
margin: 0;
padding: 0;
z-index: 100;
}
ol, ul {
box-sizing: border-box;
}
.main-navigation ul.menu li {
position: relative;
}
.main-navigation ul.menu > li {
display: inline-block;
}

.main-navigation ul.menu > li > a {
color: #333333;
font-size: 15px;
font-weight: 600;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
padding: 20px 15px;
letter-spacing: 0.5px;
line-height: 1.5;
}


.required:after {
    content:" *";
    color: red;
  }

.site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active, .site-footer .footer-menu ul li a:hover, .site-footer .footer-menu ul li a:focus, .site-footer .footer-menu ul li a:active {
color: #086abd;
}

.site-footer, .site-footer table th, .site-footer table td, .site-footer .widget.widget_calendar table {
color: #656565;
}
.site-footer {
background-color: #ffffff;
}
.site-footer a, .site-footer .widget ul li a, .site-footer .widget .tagcloud a, .site-footer .post .entry-meta a, .site-footer .post .entry-meta a:before {
color: #656565;
}

.site-footer .footer-menu ul li a {
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 500;
}
ul li a, .footer-menu ul li a {
color: #383838;
}
.bottom-footer {
background: rgba(0,0,0,0.02);
padding-top: 30px;
padding-bottom: 30px;    
}
.widget {
font-size: 15px;
}
.site-footer.site-footer-two .footer-menu {
display: block;
margin-bottom: 15px;
}
.bottom-footer {
text-align: center;
}
ul, ol {
margin: 0 0 1.5em 0.875em;
}
.site-footer .footer-menu ul {
margin-bottom: 0;
margin-left: 8px;
padding-left: 0;
font-size: 0;
}
.site-footer.site-footer-two .footer-menu ul li:first-child {
border-left: none;
}
.site-footer .footer-menu ul li {
border-left: 1px solid #e6e6e6;
display: inline-block;
list-style: none;
line-height: 1.1;
padding: 0 10px;
}
.site-footer .site-info {
display: inline-block;
font-size: 14px;
font-family: "Poppins", sans-serif;
}
.site-content {
/* border-top: 1px solid #f2f2f2;*/
}
.site-content {
padding-bottom: 70px;
padding-top: 10px;
}
.main {
min-height: 500px;
}

.PageTitle {
font-size: 48px;
color: #ffffff;
font-weight: 900;
}

.LastLogin {
font-size: 0.7em; 
color: #aaaaaa;    
}

.MenuTabs {
padding-top: 10px;
background-color: white;
}
.MenuTabs a {
color: #656565;
}
.MenuTabs a.active {
/*
background: rgba(27,61,108,0.8) !important;
background: linear-gradient(180deg, rgba(27,61,108,1) 0%, rgba(27,61,108,0.7) 10%, rgba(27,61,108,0.7) 90%, rgba(255,255,255,1) 100%) !important;
color: #ffffff !important;
*/
/*border-color: rgba(27,61,108,0.8) rgba(27,61,108,0.8) #ffffff !important;*/
background: rgba(27,61,108,0.8) !important;
border-color: rgba(27,61,108,0.8) rgba(27,61,108,0.8) rgba(27,61,108,0.8);
color: #fff !important;
font-weight: 600;
}
.MenuTabs a.special { 
background: rgb(47,152,67) !important;
border-color: rgb(47,152,67,0.5) rgba(27,61,108,0.8) rgba(47,152,67,0.5);
color: #fff !important;
font-weight: 600;
}
.MenuTabs .nav-tabs {
border-bottom: 1px solid rgba(27,61,108,1);
}
.MenuTabs .nav-link:hover {
border-color: rgba(27,61,108,1);
color: rgba(27,61,108,1);
background: rgba(27,61,108,0.25);
}

.TabCard {
margin: 20px 0px 40px 0px; 
background: rgba(27,61,108, 0.03); 
border-radius: 20px; 
padding: 20px 20px 40px 20px;    
}
.SubmenuTabs nav {
margin-left: 30px !important;
}
.SubmenuTabs .nav-link {
background: initial;
color: rgb(27,61,108);
margin-right:auto;
}
.SubmenuTabs .nav-link.active, .SubmenuTabs .nav-link:focus, .SubmenuTabs .nav-link:hover {
background: initial;
border-radius: 0px;
color: rgb(27,61,108);
border-bottom: 3px solid rgb(27,61,108);
}

.ContentTab {
min-height: 300px;
max-width: 1200px;
margin: 0 auto;
box-shadow: 1px 1px 10px rgb(128 128 128 / 50%);
padding: 0px 30px 0px 0px;
position: relative;
background: #ffffff;
}

.FormIcon {
position: absolute;
font-size: 5em;
top: 3px;
left: 30px;
color: rgba(27,61,180,0.2);
}
.FormTitle {
padding: 10px 5%;
font-size: 1.5em;
font-weight: 700;
font-family: Poppins;
}
.FormDesc {
padding: 10px 5% 30px 5%;
color: #aaaaaa;
}
.ItemGroup {
padding: 20px 5% 20px 10%;
font-size: 1.25rem;
border-bottom: 1px dotted #cccccc;
position: relative;
}
.ItemGroup_Top {
background: linear-gradient(90deg, rgba(27,61,108,0.08) 0%, rgba(27,61,108,0.04) 90%, rgba(255,255,255,1) 100%);
}
.ItemBody {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.ItemLabel {
font-weight: 600;
font-size: 1em;
padding: 0px;
color: #999999;    
}
.ItemLabel.Highlight {
color: rgb(27,61,108,0.5);
}
.ItemLabel.Environment {
color: rgb(47,152,67,0.5);
}
.ItemLabel.Social {
color: rgb(13,165,209,0.5);
}
.ItemLabel.Governance {
color: rgb(241,90,37,0.5);
}
.ItemLabel2 {
font-weight: 600;
font-size: 0.7em;
color: #999999;
padding: 0px;
text-align: left;
}
.ItemLabel3 {
    font-weight: 500;
    font-size: 0.85em;
    color: #666666;
    padding: 0px;
    }
.ItemField {
    margin-bottom: 25px;
}
.ItemField2 {
    margin-bottom: 25px;
    font-size: 0.5em;
}
.ItemHint {
    font-size: 0.6em;
    color: #999999;
}
.ItemHint2 {
    font-size: 0.7em;
    color: #999999;
}
.ItemIcon {
    font-weight: 600;
    font-size: 2em;
    padding: 0px;       
}

.ItemGroup_Highlight::before, .ItemGroup_Environment::before, .ItemGroup_Social::before, .ItemGroup_Governance::before, .ItemGroup_Inclusion_Award::before {
height: 100%;
top: 0;
width: 20px;
position: absolute;
left: 0;
display: block;
clear: both;
color: rgba(255,255,255,0.3);
font-weight: 900;
font-size: 36px;
overflow: hidden;
}

.ItemGroup_Highlight::before {
background-color: rgb(27,61,108);
content: '';     
}
.ItemGroup_Environment::before {
background-color: rgb(47,152,67);
content: 'E';     
}
.badge.Environment {
background-color: rgb(47,152,67);
color: white;
}
.ItemGroup_Social::before {
background-color: rgb(13,165,209);
content: 'S';         
}
.badge.Social {
background-color: rgb(13,165,209);
color: white;
}
.ItemGroup_Governance::before {
background-color: rgb(241,90,37);
content: 'G';         
}
.badge.Governance {
background-color: rgb(241,90,37);
color: white;
}
.ItemGroup_Inclusion_Award::before {
background-color: rgb(47,152,67); 
content: " "
}
.badge.Inclusion_Award {
background-color: rgb(47,152,67);
color: white;
}
.form-control {
border-width: 3px;
}
button.dropdown-toggle {
border: 3px solid #ced4da;
}
.btn-primary {
background: rgb(27,61,108) !important;
border-color: rgb(27,61,108) !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
/* .ui-dialog .ui-dialog-titlebar { */
.help-env-titlebar, .help-social-titlebar {
	padding: 1em 1em;
    background-color: rgb(47,152,67, 0.85);
	position: relative;
}
.help-social-titlebar {
	padding: 1em 1em;
    background-color: rgb(13,165,209, 0.85);
	position: relative;
}
.help-gov-titlebar {
	padding: 1em 1em;
    background-color: rgb(241,90,37, 0.85);
	position: relative;
}
/* .ui-dialog .ui-dialog-title { */
.help-env-title {
	/* float: left; */
    color: #fff;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
    background-position: -96px -128px; 
    background-color: white; 
    /* background-image: url("images/ui-icons_ffffff_256x240.png") */
}

/* .ui-dialog .ui-dialog-titlebar-close:hover {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
    background-position: -96px, -128px;
} */
/* .ui-icon-closethick:hover{
    background-position: -96px -128px;
} */
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.submenu {
    background: white;
    width: 100%;
    padding-left: 20px;
    /* height: 40px; */
    /* padding-top: 10px; */
}

.submenu > ul {

    list-style: none;
    display: inline-flex;
}

.submenu > ul > li{

    width: auto; 
}

th {
color: #999999;
}
.DialogGroup {
padding: 10px 20px;
border-bottom: 1px dotted #cccccc;
position: relative;
}
.DialogLine {
font-size: 0.8em;
/* border-bottom: 1px dotted #dddddd; */
padding: 5px 10px 0px 10px;
margin-left: 10px;
margin-right: 10px;
}
.DialogItem {
margin-bottom: 15px;
}
.DialogLabel2 {
color: #999999;
font-weight: 600;
font-size: 0.75em;
}
.DialogField {

}
.ChartDiv {
border: 3px solid #ced4da;
border-radius: 3px;
min-height: 250px;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
canvas {
/*
margin: 0 auto;
width: 100%;
height: 100%;
*/
}
.WarningField {
background: rgba(255,0,0,0.05);
border: 3pt solid rgba(255,0,0,0.2);
}
.otp {
font-family: courier;
font-size: 3em;
text-align: center;
padding: 0px;
letter-spacing: 5px;    
}
.BlurLayer {
    height: 100%; 
    width: 100%; 
    position: absolute; 
    z-index: 100; 
    /* backdrop-filter: blur(3px);     */
}



@media screen and (max-width: 991px) {
    .DialogLine {
    /* border-bottom: initial; */
    padding: initial;
    margin-left: initial;
    margin-right: initial;
    }
    .DialogItem {
    border-bottom: 1px dotted #dddddd;        
    padding: 10px;
    }
    .MenuTabs li.nav-item {
        box-shadow: 1px 5px 5px rgba(128,128,128,0.15);
    }
}

@media screen and (max-width: 960px) {
    .FormIcon {
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
    color: rgba(27,61,180,0.15);
    }    
    .ChartDiv {
    min-height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .DialogItem {
    padding-left: 25px;
    }      
    #TabHeadDashboard {
    font-size: 0.7em;
    }
}

@media screen and (max-width: 468px) {
    .container {
    padding-left: 5px;
    padding-right: 5px;
    }
    .TabCard {
    padding: 20px 5px 40px 5px;
    }
    .ContentTab {
    padding-right: 5px;
    }
    .ItemGroup {
    padding: 20px 0px 20px 30px;
    }
    .ChartDiv {
    min-height: 200px;
    }

}